/* Automatically @generated by tree-sitter v0.25.5 (460118b4c82318b083b4d527c9c750426730f9c0) */
#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 1420
#define LARGE_STATE_COUNT 408
#define SYMBOL_COUNT 324
#define ALIAS_COUNT 1
#define TOKEN_COUNT 137
#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_ATinterface = 120,
anon_sym_interface = 121,
anon_sym_byte = 122,
anon_sym_short = 123,
anon_sym_int = 124,
anon_sym_long = 125,
anon_sym_char = 126,
anon_sym_float = 127,
anon_sym_double = 128,
sym_boolean_type = 129,
sym_void_type = 130,
anon_sym_DOT_DOT_DOT = 131,
anon_sym_throws = 132,
sym_this = 133,
sym_super = 134,
sym_line_comment = 135,
sym_block_comment = 136,
sym_program = 137,
sym__toplevel_statement = 138,
sym__literal = 139,
sym_string_literal = 140,
sym__string_literal = 141,
sym__multiline_string_literal = 142,
sym__multiline_string_fragment = 143,
sym_string_interpolation = 144,
sym_expression = 145,
sym_cast_expression = 146,
sym_assignment_expression = 147,
sym_binary_expression = 148,
sym_instanceof_expression = 149,
sym_lambda_expression = 150,
sym_inferred_parameters = 151,
sym_ternary_expression = 152,
sym_unary_expression = 153,
sym__unary_complement_expression = 154,
sym_update_expression = 155,
sym_primary_expression = 156,
sym_array_creation_expression = 157,
sym_dimensions_expr = 158,
sym_parenthesized_expression = 159,
sym_class_literal = 160,
sym_object_creation_expression = 161,
sym__unqualified_object_creation_expression = 162,
sym_field_access = 163,
sym_template_expression = 164,
sym_array_access = 165,
sym_method_invocation = 166,
sym_argument_list = 167,
sym_method_reference = 168,
sym_type_arguments = 169,
sym_wildcard = 170,
sym__wildcard_bounds = 171,
sym_dimensions = 172,
sym_switch_expression = 173,
sym_switch_block = 174,
sym_switch_block_statement_group = 175,
sym_switch_rule = 176,
sym_switch_label = 177,
sym_pattern = 178,
sym_type_pattern = 179,
sym_record_pattern = 180,
sym_record_pattern_body = 181,
sym_record_pattern_component = 182,
sym_guard = 183,
sym_statement = 184,
sym_block = 185,
sym_expression_statement = 186,
sym_labeled_statement = 187,
sym_assert_statement = 188,
sym_do_statement = 189,
sym_break_statement = 190,
sym_continue_statement = 191,
sym_return_statement = 192,
sym_yield_statement = 193,
sym_synchronized_statement = 194,
sym_throw_statement = 195,
sym_try_statement = 196,
sym_catch_clause = 197,
sym_catch_formal_parameter = 198,
sym_catch_type = 199,
sym_finally_clause = 200,
sym_try_with_resources_statement = 201,
sym_resource_specification = 202,
sym_resource = 203,
sym_if_statement = 204,
sym_while_statement = 205,
sym_for_statement = 206,
sym_enhanced_for_statement = 207,
sym__annotation = 208,
sym_marker_annotation = 209,
sym_annotation = 210,
sym_annotation_argument_list = 211,
sym_element_value_pair = 212,
sym__element_value = 213,
sym_element_value_array_initializer = 214,
sym_declaration = 215,
sym_module_declaration = 216,
sym_module_body = 217,
sym_module_directive = 218,
sym_requires_module_directive = 219,
sym_requires_modifier = 220,
sym_exports_module_directive = 221,
sym_opens_module_directive = 222,
sym_uses_module_directive = 223,
sym_provides_module_directive = 224,
sym_package_declaration = 225,
sym_import_declaration = 226,
sym_asterisk = 227,
sym_enum_declaration = 228,
sym_enum_body = 229,
sym_enum_body_declarations = 230,
sym_enum_constant = 231,
sym_class_declaration = 232,
sym_visibility = 233,
sym__modifier = 234,
sym_modifiers = 235,
sym_type_parameters = 236,
sym_type_parameter = 237,
sym_type_bound = 238,
sym_superclass = 239,
sym_super_interfaces = 240,
sym_type_list = 241,
sym_permits = 242,
sym_class_body = 243,
sym_static_initializer = 244,
sym_constructor_declaration = 245,
sym__constructor_declarator = 246,
sym_constructor_body = 247,
sym_explicit_constructor_invocation = 248,
sym_scoped_identifier = 249,
sym_field_declaration = 250,
sym_record_declaration = 251,
sym_annotation_type_declaration = 252,
sym_annotation_type_body = 253,
sym_annotation_type_element_declaration = 254,
sym__default_value = 255,
sym_interface_declaration = 256,
sym_extends_interfaces = 257,
sym_interface_body = 258,
sym_constant_declaration = 259,
sym__variable_declarator_list = 260,
sym_variable_declarator = 261,
sym__variable_declarator_id = 262,
sym_array_initializer = 263,
sym__type = 264,
sym__unannotated_type = 265,
sym_annotated_type = 266,
sym_scoped_type_identifier = 267,
sym_generic_type = 268,
sym_array_type = 269,
sym_integral_type = 270,
sym_floating_point_type = 271,
sym__method_header = 272,
sym__method_declarator = 273,
sym_formal_parameters = 274,
sym_formal_parameter = 275,
sym_receiver_parameter = 276,
sym_spread_parameter = 277,
sym_throws = 278,
sym_local_variable_declaration = 279,
sym_method_declaration = 280,
sym_compact_constructor_declaration = 281,
sym__reserved_identifier = 282,
aux_sym_program_repeat1 = 283,
aux_sym__string_literal_repeat1 = 284,
aux_sym__multiline_string_literal_repeat1 = 285,
aux_sym_cast_expression_repeat1 = 286,
aux_sym_inferred_parameters_repeat1 = 287,
aux_sym_array_creation_expression_repeat1 = 288,
aux_sym_array_creation_expression_repeat2 = 289,
aux_sym_argument_list_repeat1 = 290,
aux_sym_type_arguments_repeat1 = 291,
aux_sym_dimensions_repeat1 = 292,
aux_sym_switch_block_repeat1 = 293,
aux_sym_switch_block_repeat2 = 294,
aux_sym_switch_block_statement_group_repeat1 = 295,
aux_sym_switch_block_statement_group_repeat2 = 296,
aux_sym_switch_label_repeat1 = 297,
aux_sym_switch_label_repeat2 = 298,
aux_sym_record_pattern_body_repeat1 = 299,
aux_sym_try_statement_repeat1 = 300,
aux_sym_catch_type_repeat1 = 301,
aux_sym_resource_specification_repeat1 = 302,
aux_sym_for_statement_repeat1 = 303,
aux_sym_for_statement_repeat2 = 304,
aux_sym_annotation_argument_list_repeat1 = 305,
aux_sym_element_value_array_initializer_repeat1 = 306,
aux_sym_module_body_repeat1 = 307,
aux_sym_requires_module_directive_repeat1 = 308,
aux_sym_exports_module_directive_repeat1 = 309,
aux_sym_provides_module_directive_repeat1 = 310,
aux_sym_enum_body_repeat1 = 311,
aux_sym_enum_body_declarations_repeat1 = 312,
aux_sym_modifiers_repeat1 = 313,
aux_sym_type_parameters_repeat1 = 314,
aux_sym_type_bound_repeat1 = 315,
aux_sym_type_list_repeat1 = 316,
aux_sym_constructor_body_repeat1 = 317,
aux_sym_annotation_type_body_repeat1 = 318,
aux_sym_interface_body_repeat1 = 319,
aux_sym__variable_declarator_list_repeat1 = 320,
aux_sym_array_initializer_repeat1 = 321,
aux_sym_formal_parameters_repeat1 = 322,
aux_sym_receiver_parameter_repeat1 = 323,
alias_sym_type_identifier = 324,
};
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_ATinterface] = "@interface",
[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_ATinterface] = anon_sym_ATinterface,
[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_ATinterface] = {
.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 = 3},
[119] = {.index = 269, .length = 2},
[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 = 2},
[186] = {.index = 484, .length = 6},
[187] = {.index = 490, .length = 3},
[188] = {.index = 493, .length = 4},
[189] = {.index = 497, .length = 4},
[190] = {.index = 501, .length = 4},
[191] = {.index = 505, .length = 4},
[192] = {.index = 509, .length = 4},
[193] = {.index = 513, .length = 5},
[194] = {.index = 518, .length = 5},
[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 = 2},
[202] = {.index = 537, .length = 1},
[203] = {.index = 538, .length = 3},
[204] = {.index = 541, .length = 3},
[205] = {.index = 544, .length = 3},
[206] = {.index = 547, .length = 5},
[207] = {.index = 552, .length = 5},
[208] = {.index = 557, .length = 5},
[209] = {.index = 562, .length = 3},
[210] = {.index = 565, .length = 3},
[211] = {.index = 568, .length = 4},
[212] = {.index = 572, .length = 4},
[213] = {.index = 576, .length = 6},
[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_name, 2},
{field_scope, 0},
[130] =
{field_body, 3},
{field_name, 2},
[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, 2},
{field_parameters, 3},
[269] =
{field_body, 4},
{field_name, 2},
[271] =
{field_body, 4},
{field_name, 3},
[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_name, 1},
{field_type, 0},
[484] =
{field_body, 7},
{field_interfaces, 5},
{field_name, 2},
{field_permits, 6},
{field_superclass, 4},
{field_type_parameters, 3},
[490] =
{field_arguments, 2},
{field_constructor, 1},
{field_type_arguments, 0},
[493] =
{field_body, 8},
{field_condition, 3},
{field_update, 5},
{field_update, 6, .inherited = true},
[497] =
{field_body, 8},
{field_init, 2},
{field_update, 5},
{field_update, 6, .inherited = true},
[501] =
{field_body, 8},
{field_condition, 4},
{field_init, 2},
{field_update, 6},
[505] =
{field_body, 8},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 6},
[509] =
{field_body, 8},
{field_condition, 5},
{field_init, 2},
{field_init, 3, .inherited = true},
[513] =
{field_body, 8},
{field_dimensions, 4, .inherited = true},
{field_name, 4, .inherited = true},
{field_type, 3},
{field_value, 6},
[518] =
{field_body, 8},
{field_condition, 3},
{field_init, 2},
{field_update, 5},
{field_update, 6, .inherited = true},
[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_name, 2},
{field_type, 1},
[537] =
{field_value, 1},
[538] =
{field_dimensions, 4},
{field_name, 1},
{field_type, 0},
[541] =
{field_name, 1},
{field_type, 0},
{field_value, 4, .inherited = true},
[544] =
{field_arguments, 3},
{field_constructor, 2},
{field_object, 0},
[547] =
{field_body, 9},
{field_condition, 4},
{field_init, 2},
{field_update, 6},
{field_update, 7, .inherited = true},
[552] =
{field_body, 9},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 6},
{field_update, 7, .inherited = true},
[557] =
{field_body, 9},
{field_condition, 5},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 7},
[562] =
{field_dimensions, 5},
{field_name, 2},
{field_type, 1},
[565] =
{field_name, 2},
{field_type, 1},
{field_value, 5, .inherited = true},
[568] =
{field_dimensions, 4},
{field_name, 1},
{field_type, 0},
{field_value, 5, .inherited = true},
[572] =
{field_arguments, 4},
{field_constructor, 3},
{field_object, 0},
{field_type_arguments, 2},
[576] =
{field_body, 10},
{field_condition, 5},
{field_init, 2},
{field_init, 3, .inherited = true},
{field_update, 7},
{field_update, 8, .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] = 14,
[15] = 15,
[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] = 30,
[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] = 43,
[44] = 44,
[45] = 25,
[46] = 14,
[47] = 15,
[48] = 17,
[49] = 18,
[50] = 19,
[51] = 20,
[52] = 21,
[53] = 22,
[54] = 23,
[55] = 24,
[56] = 26,
[57] = 27,
[58] = 28,
[59] = 30,
[60] = 31,
[61] = 32,
[62] = 33,
[63] = 34,
[64] = 35,
[65] = 36,
[66] = 37,
[67] = 38,
[68] = 39,
[69] = 40,
[70] = 41,
[71] = 42,
[72] = 43,
[73] = 44,
[74] = 25,
[75] = 14,
[76] = 15,
[77] = 17,
[78] = 18,
[79] = 19,
[80] = 20,
[81] = 21,
[82] = 22,
[83] = 23,
[84] = 24,
[85] = 26,
[86] = 27,
[87] = 28,
[88] = 29,
[89] = 30,
[90] = 31,
[91] = 32,
[92] = 33,
[93] = 34,
[94] = 35,
[95] = 36,
[96] = 37,
[97] = 38,
[98] = 39,
[99] = 40,
[100] = 41,
[101] = 42,
[102] = 43,
[103] = 44,
[104] = 29,
[105] = 105,
[106] = 106,
[107] = 107,
[108] = 108,
[109] = 108,
[110] = 110,
[111] = 111,
[112] = 111,
[113] = 113,
[114] = 114,
[115] = 115,
[116] = 116,
[117] = 114,
[118] = 118,
[119] = 119,
[120] = 120,
[121] = 114,
[122] = 122,
[123] = 122,
[124] = 124,
[125] = 125,
[126] = 126,
[127] = 126,
[128] = 126,
[129] = 129,
[130] = 130,
[131] = 131,
[132] = 132,
[133] = 133,
[134] = 134,
[135] = 135,
[136] = 136,
[137] = 137,
[138] = 138,
[139] = 139,
[140] = 140,
[141] = 141,
[142] = 142,
[143] = 138,
[144] = 144,
[145] = 145,
[146] = 146,
[147] = 147,
[148] = 148,
[149] = 149,
[150] = 150,
[151] = 151,
[152] = 152,
[153] = 148,
[154] = 154,
[155] = 154,
[156] = 156,
[157] = 157,
[158] = 158,
[159] = 156,
[160] = 158,
[161] = 151,
[162] = 152,
[163] = 150,
[164] = 164,
[165] = 147,
[166] = 144,
[167] = 156,
[168] = 158,
[169] = 151,
[170] = 152,
[171] = 150,
[172] = 146,
[173] = 147,
[174] = 144,
[175] = 145,
[176] = 164,
[177] = 157,
[178] = 149,
[179] = 145,
[180] = 164,
[181] = 157,
[182] = 149,
[183] = 183,
[184] = 184,
[185] = 146,
[186] = 186,
[187] = 187,
[188] = 188,
[189] = 189,
[190] = 190,
[191] = 191,
[192] = 192,
[193] = 193,
[194] = 194,
[195] = 195,
[196] = 196,
[197] = 197,
[198] = 198,
[199] = 199,
[200] = 200,
[201] = 201,
[202] = 202,
[203] = 203,
[204] = 204,
[205] = 205,
[206] = 206,
[207] = 206,
[208] = 208,
[209] = 209,
[210] = 210,
[211] = 211,
[212] = 212,
[213] = 213,
[214] = 214,
[215] = 215,
[216] = 199,
[217] = 217,
[218] = 218,
[219] = 219,
[220] = 187,
[221] = 196,
[222] = 202,
[223] = 203,
[224] = 188,
[225] = 186,
[226] = 201,
[227] = 227,
[228] = 228,
[229] = 209,
[230] = 210,
[231] = 211,
[232] = 212,
[233] = 213,
[234] = 214,
[235] = 215,
[236] = 236,
[237] = 217,
[238] = 218,
[239] = 219,
[240] = 240,
[241] = 208,
[242] = 240,
[243] = 243,
[244] = 243,
[245] = 199,
[246] = 206,
[247] = 236,
[248] = 248,
[249] = 249,
[250] = 250,
[251] = 251,
[252] = 252,
[253] = 253,
[254] = 115,
[255] = 113,
[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] = 328,
[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] = 380,
[381] = 381,
[382] = 382,
[383] = 383,
[384] = 384,
[385] = 385,
[386] = 386,
[387] = 387,
[388] = 388,
[389] = 389,
[390] = 390,
[391] = 391,
[392] = 390,
[393] = 393,
[394] = 394,
[395] = 395,
[396] = 396,
[397] = 397,
[398] = 398,
[399] = 399,
[400] = 400,
[401] = 401,
[402] = 391,
[403] = 391,
[404] = 404,
[405] = 404,
[406] = 142,
[407] = 140,
[408] = 408,
[409] = 409,
[410] = 410,
[411] = 411,
[412] = 412,
[413] = 413,
[414] = 414,
[415] = 415,
[416] = 416,
[417] = 417,
[418] = 418,
[419] = 418,
[420] = 420,
[421] = 421,
[422] = 422,
[423] = 423,
[424] = 423,
[425] = 423,
[426] = 426,
[427] = 427,
[428] = 428,
[429] = 429,
[430] = 430,
[431] = 431,
[432] = 432,
[433] = 433,
[434] = 434,
[435] = 435,
[436] = 436,
[437] = 437,
[438] = 413,
[439] = 439,
[440] = 440,
[441] = 441,
[442] = 413,
[443] = 440,
[444] = 444,
[445] = 445,
[446] = 428,
[447] = 447,
[448] = 448,
[449] = 413,
[450] = 450,
[451] = 428,
[452] = 452,
[453] = 453,
[454] = 454,
[455] = 455,
[456] = 456,
[457] = 457,
[458] = 458,
[459] = 459,
[460] = 458,
[461] = 461,
[462] = 462,
[463] = 458,
[464] = 464,
[465] = 437,
[466] = 466,
[467] = 428,
[468] = 468,
[469] = 469,
[470] = 470,
[471] = 471,
[472] = 472,
[473] = 473,
[474] = 474,
[475] = 475,
[476] = 476,
[477] = 477,
[478] = 478,
[479] = 479,
[480] = 387,
[481] = 279,
[482] = 482,
[483] = 483,
[484] = 484,
[485] = 485,
[486] = 486,
[487] = 487,
[488] = 445,
[489] = 489,
[490] = 490,
[491] = 491,
[492] = 492,
[493] = 493,
[494] = 494,
[495] = 495,
[496] = 496,
[497] = 497,
[498] = 498,
[499] = 499,
[500] = 491,
[501] = 427,
[502] = 502,
[503] = 503,
[504] = 504,
[505] = 429,
[506] = 493,
[507] = 507,
[508] = 508,
[509] = 509,
[510] = 510,
[511] = 477,
[512] = 492,
[513] = 513,
[514] = 514,
[515] = 515,
[516] = 469,
[517] = 517,
[518] = 518,
[519] = 472,
[520] = 520,
[521] = 521,
[522] = 522,
[523] = 523,
[524] = 524,
[525] = 525,
[526] = 526,
[527] = 527,
[528] = 528,
[529] = 529,
[530] = 530,
[531] = 531,
[532] = 532,
[533] = 533,
[534] = 534,
[535] = 535,
[536] = 536,
[537] = 436,
[538] = 538,
[539] = 539,
[540] = 540,
[541] = 541,
[542] = 542,
[543] = 479,
[544] = 544,
[545] = 439,
[546] = 546,
[547] = 490,
[548] = 548,
[549] = 549,
[550] = 550,
[551] = 441,
[552] = 552,
[553] = 553,
[554] = 554,
[555] = 555,
[556] = 556,
[557] = 557,
[558] = 558,
[559] = 559,
[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] = 533,
[591] = 591,
[592] = 592,
[593] = 593,
[594] = 594,
[595] = 595,
[596] = 433,
[597] = 597,
[598] = 598,
[599] = 599,
[600] = 496,
[601] = 568,
[602] = 525,
[603] = 603,
[604] = 524,
[605] = 605,
[606] = 606,
[607] = 607,
[608] = 608,
[609] = 609,
[610] = 610,
[611] = 611,
[612] = 612,
[613] = 598,
[614] = 614,
[615] = 615,
[616] = 616,
[617] = 617,
[618] = 618,
[619] = 619,
[620] = 620,
[621] = 621,
[622] = 622,
[623] = 623,
[624] = 624,
[625] = 625,
[626] = 493,
[627] = 627,
[628] = 628,
[629] = 629,
[630] = 630,
[631] = 631,
[632] = 632,
[633] = 633,
[634] = 617,
[635] = 635,
[636] = 636,
[637] = 637,
[638] = 608,
[639] = 639,
[640] = 640,
[641] = 641,
[642] = 642,
[643] = 643,
[644] = 644,
[645] = 645,
[646] = 646,
[647] = 647,
[648] = 648,
[649] = 649,
[650] = 650,
[651] = 445,
[652] = 649,
[653] = 653,
[654] = 635,
[655] = 655,
[656] = 645,
[657] = 646,
[658] = 475,
[659] = 659,
[660] = 639,
[661] = 637,
[662] = 636,
[663] = 633,
[664] = 664,
[665] = 471,
[666] = 640,
[667] = 641,
[668] = 668,
[669] = 642,
[670] = 643,
[671] = 671,
[672] = 644,
[673] = 673,
[674] = 122,
[675] = 675,
[676] = 676,
[677] = 673,
[678] = 678,
[679] = 679,
[680] = 680,
[681] = 681,
[682] = 682,
[683] = 683,
[684] = 676,
[685] = 685,
[686] = 686,
[687] = 687,
[688] = 682,
[689] = 689,
[690] = 679,
[691] = 681,
[692] = 685,
[693] = 686,
[694] = 694,
[695] = 687,
[696] = 682,
[697] = 678,
[698] = 679,
[699] = 681,
[700] = 685,
[701] = 686,
[702] = 694,
[703] = 687,
[704] = 694,
[705] = 676,
[706] = 678,
[707] = 707,
[708] = 708,
[709] = 470,
[710] = 710,
[711] = 474,
[712] = 712,
[713] = 713,
[714] = 714,
[715] = 715,
[716] = 716,
[717] = 717,
[718] = 718,
[719] = 719,
[720] = 720,
[721] = 721,
[722] = 522,
[723] = 723,
[724] = 724,
[725] = 473,
[726] = 476,
[727] = 727,
[728] = 728,
[729] = 483,
[730] = 464,
[731] = 731,
[732] = 732,
[733] = 733,
[734] = 732,
[735] = 735,
[736] = 736,
[737] = 737,
[738] = 738,
[739] = 739,
[740] = 740,
[741] = 733,
[742] = 486,
[743] = 743,
[744] = 744,
[745] = 745,
[746] = 745,
[747] = 747,
[748] = 748,
[749] = 749,
[750] = 750,
[751] = 731,
[752] = 743,
[753] = 753,
[754] = 743,
[755] = 755,
[756] = 745,
[757] = 737,
[758] = 728,
[759] = 744,
[760] = 753,
[761] = 761,
[762] = 737,
[763] = 728,
[764] = 744,
[765] = 753,
[766] = 766,
[767] = 767,
[768] = 466,
[769] = 769,
[770] = 770,
[771] = 771,
[772] = 772,
[773] = 773,
[774] = 774,
[775] = 775,
[776] = 776,
[777] = 489,
[778] = 492,
[779] = 779,
[780] = 780,
[781] = 781,
[782] = 772,
[783] = 487,
[784] = 784,
[785] = 785,
[786] = 786,
[787] = 479,
[788] = 788,
[789] = 140,
[790] = 790,
[791] = 142,
[792] = 788,
[793] = 788,
[794] = 794,
[795] = 795,
[796] = 796,
[797] = 797,
[798] = 798,
[799] = 799,
[800] = 800,
[801] = 801,
[802] = 802,
[803] = 803,
[804] = 804,
[805] = 805,
[806] = 806,
[807] = 807,
[808] = 808,
[809] = 809,
[810] = 810,
[811] = 806,
[812] = 812,
[813] = 797,
[814] = 814,
[815] = 815,
[816] = 816,
[817] = 817,
[818] = 818,
[819] = 568,
[820] = 533,
[821] = 524,
[822] = 525,
[823] = 823,
[824] = 815,
[825] = 815,
[826] = 826,
[827] = 827,
[828] = 828,
[829] = 829,
[830] = 830,
[831] = 831,
[832] = 832,
[833] = 832,
[834] = 834,
[835] = 835,
[836] = 836,
[837] = 837,
[838] = 838,
[839] = 839,
[840] = 723,
[841] = 841,
[842] = 842,
[843] = 843,
[844] = 844,
[845] = 845,
[846] = 846,
[847] = 847,
[848] = 848,
[849] = 849,
[850] = 850,
[851] = 851,
[852] = 775,
[853] = 853,
[854] = 854,
[855] = 848,
[856] = 856,
[857] = 857,
[858] = 858,
[859] = 859,
[860] = 848,
[861] = 861,
[862] = 862,
[863] = 450,
[864] = 864,
[865] = 862,
[866] = 866,
[867] = 445,
[868] = 868,
[869] = 864,
[870] = 868,
[871] = 866,
[872] = 872,
[873] = 873,
[874] = 452,
[875] = 450,
[876] = 876,
[877] = 877,
[878] = 878,
[879] = 879,
[880] = 880,
[881] = 881,
[882] = 882,
[883] = 883,
[884] = 461,
[885] = 881,
[886] = 879,
[887] = 887,
[888] = 453,
[889] = 461,
[890] = 890,
[891] = 891,
[892] = 891,
[893] = 455,
[894] = 454,
[895] = 456,
[896] = 896,
[897] = 896,
[898] = 898,
[899] = 899,
[900] = 899,
[901] = 901,
[902] = 902,
[903] = 903,
[904] = 904,
[905] = 905,
[906] = 906,
[907] = 907,
[908] = 905,
[909] = 909,
[910] = 910,
[911] = 911,
[912] = 912,
[913] = 913,
[914] = 914,
[915] = 915,
[916] = 916,
[917] = 917,
[918] = 918,
[919] = 919,
[920] = 920,
[921] = 921,
[922] = 922,
[923] = 923,
[924] = 924,
[925] = 925,
[926] = 926,
[927] = 927,
[928] = 928,
[929] = 929,
[930] = 930,
[931] = 931,
[932] = 932,
[933] = 933,
[934] = 934,
[935] = 935,
[936] = 936,
[937] = 937,
[938] = 938,
[939] = 934,
[940] = 940,
[941] = 445,
[942] = 934,
[943] = 943,
[944] = 944,
[945] = 945,
[946] = 946,
[947] = 947,
[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] = 962,
[963] = 963,
[964] = 964,
[965] = 965,
[966] = 814,
[967] = 967,
[968] = 968,
[969] = 969,
[970] = 970,
[971] = 971,
[972] = 972,
[973] = 973,
[974] = 974,
[975] = 975,
[976] = 976,
[977] = 977,
[978] = 978,
[979] = 979,
[980] = 980,
[981] = 981,
[982] = 982,
[983] = 983,
[984] = 975,
[985] = 979,
[986] = 971,
[987] = 987,
[988] = 988,
[989] = 989,
[990] = 990,
[991] = 991,
[992] = 992,
[993] = 993,
[994] = 994,
[995] = 980,
[996] = 996,
[997] = 997,
[998] = 998,
[999] = 999,
[1000] = 1000,
[1001] = 982,
[1002] = 1002,
[1003] = 1003,
[1004] = 1004,
[1005] = 1005,
[1006] = 1006,
[1007] = 1007,
[1008] = 1008,
[1009] = 1009,
[1010] = 1010,
[1011] = 1000,
[1012] = 1012,
[1013] = 1013,
[1014] = 1014,
[1015] = 1015,
[1016] = 1016,
[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] = 989,
[1030] = 990,
[1031] = 1031,
[1032] = 1032,
[1033] = 992,
[1034] = 1034,
[1035] = 1035,
[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] = 1049,
[1050] = 1050,
[1051] = 1040,
[1052] = 1052,
[1053] = 1053,
[1054] = 1054,
[1055] = 1055,
[1056] = 1056,
[1057] = 1057,
[1058] = 1058,
[1059] = 1059,
[1060] = 1060,
[1061] = 1061,
[1062] = 1062,
[1063] = 1024,
[1064] = 1057,
[1065] = 1065,
[1066] = 1066,
[1067] = 1067,
[1068] = 1068,
[1069] = 1069,
[1070] = 1070,
[1071] = 1071,
[1072] = 1072,
[1073] = 1073,
[1074] = 1074,
[1075] = 1075,
[1076] = 1076,
[1077] = 1077,
[1078] = 1078,
[1079] = 1079,
[1080] = 1080,
[1081] = 1081,
[1082] = 1082,
[1083] = 1083,
[1084] = 1084,
[1085] = 1085,
[1086] = 1086,
[1087] = 1087,
[1088] = 1088,
[1089] = 1089,
[1090] = 1090,
[1091] = 1091,
[1092] = 1092,
[1093] = 1093,
[1094] = 1094,
[1095] = 1095,
[1096] = 1096,
[1097] = 1075,
[1098] = 1049,
[1099] = 1099,
[1100] = 1100,
[1101] = 1075,
[1102] = 1049,
[1103] = 1103,
[1104] = 1104,
[1105] = 1105,
[1106] = 1106,
[1107] = 1107,
[1108] = 1108,
[1109] = 1109,
[1110] = 1110,
[1111] = 1111,
[1112] = 1112,
[1113] = 1113,
[1114] = 1114,
[1115] = 1115,
[1116] = 1116,
[1117] = 1117,
[1118] = 1118,
[1119] = 1119,
[1120] = 1120,
[1121] = 1121,
[1122] = 1122,
[1123] = 1123,
[1124] = 1124,
[1125] = 1125,
[1126] = 1126,
[1127] = 1127,
[1128] = 1128,
[1129] = 1129,
[1130] = 1130,
[1131] = 1131,
[1132] = 1132,
[1133] = 1133,
[1134] = 1134,
[1135] = 1135,
[1136] = 1136,
[1137] = 1137,
[1138] = 1138,
[1139] = 1139,
[1140] = 1140,
[1141] = 1141,
[1142] = 1142,
[1143] = 1111,
[1144] = 1144,
[1145] = 1145,
[1146] = 1146,
[1147] = 1147,
[1148] = 1119,
[1149] = 1149,
[1150] = 1150,
[1151] = 1105,
[1152] = 1152,
[1153] = 1153,
[1154] = 1154,
[1155] = 1155,
[1156] = 1119,
[1157] = 1105,
[1158] = 1158,
[1159] = 1159,
[1160] = 1160,
[1161] = 1161,
[1162] = 1162,
[1163] = 1163,
[1164] = 1164,
[1165] = 1165,
[1166] = 1166,
[1167] = 1167,
[1168] = 1168,
[1169] = 1169,
[1170] = 1141,
[1171] = 1171,
[1172] = 1172,
[1173] = 1173,
[1174] = 1162,
[1175] = 1167,
[1176] = 1176,
[1177] = 1106,
[1178] = 1178,
[1179] = 1125,
[1180] = 1180,
[1181] = 1181,
[1182] = 1133,
[1183] = 1176,
[1184] = 1184,
[1185] = 1185,
[1186] = 1186,
[1187] = 1181,
[1188] = 1188,
[1189] = 1162,
[1190] = 1190,
[1191] = 1167,
[1192] = 1176,
[1193] = 1106,
[1194] = 1194,
[1195] = 1125,
[1196] = 1180,
[1197] = 1181,
[1198] = 1133,
[1199] = 1199,
[1200] = 1200,
[1201] = 1201,
[1202] = 1202,
[1203] = 1203,
[1204] = 1204,
[1205] = 1205,
[1206] = 1206,
[1207] = 1207,
[1208] = 1208,
[1209] = 1114,
[1210] = 1180,
[1211] = 1114,
[1212] = 1212,
[1213] = 1146,
[1214] = 1214,
[1215] = 1215,
[1216] = 1216,
[1217] = 1217,
[1218] = 1218,
[1219] = 1219,
[1220] = 1220,
[1221] = 1221,
[1222] = 1222,
[1223] = 1223,
[1224] = 1224,
[1225] = 1225,
[1226] = 1226,
[1227] = 1227,
[1228] = 1228,
[1229] = 1229,
[1230] = 1230,
[1231] = 1231,
[1232] = 1232,
[1233] = 1233,
[1234] = 1234,
[1235] = 1235,
[1236] = 1236,
[1237] = 1237,
[1238] = 1238,
[1239] = 1239,
[1240] = 1240,
[1241] = 1241,
[1242] = 1242,
[1243] = 1243,
[1244] = 1244,
[1245] = 1245,
[1246] = 1246,
[1247] = 1247,
[1248] = 1248,
[1249] = 1249,
[1250] = 1250,
[1251] = 1251,
[1252] = 1239,
[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] = 1271,
[1272] = 1272,
[1273] = 1273,
[1274] = 1274,
[1275] = 1275,
[1276] = 1276,
[1277] = 1258,
[1278] = 1278,
[1279] = 1279,
[1280] = 1280,
[1281] = 1281,
[1282] = 1282,
[1283] = 1283,
[1284] = 1284,
[1285] = 1285,
[1286] = 1286,
[1287] = 1239,
[1288] = 1253,
[1289] = 1289,
[1290] = 390,
[1291] = 1291,
[1292] = 1292,
[1293] = 1293,
[1294] = 1294,
[1295] = 1295,
[1296] = 1296,
[1297] = 1297,
[1298] = 1298,
[1299] = 1299,
[1300] = 1300,
[1301] = 1301,
[1302] = 1302,
[1303] = 1303,
[1304] = 1304,
[1305] = 1305,
[1306] = 1306,
[1307] = 1307,
[1308] = 1308,
[1309] = 1309,
[1310] = 1310,
[1311] = 1311,
[1312] = 1312,
[1313] = 1313,
[1314] = 1314,
[1315] = 1315,
[1316] = 1316,
[1317] = 1317,
[1318] = 1318,
[1319] = 1319,
[1320] = 1320,
[1321] = 1321,
[1322] = 1322,
[1323] = 1323,
[1324] = 1324,
[1325] = 1325,
[1326] = 1326,
[1327] = 1327,
[1328] = 1328,
[1329] = 1329,
[1330] = 1330,
[1331] = 1331,
[1332] = 1253,
[1333] = 1333,
[1334] = 1334,
[1335] = 1335,
[1336] = 1336,
[1337] = 1337,
[1338] = 1338,
[1339] = 1339,
[1340] = 1340,
[1341] = 1341,
[1342] = 1342,
[1343] = 1343,
[1344] = 1344,
[1345] = 1345,
[1346] = 1346,
[1347] = 1347,
[1348] = 1348,
[1349] = 1349,
[1350] = 1350,
[1351] = 1351,
[1352] = 1352,
[1353] = 1353,
[1354] = 1354,
[1355] = 1355,
[1356] = 1356,
[1357] = 1357,
[1358] = 1358,
[1359] = 1359,
[1360] = 1360,
[1361] = 1361,
[1362] = 1362,
[1363] = 1345,
[1364] = 1364,
[1365] = 1365,
[1366] = 1366,
[1367] = 1367,
[1368] = 1368,
[1369] = 1369,
[1370] = 1370,
[1371] = 1371,
[1372] = 1372,
[1373] = 1373,
[1374] = 1348,
[1375] = 1375,
[1376] = 1376,
[1377] = 1377,
[1378] = 1378,
[1379] = 1379,
[1380] = 1380,
[1381] = 1381,
[1382] = 1382,
[1383] = 1383,
[1384] = 1347,
[1385] = 1379,
[1386] = 1386,
[1387] = 1387,
[1388] = 1388,
[1389] = 1389,
[1390] = 1390,
[1391] = 1391,
[1392] = 1392,
[1393] = 1348,
[1394] = 1394,
[1395] = 1395,
[1396] = 1396,
[1397] = 1397,
[1398] = 1398,
[1399] = 1399,
[1400] = 1383,
[1401] = 1401,
[1402] = 1398,
[1403] = 1403,
[1404] = 1404,
[1405] = 1405,
[1406] = 1390,
[1407] = 1407,
[1408] = 1398,
[1409] = 1409,
[1410] = 1410,
[1411] = 1392,
[1412] = 1412,
[1413] = 1413,
[1414] = 1392,
[1415] = 1415,
[1416] = 1416,
[1417] = 1375,
[1418] = 1418,
[1419] = 1419,
};
static const TSCharacterRange sym_identifier_character_set_1[] = {
{'$', '$'}, {'A', 'Z'}, {'_', '_'}, {'a', 'z'}, {0xaa, 0xaa}, {0xb5, 0xb5}, {0xba, 0xba}, {0xc0, 0xd6},
{0xd8, 0xf6}, {0xf8, 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},
{0x212a, 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, 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}, {0x212a, 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(75);
ADVANCE_MAP(
'!', 175,
'"', 97,
'%', 163,
'&', 123,
'\'', 30,
'(', 119,
')', 120,
'*', 154,
'+', 150,
',', 171,
'-', 151,
'.', 182,
'/', 156,
'0', 77,
':', 173,
';', 186,
'<', 141,
'=', 125,
'>', 138,
'?', 172,
'@', 188,
'[', 178,
'\\', 56,
']', 179,
'^', 161,
'n', 194,
'{', 185,
'|', 158,
'}', 114,
'~', 174,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(73);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(78);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 1:
ADVANCE_MAP(
'!', 175,
'"', 97,
'%', 163,
'&', 123,
'\'', 30,
'(', 119,
')', 120,
'*', 154,
'+', 150,
',', 171,
'-', 151,
'.', 182,
'/', 156,
'0', 77,
':', 173,
';', 186,
'<', 141,
'=', 125,
'>', 138,
'?', 172,
'@', 187,
'[', 178,
']', 179,
'^', 161,
'{', 185,
'|', 158,
'}', 114,
'~', 174,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(1);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(78);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 2:
ADVANCE_MAP(
'!', 175,
'"', 97,
'%', 163,
'&', 123,
'\'', 30,
'(', 119,
')', 120,
'*', 154,
'+', 150,
',', 171,
'-', 151,
'.', 182,
'/', 156,
'0', 77,
':', 173,
';', 186,
'<', 141,
'=', 125,
'>', 138,
'?', 172,
'@', 187,
'[', 178,
'^', 161,
'n', 194,
'|', 158,
'}', 114,
'~', 174,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(2);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(78);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 3:
ADVANCE_MAP(
'!', 28,
'%', 162,
'&', 122,
'(', 119,
')', 120,
'*', 153,
'+', 149,
',', 171,
'-', 152,
'.', 181,
'/', 155,
':', 173,
';', 186,
'<', 142,
'=', 125,
'>', 139,
'?', 172,
'@', 187,
'[', 178,
']', 179,
'^', 160,
'n', 194,
'|', 159,
'}', 114,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(3);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 4:
ADVANCE_MAP(
'!', 28,
'%', 162,
'&', 122,
'(', 119,
')', 120,
'*', 153,
'+', 149,
',', 171,
'-', 152,
'.', 180,
'/', 155,
':', 173,
';', 186,
'<', 142,
'=', 29,
'>', 139,
'?', 172,
'@', 187,
'[', 178,
']', 179,
'^', 160,
'{', 185,
'|', 159,
'}', 114,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(4);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 5:
if (lookahead == '"') ADVANCE(98);
END_STATE();
case 6:
if (lookahead == '"') ADVANCE(111);
if (lookahead == '/') ADVANCE(106);
if (lookahead == '\\') ADVANCE(56);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0) ADVANCE(110);
END_STATE();
case 7:
if (lookahead == '"') ADVANCE(112);
END_STATE();
case 8:
if (lookahead == '"') ADVANCE(96);
if (lookahead == '/') ADVANCE(100);
if (lookahead == '\\') ADVANCE(56);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(103);
if (lookahead != 0) ADVANCE(104);
END_STATE();
case 9:
ADVANCE_MAP(
'&', 121,
'(', 119,
')', 120,
',', 171,
'.', 181,
'/', 17,
':', 173,
';', 186,
'<', 140,
'=', 124,
'>', 137,
'?', 172,
'@', 187,
'[', 178,
'{', 185,
'|', 157,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(9);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 10:
if (lookahead == '\'') ADVANCE(94);
if (lookahead == '0') ADVANCE(11);
if (lookahead == '\\') ADVANCE(57);
if (lookahead == 'u') ADVANCE(10);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(14);
END_STATE();
case 11:
if (lookahead == '\'') ADVANCE(94);
if (lookahead == '0') ADVANCE(12);
if (lookahead == '\\') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(14);
END_STATE();
case 12:
if (lookahead == '\'') ADVANCE(94);
if (lookahead == '5') ADVANCE(13);
if (lookahead == '\\') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(14);
END_STATE();
case 13:
if (lookahead == '\'') ADVANCE(94);
if (lookahead == '\\') ADVANCE(57);
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(16);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(14);
END_STATE();
case 14:
if (lookahead == '\'') ADVANCE(94);
if (lookahead == '\\') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(14);
END_STATE();
case 15:
if (lookahead == '\'') ADVANCE(95);
if (lookahead == '\\') ADVANCE(15);
if (lookahead == 'u') ADVANCE(10);
if (lookahead != 0) ADVANCE(14);
END_STATE();
case 16:
if (lookahead == '\'') ADVANCE(95);
if (lookahead == '\\') ADVANCE(15);
if (lookahead != 0) ADVANCE(14);
END_STATE();
case 17:
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(196);
END_STATE();
case 18:
if (lookahead == '*') ADVANCE(18);
if (lookahead == '/') ADVANCE(197);
if (lookahead != 0) ADVANCE(19);
END_STATE();
case 19:
if (lookahead == '*') ADVANCE(18);
if (lookahead != 0) ADVANCE(19);
END_STATE();
case 20:
ADVANCE_MAP(
'.', 89,
'_', 38,
'E', 62,
'e', 62,
'D', 86,
'F', 86,
'd', 86,
'f', 86,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(20);
END_STATE();
case 21:
if (lookahead == '.') ADVANCE(191);
END_STATE();
case 22:
if (lookahead == '.') ADVANCE(70);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(80);
END_STATE();
case 23:
if (lookahead == '/') ADVANCE(17);
if (lookahead == '<') ADVANCE(140);
if (lookahead == '@') ADVANCE(50);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(23);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 24:
if (lookahead == '0') ADVANCE(26);
if (lookahead == 'u') ADVANCE(25);
if (lookahead == '{') ADVANCE(71);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(68);
END_STATE();
case 25:
if (lookahead == '0') ADVANCE(26);
if (lookahead == 'u') ADVANCE(25);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(68);
END_STATE();
case 26:
if (lookahead == '0') ADVANCE(27);
if (('1' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(72);
END_STATE();
case 27:
if (lookahead == '5') ADVANCE(64);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(69);
END_STATE();
case 28:
if (lookahead == '=') ADVANCE(146);
END_STATE();
case 29:
if (lookahead == '=') ADVANCE(145);
END_STATE();
case 30:
if (lookahead == '\\') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\n' &&
lookahead != '\'') ADVANCE(14);
END_STATE();
case 31:
if (lookahead == '_') ADVANCE(31);
if (lookahead == '8' ||
lookahead == '9') ADVANCE(20);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(82);
END_STATE();
case 32:
if (lookahead == '_') ADVANCE(32);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(83);
END_STATE();
case 33:
if (lookahead == '_') ADVANCE(33);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78);
END_STATE();
case 34:
if (lookahead == '_') ADVANCE(34);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(85);
END_STATE();
case 35:
if (lookahead == '_') ADVANCE(35);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(80);
END_STATE();
case 36:
if (lookahead == '_') ADVANCE(36);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87);
END_STATE();
case 37:
if (lookahead == '_') ADVANCE(37);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(91);
END_STATE();
case 38:
if (lookahead == '_') ADVANCE(38);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(20);
END_STATE();
case 39:
if (lookahead == '_') ADVANCE(39);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88);
END_STATE();
case 40:
if (lookahead == '_') ADVANCE(40);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92);
END_STATE();
case 41:
if (lookahead == 'a') ADVANCE(51);
END_STATE();
case 42:
if (lookahead == 'a') ADVANCE(43);
END_STATE();
case 43:
if (lookahead == 'c') ADVANCE(48);
END_STATE();
case 44:
if (lookahead == 'd') ADVANCE(189);
END_STATE();
case 45:
if (lookahead == 'e') ADVANCE(53);
END_STATE();
case 46:
if (lookahead == 'e') ADVANCE(41);
END_STATE();
case 47:
if (lookahead == 'e') ADVANCE(44);
END_STATE();
case 48:
if (lookahead == 'e') ADVANCE(190);
END_STATE();
case 49:
if (lookahead == 'f') ADVANCE(42);
END_STATE();
case 50:
if (lookahead == 'i') ADVANCE(52);
END_STATE();
case 51:
if (lookahead == 'l') ADVANCE(47);
END_STATE();
case 52:
if (lookahead == 'n') ADVANCE(55);
END_STATE();
case 53:
if (lookahead == 'r') ADVANCE(49);
END_STATE();
case 54:
if (lookahead == 's') ADVANCE(46);
END_STATE();
case 55:
if (lookahead == 't') ADVANCE(45);
END_STATE();
case 56:
if (lookahead == 'u') ADVANCE(24);
if (lookahead == 'x') ADVANCE(72);
if (lookahead == '{') ADVANCE(113);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(118);
if (lookahead != 0) ADVANCE(115);
END_STATE();
case 57:
if (lookahead == 'u') ADVANCE(10);
if (lookahead != 0) ADVANCE(14);
END_STATE();
case 58:
if (lookahead == 'u') ADVANCE(59);
if (lookahead == '{') ADVANCE(71);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(68);
END_STATE();
case 59:
if (lookahead == 'u') ADVANCE(59);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(68);
END_STATE();
case 60:
if (lookahead == '{') ADVANCE(113);
END_STATE();
case 61:
if (lookahead == '}') ADVANCE(115);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(61);
END_STATE();
case 62:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(66);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88);
END_STATE();
case 63:
if (lookahead == '+' ||
lookahead == '-') ADVANCE(67);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92);
END_STATE();
case 64:
if (lookahead == 'C' ||
lookahead == 'c') ADVANCE(116);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(115);
END_STATE();
case 65:
if (lookahead == '0' ||
lookahead == '1') ADVANCE(85);
END_STATE();
case 66:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88);
END_STATE();
case 67:
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92);
END_STATE();
case 68:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(72);
END_STATE();
case 69:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(115);
END_STATE();
case 70:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(91);
END_STATE();
case 71:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(61);
END_STATE();
case 72:
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(69);
END_STATE();
case 73:
if (eof) ADVANCE(75);
ADVANCE_MAP(
'!', 175,
'"', 97,
'%', 163,
'&', 123,
'\'', 30,
'(', 119,
')', 120,
'*', 154,
'+', 150,
',', 171,
'-', 151,
'.', 182,
'/', 156,
'0', 77,
':', 173,
';', 186,
'<', 141,
'=', 125,
'>', 138,
'?', 172,
'@', 188,
'[', 178,
'\\', 60,
']', 179,
'^', 161,
'n', 194,
'{', 185,
'|', 158,
'}', 114,
'~', 174,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(73);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(78);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 74:
if (eof) ADVANCE(75);
ADVANCE_MAP(
'!', 175,
'"', 97,
'%', 162,
'&', 122,
'\'', 30,
'(', 119,
')', 120,
'*', 153,
'+', 149,
',', 171,
'-', 152,
'.', 183,
'/', 155,
'0', 77,
':', 173,
';', 186,
'<', 142,
'=', 29,
'>', 139,
'?', 172,
'@', 188,
'[', 178,
']', 179,
'^', 160,
'n', 194,
'{', 185,
'|', 159,
'}', 114,
'~', 174,
);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') SKIP(74);
if (('1' <= lookahead && lookahead <= '9')) ADVANCE(78);
if (set_contains(sym_identifier_character_set_1, 686, lookahead)) ADVANCE(195);
END_STATE();
case 75:
ACCEPT_TOKEN(ts_builtin_sym_end);
END_STATE();
case 76:
ACCEPT_TOKEN(sym_decimal_integer_literal);
END_STATE();
case 77:
ACCEPT_TOKEN(sym_decimal_integer_literal);
ADVANCE_MAP(
'.', 89,
'_', 31,
'B', 65,
'b', 65,
'E', 62,
'e', 62,
'L', 76,
'l', 76,
'O', 32,
'o', 32,
'X', 22,
'x', 22,
'8', 20,
'9', 20,
'D', 86,
'F', 86,
'd', 86,
'f', 86,
);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(82);
END_STATE();
case 78:
ACCEPT_TOKEN(sym_decimal_integer_literal);
ADVANCE_MAP(
'.', 89,
'_', 33,
'E', 62,
'e', 62,
'L', 76,
'l', 76,
'D', 86,
'F', 86,
'd', 86,
'f', 86,
);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(78);
END_STATE();
case 79:
ACCEPT_TOKEN(sym_hex_integer_literal);
END_STATE();
case 80:
ACCEPT_TOKEN(sym_hex_integer_literal);
if (lookahead == '.') ADVANCE(93);
if (lookahead == '_') ADVANCE(35);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(79);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(63);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(80);
END_STATE();
case 81:
ACCEPT_TOKEN(sym_octal_integer_literal);
END_STATE();
case 82:
ACCEPT_TOKEN(sym_octal_integer_literal);
ADVANCE_MAP(
'.', 89,
'_', 31,
'E', 62,
'e', 62,
'L', 81,
'l', 81,
'8', 20,
'9', 20,
'D', 86,
'F', 86,
'd', 86,
'f', 86,
);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(82);
END_STATE();
case 83:
ACCEPT_TOKEN(sym_octal_integer_literal);
if (lookahead == '_') ADVANCE(32);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(81);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(83);
END_STATE();
case 84:
ACCEPT_TOKEN(sym_binary_integer_literal);
END_STATE();
case 85:
ACCEPT_TOKEN(sym_binary_integer_literal);
if (lookahead == '_') ADVANCE(34);
if (lookahead == 'L' ||
lookahead == 'l') ADVANCE(84);
if (lookahead == '0' ||
lookahead == '1') ADVANCE(85);
END_STATE();
case 86:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
END_STATE();
case 87:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
if (lookahead == '_') ADVANCE(36);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(62);
if (('D' <= lookahead && lookahead <= 'F') ||
('d' <= lookahead && lookahead <= 'f')) ADVANCE(86);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87);
END_STATE();
case 88:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
if (lookahead == '_') ADVANCE(39);
if (lookahead == 'D' ||
lookahead == 'F' ||
lookahead == 'd' ||
lookahead == 'f') ADVANCE(86);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(88);
END_STATE();
case 89:
ACCEPT_TOKEN(sym_decimal_floating_point_literal);
if (lookahead == 'E' ||
lookahead == 'e') ADVANCE(62);
if (('D' <= lookahead && lookahead <= 'F') ||
('d' <= lookahead && lookahead <= 'f')) ADVANCE(86);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87);
END_STATE();
case 90:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
END_STATE();
case 91:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
if (lookahead == '_') ADVANCE(37);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(63);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(91);
END_STATE();
case 92:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
if (lookahead == '_') ADVANCE(40);
if (lookahead == 'D' ||
lookahead == 'F' ||
lookahead == 'd' ||
lookahead == 'f') ADVANCE(90);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(92);
END_STATE();
case 93:
ACCEPT_TOKEN(sym_hex_floating_point_literal);
if (lookahead == 'P' ||
lookahead == 'p') ADVANCE(63);
if (('0' <= lookahead && lookahead <= '9') ||
('A' <= lookahead && lookahead <= 'F') ||
('a' <= lookahead && lookahead <= 'f')) ADVANCE(91);
END_STATE();
case 94:
ACCEPT_TOKEN(sym_character_literal);
END_STATE();
case 95:
ACCEPT_TOKEN(sym_character_literal);
if (lookahead == '\'') ADVANCE(94);
if (lookahead == '\\') ADVANCE(57);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(14);
END_STATE();
case 96:
ACCEPT_TOKEN(anon_sym_DQUOTE);
END_STATE();
case 97:
ACCEPT_TOKEN(anon_sym_DQUOTE);
if (lookahead == '"') ADVANCE(5);
END_STATE();
case 98:
ACCEPT_TOKEN(anon_sym_DQUOTE_DQUOTE_DQUOTE);
END_STATE();
case 99:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '\n') ADVANCE(104);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(99);
END_STATE();
case 100:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '*') ADVANCE(102);
if (lookahead == '/') ADVANCE(99);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(104);
END_STATE();
case 101:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '*') ADVANCE(101);
if (lookahead == '/') ADVANCE(104);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(102);
END_STATE();
case 102:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '*') ADVANCE(101);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(102);
END_STATE();
case 103:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead == '/') ADVANCE(100);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(103);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(104);
END_STATE();
case 104:
ACCEPT_TOKEN(sym_string_fragment);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(104);
END_STATE();
case 105:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '\n') ADVANCE(110);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(196);
if (lookahead != 0) ADVANCE(105);
END_STATE();
case 106:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '*') ADVANCE(108);
if (lookahead == '/') ADVANCE(105);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(110);
END_STATE();
case 107:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '*') ADVANCE(107);
if (lookahead == '/') ADVANCE(110);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(19);
if (lookahead != 0) ADVANCE(108);
END_STATE();
case 108:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '*') ADVANCE(107);
if (lookahead == '"' ||
lookahead == '\\') ADVANCE(19);
if (lookahead != 0) ADVANCE(108);
END_STATE();
case 109:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead == '/') ADVANCE(106);
if (('\t' <= lookahead && lookahead <= '\r') ||
lookahead == ' ') ADVANCE(109);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(110);
END_STATE();
case 110:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token1);
if (lookahead != 0 &&
lookahead != '"' &&
lookahead != '\\') ADVANCE(110);
END_STATE();
case 111:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token2);
if (lookahead == '"') ADVANCE(5);
if (lookahead == '\\') ADVANCE(7);
if (lookahead != 0) ADVANCE(112);
END_STATE();
case 112:
ACCEPT_TOKEN(aux_sym__multiline_string_fragment_token2);
if (lookahead == '\\') ADVANCE(7);
if (lookahead != 0 &&
lookahead != '"') ADVANCE(112);
END_STATE();
case 113:
ACCEPT_TOKEN(anon_sym_BSLASH_LBRACE);
END_STATE();
case 114:
ACCEPT_TOKEN(anon_sym_RBRACE);
END_STATE();
case 115:
ACCEPT_TOKEN(sym_escape_sequence);
END_STATE();
case 116:
ACCEPT_TOKEN(sym_escape_sequence);
if (lookahead == 'u') ADVANCE(58);
if (lookahead == 'x') ADVANCE(72);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(118);
if (lookahead != 0) ADVANCE(115);
END_STATE();
case 117:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(115);
END_STATE();
case 118:
ACCEPT_TOKEN(sym_escape_sequence);
if (('0' <= lookahead && lookahead <= '7')) ADVANCE(117);
END_STATE();
case 119:
ACCEPT_TOKEN(anon_sym_LPAREN);
END_STATE();
case 120:
ACCEPT_TOKEN(anon_sym_RPAREN);
END_STATE();
case 121:
ACCEPT_TOKEN(anon_sym_AMP);
END_STATE();
case 122:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(147);
END_STATE();
case 123:
ACCEPT_TOKEN(anon_sym_AMP);
if (lookahead == '&') ADVANCE(147);
if (lookahead == '=') ADVANCE(130);
END_STATE();
case 124:
ACCEPT_TOKEN(anon_sym_EQ);
END_STATE();
case 125:
ACCEPT_TOKEN(anon_sym_EQ);
if (lookahead == '=') ADVANCE(145);
END_STATE();
case 126:
ACCEPT_TOKEN(anon_sym_PLUS_EQ);
END_STATE();
case 127:
ACCEPT_TOKEN(anon_sym_DASH_EQ);
END_STATE();
case 128:
ACCEPT_TOKEN(anon_sym_STAR_EQ);
END_STATE();
case 129:
ACCEPT_TOKEN(anon_sym_SLASH_EQ);
END_STATE();
case 130:
ACCEPT_TOKEN(anon_sym_AMP_EQ);
END_STATE();
case 131:
ACCEPT_TOKEN(anon_sym_PIPE_EQ);
END_STATE();
case 132:
ACCEPT_TOKEN(anon_sym_CARET_EQ);
END_STATE();
case 133:
ACCEPT_TOKEN(anon_sym_PERCENT_EQ);
END_STATE();
case 134:
ACCEPT_TOKEN(anon_sym_LT_LT_EQ);
END_STATE();
case 135:
ACCEPT_TOKEN(anon_sym_GT_GT_EQ);
END_STATE();
case 136:
ACCEPT_TOKEN(anon_sym_GT_GT_GT_EQ);
END_STATE();
case 137:
ACCEPT_TOKEN(anon_sym_GT);
END_STATE();
case 138:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(143);
if (lookahead == '>') ADVANCE(166);
END_STATE();
case 139:
ACCEPT_TOKEN(anon_sym_GT);
if (lookahead == '=') ADVANCE(143);
if (lookahead == '>') ADVANCE(167);
END_STATE();
case 140:
ACCEPT_TOKEN(anon_sym_LT);
END_STATE();
case 141:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(165);
if (lookahead == '=') ADVANCE(144);
END_STATE();
case 142:
ACCEPT_TOKEN(anon_sym_LT);
if (lookahead == '<') ADVANCE(164);
if (lookahead == '=') ADVANCE(144);
END_STATE();
case 143:
ACCEPT_TOKEN(anon_sym_GT_EQ);
END_STATE();
case 144:
ACCEPT_TOKEN(anon_sym_LT_EQ);
END_STATE();
case 145:
ACCEPT_TOKEN(anon_sym_EQ_EQ);
END_STATE();
case 146:
ACCEPT_TOKEN(anon_sym_BANG_EQ);
END_STATE();
case 147:
ACCEPT_TOKEN(anon_sym_AMP_AMP);
END_STATE();
case 148:
ACCEPT_TOKEN(anon_sym_PIPE_PIPE);
END_STATE();
case 149:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+') ADVANCE(176);
END_STATE();
case 150:
ACCEPT_TOKEN(anon_sym_PLUS);
if (lookahead == '+') ADVANCE(176);
if (lookahead == '=') ADVANCE(126);
END_STATE();
case 151:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(177);
if (lookahead == '=') ADVANCE(127);
if (lookahead == '>') ADVANCE(170);
END_STATE();
case 152:
ACCEPT_TOKEN(anon_sym_DASH);
if (lookahead == '-') ADVANCE(177);
if (lookahead == '>') ADVANCE(170);
END_STATE();
case 153:
ACCEPT_TOKEN(anon_sym_STAR);
END_STATE();
case 154:
ACCEPT_TOKEN(anon_sym_STAR);
if (lookahead == '=') ADVANCE(128);
END_STATE();
case 155:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(196);
END_STATE();
case 156:
ACCEPT_TOKEN(anon_sym_SLASH);
if (lookahead == '*') ADVANCE(19);
if (lookahead == '/') ADVANCE(196);
if (lookahead == '=') ADVANCE(129);
END_STATE();
case 157:
ACCEPT_TOKEN(anon_sym_PIPE);
END_STATE();
case 158:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '=') ADVANCE(131);
if (lookahead == '|') ADVANCE(148);
END_STATE();
case 159:
ACCEPT_TOKEN(anon_sym_PIPE);
if (lookahead == '|') ADVANCE(148);
END_STATE();
case 160:
ACCEPT_TOKEN(anon_sym_CARET);
END_STATE();
case 161:
ACCEPT_TOKEN(anon_sym_CARET);
if (lookahead == '=') ADVANCE(132);
END_STATE();
case 162:
ACCEPT_TOKEN(anon_sym_PERCENT);
END_STATE();
case 163:
ACCEPT_TOKEN(anon_sym_PERCENT);
if (lookahead == '=') ADVANCE(133);
END_STATE();
case 164:
ACCEPT_TOKEN(anon_sym_LT_LT);
END_STATE();
case 165:
ACCEPT_TOKEN(anon_sym_LT_LT);
if (lookahead == '=') ADVANCE(134);
END_STATE();
case 166:
ACCEPT_TOKEN(anon_sym_GT_GT);
if (lookahead == '=') ADVANCE(135);
if (lookahead == '>') ADVANCE(169);
END_STATE();
case 167:
ACCEPT_TOKEN(anon_sym_GT_GT);
if (lookahead == '>') ADVANCE(168);
END_STATE();
case 168:
ACCEPT_TOKEN(anon_sym_GT_GT_GT);
END_STATE();
case 169:
ACCEPT_TOKEN(anon_sym_GT_GT_GT);
if (lookahead == '=') ADVANCE(136);
END_STATE();
case 170:
ACCEPT_TOKEN(anon_sym_DASH_GT);
END_STATE();
case 171:
ACCEPT_TOKEN(anon_sym_COMMA);
END_STATE();
case 172:
ACCEPT_TOKEN(anon_sym_QMARK);
END_STATE();
case 173:
ACCEPT_TOKEN(anon_sym_COLON);
if (lookahead == ':') ADVANCE(184);
END_STATE();
case 174:
ACCEPT_TOKEN(anon_sym_TILDE);
END_STATE();
case 175:
ACCEPT_TOKEN(anon_sym_BANG);
if (lookahead == '=') ADVANCE(146);
END_STATE();
case 176:
ACCEPT_TOKEN(anon_sym_PLUS_PLUS);
END_STATE();
case 177:
ACCEPT_TOKEN(anon_sym_DASH_DASH);
END_STATE();
case 178:
ACCEPT_TOKEN(anon_sym_LBRACK);
END_STATE();
case 179:
ACCEPT_TOKEN(anon_sym_RBRACK);
END_STATE();
case 180:
ACCEPT_TOKEN(anon_sym_DOT);
END_STATE();
case 181:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(21);
END_STATE();
case 182:
ACCEPT_TOKEN(anon_sym_DOT);
if (lookahead == '.') ADVANCE(21);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87);
END_STATE();
case 183:
ACCEPT_TOKEN(anon_sym_DOT);
if (('0' <= lookahead && lookahead <= '9')) ADVANCE(87);
END_STATE();
case 184:
ACCEPT_TOKEN(anon_sym_COLON_COLON);
END_STATE();
case 185:
ACCEPT_TOKEN(anon_sym_LBRACE);
END_STATE();
case 186:
ACCEPT_TOKEN(anon_sym_SEMI);
END_STATE();
case 187:
ACCEPT_TOKEN(anon_sym_AT);
END_STATE();
case 188:
ACCEPT_TOKEN(anon_sym_AT);
if (lookahead == 'i') ADVANCE(52);
END_STATE();
case 189:
ACCEPT_TOKEN(anon_sym_non_DASHsealed);
END_STATE();
case 190:
ACCEPT_TOKEN(anon_sym_ATinterface);
END_STATE();
case 191:
ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT);
END_STATE();
case 192:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == '-') ADVANCE(54);
if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(195);
END_STATE();
case 193:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'n') ADVANCE(192);
if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(195);
END_STATE();
case 194:
ACCEPT_TOKEN(sym_identifier);
if (lookahead == 'o') ADVANCE(193);
if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(195);
END_STATE();
case 195:
ACCEPT_TOKEN(sym_identifier);
if (set_contains(sym_identifier_character_set_2, 802, lookahead)) ADVANCE(195);
END_STATE();
case 196:
ACCEPT_TOKEN(sym_line_comment);
if (lookahead != 0 &&
lookahead != '\n') ADVANCE(196);
END_STATE();
case 197:
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 = 1},
[106] = {.lex_state = 74},
[107] = {.lex_state = 74},
[108] = {.lex_state = 2},
[109] = {.lex_state = 2},
[110] = {.lex_state = 2},
[111] = {.lex_state = 2},
[112] = {.lex_state = 2},
[113] = {.lex_state = 74},
[114] = {.lex_state = 2},
[115] = {.lex_state = 74},
[116] = {.lex_state = 74},
[117] = {.lex_state = 2},
[118] = {.lex_state = 74},
[119] = {.lex_state = 74},
[120] = {.lex_state = 74},
[121] = {.lex_state = 2},
[122] = {.lex_state = 74},
[123] = {.lex_state = 74},
[124] = {.lex_state = 1},
[125] = {.lex_state = 1},
[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 = 0},
[141] = {.lex_state = 1},
[142] = {.lex_state = 0},
[143] = {.lex_state = 1},
[144] = {.lex_state = 1},
[145] = {.lex_state = 1},
[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 = 0},
[192] = {.lex_state = 0},
[193] = {.lex_state = 0},
[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 = 0},
[249] = {.lex_state = 2},
[250] = {.lex_state = 2},
[251] = {.lex_state = 2},
[252] = {.lex_state = 2},
[253] = {.lex_state = 0},
[254] = {.lex_state = 0},
[255] = {.lex_state = 0},
[256] = {.lex_state = 0},
[257] = {.lex_state = 0},
[258] = {.lex_state = 0},
[259] = {.lex_state = 0},
[260] = {.lex_state = 0},
[261] = {.lex_state = 0},
[262] = {.lex_state = 0},
[263] = {.lex_state = 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 = 2},
[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 = 1},
[405] = {.lex_state = 1},
[406] = {.lex_state = 3},
[407] = {.lex_state = 3},
[408] = {.lex_state = 0},
[409] = {.lex_state = 0},
[410] = {.lex_state = 0},
[411] = {.lex_state = 0},
[412] = {.lex_state = 0},
[413] = {.lex_state = 1},
[414] = {.lex_state = 1},
[415] = {.lex_state = 0},
[416] = {.lex_state = 0},
[417] = {.lex_state = 0},
[418] = {.lex_state = 1},
[419] = {.lex_state = 1},
[420] = {.lex_state = 0},
[421] = {.lex_state = 0},
[422] = {.lex_state = 0},
[423] = {.lex_state = 1},
[424] = {.lex_state = 1},
[425] = {.lex_state = 1},
[426] = {.lex_state = 1},
[427] = {.lex_state = 1},
[428] = {.lex_state = 1},
[429] = {.lex_state = 1},
[430] = {.lex_state = 2},
[431] = {.lex_state = 2},
[432] = {.lex_state = 4},
[433] = {.lex_state = 4},
[434] = {.lex_state = 2},
[435] = {.lex_state = 4},
[436] = {.lex_state = 1},
[437] = {.lex_state = 1},
[438] = {.lex_state = 1},
[439] = {.lex_state = 1},
[440] = {.lex_state = 1},
[441] = {.lex_state = 1},
[442] = {.lex_state = 1},
[443] = {.lex_state = 1},
[444] = {.lex_state = 2},
[445] = {.lex_state = 4},
[446] = {.lex_state = 1},
[447] = {.lex_state = 1},
[448] = {.lex_state = 1},
[449] = {.lex_state = 1},
[450] = {.lex_state = 4},
[451] = {.lex_state = 1},
[452] = {.lex_state = 4},
[453] = {.lex_state = 4},
[454] = {.lex_state = 4},
[455] = {.lex_state = 4},
[456] = {.lex_state = 4},
[457] = {.lex_state = 2},
[458] = {.lex_state = 1},
[459] = {.lex_state = 1},
[460] = {.lex_state = 1},
[461] = {.lex_state = 4},
[462] = {.lex_state = 1},
[463] = {.lex_state = 1},
[464] = {.lex_state = 4},
[465] = {.lex_state = 1},
[466] = {.lex_state = 4},
[467] = {.lex_state = 1},
[468] = {.lex_state = 1},
[469] = {.lex_state = 4},
[470] = {.lex_state = 4},
[471] = {.lex_state = 4},
[472] = {.lex_state = 4},
[473] = {.lex_state = 4},
[474] = {.lex_state = 4},
[475] = {.lex_state = 4},
[476] = {.lex_state = 4},
[477] = {.lex_state = 4},
[478] = {.lex_state = 4},
[479] = {.lex_state = 0},
[480] = {.lex_state = 1},
[481] = {.lex_state = 1},
[482] = {.lex_state = 2},
[483] = {.lex_state = 4},
[484] = {.lex_state = 2},
[485] = {.lex_state = 2},
[486] = {.lex_state = 4},
[487] = {.lex_state = 4},
[488] = {.lex_state = 4},
[489] = {.lex_state = 4},
[490] = {.lex_state = 4},
[491] = {.lex_state = 0},
[492] = {.lex_state = 0},
[493] = {.lex_state = 0},
[494] = {.lex_state = 4},
[495] = {.lex_state = 4},
[496] = {.lex_state = 4},
[497] = {.lex_state = 4},
[498] = {.lex_state = 4},
[499] = {.lex_state = 4},
[500] = {.lex_state = 2},
[501] = {.lex_state = 4},
[502] = {.lex_state = 4},
[503] = {.lex_state = 4},
[504] = {.lex_state = 4},
[505] = {.lex_state = 4},
[506] = {.lex_state = 2},
[507] = {.lex_state = 4},
[508] = {.lex_state = 4},
[509] = {.lex_state = 4},
[510] = {.lex_state = 4},
[511] = {.lex_state = 9},
[512] = {.lex_state = 2},
[513] = {.lex_state = 4},
[514] = {.lex_state = 4},
[515] = {.lex_state = 4},
[516] = {.lex_state = 9},
[517] = {.lex_state = 4},
[518] = {.lex_state = 4},
[519] = {.lex_state = 9},
[520] = {.lex_state = 4},
[521] = {.lex_state = 4},
[522] = {.lex_state = 0},
[523] = {.lex_state = 4},
[524] = {.lex_state = 0},
[525] = {.lex_state = 0},
[526] = {.lex_state = 4},
[527] = {.lex_state = 0},
[528] = {.lex_state = 4},
[529] = {.lex_state = 4},
[530] = {.lex_state = 4},
[531] = {.lex_state = 4},
[532] = {.lex_state = 4},
[533] = {.lex_state = 0},
[534] = {.lex_state = 4},
[535] = {.lex_state = 0},
[536] = {.lex_state = 4},
[537] = {.lex_state = 4},
[538] = {.lex_state = 4},
[539] = {.lex_state = 4},
[540] = {.lex_state = 4},
[541] = {.lex_state = 4},
[542] = {.lex_state = 4},
[543] = {.lex_state = 2},
[544] = {.lex_state = 4},
[545] = {.lex_state = 4},
[546] = {.lex_state = 4},
[547] = {.lex_state = 4},
[548] = {.lex_state = 4},
[549] = {.lex_state = 4},
[550] = {.lex_state = 0},
[551] = {.lex_state = 4},
[552] = {.lex_state = 4},
[553] = {.lex_state = 0},
[554] = {.lex_state = 0},
[555] = {.lex_state = 0},
[556] = {.lex_state = 0},
[557] = {.lex_state = 4},
[558] = {.lex_state = 0},
[559] = {.lex_state = 4},
[560] = {.lex_state = 0},
[561] = {.lex_state = 4},
[562] = {.lex_state = 4},
[563] = {.lex_state = 4},
[564] = {.lex_state = 4},
[565] = {.lex_state = 4},
[566] = {.lex_state = 0},
[567] = {.lex_state = 4},
[568] = {.lex_state = 0},
[569] = {.lex_state = 4},
[570] = {.lex_state = 4},
[571] = {.lex_state = 4},
[572] = {.lex_state = 4},
[573] = {.lex_state = 4},
[574] = {.lex_state = 4},
[575] = {.lex_state = 4},
[576] = {.lex_state = 4},
[577] = {.lex_state = 4},
[578] = {.lex_state = 4},
[579] = {.lex_state = 4},
[580] = {.lex_state = 0},
[581] = {.lex_state = 4},
[582] = {.lex_state = 4},
[583] = {.lex_state = 4},
[584] = {.lex_state = 4},
[585] = {.lex_state = 4},
[586] = {.lex_state = 0},
[587] = {.lex_state = 0},
[588] = {.lex_state = 0},
[589] = {.lex_state = 0},
[590] = {.lex_state = 2},
[591] = {.lex_state = 0},
[592] = {.lex_state = 0},
[593] = {.lex_state = 0},
[594] = {.lex_state = 0},
[595] = {.lex_state = 0},
[596] = {.lex_state = 9},
[597] = {.lex_state = 0},
[598] = {.lex_state = 4},
[599] = {.lex_state = 0},
[600] = {.lex_state = 4},
[601] = {.lex_state = 2},
[602] = {.lex_state = 2},
[603] = {.lex_state = 0},
[604] = {.lex_state = 2},
[605] = {.lex_state = 4},
[606] = {.lex_state = 4},
[607] = {.lex_state = 4},
[608] = {.lex_state = 0},
[609] = {.lex_state = 4},
[610] = {.lex_state = 4},
[611] = {.lex_state = 4},
[612] = {.lex_state = 4},
[613] = {.lex_state = 4},
[614] = {.lex_state = 4},
[615] = {.lex_state = 4},
[616] = {.lex_state = 4},
[617] = {.lex_state = 0},
[618] = {.lex_state = 4},
[619] = {.lex_state = 4},
[620] = {.lex_state = 4},
[621] = {.lex_state = 4},
[622] = {.lex_state = 4},
[623] = {.lex_state = 4},
[624] = {.lex_state = 4},
[625] = {.lex_state = 4},
[626] = {.lex_state = 2},
[627] = {.lex_state = 4},
[628] = {.lex_state = 4},
[629] = {.lex_state = 4},
[630] = {.lex_state = 4},
[631] = {.lex_state = 4},
[632] = {.lex_state = 4},
[633] = {.lex_state = 4},
[634] = {.lex_state = 2},
[635] = {.lex_state = 4},
[636] = {.lex_state = 4},
[637] = {.lex_state = 4},
[638] = {.lex_state = 2},
[639] = {.lex_state = 4},
[640] = {.lex_state = 4},
[641] = {.lex_state = 4},
[642] = {.lex_state = 4},
[643] = {.lex_state = 4},
[644] = {.lex_state = 4},
[645] = {.lex_state = 4},
[646] = {.lex_state = 4},
[647] = {.lex_state = 4},
[648] = {.lex_state = 4},
[649] = {.lex_state = 4},
[650] = {.lex_state = 2},
[651] = {.lex_state = 9},
[652] = {.lex_state = 4},
[653] = {.lex_state = 4},
[654] = {.lex_state = 4},
[655] = {.lex_state = 2},
[656] = {.lex_state = 4},
[657] = {.lex_state = 4},
[658] = {.lex_state = 9},
[659] = {.lex_state = 4},
[660] = {.lex_state = 4},
[661] = {.lex_state = 4},
[662] = {.lex_state = 4},
[663] = {.lex_state = 4},
[664] = {.lex_state = 2},
[665] = {.lex_state = 9},
[666] = {.lex_state = 4},
[667] = {.lex_state = 4},
[668] = {.lex_state = 4},
[669] = {.lex_state = 4},
[670] = {.lex_state = 4},
[671] = {.lex_state = 4},
[672] = {.lex_state = 4},
[673] = {.lex_state = 9},
[674] = {.lex_state = 4},
[675] = {.lex_state = 9},
[676] = {.lex_state = 4},
[677] = {.lex_state = 9},
[678] = {.lex_state = 4},
[679] = {.lex_state = 4},
[680] = {.lex_state = 4},
[681] = {.lex_state = 4},
[682] = {.lex_state = 4},
[683] = {.lex_state = 4},
[684] = {.lex_state = 4},
[685] = {.lex_state = 4},
[686] = {.lex_state = 4},
[687] = {.lex_state = 4},
[688] = {.lex_state = 4},
[689] = {.lex_state = 4},
[690] = {.lex_state = 4},
[691] = {.lex_state = 4},
[692] = {.lex_state = 4},
[693] = {.lex_state = 4},
[694] = {.lex_state = 4},
[695] = {.lex_state = 4},
[696] = {.lex_state = 4},
[697] = {.lex_state = 4},
[698] = {.lex_state = 4},
[699] = {.lex_state = 4},
[700] = {.lex_state = 4},
[701] = {.lex_state = 4},
[702] = {.lex_state = 4},
[703] = {.lex_state = 4},
[704] = {.lex_state = 4},
[705] = {.lex_state = 4},
[706] = {.lex_state = 4},
[707] = {.lex_state = 4},
[708] = {.lex_state = 4},
[709] = {.lex_state = 9},
[710] = {.lex_state = 4},
[711] = {.lex_state = 9},
[712] = {.lex_state = 23},
[713] = {.lex_state = 4},
[714] = {.lex_state = 4},
[715] = {.lex_state = 4},
[716] = {.lex_state = 4},
[717] = {.lex_state = 1},
[718] = {.lex_state = 4},
[719] = {.lex_state = 4},
[720] = {.lex_state = 1},
[721] = {.lex_state = 9},
[722] = {.lex_state = 2},
[723] = {.lex_state = 9},
[724] = {.lex_state = 9},
[725] = {.lex_state = 9},
[726] = {.lex_state = 9},
[727] = {.lex_state = 4},
[728] = {.lex_state = 4},
[729] = {.lex_state = 9},
[730] = {.lex_state = 9},
[731] = {.lex_state = 4},
[732] = {.lex_state = 4},
[733] = {.lex_state = 4},
[734] = {.lex_state = 4},
[735] = {.lex_state = 1},
[736] = {.lex_state = 1},
[737] = {.lex_state = 4},
[738] = {.lex_state = 1},
[739] = {.lex_state = 4},
[740] = {.lex_state = 1},
[741] = {.lex_state = 4},
[742] = {.lex_state = 9},
[743] = {.lex_state = 4},
[744] = {.lex_state = 4},
[745] = {.lex_state = 4},
[746] = {.lex_state = 4},
[747] = {.lex_state = 4},
[748] = {.lex_state = 23},
[749] = {.lex_state = 4},
[750] = {.lex_state = 23},
[751] = {.lex_state = 4},
[752] = {.lex_state = 4},
[753] = {.lex_state = 4},
[754] = {.lex_state = 4},
[755] = {.lex_state = 1},
[756] = {.lex_state = 4},
[757] = {.lex_state = 4},
[758] = {.lex_state = 4},
[759] = {.lex_state = 4},
[760] = {.lex_state = 4},
[761] = {.lex_state = 4},
[762] = {.lex_state = 4},
[763] = {.lex_state = 4},
[764] = {.lex_state = 4},
[765] = {.lex_state = 4},
[766] = {.lex_state = 2},
[767] = {.lex_state = 4},
[768] = {.lex_state = 9},
[769] = {.lex_state = 4},
[770] = {.lex_state = 4},
[771] = {.lex_state = 1},
[772] = {.lex_state = 4},
[773] = {.lex_state = 1},
[774] = {.lex_state = 1},
[775] = {.lex_state = 9},
[776] = {.lex_state = 1},
[777] = {.lex_state = 9},
[778] = {.lex_state = 1},
[779] = {.lex_state = 1},
[780] = {.lex_state = 1},
[781] = {.lex_state = 1},
[782] = {.lex_state = 4},
[783] = {.lex_state = 9},
[784] = {.lex_state = 1},
[785] = {.lex_state = 1},
[786] = {.lex_state = 1},
[787] = {.lex_state = 1},
[788] = {.lex_state = 1},
[789] = {.lex_state = 1},
[790] = {.lex_state = 1},
[791] = {.lex_state = 1},
[792] = {.lex_state = 1},
[793] = {.lex_state = 1},
[794] = {.lex_state = 1},
[795] = {.lex_state = 1},
[796] = {.lex_state = 1},
[797] = {.lex_state = 1},
[798] = {.lex_state = 1},
[799] = {.lex_state = 23},
[800] = {.lex_state = 1},
[801] = {.lex_state = 1},
[802] = {.lex_state = 1},
[803] = {.lex_state = 1},
[804] = {.lex_state = 1},
[805] = {.lex_state = 1},
[806] = {.lex_state = 1},
[807] = {.lex_state = 1},
[808] = {.lex_state = 23},
[809] = {.lex_state = 1},
[810] = {.lex_state = 1},
[811] = {.lex_state = 1},
[812] = {.lex_state = 1},
[813] = {.lex_state = 1},
[814] = {.lex_state = 1},
[815] = {.lex_state = 1},
[816] = {.lex_state = 1},
[817] = {.lex_state = 1},
[818] = {.lex_state = 1},
[819] = {.lex_state = 1},
[820] = {.lex_state = 1},
[821] = {.lex_state = 1},
[822] = {.lex_state = 1},
[823] = {.lex_state = 1},
[824] = {.lex_state = 1},
[825] = {.lex_state = 1},
[826] = {.lex_state = 1},
[827] = {.lex_state = 1},
[828] = {.lex_state = 1},
[829] = {.lex_state = 1},
[830] = {.lex_state = 1},
[831] = {.lex_state = 1},
[832] = {.lex_state = 1},
[833] = {.lex_state = 1},
[834] = {.lex_state = 1},
[835] = {.lex_state = 1},
[836] = {.lex_state = 1},
[837] = {.lex_state = 1},
[838] = {.lex_state = 1},
[839] = {.lex_state = 9},
[840] = {.lex_state = 1},
[841] = {.lex_state = 1},
[842] = {.lex_state = 1},
[843] = {.lex_state = 1},
[844] = {.lex_state = 1},
[845] = {.lex_state = 1},
[846] = {.lex_state = 1},
[847] = {.lex_state = 1},
[848] = {.lex_state = 1},
[849] = {.lex_state = 1},
[850] = {.lex_state = 1},
[851] = {.lex_state = 1},
[852] = {.lex_state = 1},
[853] = {.lex_state = 1},
[854] = {.lex_state = 1},
[855] = {.lex_state = 1},
[856] = {.lex_state = 1},
[857] = {.lex_state = 1},
[858] = {.lex_state = 1},
[859] = {.lex_state = 1},
[860] = {.lex_state = 1},
[861] = {.lex_state = 1},
[862] = {.lex_state = 1},
[863] = {.lex_state = 1},
[864] = {.lex_state = 1},
[865] = {.lex_state = 1},
[866] = {.lex_state = 1},
[867] = {.lex_state = 1},
[868] = {.lex_state = 1},
[869] = {.lex_state = 1},
[870] = {.lex_state = 1},
[871] = {.lex_state = 1},
[872] = {.lex_state = 1},
[873] = {.lex_state = 1},
[874] = {.lex_state = 1},
[875] = {.lex_state = 1},
[876] = {.lex_state = 1},
[877] = {.lex_state = 1},
[878] = {.lex_state = 1},
[879] = {.lex_state = 1},
[880] = {.lex_state = 1},
[881] = {.lex_state = 1},
[882] = {.lex_state = 1},
[883] = {.lex_state = 1},
[884] = {.lex_state = 1},
[885] = {.lex_state = 1},
[886] = {.lex_state = 1},
[887] = {.lex_state = 1},
[888] = {.lex_state = 1},
[889] = {.lex_state = 1},
[890] = {.lex_state = 1},
[891] = {.lex_state = 1},
[892] = {.lex_state = 1},
[893] = {.lex_state = 1},
[894] = {.lex_state = 1},
[895] = {.lex_state = 1},
[896] = {.lex_state = 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 = 1},
[906] = {.lex_state = 1},
[907] = {.lex_state = 1},
[908] = {.lex_state = 1},
[909] = {.lex_state = 1},
[910] = {.lex_state = 1},
[911] = {.lex_state = 1},
[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 = 1},
[945] = {.lex_state = 1},
[946] = {.lex_state = 1},
[947] = {.lex_state = 1},
[948] = {.lex_state = 1},
[949] = {.lex_state = 6},
[950] = {.lex_state = 1},
[951] = {.lex_state = 1},
[952] = {.lex_state = 6},
[953] = {.lex_state = 1},
[954] = {.lex_state = 1},
[955] = {.lex_state = 6},
[956] = {.lex_state = 1},
[957] = {.lex_state = 1},
[958] = {.lex_state = 1},
[959] = {.lex_state = 0},
[960] = {.lex_state = 1},
[961] = {.lex_state = 1},
[962] = {.lex_state = 1},
[963] = {.lex_state = 0},
[964] = {.lex_state = 1},
[965] = {.lex_state = 1},
[966] = {.lex_state = 1},
[967] = {.lex_state = 1},
[968] = {.lex_state = 1},
[969] = {.lex_state = 1},
[970] = {.lex_state = 1},
[971] = {.lex_state = 1},
[972] = {.lex_state = 1},
[973] = {.lex_state = 1},
[974] = {.lex_state = 1},
[975] = {.lex_state = 1},
[976] = {.lex_state = 1},
[977] = {.lex_state = 8},
[978] = {.lex_state = 1},
[979] = {.lex_state = 1},
[980] = {.lex_state = 1},
[981] = {.lex_state = 1},
[982] = {.lex_state = 1},
[983] = {.lex_state = 1},
[984] = {.lex_state = 1},
[985] = {.lex_state = 1},
[986] = {.lex_state = 1},
[987] = {.lex_state = 1},
[988] = {.lex_state = 1},
[989] = {.lex_state = 1},
[990] = {.lex_state = 1},
[991] = {.lex_state = 1},
[992] = {.lex_state = 1},
[993] = {.lex_state = 1},
[994] = {.lex_state = 1},
[995] = {.lex_state = 1},
[996] = {.lex_state = 1},
[997] = {.lex_state = 1},
[998] = {.lex_state = 1},
[999] = {.lex_state = 1},
[1000] = {.lex_state = 1},
[1001] = {.lex_state = 1},
[1002] = {.lex_state = 1},
[1003] = {.lex_state = 1},
[1004] = {.lex_state = 1},
[1005] = {.lex_state = 1},
[1006] = {.lex_state = 1},
[1007] = {.lex_state = 8},
[1008] = {.lex_state = 1},
[1009] = {.lex_state = 1},
[1010] = {.lex_state = 1},
[1011] = {.lex_state = 1},
[1012] = {.lex_state = 8},
[1013] = {.lex_state = 6},
[1014] = {.lex_state = 0},
[1015] = {.lex_state = 1},
[1016] = {.lex_state = 0},
[1017] = {.lex_state = 0},
[1018] = {.lex_state = 0},
[1019] = {.lex_state = 0},
[1020] = {.lex_state = 0},
[1021] = {.lex_state = 0},
[1022] = {.lex_state = 0},
[1023] = {.lex_state = 0},
[1024] = {.lex_state = 6},
[1025] = {.lex_state = 0},
[1026] = {.lex_state = 9},
[1027] = {.lex_state = 0},
[1028] = {.lex_state = 0},
[1029] = {.lex_state = 1},
[1030] = {.lex_state = 1},
[1031] = {.lex_state = 0},
[1032] = {.lex_state = 0},
[1033] = {.lex_state = 1},
[1034] = {.lex_state = 1},
[1035] = {.lex_state = 1},
[1036] = {.lex_state = 0},
[1037] = {.lex_state = 0},
[1038] = {.lex_state = 0},
[1039] = {.lex_state = 0},
[1040] = {.lex_state = 1},
[1041] = {.lex_state = 0},
[1042] = {.lex_state = 9},
[1043] = {.lex_state = 1},
[1044] = {.lex_state = 1},
[1045] = {.lex_state = 0},
[1046] = {.lex_state = 0},
[1047] = {.lex_state = 1},
[1048] = {.lex_state = 1},
[1049] = {.lex_state = 0},
[1050] = {.lex_state = 1},
[1051] = {.lex_state = 1},
[1052] = {.lex_state = 1},
[1053] = {.lex_state = 1},
[1054] = {.lex_state = 0},
[1055] = {.lex_state = 0},
[1056] = {.lex_state = 9},
[1057] = {.lex_state = 0},
[1058] = {.lex_state = 1},
[1059] = {.lex_state = 0},
[1060] = {.lex_state = 0},
[1061] = {.lex_state = 0},
[1062] = {.lex_state = 0},
[1063] = {.lex_state = 8},
[1064] = {.lex_state = 0},
[1065] = {.lex_state = 0},
[1066] = {.lex_state = 1},
[1067] = {.lex_state = 1},
[1068] = {.lex_state = 1},
[1069] = {.lex_state = 0},
[1070] = {.lex_state = 1},
[1071] = {.lex_state = 1},
[1072] = {.lex_state = 1},
[1073] = {.lex_state = 1},
[1074] = {.lex_state = 1},
[1075] = {.lex_state = 0},
[1076] = {.lex_state = 1},
[1077] = {.lex_state = 0},
[1078] = {.lex_state = 1},
[1079] = {.lex_state = 9},
[1080] = {.lex_state = 1},
[1081] = {.lex_state = 1},
[1082] = {.lex_state = 1},
[1083] = {.lex_state = 0},
[1084] = {.lex_state = 1},
[1085] = {.lex_state = 1},
[1086] = {.lex_state = 1},
[1087] = {.lex_state = 9},
[1088] = {.lex_state = 0},
[1089] = {.lex_state = 1},
[1090] = {.lex_state = 1},
[1091] = {.lex_state = 1},
[1092] = {.lex_state = 0},
[1093] = {.lex_state = 0},
[1094] = {.lex_state = 9},
[1095] = {.lex_state = 1},
[1096] = {.lex_state = 1},
[1097] = {.lex_state = 0},
[1098] = {.lex_state = 0},
[1099] = {.lex_state = 1},
[1100] = {.lex_state = 9},
[1101] = {.lex_state = 0},
[1102] = {.lex_state = 0},
[1103] = {.lex_state = 1},
[1104] = {.lex_state = 0},
[1105] = {.lex_state = 0},
[1106] = {.lex_state = 0},
[1107] = {.lex_state = 0},
[1108] = {.lex_state = 1},
[1109] = {.lex_state = 1},
[1110] = {.lex_state = 0},
[1111] = {.lex_state = 9},
[1112] = {.lex_state = 0},
[1113] = {.lex_state = 0},
[1114] = {.lex_state = 0},
[1115] = {.lex_state = 0},
[1116] = {.lex_state = 0},
[1117] = {.lex_state = 0},
[1118] = {.lex_state = 0},
[1119] = {.lex_state = 0},
[1120] = {.lex_state = 1},
[1121] = {.lex_state = 0},
[1122] = {.lex_state = 0},
[1123] = {.lex_state = 0},
[1124] = {.lex_state = 0},
[1125] = {.lex_state = 0},
[1126] = {.lex_state = 0},
[1127] = {.lex_state = 1},
[1128] = {.lex_state = 0},
[1129] = {.lex_state = 1},
[1130] = {.lex_state = 0},
[1131] = {.lex_state = 0},
[1132] = {.lex_state = 9},
[1133] = {.lex_state = 0},
[1134] = {.lex_state = 9},
[1135] = {.lex_state = 0},
[1136] = {.lex_state = 0},
[1137] = {.lex_state = 0},
[1138] = {.lex_state = 9},
[1139] = {.lex_state = 0},
[1140] = {.lex_state = 0},
[1141] = {.lex_state = 0},
[1142] = {.lex_state = 0},
[1143] = {.lex_state = 9},
[1144] = {.lex_state = 0},
[1145] = {.lex_state = 0},
[1146] = {.lex_state = 9},
[1147] = {.lex_state = 0},
[1148] = {.lex_state = 0},
[1149] = {.lex_state = 1},
[1150] = {.lex_state = 0},
[1151] = {.lex_state = 0},
[1152] = {.lex_state = 0},
[1153] = {.lex_state = 0},
[1154] = {.lex_state = 0},
[1155] = {.lex_state = 1},
[1156] = {.lex_state = 0},
[1157] = {.lex_state = 0},
[1158] = {.lex_state = 0},
[1159] = {.lex_state = 0},
[1160] = {.lex_state = 0},
[1161] = {.lex_state = 1},
[1162] = {.lex_state = 0},
[1163] = {.lex_state = 0},
[1164] = {.lex_state = 0},
[1165] = {.lex_state = 0},
[1166] = {.lex_state = 0},
[1167] = {.lex_state = 0},
[1168] = {.lex_state = 0},
[1169] = {.lex_state = 1},
[1170] = {.lex_state = 0},
[1171] = {.lex_state = 0},
[1172] = {.lex_state = 1},
[1173] = {.lex_state = 0},
[1174] = {.lex_state = 0},
[1175] = {.lex_state = 0},
[1176] = {.lex_state = 0},
[1177] = {.lex_state = 0},
[1178] = {.lex_state = 0},
[1179] = {.lex_state = 0},
[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 = 0},
[1189] = {.lex_state = 0},
[1190] = {.lex_state = 0},
[1191] = {.lex_state = 0},
[1192] = {.lex_state = 0},
[1193] = {.lex_state = 0},
[1194] = {.lex_state = 1},
[1195] = {.lex_state = 0},
[1196] = {.lex_state = 0},
[1197] = {.lex_state = 0},
[1198] = {.lex_state = 0},
[1199] = {.lex_state = 0},
[1200] = {.lex_state = 0},
[1201] = {.lex_state = 0},
[1202] = {.lex_state = 0},
[1203] = {.lex_state = 1},
[1204] = {.lex_state = 0},
[1205] = {.lex_state = 9},
[1206] = {.lex_state = 0},
[1207] = {.lex_state = 0},
[1208] = {.lex_state = 0},
[1209] = {.lex_state = 0},
[1210] = {.lex_state = 0},
[1211] = {.lex_state = 0},
[1212] = {.lex_state = 0},
[1213] = {.lex_state = 9},
[1214] = {.lex_state = 9},
[1215] = {.lex_state = 0},
[1216] = {.lex_state = 0},
[1217] = {.lex_state = 0},
[1218] = {.lex_state = 0},
[1219] = {.lex_state = 0},
[1220] = {.lex_state = 0},
[1221] = {.lex_state = 0},
[1222] = {.lex_state = 0},
[1223] = {.lex_state = 1},
[1224] = {.lex_state = 0},
[1225] = {.lex_state = 0},
[1226] = {.lex_state = 0},
[1227] = {.lex_state = 0},
[1228] = {.lex_state = 0},
[1229] = {.lex_state = 1},
[1230] = {.lex_state = 0},
[1231] = {.lex_state = 0},
[1232] = {.lex_state = 0},
[1233] = {.lex_state = 0},
[1234] = {.lex_state = 0},
[1235] = {.lex_state = 0},
[1236] = {.lex_state = 0},
[1237] = {.lex_state = 0},
[1238] = {.lex_state = 1},
[1239] = {.lex_state = 0},
[1240] = {.lex_state = 1},
[1241] = {.lex_state = 0},
[1242] = {.lex_state = 0},
[1243] = {.lex_state = 1},
[1244] = {.lex_state = 0},
[1245] = {.lex_state = 0},
[1246] = {.lex_state = 0},
[1247] = {.lex_state = 0},
[1248] = {.lex_state = 0},
[1249] = {.lex_state = 0},
[1250] = {.lex_state = 0},
[1251] = {.lex_state = 0},
[1252] = {.lex_state = 0},
[1253] = {.lex_state = 0},
[1254] = {.lex_state = 0},
[1255] = {.lex_state = 1},
[1256] = {.lex_state = 0},
[1257] = {.lex_state = 0},
[1258] = {.lex_state = 0},
[1259] = {.lex_state = 0},
[1260] = {.lex_state = 0},
[1261] = {.lex_state = 0},
[1262] = {.lex_state = 0},
[1263] = {.lex_state = 9},
[1264] = {.lex_state = 0},
[1265] = {.lex_state = 0},
[1266] = {.lex_state = 0},
[1267] = {.lex_state = 0},
[1268] = {.lex_state = 0},
[1269] = {.lex_state = 0},
[1270] = {.lex_state = 9},
[1271] = {.lex_state = 0},
[1272] = {.lex_state = 0},
[1273] = {.lex_state = 0},
[1274] = {.lex_state = 0},
[1275] = {.lex_state = 0},
[1276] = {.lex_state = 0},
[1277] = {.lex_state = 0},
[1278] = {.lex_state = 1},
[1279] = {.lex_state = 0},
[1280] = {.lex_state = 0},
[1281] = {.lex_state = 0},
[1282] = {.lex_state = 0},
[1283] = {.lex_state = 9},
[1284] = {.lex_state = 0},
[1285] = {.lex_state = 0},
[1286] = {.lex_state = 9},
[1287] = {.lex_state = 0},
[1288] = {.lex_state = 0},
[1289] = {.lex_state = 0},
[1290] = {.lex_state = 1},
[1291] = {.lex_state = 0},
[1292] = {.lex_state = 0},
[1293] = {.lex_state = 0},
[1294] = {.lex_state = 0},
[1295] = {.lex_state = 0},
[1296] = {.lex_state = 0},
[1297] = {.lex_state = 0},
[1298] = {.lex_state = 0},
[1299] = {.lex_state = 9},
[1300] = {.lex_state = 1},
[1301] = {.lex_state = 0},
[1302] = {.lex_state = 0},
[1303] = {.lex_state = 0},
[1304] = {.lex_state = 1},
[1305] = {.lex_state = 0},
[1306] = {.lex_state = 0},
[1307] = {.lex_state = 0},
[1308] = {.lex_state = 0},
[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 = 9},
[1324] = {.lex_state = 0},
[1325] = {.lex_state = 0},
[1326] = {.lex_state = 0},
[1327] = {.lex_state = 0},
[1328] = {.lex_state = 0},
[1329] = {.lex_state = 0},
[1330] = {.lex_state = 9},
[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 = 0},
[1341] = {.lex_state = 1},
[1342] = {.lex_state = 1},
[1343] = {.lex_state = 0},
[1344] = {.lex_state = 0},
[1345] = {.lex_state = 0},
[1346] = {.lex_state = 0},
[1347] = {.lex_state = 0},
[1348] = {.lex_state = 1},
[1349] = {.lex_state = 0},
[1350] = {.lex_state = 1},
[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 = 1},
[1359] = {.lex_state = 0},
[1360] = {.lex_state = 0},
[1361] = {.lex_state = 0},
[1362] = {.lex_state = 0},
[1363] = {.lex_state = 0},
[1364] = {.lex_state = 1},
[1365] = {.lex_state = 0},
[1366] = {.lex_state = 0},
[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 = 1},
[1374] = {.lex_state = 1},
[1375] = {.lex_state = 0},
[1376] = {.lex_state = 0},
[1377] = {.lex_state = 0},
[1378] = {.lex_state = 0},
[1379] = {.lex_state = 0},
[1380] = {.lex_state = 1},
[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 = 0},
[1389] = {.lex_state = 0},
[1390] = {.lex_state = 0},
[1391] = {.lex_state = 0},
[1392] = {.lex_state = 0},
[1393] = {.lex_state = 1},
[1394] = {.lex_state = 0},
[1395] = {.lex_state = 0},
[1396] = {.lex_state = 0},
[1397] = {.lex_state = 1},
[1398] = {.lex_state = 0},
[1399] = {.lex_state = 1},
[1400] = {.lex_state = 0},
[1401] = {.lex_state = 0},
[1402] = {.lex_state = 0},
[1403] = {.lex_state = 1},
[1404] = {.lex_state = 0},
[1405] = {.lex_state = 1},
[1406] = {.lex_state = 0},
[1407] = {.lex_state = 0},
[1408] = {.lex_state = 0},
[1409] = {.lex_state = 0},
[1410] = {.lex_state = 1},
[1411] = {.lex_state = 0},
[1412] = {.lex_state = 0},
[1413] = {.lex_state = 0},
[1414] = {.lex_state = 0},
[1415] = {.lex_state = 0},
[1416] = {.lex_state = 1},
[1417] = {.lex_state = 0},
[1418] = {.lex_state = 0},
[1419] = {.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_ATinterface] = 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(1361),
[sym__toplevel_statement] = STATE(2),
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(2),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(750),
[sym_type_parameters] = STATE(807),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(776),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym__method_header] = STATE(1121),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym_method_declaration] = STATE(2),
[sym__reserved_identifier] = STATE(460),
[aux_sym_program_repeat1] = STATE(2),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(2)] = {
[sym__toplevel_statement] = STATE(3),
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(3),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(750),
[sym_type_parameters] = STATE(807),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(776),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym__method_header] = STATE(1121),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym_method_declaration] = STATE(3),
[sym__reserved_identifier] = STATE(460),
[aux_sym_program_repeat1] = STATE(3),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[ts_builtin_sym_end] = ACTIONS(99),
[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_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(3)] = {
[sym__toplevel_statement] = STATE(3),
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(3),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(750),
[sym_type_parameters] = STATE(807),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(776),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym__method_header] = STATE(1121),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym_method_declaration] = STATE(3),
[sym__reserved_identifier] = STATE(460),
[aux_sym_program_repeat1] = STATE(3),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[ts_builtin_sym_end] = ACTIONS(101),
[sym_identifier] = ACTIONS(103),
[sym_decimal_integer_literal] = ACTIONS(106),
[sym_hex_integer_literal] = ACTIONS(106),
[sym_octal_integer_literal] = ACTIONS(106),
[sym_binary_integer_literal] = ACTIONS(109),
[sym_decimal_floating_point_literal] = ACTIONS(109),
[sym_hex_floating_point_literal] = ACTIONS(106),
[sym_true] = ACTIONS(106),
[sym_false] = ACTIONS(106),
[sym_character_literal] = ACTIONS(109),
[anon_sym_DQUOTE] = ACTIONS(112),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(115),
[sym_null_literal] = ACTIONS(106),
[anon_sym_LPAREN] = ACTIONS(118),
[anon_sym_LT] = ACTIONS(121),
[anon_sym_PLUS] = ACTIONS(124),
[anon_sym_DASH] = ACTIONS(124),
[anon_sym_TILDE] = ACTIONS(127),
[anon_sym_BANG] = ACTIONS(127),
[anon_sym_PLUS_PLUS] = ACTIONS(130),
[anon_sym_DASH_DASH] = ACTIONS(130),
[anon_sym_new] = ACTIONS(133),
[anon_sym_class] = ACTIONS(136),
[anon_sym_switch] = ACTIONS(139),
[anon_sym_LBRACE] = ACTIONS(142),
[anon_sym_default] = ACTIONS(145),
[anon_sym_SEMI] = ACTIONS(148),
[anon_sym_assert] = ACTIONS(151),
[anon_sym_do] = ACTIONS(154),
[anon_sym_while] = ACTIONS(157),
[anon_sym_break] = ACTIONS(160),
[anon_sym_continue] = ACTIONS(163),
[anon_sym_return] = ACTIONS(166),
[anon_sym_yield] = ACTIONS(169),
[anon_sym_synchronized] = ACTIONS(172),
[anon_sym_throw] = ACTIONS(175),
[anon_sym_try] = ACTIONS(178),
[anon_sym_if] = ACTIONS(181),
[anon_sym_for] = ACTIONS(184),
[anon_sym_AT] = ACTIONS(187),
[anon_sym_open] = ACTIONS(190),
[anon_sym_module] = ACTIONS(193),
[anon_sym_static] = ACTIONS(145),
[anon_sym_with] = ACTIONS(196),
[anon_sym_package] = ACTIONS(199),
[anon_sym_import] = ACTIONS(202),
[anon_sym_enum] = ACTIONS(205),
[anon_sym_public] = ACTIONS(208),
[anon_sym_protected] = ACTIONS(208),
[anon_sym_private] = ACTIONS(208),
[anon_sym_abstract] = ACTIONS(145),
[anon_sym_final] = ACTIONS(145),
[anon_sym_strictfp] = ACTIONS(145),
[anon_sym_native] = ACTIONS(145),
[anon_sym_transient] = ACTIONS(145),
[anon_sym_volatile] = ACTIONS(145),
[anon_sym_sealed] = ACTIONS(211),
[anon_sym_non_DASHsealed] = ACTIONS(214),
[anon_sym_record] = ACTIONS(217),
[anon_sym_ATinterface] = ACTIONS(220),
[anon_sym_interface] = ACTIONS(223),
[anon_sym_byte] = ACTIONS(226),
[anon_sym_short] = ACTIONS(226),
[anon_sym_int] = ACTIONS(226),
[anon_sym_long] = ACTIONS(226),
[anon_sym_char] = ACTIONS(226),
[anon_sym_float] = ACTIONS(229),
[anon_sym_double] = ACTIONS(229),
[sym_boolean_type] = ACTIONS(232),
[sym_void_type] = ACTIONS(232),
[sym_this] = ACTIONS(235),
[sym_super] = ACTIONS(238),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(4)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(659),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_type_arguments] = STATE(1311),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(5),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_explicit_constructor_invocation] = STATE(5),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(241),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_LT] = ACTIONS(243),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(247),
[sym_super] = ACTIONS(249),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(5)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(659),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_type_arguments] = STATE(1311),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(5),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_explicit_constructor_invocation] = STATE(5),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[aux_sym_constructor_body_repeat1] = STATE(5),
[sym_identifier] = ACTIONS(251),
[sym_decimal_integer_literal] = ACTIONS(254),
[sym_hex_integer_literal] = ACTIONS(254),
[sym_octal_integer_literal] = ACTIONS(254),
[sym_binary_integer_literal] = ACTIONS(257),
[sym_decimal_floating_point_literal] = ACTIONS(257),
[sym_hex_floating_point_literal] = ACTIONS(254),
[sym_true] = ACTIONS(254),
[sym_false] = ACTIONS(254),
[sym_character_literal] = ACTIONS(257),
[anon_sym_DQUOTE] = ACTIONS(260),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(263),
[anon_sym_RBRACE] = ACTIONS(266),
[sym_null_literal] = ACTIONS(254),
[anon_sym_LPAREN] = ACTIONS(268),
[anon_sym_LT] = ACTIONS(271),
[anon_sym_PLUS] = ACTIONS(274),
[anon_sym_DASH] = ACTIONS(274),
[anon_sym_TILDE] = ACTIONS(277),
[anon_sym_BANG] = ACTIONS(277),
[anon_sym_PLUS_PLUS] = ACTIONS(280),
[anon_sym_DASH_DASH] = ACTIONS(280),
[anon_sym_new] = ACTIONS(283),
[anon_sym_class] = ACTIONS(286),
[anon_sym_switch] = ACTIONS(289),
[anon_sym_LBRACE] = ACTIONS(292),
[anon_sym_default] = ACTIONS(295),
[anon_sym_SEMI] = ACTIONS(298),
[anon_sym_assert] = ACTIONS(301),
[anon_sym_do] = ACTIONS(304),
[anon_sym_while] = ACTIONS(307),
[anon_sym_break] = ACTIONS(310),
[anon_sym_continue] = ACTIONS(313),
[anon_sym_return] = ACTIONS(316),
[anon_sym_yield] = ACTIONS(319),
[anon_sym_synchronized] = ACTIONS(322),
[anon_sym_throw] = ACTIONS(325),
[anon_sym_try] = ACTIONS(328),
[anon_sym_if] = ACTIONS(331),
[anon_sym_for] = ACTIONS(334),
[anon_sym_AT] = ACTIONS(337),
[anon_sym_open] = ACTIONS(340),
[anon_sym_module] = ACTIONS(343),
[anon_sym_static] = ACTIONS(295),
[anon_sym_with] = ACTIONS(346),
[anon_sym_package] = ACTIONS(349),
[anon_sym_import] = ACTIONS(352),
[anon_sym_enum] = ACTIONS(355),
[anon_sym_public] = ACTIONS(358),
[anon_sym_protected] = ACTIONS(358),
[anon_sym_private] = ACTIONS(358),
[anon_sym_abstract] = ACTIONS(295),
[anon_sym_final] = ACTIONS(295),
[anon_sym_strictfp] = ACTIONS(295),
[anon_sym_native] = ACTIONS(295),
[anon_sym_transient] = ACTIONS(295),
[anon_sym_volatile] = ACTIONS(295),
[anon_sym_sealed] = ACTIONS(361),
[anon_sym_non_DASHsealed] = ACTIONS(364),
[anon_sym_record] = ACTIONS(367),
[anon_sym_ATinterface] = ACTIONS(370),
[anon_sym_interface] = ACTIONS(373),
[anon_sym_byte] = ACTIONS(376),
[anon_sym_short] = ACTIONS(376),
[anon_sym_int] = ACTIONS(376),
[anon_sym_long] = ACTIONS(376),
[anon_sym_char] = ACTIONS(376),
[anon_sym_float] = ACTIONS(379),
[anon_sym_double] = ACTIONS(379),
[sym_boolean_type] = ACTIONS(382),
[sym_void_type] = ACTIONS(382),
[sym_this] = ACTIONS(385),
[sym_super] = ACTIONS(388),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(6)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(659),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_type_arguments] = STATE(1311),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(4),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_explicit_constructor_invocation] = STATE(4),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(391),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_LT] = ACTIONS(243),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(247),
[sym_super] = ACTIONS(249),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(7)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_switch_label] = STATE(1376),
[sym_statement] = STATE(9),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_switch_block_statement_group_repeat1] = STATE(389),
[aux_sym_switch_block_statement_group_repeat2] = STATE(9),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(395),
[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(397),
[anon_sym_default] = ACTIONS(397),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(8)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(8),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(405),
[sym_decimal_integer_literal] = ACTIONS(408),
[sym_hex_integer_literal] = ACTIONS(408),
[sym_octal_integer_literal] = ACTIONS(408),
[sym_binary_integer_literal] = ACTIONS(411),
[sym_decimal_floating_point_literal] = ACTIONS(411),
[sym_hex_floating_point_literal] = ACTIONS(408),
[sym_true] = ACTIONS(408),
[sym_false] = ACTIONS(408),
[sym_character_literal] = ACTIONS(411),
[anon_sym_DQUOTE] = ACTIONS(414),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(417),
[anon_sym_RBRACE] = ACTIONS(420),
[sym_null_literal] = ACTIONS(408),
[anon_sym_LPAREN] = ACTIONS(422),
[anon_sym_PLUS] = ACTIONS(425),
[anon_sym_DASH] = ACTIONS(425),
[anon_sym_TILDE] = ACTIONS(428),
[anon_sym_BANG] = ACTIONS(428),
[anon_sym_PLUS_PLUS] = ACTIONS(431),
[anon_sym_DASH_DASH] = ACTIONS(431),
[anon_sym_new] = ACTIONS(434),
[anon_sym_class] = ACTIONS(437),
[anon_sym_switch] = ACTIONS(440),
[anon_sym_LBRACE] = ACTIONS(443),
[anon_sym_case] = ACTIONS(446),
[anon_sym_default] = ACTIONS(448),
[anon_sym_SEMI] = ACTIONS(451),
[anon_sym_assert] = ACTIONS(454),
[anon_sym_do] = ACTIONS(457),
[anon_sym_while] = ACTIONS(460),
[anon_sym_break] = ACTIONS(463),
[anon_sym_continue] = ACTIONS(466),
[anon_sym_return] = ACTIONS(469),
[anon_sym_yield] = ACTIONS(472),
[anon_sym_synchronized] = ACTIONS(475),
[anon_sym_throw] = ACTIONS(478),
[anon_sym_try] = ACTIONS(481),
[anon_sym_if] = ACTIONS(484),
[anon_sym_for] = ACTIONS(487),
[anon_sym_AT] = ACTIONS(490),
[anon_sym_open] = ACTIONS(493),
[anon_sym_module] = ACTIONS(496),
[anon_sym_static] = ACTIONS(448),
[anon_sym_with] = ACTIONS(499),
[anon_sym_package] = ACTIONS(502),
[anon_sym_import] = ACTIONS(505),
[anon_sym_enum] = ACTIONS(508),
[anon_sym_public] = ACTIONS(511),
[anon_sym_protected] = ACTIONS(511),
[anon_sym_private] = ACTIONS(511),
[anon_sym_abstract] = ACTIONS(448),
[anon_sym_final] = ACTIONS(448),
[anon_sym_strictfp] = ACTIONS(448),
[anon_sym_native] = ACTIONS(448),
[anon_sym_transient] = ACTIONS(448),
[anon_sym_volatile] = ACTIONS(448),
[anon_sym_sealed] = ACTIONS(514),
[anon_sym_non_DASHsealed] = ACTIONS(517),
[anon_sym_record] = ACTIONS(520),
[anon_sym_ATinterface] = ACTIONS(523),
[anon_sym_interface] = ACTIONS(526),
[anon_sym_byte] = ACTIONS(529),
[anon_sym_short] = ACTIONS(529),
[anon_sym_int] = ACTIONS(529),
[anon_sym_long] = ACTIONS(529),
[anon_sym_char] = ACTIONS(529),
[anon_sym_float] = ACTIONS(532),
[anon_sym_double] = ACTIONS(532),
[sym_boolean_type] = ACTIONS(535),
[sym_void_type] = ACTIONS(535),
[sym_this] = ACTIONS(538),
[sym_super] = ACTIONS(541),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(9)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(8),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(544),
[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(546),
[anon_sym_default] = ACTIONS(546),
[anon_sym_SEMI] = ACTIONS(37),
[anon_sym_assert] = ACTIONS(39),
[anon_sym_do] = ACTIONS(41),
[anon_sym_while] = ACTIONS(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(10)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(11),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_switch_block_statement_group_repeat2] = STATE(11),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(548),
[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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(11)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(8),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(550),
[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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(12)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(8),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_switch_block_statement_group_repeat2] = STATE(8),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(552),
[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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(13)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(12),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_switch_block_statement_group_repeat2] = STATE(12),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(554),
[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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(14)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(390),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(15)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(382),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(16)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(1357),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(17)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(291),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(18)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(322),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(19)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(326),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(20)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(343),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(21)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(344),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(22)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(345),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(23)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(346),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(24)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(347),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(25)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(317),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(26)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(355),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(27)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(356),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(28)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(357),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(29)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(358),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(30)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(359),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(31)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(360),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(32)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(361),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(33)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(362),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(34)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(365),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(35)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(366),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(36)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(367),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(37)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(368),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(38)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(369),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(39)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(370),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(40)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(371),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(41)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(372),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(42)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(373),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(43)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(374),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(44)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(122),
[sym_statement] = STATE(375),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(460),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(45)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(317),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(46)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(392),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(47)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(382),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(48)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(291),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(49)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(322),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(50)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(326),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(51)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(343),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(52)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(344),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(53)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(345),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(54)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(346),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(55)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(347),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(56)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(355),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(57)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(356),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(58)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(357),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(59)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(359),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(60)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(360),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(61)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(361),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(62)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(362),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(63)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(365),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(64)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(366),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(65)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(367),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(66)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(368),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(67)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(369),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(68)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(370),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(69)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(371),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(70)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(372),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(71)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(373),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(72)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(374),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(73)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(375),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(74)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(317),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(75)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(1290),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(76)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(382),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(77)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(291),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(78)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(322),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(79)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(326),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(80)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(343),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(81)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(344),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(82)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(345),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(83)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(346),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(84)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(347),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(85)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(355),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(86)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(356),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(87)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(357),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(88)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(358),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(89)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(359),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(90)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(360),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(91)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(361),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(92)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(362),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(93)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(365),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(94)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(366),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(95)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(367),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(96)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(368),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(97)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(369),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(98)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(370),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(99)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(371),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(100)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(372),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(101)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(373),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(102)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(374),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(103)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(674),
[sym_statement] = STATE(375),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(463),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(556),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(558),
[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(560),
[anon_sym_for] = ACTIONS(562),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(104)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(123),
[sym_statement] = STATE(358),
[sym_block] = STATE(386),
[sym_expression_statement] = STATE(386),
[sym_labeled_statement] = STATE(386),
[sym_assert_statement] = STATE(386),
[sym_do_statement] = STATE(386),
[sym_break_statement] = STATE(386),
[sym_continue_statement] = STATE(386),
[sym_return_statement] = STATE(386),
[sym_yield_statement] = STATE(386),
[sym_synchronized_statement] = STATE(386),
[sym_throw_statement] = STATE(386),
[sym_try_statement] = STATE(386),
[sym_try_with_resources_statement] = STATE(386),
[sym_if_statement] = STATE(386),
[sym_while_statement] = STATE(386),
[sym_for_statement] = STATE(386),
[sym_enhanced_for_statement] = STATE(386),
[sym__annotation] = STATE(522),
[sym_marker_annotation] = STATE(522),
[sym_annotation] = STATE(522),
[sym_declaration] = STATE(386),
[sym_module_declaration] = STATE(324),
[sym_package_declaration] = STATE(324),
[sym_import_declaration] = STATE(324),
[sym_enum_declaration] = STATE(324),
[sym_class_declaration] = STATE(324),
[sym_visibility] = STATE(493),
[sym__modifier] = STATE(493),
[sym_modifiers] = STATE(799),
[sym_record_declaration] = STATE(324),
[sym_annotation_type_declaration] = STATE(324),
[sym_interface_declaration] = STATE(324),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(790),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(386),
[sym__reserved_identifier] = STATE(458),
[aux_sym_array_creation_expression_repeat1] = STATE(738),
[aux_sym_modifiers_repeat1] = STATE(493),
[sym_identifier] = ACTIONS(393),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(399),
[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(401),
[anon_sym_for] = ACTIONS(403),
[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(245),
[anon_sym_non_DASHsealed] = ACTIONS(81),
[anon_sym_record] = ACTIONS(83),
[anon_sym_ATinterface] = ACTIONS(85),
[anon_sym_interface] = ACTIONS(87),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(105)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(761),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(566),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_PLUS_EQ] = ACTIONS(571),
[anon_sym_DASH_EQ] = ACTIONS(571),
[anon_sym_STAR_EQ] = ACTIONS(571),
[anon_sym_SLASH_EQ] = ACTIONS(571),
[anon_sym_AMP_EQ] = ACTIONS(571),
[anon_sym_PIPE_EQ] = ACTIONS(571),
[anon_sym_CARET_EQ] = ACTIONS(571),
[anon_sym_PERCENT_EQ] = ACTIONS(571),
[anon_sym_LT_LT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(569),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(573),
[anon_sym_DASH] = ACTIONS(573),
[anon_sym_STAR] = ACTIONS(569),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(569),
[anon_sym_PERCENT] = ACTIONS(569),
[anon_sym_LT_LT] = ACTIONS(569),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(569),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(576),
[anon_sym_PLUS_PLUS] = ACTIONS(578),
[anon_sym_DASH_DASH] = ACTIONS(578),
[anon_sym_new] = ACTIONS(27),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(569),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(106)] = {
[ts_builtin_sym_end] = ACTIONS(585),
[sym_identifier] = ACTIONS(587),
[sym_decimal_integer_literal] = ACTIONS(587),
[sym_hex_integer_literal] = ACTIONS(587),
[sym_octal_integer_literal] = ACTIONS(587),
[sym_binary_integer_literal] = ACTIONS(585),
[sym_decimal_floating_point_literal] = ACTIONS(585),
[sym_hex_floating_point_literal] = ACTIONS(587),
[sym_true] = ACTIONS(587),
[sym_false] = ACTIONS(587),
[sym_character_literal] = ACTIONS(585),
[anon_sym_DQUOTE] = ACTIONS(587),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(585),
[anon_sym_RBRACE] = ACTIONS(585),
[sym_null_literal] = ACTIONS(587),
[anon_sym_LPAREN] = ACTIONS(585),
[anon_sym_RPAREN] = ACTIONS(585),
[anon_sym_AMP] = ACTIONS(587),
[anon_sym_GT] = ACTIONS(587),
[anon_sym_LT] = ACTIONS(587),
[anon_sym_GT_EQ] = ACTIONS(585),
[anon_sym_LT_EQ] = ACTIONS(585),
[anon_sym_EQ_EQ] = ACTIONS(585),
[anon_sym_BANG_EQ] = ACTIONS(585),
[anon_sym_AMP_AMP] = ACTIONS(585),
[anon_sym_PIPE_PIPE] = ACTIONS(585),
[anon_sym_PLUS] = ACTIONS(587),
[anon_sym_DASH] = ACTIONS(587),
[anon_sym_STAR] = ACTIONS(585),
[anon_sym_SLASH] = ACTIONS(587),
[anon_sym_PIPE] = ACTIONS(587),
[anon_sym_CARET] = ACTIONS(585),
[anon_sym_PERCENT] = ACTIONS(585),
[anon_sym_LT_LT] = ACTIONS(585),
[anon_sym_GT_GT] = ACTIONS(587),
[anon_sym_GT_GT_GT] = ACTIONS(585),
[anon_sym_instanceof] = ACTIONS(587),
[anon_sym_DASH_GT] = ACTIONS(585),
[anon_sym_COMMA] = ACTIONS(585),
[anon_sym_QMARK] = ACTIONS(585),
[anon_sym_COLON] = ACTIONS(587),
[anon_sym_TILDE] = ACTIONS(585),
[anon_sym_BANG] = ACTIONS(587),
[anon_sym_PLUS_PLUS] = ACTIONS(585),
[anon_sym_DASH_DASH] = ACTIONS(585),
[anon_sym_new] = ACTIONS(587),
[anon_sym_LBRACK] = ACTIONS(585),
[anon_sym_RBRACK] = ACTIONS(585),
[anon_sym_DOT] = ACTIONS(587),
[anon_sym_class] = ACTIONS(587),
[anon_sym_COLON_COLON] = ACTIONS(585),
[anon_sym_switch] = ACTIONS(587),
[anon_sym_LBRACE] = ACTIONS(585),
[anon_sym_case] = ACTIONS(587),
[anon_sym_default] = ACTIONS(587),
[anon_sym_when] = ACTIONS(587),
[anon_sym_SEMI] = ACTIONS(585),
[anon_sym_assert] = ACTIONS(587),
[anon_sym_do] = ACTIONS(587),
[anon_sym_while] = ACTIONS(587),
[anon_sym_break] = ACTIONS(587),
[anon_sym_continue] = ACTIONS(587),
[anon_sym_return] = ACTIONS(587),
[anon_sym_yield] = ACTIONS(587),
[anon_sym_synchronized] = ACTIONS(587),
[anon_sym_throw] = ACTIONS(587),
[anon_sym_try] = ACTIONS(587),
[anon_sym_if] = ACTIONS(587),
[anon_sym_else] = ACTIONS(587),
[anon_sym_for] = ACTIONS(587),
[anon_sym_AT] = ACTIONS(587),
[anon_sym_open] = ACTIONS(587),
[anon_sym_module] = ACTIONS(587),
[anon_sym_static] = ACTIONS(587),
[anon_sym_with] = ACTIONS(587),
[anon_sym_package] = ACTIONS(587),
[anon_sym_import] = ACTIONS(587),
[anon_sym_enum] = ACTIONS(587),
[anon_sym_public] = ACTIONS(587),
[anon_sym_protected] = ACTIONS(587),
[anon_sym_private] = ACTIONS(587),
[anon_sym_abstract] = ACTIONS(587),
[anon_sym_final] = ACTIONS(587),
[anon_sym_strictfp] = ACTIONS(587),
[anon_sym_native] = ACTIONS(587),
[anon_sym_transient] = ACTIONS(587),
[anon_sym_volatile] = ACTIONS(587),
[anon_sym_sealed] = ACTIONS(587),
[anon_sym_non_DASHsealed] = ACTIONS(585),
[anon_sym_record] = ACTIONS(587),
[anon_sym_ATinterface] = ACTIONS(585),
[anon_sym_interface] = ACTIONS(587),
[anon_sym_byte] = ACTIONS(587),
[anon_sym_short] = ACTIONS(587),
[anon_sym_int] = ACTIONS(587),
[anon_sym_long] = ACTIONS(587),
[anon_sym_char] = ACTIONS(587),
[anon_sym_float] = ACTIONS(587),
[anon_sym_double] = ACTIONS(587),
[sym_boolean_type] = ACTIONS(587),
[sym_void_type] = ACTIONS(587),
[sym_this] = ACTIONS(587),
[sym_super] = ACTIONS(587),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(107)] = {
[ts_builtin_sym_end] = ACTIONS(589),
[sym_identifier] = ACTIONS(591),
[sym_decimal_integer_literal] = ACTIONS(591),
[sym_hex_integer_literal] = ACTIONS(591),
[sym_octal_integer_literal] = ACTIONS(591),
[sym_binary_integer_literal] = ACTIONS(589),
[sym_decimal_floating_point_literal] = ACTIONS(589),
[sym_hex_floating_point_literal] = ACTIONS(591),
[sym_true] = ACTIONS(591),
[sym_false] = ACTIONS(591),
[sym_character_literal] = ACTIONS(589),
[anon_sym_DQUOTE] = ACTIONS(591),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(589),
[anon_sym_RBRACE] = ACTIONS(589),
[sym_null_literal] = ACTIONS(591),
[anon_sym_LPAREN] = ACTIONS(589),
[anon_sym_RPAREN] = ACTIONS(589),
[anon_sym_AMP] = ACTIONS(591),
[anon_sym_GT] = ACTIONS(591),
[anon_sym_LT] = ACTIONS(591),
[anon_sym_GT_EQ] = ACTIONS(589),
[anon_sym_LT_EQ] = ACTIONS(589),
[anon_sym_EQ_EQ] = ACTIONS(589),
[anon_sym_BANG_EQ] = ACTIONS(589),
[anon_sym_AMP_AMP] = ACTIONS(589),
[anon_sym_PIPE_PIPE] = ACTIONS(589),
[anon_sym_PLUS] = ACTIONS(591),
[anon_sym_DASH] = ACTIONS(591),
[anon_sym_STAR] = ACTIONS(589),
[anon_sym_SLASH] = ACTIONS(591),
[anon_sym_PIPE] = ACTIONS(591),
[anon_sym_CARET] = ACTIONS(589),
[anon_sym_PERCENT] = ACTIONS(589),
[anon_sym_LT_LT] = ACTIONS(589),
[anon_sym_GT_GT] = ACTIONS(591),
[anon_sym_GT_GT_GT] = ACTIONS(589),
[anon_sym_instanceof] = ACTIONS(591),
[anon_sym_DASH_GT] = ACTIONS(589),
[anon_sym_COMMA] = ACTIONS(589),
[anon_sym_QMARK] = ACTIONS(589),
[anon_sym_COLON] = ACTIONS(591),
[anon_sym_TILDE] = ACTIONS(589),
[anon_sym_BANG] = ACTIONS(591),
[anon_sym_PLUS_PLUS] = ACTIONS(589),
[anon_sym_DASH_DASH] = ACTIONS(589),
[anon_sym_new] = ACTIONS(591),
[anon_sym_LBRACK] = ACTIONS(589),
[anon_sym_RBRACK] = ACTIONS(589),
[anon_sym_DOT] = ACTIONS(591),
[anon_sym_class] = ACTIONS(591),
[anon_sym_COLON_COLON] = ACTIONS(589),
[anon_sym_switch] = ACTIONS(591),
[anon_sym_LBRACE] = ACTIONS(589),
[anon_sym_case] = ACTIONS(591),
[anon_sym_default] = ACTIONS(591),
[anon_sym_when] = ACTIONS(591),
[anon_sym_SEMI] = ACTIONS(589),
[anon_sym_assert] = ACTIONS(591),
[anon_sym_do] = ACTIONS(591),
[anon_sym_while] = ACTIONS(591),
[anon_sym_break] = ACTIONS(591),
[anon_sym_continue] = ACTIONS(591),
[anon_sym_return] = ACTIONS(591),
[anon_sym_yield] = ACTIONS(591),
[anon_sym_synchronized] = ACTIONS(591),
[anon_sym_throw] = ACTIONS(591),
[anon_sym_try] = ACTIONS(591),
[anon_sym_if] = ACTIONS(591),
[anon_sym_else] = ACTIONS(591),
[anon_sym_for] = ACTIONS(591),
[anon_sym_AT] = ACTIONS(591),
[anon_sym_open] = ACTIONS(591),
[anon_sym_module] = ACTIONS(591),
[anon_sym_static] = ACTIONS(591),
[anon_sym_with] = ACTIONS(591),
[anon_sym_package] = ACTIONS(591),
[anon_sym_import] = ACTIONS(591),
[anon_sym_enum] = ACTIONS(591),
[anon_sym_public] = ACTIONS(591),
[anon_sym_protected] = ACTIONS(591),
[anon_sym_private] = ACTIONS(591),
[anon_sym_abstract] = ACTIONS(591),
[anon_sym_final] = ACTIONS(591),
[anon_sym_strictfp] = ACTIONS(591),
[anon_sym_native] = ACTIONS(591),
[anon_sym_transient] = ACTIONS(591),
[anon_sym_volatile] = ACTIONS(591),
[anon_sym_sealed] = ACTIONS(591),
[anon_sym_non_DASHsealed] = ACTIONS(589),
[anon_sym_record] = ACTIONS(591),
[anon_sym_ATinterface] = ACTIONS(589),
[anon_sym_interface] = ACTIONS(591),
[anon_sym_byte] = ACTIONS(591),
[anon_sym_short] = ACTIONS(591),
[anon_sym_int] = ACTIONS(591),
[anon_sym_long] = ACTIONS(591),
[anon_sym_char] = ACTIONS(591),
[anon_sym_float] = ACTIONS(591),
[anon_sym_double] = ACTIONS(591),
[sym_boolean_type] = ACTIONS(591),
[sym_void_type] = ACTIONS(591),
[sym_this] = ACTIONS(591),
[sym_super] = ACTIONS(591),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(108)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(747),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(859),
[sym__type] = STATE(1057),
[sym__unannotated_type] = STATE(720),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_formal_parameter] = STATE(1116),
[sym_receiver_parameter] = STATE(1235),
[sym_spread_parameter] = STATE(1116),
[sym__reserved_identifier] = STATE(448),
[aux_sym_array_creation_expression_repeat1] = STATE(798),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(593),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(595),
[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(31),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(109)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(747),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(859),
[sym__type] = STATE(1064),
[sym__unannotated_type] = STATE(720),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_formal_parameter] = STATE(1116),
[sym_receiver_parameter] = STATE(1235),
[sym_spread_parameter] = STATE(1116),
[sym__reserved_identifier] = STATE(448),
[aux_sym_array_creation_expression_repeat1] = STATE(798),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(593),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(595),
[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(31),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(110)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(683),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym_record_pattern] = STATE(1123),
[sym_record_pattern_component] = STATE(1123),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(853),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(837),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(863),
[sym_generic_type] = STATE(884),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(440),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(607),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(609),
[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(31),
[anon_sym_default] = ACTIONS(597),
[sym_underscore_pattern] = ACTIONS(611),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(111)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(772),
[sym_cast_expression] = STATE(649),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(649),
[sym_instanceof_expression] = STATE(649),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(649),
[sym_unary_expression] = STATE(649),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(598),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym_pattern] = STATE(992),
[sym_type_pattern] = STATE(1085),
[sym_record_pattern] = STATE(1085),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(854),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(841),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(863),
[sym_generic_type] = STATE(884),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(443),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(613),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(112)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(782),
[sym_cast_expression] = STATE(652),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(652),
[sym_instanceof_expression] = STATE(652),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(652),
[sym_unary_expression] = STATE(652),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(613),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym_pattern] = STATE(1033),
[sym_type_pattern] = STATE(1085),
[sym_record_pattern] = STATE(1085),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(854),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(841),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(863),
[sym_generic_type] = STATE(884),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(440),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(607),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(113)] = {
[ts_builtin_sym_end] = ACTIONS(621),
[sym_identifier] = ACTIONS(623),
[sym_decimal_integer_literal] = ACTIONS(623),
[sym_hex_integer_literal] = ACTIONS(623),
[sym_octal_integer_literal] = ACTIONS(623),
[sym_binary_integer_literal] = ACTIONS(621),
[sym_decimal_floating_point_literal] = ACTIONS(621),
[sym_hex_floating_point_literal] = ACTIONS(623),
[sym_true] = ACTIONS(623),
[sym_false] = ACTIONS(623),
[sym_character_literal] = ACTIONS(621),
[anon_sym_DQUOTE] = ACTIONS(623),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(621),
[anon_sym_RBRACE] = ACTIONS(621),
[sym_null_literal] = ACTIONS(623),
[anon_sym_LPAREN] = ACTIONS(621),
[anon_sym_RPAREN] = ACTIONS(621),
[anon_sym_AMP] = ACTIONS(623),
[anon_sym_GT] = ACTIONS(623),
[anon_sym_LT] = ACTIONS(623),
[anon_sym_GT_EQ] = ACTIONS(621),
[anon_sym_LT_EQ] = ACTIONS(621),
[anon_sym_EQ_EQ] = ACTIONS(621),
[anon_sym_BANG_EQ] = ACTIONS(621),
[anon_sym_AMP_AMP] = ACTIONS(621),
[anon_sym_PIPE_PIPE] = ACTIONS(621),
[anon_sym_PLUS] = ACTIONS(623),
[anon_sym_DASH] = ACTIONS(623),
[anon_sym_STAR] = ACTIONS(621),
[anon_sym_SLASH] = ACTIONS(623),
[anon_sym_PIPE] = ACTIONS(623),
[anon_sym_CARET] = ACTIONS(621),
[anon_sym_PERCENT] = ACTIONS(621),
[anon_sym_LT_LT] = ACTIONS(621),
[anon_sym_GT_GT] = ACTIONS(623),
[anon_sym_GT_GT_GT] = ACTIONS(621),
[anon_sym_instanceof] = ACTIONS(623),
[anon_sym_DASH_GT] = ACTIONS(621),
[anon_sym_COMMA] = ACTIONS(621),
[anon_sym_QMARK] = ACTIONS(621),
[anon_sym_COLON] = ACTIONS(621),
[anon_sym_TILDE] = ACTIONS(621),
[anon_sym_BANG] = ACTIONS(623),
[anon_sym_PLUS_PLUS] = ACTIONS(621),
[anon_sym_DASH_DASH] = ACTIONS(621),
[anon_sym_new] = ACTIONS(623),
[anon_sym_RBRACK] = ACTIONS(621),
[anon_sym_class] = ACTIONS(623),
[anon_sym_switch] = ACTIONS(623),
[anon_sym_LBRACE] = ACTIONS(621),
[anon_sym_case] = ACTIONS(623),
[anon_sym_default] = ACTIONS(623),
[anon_sym_when] = ACTIONS(623),
[anon_sym_SEMI] = ACTIONS(621),
[anon_sym_assert] = ACTIONS(623),
[anon_sym_do] = ACTIONS(623),
[anon_sym_while] = ACTIONS(623),
[anon_sym_break] = ACTIONS(623),
[anon_sym_continue] = ACTIONS(623),
[anon_sym_return] = ACTIONS(623),
[anon_sym_yield] = ACTIONS(623),
[anon_sym_synchronized] = ACTIONS(623),
[anon_sym_throw] = ACTIONS(623),
[anon_sym_try] = ACTIONS(623),
[anon_sym_if] = ACTIONS(623),
[anon_sym_else] = ACTIONS(623),
[anon_sym_for] = ACTIONS(623),
[anon_sym_AT] = ACTIONS(623),
[anon_sym_open] = ACTIONS(623),
[anon_sym_module] = ACTIONS(623),
[anon_sym_static] = ACTIONS(623),
[anon_sym_with] = ACTIONS(623),
[anon_sym_package] = ACTIONS(623),
[anon_sym_import] = ACTIONS(623),
[anon_sym_enum] = ACTIONS(623),
[anon_sym_public] = ACTIONS(623),
[anon_sym_protected] = ACTIONS(623),
[anon_sym_private] = ACTIONS(623),
[anon_sym_abstract] = ACTIONS(623),
[anon_sym_final] = ACTIONS(623),
[anon_sym_strictfp] = ACTIONS(623),
[anon_sym_native] = ACTIONS(623),
[anon_sym_transient] = ACTIONS(623),
[anon_sym_volatile] = ACTIONS(623),
[anon_sym_sealed] = ACTIONS(623),
[anon_sym_non_DASHsealed] = ACTIONS(621),
[anon_sym_record] = ACTIONS(623),
[anon_sym_ATinterface] = ACTIONS(621),
[anon_sym_interface] = ACTIONS(623),
[anon_sym_byte] = ACTIONS(623),
[anon_sym_short] = ACTIONS(623),
[anon_sym_int] = ACTIONS(623),
[anon_sym_long] = ACTIONS(623),
[anon_sym_char] = ACTIONS(623),
[anon_sym_float] = ACTIONS(623),
[anon_sym_double] = ACTIONS(623),
[sym_boolean_type] = ACTIONS(623),
[sym_void_type] = ACTIONS(623),
[sym_this] = ACTIONS(623),
[sym_super] = ACTIONS(623),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(114)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(676),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(848),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(793),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(180),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_default] = ACTIONS(597),
[anon_sym_SEMI] = ACTIONS(625),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(115)] = {
[ts_builtin_sym_end] = ACTIONS(627),
[sym_identifier] = ACTIONS(629),
[sym_decimal_integer_literal] = ACTIONS(629),
[sym_hex_integer_literal] = ACTIONS(629),
[sym_octal_integer_literal] = ACTIONS(629),
[sym_binary_integer_literal] = ACTIONS(627),
[sym_decimal_floating_point_literal] = ACTIONS(627),
[sym_hex_floating_point_literal] = ACTIONS(629),
[sym_true] = ACTIONS(629),
[sym_false] = ACTIONS(629),
[sym_character_literal] = ACTIONS(627),
[anon_sym_DQUOTE] = ACTIONS(629),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(627),
[anon_sym_RBRACE] = ACTIONS(627),
[sym_null_literal] = ACTIONS(629),
[anon_sym_LPAREN] = ACTIONS(627),
[anon_sym_RPAREN] = ACTIONS(627),
[anon_sym_AMP] = ACTIONS(629),
[anon_sym_GT] = ACTIONS(629),
[anon_sym_LT] = ACTIONS(629),
[anon_sym_GT_EQ] = ACTIONS(627),
[anon_sym_LT_EQ] = ACTIONS(627),
[anon_sym_EQ_EQ] = ACTIONS(627),
[anon_sym_BANG_EQ] = ACTIONS(627),
[anon_sym_AMP_AMP] = ACTIONS(627),
[anon_sym_PIPE_PIPE] = ACTIONS(627),
[anon_sym_PLUS] = ACTIONS(629),
[anon_sym_DASH] = ACTIONS(629),
[anon_sym_STAR] = ACTIONS(627),
[anon_sym_SLASH] = ACTIONS(629),
[anon_sym_PIPE] = ACTIONS(629),
[anon_sym_CARET] = ACTIONS(627),
[anon_sym_PERCENT] = ACTIONS(627),
[anon_sym_LT_LT] = ACTIONS(627),
[anon_sym_GT_GT] = ACTIONS(629),
[anon_sym_GT_GT_GT] = ACTIONS(627),
[anon_sym_instanceof] = ACTIONS(629),
[anon_sym_DASH_GT] = ACTIONS(627),
[anon_sym_COMMA] = ACTIONS(627),
[anon_sym_QMARK] = ACTIONS(627),
[anon_sym_COLON] = ACTIONS(627),
[anon_sym_TILDE] = ACTIONS(627),
[anon_sym_BANG] = ACTIONS(629),
[anon_sym_PLUS_PLUS] = ACTIONS(627),
[anon_sym_DASH_DASH] = ACTIONS(627),
[anon_sym_new] = ACTIONS(629),
[anon_sym_RBRACK] = ACTIONS(627),
[anon_sym_class] = ACTIONS(629),
[anon_sym_switch] = ACTIONS(629),
[anon_sym_LBRACE] = ACTIONS(627),
[anon_sym_case] = ACTIONS(629),
[anon_sym_default] = ACTIONS(629),
[anon_sym_when] = ACTIONS(629),
[anon_sym_SEMI] = ACTIONS(627),
[anon_sym_assert] = ACTIONS(629),
[anon_sym_do] = ACTIONS(629),
[anon_sym_while] = ACTIONS(629),
[anon_sym_break] = ACTIONS(629),
[anon_sym_continue] = ACTIONS(629),
[anon_sym_return] = ACTIONS(629),
[anon_sym_yield] = ACTIONS(629),
[anon_sym_synchronized] = ACTIONS(629),
[anon_sym_throw] = ACTIONS(629),
[anon_sym_try] = ACTIONS(629),
[anon_sym_if] = ACTIONS(629),
[anon_sym_else] = ACTIONS(629),
[anon_sym_for] = ACTIONS(629),
[anon_sym_AT] = ACTIONS(629),
[anon_sym_open] = ACTIONS(629),
[anon_sym_module] = ACTIONS(629),
[anon_sym_static] = ACTIONS(629),
[anon_sym_with] = ACTIONS(629),
[anon_sym_package] = ACTIONS(629),
[anon_sym_import] = ACTIONS(629),
[anon_sym_enum] = ACTIONS(629),
[anon_sym_public] = ACTIONS(629),
[anon_sym_protected] = ACTIONS(629),
[anon_sym_private] = ACTIONS(629),
[anon_sym_abstract] = ACTIONS(629),
[anon_sym_final] = ACTIONS(629),
[anon_sym_strictfp] = ACTIONS(629),
[anon_sym_native] = ACTIONS(629),
[anon_sym_transient] = ACTIONS(629),
[anon_sym_volatile] = ACTIONS(629),
[anon_sym_sealed] = ACTIONS(629),
[anon_sym_non_DASHsealed] = ACTIONS(627),
[anon_sym_record] = ACTIONS(629),
[anon_sym_ATinterface] = ACTIONS(627),
[anon_sym_interface] = ACTIONS(629),
[anon_sym_byte] = ACTIONS(629),
[anon_sym_short] = ACTIONS(629),
[anon_sym_int] = ACTIONS(629),
[anon_sym_long] = ACTIONS(629),
[anon_sym_char] = ACTIONS(629),
[anon_sym_float] = ACTIONS(629),
[anon_sym_double] = ACTIONS(629),
[sym_boolean_type] = ACTIONS(629),
[sym_void_type] = ACTIONS(629),
[sym_this] = ACTIONS(629),
[sym_super] = ACTIONS(629),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(116)] = {
[ts_builtin_sym_end] = ACTIONS(631),
[sym_identifier] = ACTIONS(633),
[sym_decimal_integer_literal] = ACTIONS(633),
[sym_hex_integer_literal] = ACTIONS(633),
[sym_octal_integer_literal] = ACTIONS(633),
[sym_binary_integer_literal] = ACTIONS(631),
[sym_decimal_floating_point_literal] = ACTIONS(631),
[sym_hex_floating_point_literal] = ACTIONS(633),
[sym_true] = ACTIONS(633),
[sym_false] = ACTIONS(633),
[sym_character_literal] = ACTIONS(631),
[anon_sym_DQUOTE] = ACTIONS(633),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(631),
[anon_sym_RBRACE] = ACTIONS(631),
[sym_null_literal] = ACTIONS(633),
[anon_sym_LPAREN] = ACTIONS(631),
[anon_sym_RPAREN] = ACTIONS(631),
[anon_sym_AMP] = ACTIONS(633),
[anon_sym_GT] = ACTIONS(633),
[anon_sym_LT] = ACTIONS(633),
[anon_sym_GT_EQ] = ACTIONS(631),
[anon_sym_LT_EQ] = ACTIONS(631),
[anon_sym_EQ_EQ] = ACTIONS(631),
[anon_sym_BANG_EQ] = ACTIONS(631),
[anon_sym_AMP_AMP] = ACTIONS(631),
[anon_sym_PIPE_PIPE] = ACTIONS(631),
[anon_sym_PLUS] = ACTIONS(633),
[anon_sym_DASH] = ACTIONS(633),
[anon_sym_STAR] = ACTIONS(631),
[anon_sym_SLASH] = ACTIONS(633),
[anon_sym_PIPE] = ACTIONS(633),
[anon_sym_CARET] = ACTIONS(631),
[anon_sym_PERCENT] = ACTIONS(631),
[anon_sym_LT_LT] = ACTIONS(631),
[anon_sym_GT_GT] = ACTIONS(633),
[anon_sym_GT_GT_GT] = ACTIONS(631),
[anon_sym_instanceof] = ACTIONS(633),
[anon_sym_DASH_GT] = ACTIONS(631),
[anon_sym_COMMA] = ACTIONS(631),
[anon_sym_QMARK] = ACTIONS(631),
[anon_sym_COLON] = ACTIONS(631),
[anon_sym_TILDE] = ACTIONS(631),
[anon_sym_BANG] = ACTIONS(633),
[anon_sym_PLUS_PLUS] = ACTIONS(631),
[anon_sym_DASH_DASH] = ACTIONS(631),
[anon_sym_new] = ACTIONS(633),
[anon_sym_RBRACK] = ACTIONS(631),
[anon_sym_class] = ACTIONS(633),
[anon_sym_switch] = ACTIONS(633),
[anon_sym_LBRACE] = ACTIONS(631),
[anon_sym_case] = ACTIONS(633),
[anon_sym_default] = ACTIONS(633),
[anon_sym_when] = ACTIONS(633),
[anon_sym_SEMI] = ACTIONS(631),
[anon_sym_assert] = ACTIONS(633),
[anon_sym_do] = ACTIONS(633),
[anon_sym_while] = ACTIONS(633),
[anon_sym_break] = ACTIONS(633),
[anon_sym_continue] = ACTIONS(633),
[anon_sym_return] = ACTIONS(633),
[anon_sym_yield] = ACTIONS(633),
[anon_sym_synchronized] = ACTIONS(633),
[anon_sym_throw] = ACTIONS(633),
[anon_sym_try] = ACTIONS(633),
[anon_sym_if] = ACTIONS(633),
[anon_sym_else] = ACTIONS(633),
[anon_sym_for] = ACTIONS(633),
[anon_sym_AT] = ACTIONS(633),
[anon_sym_open] = ACTIONS(633),
[anon_sym_module] = ACTIONS(633),
[anon_sym_static] = ACTIONS(633),
[anon_sym_with] = ACTIONS(633),
[anon_sym_package] = ACTIONS(633),
[anon_sym_import] = ACTIONS(633),
[anon_sym_enum] = ACTIONS(633),
[anon_sym_public] = ACTIONS(633),
[anon_sym_protected] = ACTIONS(633),
[anon_sym_private] = ACTIONS(633),
[anon_sym_abstract] = ACTIONS(633),
[anon_sym_final] = ACTIONS(633),
[anon_sym_strictfp] = ACTIONS(633),
[anon_sym_native] = ACTIONS(633),
[anon_sym_transient] = ACTIONS(633),
[anon_sym_volatile] = ACTIONS(633),
[anon_sym_sealed] = ACTIONS(633),
[anon_sym_non_DASHsealed] = ACTIONS(631),
[anon_sym_record] = ACTIONS(633),
[anon_sym_ATinterface] = ACTIONS(631),
[anon_sym_interface] = ACTIONS(633),
[anon_sym_byte] = ACTIONS(633),
[anon_sym_short] = ACTIONS(633),
[anon_sym_int] = ACTIONS(633),
[anon_sym_long] = ACTIONS(633),
[anon_sym_char] = ACTIONS(633),
[anon_sym_float] = ACTIONS(633),
[anon_sym_double] = ACTIONS(633),
[sym_boolean_type] = ACTIONS(633),
[sym_void_type] = ACTIONS(633),
[sym_this] = ACTIONS(633),
[sym_super] = ACTIONS(633),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(117)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(684),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(855),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(788),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(164),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_default] = ACTIONS(597),
[anon_sym_SEMI] = ACTIONS(635),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(118)] = {
[ts_builtin_sym_end] = ACTIONS(637),
[sym_identifier] = ACTIONS(639),
[sym_decimal_integer_literal] = ACTIONS(639),
[sym_hex_integer_literal] = ACTIONS(639),
[sym_octal_integer_literal] = ACTIONS(639),
[sym_binary_integer_literal] = ACTIONS(637),
[sym_decimal_floating_point_literal] = ACTIONS(637),
[sym_hex_floating_point_literal] = ACTIONS(639),
[sym_true] = ACTIONS(639),
[sym_false] = ACTIONS(639),
[sym_character_literal] = ACTIONS(637),
[anon_sym_DQUOTE] = ACTIONS(639),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(637),
[anon_sym_RBRACE] = ACTIONS(637),
[sym_null_literal] = ACTIONS(639),
[anon_sym_LPAREN] = ACTIONS(637),
[anon_sym_RPAREN] = ACTIONS(637),
[anon_sym_AMP] = ACTIONS(639),
[anon_sym_GT] = ACTIONS(639),
[anon_sym_LT] = ACTIONS(639),
[anon_sym_GT_EQ] = ACTIONS(637),
[anon_sym_LT_EQ] = ACTIONS(637),
[anon_sym_EQ_EQ] = ACTIONS(637),
[anon_sym_BANG_EQ] = ACTIONS(637),
[anon_sym_AMP_AMP] = ACTIONS(637),
[anon_sym_PIPE_PIPE] = ACTIONS(637),
[anon_sym_PLUS] = ACTIONS(639),
[anon_sym_DASH] = ACTIONS(639),
[anon_sym_STAR] = ACTIONS(637),
[anon_sym_SLASH] = ACTIONS(639),
[anon_sym_PIPE] = ACTIONS(639),
[anon_sym_CARET] = ACTIONS(637),
[anon_sym_PERCENT] = ACTIONS(637),
[anon_sym_LT_LT] = ACTIONS(637),
[anon_sym_GT_GT] = ACTIONS(639),
[anon_sym_GT_GT_GT] = ACTIONS(637),
[anon_sym_instanceof] = ACTIONS(639),
[anon_sym_DASH_GT] = ACTIONS(637),
[anon_sym_COMMA] = ACTIONS(637),
[anon_sym_QMARK] = ACTIONS(637),
[anon_sym_COLON] = ACTIONS(637),
[anon_sym_TILDE] = ACTIONS(637),
[anon_sym_BANG] = ACTIONS(639),
[anon_sym_PLUS_PLUS] = ACTIONS(637),
[anon_sym_DASH_DASH] = ACTIONS(637),
[anon_sym_new] = ACTIONS(639),
[anon_sym_RBRACK] = ACTIONS(637),
[anon_sym_class] = ACTIONS(639),
[anon_sym_switch] = ACTIONS(639),
[anon_sym_LBRACE] = ACTIONS(637),
[anon_sym_case] = ACTIONS(639),
[anon_sym_default] = ACTIONS(639),
[anon_sym_when] = ACTIONS(639),
[anon_sym_SEMI] = ACTIONS(637),
[anon_sym_assert] = ACTIONS(639),
[anon_sym_do] = ACTIONS(639),
[anon_sym_while] = ACTIONS(639),
[anon_sym_break] = ACTIONS(639),
[anon_sym_continue] = ACTIONS(639),
[anon_sym_return] = ACTIONS(639),
[anon_sym_yield] = ACTIONS(639),
[anon_sym_synchronized] = ACTIONS(639),
[anon_sym_throw] = ACTIONS(639),
[anon_sym_try] = ACTIONS(639),
[anon_sym_if] = ACTIONS(639),
[anon_sym_else] = ACTIONS(639),
[anon_sym_for] = ACTIONS(639),
[anon_sym_AT] = ACTIONS(639),
[anon_sym_open] = ACTIONS(639),
[anon_sym_module] = ACTIONS(639),
[anon_sym_static] = ACTIONS(639),
[anon_sym_with] = ACTIONS(639),
[anon_sym_package] = ACTIONS(639),
[anon_sym_import] = ACTIONS(639),
[anon_sym_enum] = ACTIONS(639),
[anon_sym_public] = ACTIONS(639),
[anon_sym_protected] = ACTIONS(639),
[anon_sym_private] = ACTIONS(639),
[anon_sym_abstract] = ACTIONS(639),
[anon_sym_final] = ACTIONS(639),
[anon_sym_strictfp] = ACTIONS(639),
[anon_sym_native] = ACTIONS(639),
[anon_sym_transient] = ACTIONS(639),
[anon_sym_volatile] = ACTIONS(639),
[anon_sym_sealed] = ACTIONS(639),
[anon_sym_non_DASHsealed] = ACTIONS(637),
[anon_sym_record] = ACTIONS(639),
[anon_sym_ATinterface] = ACTIONS(637),
[anon_sym_interface] = ACTIONS(639),
[anon_sym_byte] = ACTIONS(639),
[anon_sym_short] = ACTIONS(639),
[anon_sym_int] = ACTIONS(639),
[anon_sym_long] = ACTIONS(639),
[anon_sym_char] = ACTIONS(639),
[anon_sym_float] = ACTIONS(639),
[anon_sym_double] = ACTIONS(639),
[sym_boolean_type] = ACTIONS(639),
[sym_void_type] = ACTIONS(639),
[sym_this] = ACTIONS(639),
[sym_super] = ACTIONS(639),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(119)] = {
[sym_identifier] = ACTIONS(641),
[sym_decimal_integer_literal] = ACTIONS(641),
[sym_hex_integer_literal] = ACTIONS(641),
[sym_octal_integer_literal] = ACTIONS(641),
[sym_binary_integer_literal] = ACTIONS(643),
[sym_decimal_floating_point_literal] = ACTIONS(643),
[sym_hex_floating_point_literal] = ACTIONS(641),
[sym_true] = ACTIONS(641),
[sym_false] = ACTIONS(641),
[sym_character_literal] = ACTIONS(643),
[anon_sym_DQUOTE] = ACTIONS(641),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(643),
[anon_sym_RBRACE] = ACTIONS(643),
[sym_null_literal] = ACTIONS(641),
[anon_sym_LPAREN] = ACTIONS(643),
[anon_sym_RPAREN] = ACTIONS(643),
[anon_sym_AMP] = ACTIONS(641),
[anon_sym_GT] = ACTIONS(641),
[anon_sym_LT] = ACTIONS(641),
[anon_sym_GT_EQ] = ACTIONS(643),
[anon_sym_LT_EQ] = ACTIONS(643),
[anon_sym_EQ_EQ] = ACTIONS(643),
[anon_sym_BANG_EQ] = ACTIONS(643),
[anon_sym_AMP_AMP] = ACTIONS(643),
[anon_sym_PIPE_PIPE] = ACTIONS(643),
[anon_sym_PLUS] = ACTIONS(641),
[anon_sym_DASH] = ACTIONS(641),
[anon_sym_STAR] = ACTIONS(643),
[anon_sym_SLASH] = ACTIONS(641),
[anon_sym_PIPE] = ACTIONS(641),
[anon_sym_CARET] = ACTIONS(643),
[anon_sym_PERCENT] = ACTIONS(643),
[anon_sym_LT_LT] = ACTIONS(643),
[anon_sym_GT_GT] = ACTIONS(641),
[anon_sym_GT_GT_GT] = ACTIONS(643),
[anon_sym_instanceof] = ACTIONS(641),
[anon_sym_DASH_GT] = ACTIONS(643),
[anon_sym_COMMA] = ACTIONS(643),
[anon_sym_QMARK] = ACTIONS(643),
[anon_sym_COLON] = ACTIONS(641),
[anon_sym_TILDE] = ACTIONS(643),
[anon_sym_BANG] = ACTIONS(641),
[anon_sym_PLUS_PLUS] = ACTIONS(643),
[anon_sym_DASH_DASH] = ACTIONS(643),
[anon_sym_new] = ACTIONS(641),
[anon_sym_LBRACK] = ACTIONS(643),
[anon_sym_RBRACK] = ACTIONS(643),
[anon_sym_DOT] = ACTIONS(641),
[anon_sym_class] = ACTIONS(641),
[anon_sym_COLON_COLON] = ACTIONS(643),
[anon_sym_switch] = ACTIONS(641),
[anon_sym_LBRACE] = ACTIONS(643),
[anon_sym_default] = ACTIONS(641),
[anon_sym_when] = ACTIONS(641),
[anon_sym_SEMI] = ACTIONS(643),
[anon_sym_assert] = ACTIONS(641),
[anon_sym_do] = ACTIONS(641),
[anon_sym_while] = ACTIONS(641),
[anon_sym_break] = ACTIONS(641),
[anon_sym_continue] = ACTIONS(641),
[anon_sym_return] = ACTIONS(641),
[anon_sym_yield] = ACTIONS(641),
[anon_sym_synchronized] = ACTIONS(641),
[anon_sym_throw] = ACTIONS(641),
[anon_sym_try] = ACTIONS(641),
[anon_sym_if] = ACTIONS(641),
[anon_sym_for] = ACTIONS(641),
[anon_sym_AT] = ACTIONS(641),
[anon_sym_open] = ACTIONS(641),
[anon_sym_module] = ACTIONS(641),
[anon_sym_static] = ACTIONS(641),
[anon_sym_with] = ACTIONS(641),
[anon_sym_package] = ACTIONS(641),
[anon_sym_import] = ACTIONS(641),
[anon_sym_enum] = ACTIONS(641),
[anon_sym_public] = ACTIONS(641),
[anon_sym_protected] = ACTIONS(641),
[anon_sym_private] = ACTIONS(641),
[anon_sym_abstract] = ACTIONS(641),
[anon_sym_final] = ACTIONS(641),
[anon_sym_strictfp] = ACTIONS(641),
[anon_sym_native] = ACTIONS(641),
[anon_sym_transient] = ACTIONS(641),
[anon_sym_volatile] = ACTIONS(641),
[anon_sym_sealed] = ACTIONS(641),
[anon_sym_non_DASHsealed] = ACTIONS(643),
[anon_sym_record] = ACTIONS(641),
[anon_sym_ATinterface] = ACTIONS(643),
[anon_sym_interface] = ACTIONS(641),
[anon_sym_byte] = ACTIONS(641),
[anon_sym_short] = ACTIONS(641),
[anon_sym_int] = ACTIONS(641),
[anon_sym_long] = ACTIONS(641),
[anon_sym_char] = ACTIONS(641),
[anon_sym_float] = ACTIONS(641),
[anon_sym_double] = ACTIONS(641),
[sym_boolean_type] = ACTIONS(641),
[sym_void_type] = ACTIONS(641),
[sym_this] = ACTIONS(641),
[sym_super] = ACTIONS(641),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(120)] = {
[ts_builtin_sym_end] = ACTIONS(645),
[sym_identifier] = ACTIONS(647),
[sym_decimal_integer_literal] = ACTIONS(647),
[sym_hex_integer_literal] = ACTIONS(647),
[sym_octal_integer_literal] = ACTIONS(647),
[sym_binary_integer_literal] = ACTIONS(645),
[sym_decimal_floating_point_literal] = ACTIONS(645),
[sym_hex_floating_point_literal] = ACTIONS(647),
[sym_true] = ACTIONS(647),
[sym_false] = ACTIONS(647),
[sym_character_literal] = ACTIONS(645),
[anon_sym_DQUOTE] = ACTIONS(647),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(645),
[anon_sym_RBRACE] = ACTIONS(645),
[sym_null_literal] = ACTIONS(647),
[anon_sym_LPAREN] = ACTIONS(645),
[anon_sym_RPAREN] = ACTIONS(645),
[anon_sym_AMP] = ACTIONS(647),
[anon_sym_GT] = ACTIONS(647),
[anon_sym_LT] = ACTIONS(647),
[anon_sym_GT_EQ] = ACTIONS(645),
[anon_sym_LT_EQ] = ACTIONS(645),
[anon_sym_EQ_EQ] = ACTIONS(645),
[anon_sym_BANG_EQ] = ACTIONS(645),
[anon_sym_AMP_AMP] = ACTIONS(645),
[anon_sym_PIPE_PIPE] = ACTIONS(645),
[anon_sym_PLUS] = ACTIONS(647),
[anon_sym_DASH] = ACTIONS(647),
[anon_sym_STAR] = ACTIONS(645),
[anon_sym_SLASH] = ACTIONS(647),
[anon_sym_PIPE] = ACTIONS(647),
[anon_sym_CARET] = ACTIONS(645),
[anon_sym_PERCENT] = ACTIONS(645),
[anon_sym_LT_LT] = ACTIONS(645),
[anon_sym_GT_GT] = ACTIONS(647),
[anon_sym_GT_GT_GT] = ACTIONS(645),
[anon_sym_instanceof] = ACTIONS(647),
[anon_sym_DASH_GT] = ACTIONS(645),
[anon_sym_COMMA] = ACTIONS(645),
[anon_sym_QMARK] = ACTIONS(645),
[anon_sym_COLON] = ACTIONS(645),
[anon_sym_TILDE] = ACTIONS(645),
[anon_sym_BANG] = ACTIONS(647),
[anon_sym_PLUS_PLUS] = ACTIONS(645),
[anon_sym_DASH_DASH] = ACTIONS(645),
[anon_sym_new] = ACTIONS(647),
[anon_sym_RBRACK] = ACTIONS(645),
[anon_sym_class] = ACTIONS(647),
[anon_sym_switch] = ACTIONS(647),
[anon_sym_LBRACE] = ACTIONS(645),
[anon_sym_case] = ACTIONS(647),
[anon_sym_default] = ACTIONS(647),
[anon_sym_when] = ACTIONS(647),
[anon_sym_SEMI] = ACTIONS(645),
[anon_sym_assert] = ACTIONS(647),
[anon_sym_do] = ACTIONS(647),
[anon_sym_while] = ACTIONS(647),
[anon_sym_break] = ACTIONS(647),
[anon_sym_continue] = ACTIONS(647),
[anon_sym_return] = ACTIONS(647),
[anon_sym_yield] = ACTIONS(647),
[anon_sym_synchronized] = ACTIONS(647),
[anon_sym_throw] = ACTIONS(647),
[anon_sym_try] = ACTIONS(647),
[anon_sym_if] = ACTIONS(647),
[anon_sym_else] = ACTIONS(647),
[anon_sym_for] = ACTIONS(647),
[anon_sym_AT] = ACTIONS(647),
[anon_sym_open] = ACTIONS(647),
[anon_sym_module] = ACTIONS(647),
[anon_sym_static] = ACTIONS(647),
[anon_sym_with] = ACTIONS(647),
[anon_sym_package] = ACTIONS(647),
[anon_sym_import] = ACTIONS(647),
[anon_sym_enum] = ACTIONS(647),
[anon_sym_public] = ACTIONS(647),
[anon_sym_protected] = ACTIONS(647),
[anon_sym_private] = ACTIONS(647),
[anon_sym_abstract] = ACTIONS(647),
[anon_sym_final] = ACTIONS(647),
[anon_sym_strictfp] = ACTIONS(647),
[anon_sym_native] = ACTIONS(647),
[anon_sym_transient] = ACTIONS(647),
[anon_sym_volatile] = ACTIONS(647),
[anon_sym_sealed] = ACTIONS(647),
[anon_sym_non_DASHsealed] = ACTIONS(645),
[anon_sym_record] = ACTIONS(647),
[anon_sym_ATinterface] = ACTIONS(645),
[anon_sym_interface] = ACTIONS(647),
[anon_sym_byte] = ACTIONS(647),
[anon_sym_short] = ACTIONS(647),
[anon_sym_int] = ACTIONS(647),
[anon_sym_long] = ACTIONS(647),
[anon_sym_char] = ACTIONS(647),
[anon_sym_float] = ACTIONS(647),
[anon_sym_double] = ACTIONS(647),
[sym_boolean_type] = ACTIONS(647),
[sym_void_type] = ACTIONS(647),
[sym_this] = ACTIONS(647),
[sym_super] = ACTIONS(647),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(121)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(705),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(860),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(792),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym_local_variable_declaration] = STATE(176),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_default] = ACTIONS(597),
[anon_sym_SEMI] = ACTIONS(649),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(122)] = {
[ts_builtin_sym_end] = ACTIONS(651),
[sym_identifier] = ACTIONS(653),
[sym_decimal_integer_literal] = ACTIONS(653),
[sym_hex_integer_literal] = ACTIONS(653),
[sym_octal_integer_literal] = ACTIONS(653),
[sym_binary_integer_literal] = ACTIONS(651),
[sym_decimal_floating_point_literal] = ACTIONS(651),
[sym_hex_floating_point_literal] = ACTIONS(653),
[sym_true] = ACTIONS(653),
[sym_false] = ACTIONS(653),
[sym_character_literal] = ACTIONS(651),
[anon_sym_DQUOTE] = ACTIONS(653),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(651),
[anon_sym_RBRACE] = ACTIONS(651),
[sym_null_literal] = ACTIONS(653),
[anon_sym_LPAREN] = ACTIONS(651),
[anon_sym_AMP] = ACTIONS(655),
[anon_sym_GT] = ACTIONS(655),
[anon_sym_LT] = ACTIONS(657),
[anon_sym_GT_EQ] = ACTIONS(660),
[anon_sym_LT_EQ] = ACTIONS(660),
[anon_sym_EQ_EQ] = ACTIONS(660),
[anon_sym_BANG_EQ] = ACTIONS(660),
[anon_sym_AMP_AMP] = ACTIONS(660),
[anon_sym_PIPE_PIPE] = ACTIONS(660),
[anon_sym_PLUS] = ACTIONS(657),
[anon_sym_DASH] = ACTIONS(657),
[anon_sym_STAR] = ACTIONS(660),
[anon_sym_SLASH] = ACTIONS(655),
[anon_sym_PIPE] = ACTIONS(655),
[anon_sym_CARET] = ACTIONS(660),
[anon_sym_PERCENT] = ACTIONS(660),
[anon_sym_LT_LT] = ACTIONS(660),
[anon_sym_GT_GT] = ACTIONS(655),
[anon_sym_GT_GT_GT] = ACTIONS(660),
[anon_sym_instanceof] = ACTIONS(655),
[anon_sym_QMARK] = ACTIONS(660),
[anon_sym_TILDE] = ACTIONS(651),
[anon_sym_BANG] = ACTIONS(653),
[anon_sym_PLUS_PLUS] = ACTIONS(662),
[anon_sym_DASH_DASH] = ACTIONS(662),
[anon_sym_new] = ACTIONS(653),
[anon_sym_class] = ACTIONS(653),
[anon_sym_switch] = ACTIONS(653),
[anon_sym_LBRACE] = ACTIONS(651),
[anon_sym_default] = ACTIONS(653),
[anon_sym_SEMI] = ACTIONS(662),
[anon_sym_assert] = ACTIONS(653),
[anon_sym_do] = ACTIONS(653),
[anon_sym_while] = ACTIONS(653),
[anon_sym_break] = ACTIONS(653),
[anon_sym_continue] = ACTIONS(653),
[anon_sym_return] = ACTIONS(653),
[anon_sym_yield] = ACTIONS(653),
[anon_sym_synchronized] = ACTIONS(653),
[anon_sym_throw] = ACTIONS(653),
[anon_sym_try] = ACTIONS(653),
[anon_sym_if] = ACTIONS(653),
[anon_sym_else] = ACTIONS(653),
[anon_sym_for] = ACTIONS(653),
[anon_sym_AT] = ACTIONS(653),
[anon_sym_open] = ACTIONS(653),
[anon_sym_module] = ACTIONS(653),
[anon_sym_static] = ACTIONS(653),
[anon_sym_with] = ACTIONS(653),
[anon_sym_package] = ACTIONS(653),
[anon_sym_import] = ACTIONS(653),
[anon_sym_enum] = ACTIONS(653),
[anon_sym_public] = ACTIONS(653),
[anon_sym_protected] = ACTIONS(653),
[anon_sym_private] = ACTIONS(653),
[anon_sym_abstract] = ACTIONS(653),
[anon_sym_final] = ACTIONS(653),
[anon_sym_strictfp] = ACTIONS(653),
[anon_sym_native] = ACTIONS(653),
[anon_sym_transient] = ACTIONS(653),
[anon_sym_volatile] = ACTIONS(653),
[anon_sym_sealed] = ACTIONS(653),
[anon_sym_non_DASHsealed] = ACTIONS(651),
[anon_sym_record] = ACTIONS(653),
[anon_sym_ATinterface] = ACTIONS(651),
[anon_sym_interface] = ACTIONS(653),
[anon_sym_byte] = ACTIONS(653),
[anon_sym_short] = ACTIONS(653),
[anon_sym_int] = ACTIONS(653),
[anon_sym_long] = ACTIONS(653),
[anon_sym_char] = ACTIONS(653),
[anon_sym_float] = ACTIONS(653),
[anon_sym_double] = ACTIONS(653),
[sym_boolean_type] = ACTIONS(653),
[sym_void_type] = ACTIONS(653),
[sym_this] = ACTIONS(653),
[sym_super] = ACTIONS(653),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(123)] = {
[sym_identifier] = ACTIONS(653),
[sym_decimal_integer_literal] = ACTIONS(653),
[sym_hex_integer_literal] = ACTIONS(653),
[sym_octal_integer_literal] = ACTIONS(653),
[sym_binary_integer_literal] = ACTIONS(651),
[sym_decimal_floating_point_literal] = ACTIONS(651),
[sym_hex_floating_point_literal] = ACTIONS(653),
[sym_true] = ACTIONS(653),
[sym_false] = ACTIONS(653),
[sym_character_literal] = ACTIONS(651),
[anon_sym_DQUOTE] = ACTIONS(653),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(651),
[anon_sym_RBRACE] = ACTIONS(651),
[sym_null_literal] = ACTIONS(653),
[anon_sym_LPAREN] = ACTIONS(651),
[anon_sym_AMP] = ACTIONS(655),
[anon_sym_GT] = ACTIONS(655),
[anon_sym_LT] = ACTIONS(655),
[anon_sym_GT_EQ] = ACTIONS(660),
[anon_sym_LT_EQ] = ACTIONS(660),
[anon_sym_EQ_EQ] = ACTIONS(660),
[anon_sym_BANG_EQ] = ACTIONS(660),
[anon_sym_AMP_AMP] = ACTIONS(660),
[anon_sym_PIPE_PIPE] = ACTIONS(660),
[anon_sym_PLUS] = ACTIONS(657),
[anon_sym_DASH] = ACTIONS(657),
[anon_sym_STAR] = ACTIONS(660),
[anon_sym_SLASH] = ACTIONS(655),
[anon_sym_PIPE] = ACTIONS(655),
[anon_sym_CARET] = ACTIONS(660),
[anon_sym_PERCENT] = ACTIONS(660),
[anon_sym_LT_LT] = ACTIONS(660),
[anon_sym_GT_GT] = ACTIONS(655),
[anon_sym_GT_GT_GT] = ACTIONS(660),
[anon_sym_instanceof] = ACTIONS(655),
[anon_sym_QMARK] = ACTIONS(660),
[anon_sym_TILDE] = ACTIONS(651),
[anon_sym_BANG] = ACTIONS(653),
[anon_sym_PLUS_PLUS] = ACTIONS(662),
[anon_sym_DASH_DASH] = ACTIONS(662),
[anon_sym_new] = ACTIONS(653),
[anon_sym_class] = ACTIONS(653),
[anon_sym_switch] = ACTIONS(653),
[anon_sym_LBRACE] = ACTIONS(651),
[anon_sym_case] = ACTIONS(653),
[anon_sym_default] = ACTIONS(653),
[anon_sym_SEMI] = ACTIONS(662),
[anon_sym_assert] = ACTIONS(653),
[anon_sym_do] = ACTIONS(653),
[anon_sym_while] = ACTIONS(653),
[anon_sym_break] = ACTIONS(653),
[anon_sym_continue] = ACTIONS(653),
[anon_sym_return] = ACTIONS(653),
[anon_sym_yield] = ACTIONS(653),
[anon_sym_synchronized] = ACTIONS(653),
[anon_sym_throw] = ACTIONS(653),
[anon_sym_try] = ACTIONS(653),
[anon_sym_if] = ACTIONS(653),
[anon_sym_else] = ACTIONS(653),
[anon_sym_for] = ACTIONS(653),
[anon_sym_AT] = ACTIONS(653),
[anon_sym_open] = ACTIONS(653),
[anon_sym_module] = ACTIONS(653),
[anon_sym_static] = ACTIONS(653),
[anon_sym_with] = ACTIONS(653),
[anon_sym_package] = ACTIONS(653),
[anon_sym_import] = ACTIONS(653),
[anon_sym_enum] = ACTIONS(653),
[anon_sym_public] = ACTIONS(653),
[anon_sym_protected] = ACTIONS(653),
[anon_sym_private] = ACTIONS(653),
[anon_sym_abstract] = ACTIONS(653),
[anon_sym_final] = ACTIONS(653),
[anon_sym_strictfp] = ACTIONS(653),
[anon_sym_native] = ACTIONS(653),
[anon_sym_transient] = ACTIONS(653),
[anon_sym_volatile] = ACTIONS(653),
[anon_sym_sealed] = ACTIONS(653),
[anon_sym_non_DASHsealed] = ACTIONS(651),
[anon_sym_record] = ACTIONS(653),
[anon_sym_ATinterface] = ACTIONS(651),
[anon_sym_interface] = ACTIONS(653),
[anon_sym_byte] = ACTIONS(653),
[anon_sym_short] = ACTIONS(653),
[anon_sym_int] = ACTIONS(653),
[anon_sym_long] = ACTIONS(653),
[anon_sym_char] = ACTIONS(653),
[anon_sym_float] = ACTIONS(653),
[anon_sym_double] = ACTIONS(653),
[sym_boolean_type] = ACTIONS(653),
[sym_void_type] = ACTIONS(653),
[sym_this] = ACTIONS(653),
[sym_super] = ACTIONS(653),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(124)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(739),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym_block] = STATE(1155),
[sym_expression_statement] = STATE(1155),
[sym_throw_statement] = STATE(1155),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_throw] = ACTIONS(55),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(125)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym__element_value] = STATE(1207),
[sym_element_value_array_initializer] = STATE(1207),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(665),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_COMMA] = ACTIONS(667),
[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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(126)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym_element_value_pair] = STATE(1156),
[sym__element_value] = STATE(1398),
[sym_element_value_array_initializer] = STATE(1398),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(468),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(671),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(673),
[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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(127)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym_element_value_pair] = STATE(1148),
[sym__element_value] = STATE(1408),
[sym_element_value_array_initializer] = STATE(1408),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(468),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(671),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(675),
[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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(128)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym_element_value_pair] = STATE(1119),
[sym__element_value] = STATE(1402),
[sym_element_value_array_initializer] = STATE(1402),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(468),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(671),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(677),
[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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(129)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym__element_value] = STATE(1259),
[sym_element_value_array_initializer] = STATE(1259),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(679),
[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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(130)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym__element_value] = STATE(1259),
[sym_element_value_array_initializer] = STATE(1259),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(681),
[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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(131)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(689),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym_array_initializer] = STATE(1112),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(683),
[sym_null_literal] = ACTIONS(9),
[anon_sym_LPAREN] = ACTIONS(17),
[anon_sym_PLUS] = ACTIONS(21),
[anon_sym_DASH] = ACTIONS(21),
[anon_sym_COMMA] = ACTIONS(685),
[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(31),
[anon_sym_LBRACE] = ACTIONS(687),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(132)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym__element_value] = STATE(1268),
[sym_element_value_array_initializer] = STATE(1268),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(133)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym__element_value] = STATE(1259),
[sym_element_value_array_initializer] = STATE(1259),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(134)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(671),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym__element_value] = STATE(1343),
[sym_element_value_array_initializer] = STATE(1343),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(135)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(708),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(861),
[sym_marker_annotation] = STATE(861),
[sym_annotation] = STATE(861),
[sym__element_value] = STATE(1268),
[sym_element_value_array_initializer] = STATE(1268),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(669),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(136)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(714),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym_array_initializer] = STATE(1338),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(689),
[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(31),
[anon_sym_LBRACE] = ACTIONS(687),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(137)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(714),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym_array_initializer] = STATE(1338),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(691),
[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(31),
[anon_sym_LBRACE] = ACTIONS(687),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(138)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(637),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym_block] = STATE(607),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(139)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(714),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym_array_initializer] = STATE(1338),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(687),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(140)] = {
[sym_identifier] = ACTIONS(569),
[anon_sym_RBRACE] = ACTIONS(571),
[anon_sym_LPAREN] = ACTIONS(571),
[anon_sym_RPAREN] = ACTIONS(571),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_PLUS_EQ] = ACTIONS(571),
[anon_sym_DASH_EQ] = ACTIONS(571),
[anon_sym_STAR_EQ] = ACTIONS(571),
[anon_sym_SLASH_EQ] = ACTIONS(571),
[anon_sym_AMP_EQ] = ACTIONS(571),
[anon_sym_PIPE_EQ] = ACTIONS(571),
[anon_sym_CARET_EQ] = ACTIONS(571),
[anon_sym_PERCENT_EQ] = ACTIONS(571),
[anon_sym_LT_LT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(569),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(569),
[anon_sym_DASH] = ACTIONS(569),
[anon_sym_STAR] = ACTIONS(569),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(569),
[anon_sym_PERCENT] = ACTIONS(569),
[anon_sym_LT_LT] = ACTIONS(569),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(569),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_COMMA] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_PLUS_PLUS] = ACTIONS(571),
[anon_sym_DASH_DASH] = ACTIONS(571),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_RBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(571),
[anon_sym_class] = ACTIONS(569),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_LBRACE] = ACTIONS(571),
[anon_sym_default] = ACTIONS(569),
[anon_sym_when] = ACTIONS(569),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_synchronized] = ACTIONS(569),
[anon_sym_AT] = ACTIONS(569),
[anon_sym_open] = ACTIONS(569),
[anon_sym_module] = ACTIONS(569),
[anon_sym_static] = ACTIONS(569),
[anon_sym_to] = ACTIONS(569),
[anon_sym_with] = ACTIONS(569),
[anon_sym_package] = ACTIONS(569),
[anon_sym_enum] = ACTIONS(569),
[anon_sym_public] = ACTIONS(569),
[anon_sym_protected] = ACTIONS(569),
[anon_sym_private] = ACTIONS(569),
[anon_sym_abstract] = ACTIONS(569),
[anon_sym_final] = ACTIONS(569),
[anon_sym_strictfp] = ACTIONS(569),
[anon_sym_native] = ACTIONS(569),
[anon_sym_transient] = ACTIONS(569),
[anon_sym_volatile] = ACTIONS(569),
[anon_sym_sealed] = ACTIONS(569),
[anon_sym_non_DASHsealed] = ACTIONS(571),
[anon_sym_record] = ACTIONS(569),
[anon_sym_ATinterface] = ACTIONS(571),
[anon_sym_interface] = ACTIONS(569),
[anon_sym_byte] = ACTIONS(569),
[anon_sym_short] = ACTIONS(569),
[anon_sym_int] = ACTIONS(569),
[anon_sym_long] = ACTIONS(569),
[anon_sym_char] = ACTIONS(569),
[anon_sym_float] = ACTIONS(569),
[anon_sym_double] = ACTIONS(569),
[sym_boolean_type] = ACTIONS(569),
[sym_void_type] = ACTIONS(569),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(141)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(680),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym_array_initializer] = STATE(1201),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_LBRACE] = ACTIONS(687),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(142)] = {
[sym_identifier] = ACTIONS(569),
[anon_sym_RBRACE] = ACTIONS(571),
[anon_sym_LPAREN] = ACTIONS(571),
[anon_sym_RPAREN] = ACTIONS(571),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_PLUS_EQ] = ACTIONS(571),
[anon_sym_DASH_EQ] = ACTIONS(571),
[anon_sym_STAR_EQ] = ACTIONS(571),
[anon_sym_SLASH_EQ] = ACTIONS(571),
[anon_sym_AMP_EQ] = ACTIONS(571),
[anon_sym_PIPE_EQ] = ACTIONS(571),
[anon_sym_CARET_EQ] = ACTIONS(571),
[anon_sym_PERCENT_EQ] = ACTIONS(571),
[anon_sym_LT_LT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(569),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(569),
[anon_sym_DASH] = ACTIONS(569),
[anon_sym_STAR] = ACTIONS(569),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(569),
[anon_sym_PERCENT] = ACTIONS(569),
[anon_sym_LT_LT] = ACTIONS(569),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(569),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_COMMA] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_PLUS_PLUS] = ACTIONS(571),
[anon_sym_DASH_DASH] = ACTIONS(571),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_RBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(571),
[anon_sym_class] = ACTIONS(569),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_LBRACE] = ACTIONS(571),
[anon_sym_default] = ACTIONS(569),
[anon_sym_when] = ACTIONS(569),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_synchronized] = ACTIONS(569),
[anon_sym_AT] = ACTIONS(569),
[anon_sym_open] = ACTIONS(569),
[anon_sym_module] = ACTIONS(569),
[anon_sym_static] = ACTIONS(569),
[anon_sym_to] = ACTIONS(569),
[anon_sym_with] = ACTIONS(569),
[anon_sym_package] = ACTIONS(569),
[anon_sym_enum] = ACTIONS(569),
[anon_sym_public] = ACTIONS(569),
[anon_sym_protected] = ACTIONS(569),
[anon_sym_private] = ACTIONS(569),
[anon_sym_abstract] = ACTIONS(569),
[anon_sym_final] = ACTIONS(569),
[anon_sym_strictfp] = ACTIONS(569),
[anon_sym_native] = ACTIONS(569),
[anon_sym_transient] = ACTIONS(569),
[anon_sym_volatile] = ACTIONS(569),
[anon_sym_sealed] = ACTIONS(569),
[anon_sym_non_DASHsealed] = ACTIONS(571),
[anon_sym_record] = ACTIONS(569),
[anon_sym_ATinterface] = ACTIONS(571),
[anon_sym_interface] = ACTIONS(569),
[anon_sym_byte] = ACTIONS(569),
[anon_sym_short] = ACTIONS(569),
[anon_sym_int] = ACTIONS(569),
[anon_sym_long] = ACTIONS(569),
[anon_sym_char] = ACTIONS(569),
[anon_sym_float] = ACTIONS(569),
[anon_sym_double] = ACTIONS(569),
[sym_boolean_type] = ACTIONS(569),
[sym_void_type] = ACTIONS(569),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(143)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(661),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym_block] = STATE(607),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_LBRACE] = ACTIONS(33),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(144)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(704),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(697),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(145)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(737),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(699),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(146)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(685),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(701),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(147)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(686),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(703),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(148)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(770),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(705),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(149)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(753),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(707),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(150)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(681),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(709),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(151)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(678),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(711),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(152)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(679),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(713),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(153)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(770),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(715),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(154)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(727),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(717),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(155)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(727),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(719),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(156)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(703),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(721),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(157)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(744),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(723),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(158)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(682),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(725),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(159)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(687),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(727),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(160)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(688),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(729),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(161)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(706),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(731),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(162)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(690),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(733),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(163)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(691),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(735),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(164)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(728),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(737),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(165)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(693),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(739),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(166)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(694),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(741),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(167)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(695),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(743),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(168)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(696),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(745),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(169)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(697),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(747),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(170)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(698),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(749),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(171)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(699),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(751),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(172)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(700),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(753),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(173)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(701),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(755),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(174)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(702),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(757),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(175)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(757),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(759),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(176)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(758),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(761),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(177)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(759),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(763),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(178)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(760),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(765),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(179)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(762),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(767),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(180)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(763),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(769),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(181)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(764),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(771),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(182)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(765),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(773),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(183)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(683),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(775),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(184)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(749),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_SEMI] = ACTIONS(777),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(185)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(692),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(779),
[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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(186)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(609),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(187)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(615),
[sym_cast_expression] = STATE(616),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(616),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(618),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(579),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(616),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(188)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(623),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(189)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(767),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(190)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(769),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(191)] = {
[sym_catch_clause] = STATE(248),
[sym_finally_clause] = STATE(262),
[aux_sym_try_statement_repeat1] = STATE(248),
[ts_builtin_sym_end] = ACTIONS(781),
[sym_identifier] = ACTIONS(783),
[sym_decimal_integer_literal] = ACTIONS(783),
[sym_hex_integer_literal] = ACTIONS(783),
[sym_octal_integer_literal] = ACTIONS(783),
[sym_binary_integer_literal] = ACTIONS(781),
[sym_decimal_floating_point_literal] = ACTIONS(781),
[sym_hex_floating_point_literal] = ACTIONS(783),
[sym_true] = ACTIONS(783),
[sym_false] = ACTIONS(783),
[sym_character_literal] = ACTIONS(781),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(781),
[anon_sym_RBRACE] = ACTIONS(781),
[sym_null_literal] = ACTIONS(783),
[anon_sym_LPAREN] = ACTIONS(781),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_PLUS] = ACTIONS(783),
[anon_sym_DASH] = ACTIONS(783),
[anon_sym_TILDE] = ACTIONS(781),
[anon_sym_BANG] = ACTIONS(781),
[anon_sym_PLUS_PLUS] = ACTIONS(781),
[anon_sym_DASH_DASH] = ACTIONS(781),
[anon_sym_new] = ACTIONS(783),
[anon_sym_class] = ACTIONS(783),
[anon_sym_switch] = ACTIONS(783),
[anon_sym_LBRACE] = ACTIONS(781),
[anon_sym_case] = ACTIONS(783),
[anon_sym_default] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_assert] = ACTIONS(783),
[anon_sym_do] = ACTIONS(783),
[anon_sym_while] = ACTIONS(783),
[anon_sym_break] = ACTIONS(783),
[anon_sym_continue] = ACTIONS(783),
[anon_sym_return] = ACTIONS(783),
[anon_sym_yield] = ACTIONS(783),
[anon_sym_synchronized] = ACTIONS(783),
[anon_sym_throw] = ACTIONS(783),
[anon_sym_try] = ACTIONS(783),
[anon_sym_catch] = ACTIONS(785),
[anon_sym_finally] = ACTIONS(787),
[anon_sym_if] = ACTIONS(783),
[anon_sym_else] = ACTIONS(783),
[anon_sym_for] = ACTIONS(783),
[anon_sym_AT] = ACTIONS(783),
[anon_sym_open] = ACTIONS(783),
[anon_sym_module] = ACTIONS(783),
[anon_sym_static] = ACTIONS(783),
[anon_sym_with] = ACTIONS(783),
[anon_sym_package] = ACTIONS(783),
[anon_sym_import] = ACTIONS(783),
[anon_sym_enum] = ACTIONS(783),
[anon_sym_public] = ACTIONS(783),
[anon_sym_protected] = ACTIONS(783),
[anon_sym_private] = ACTIONS(783),
[anon_sym_abstract] = ACTIONS(783),
[anon_sym_final] = ACTIONS(783),
[anon_sym_strictfp] = ACTIONS(783),
[anon_sym_native] = ACTIONS(783),
[anon_sym_transient] = ACTIONS(783),
[anon_sym_volatile] = ACTIONS(783),
[anon_sym_sealed] = ACTIONS(783),
[anon_sym_non_DASHsealed] = ACTIONS(781),
[anon_sym_record] = ACTIONS(783),
[anon_sym_ATinterface] = ACTIONS(781),
[anon_sym_interface] = ACTIONS(783),
[anon_sym_byte] = ACTIONS(783),
[anon_sym_short] = ACTIONS(783),
[anon_sym_int] = ACTIONS(783),
[anon_sym_long] = ACTIONS(783),
[anon_sym_char] = ACTIONS(783),
[anon_sym_float] = ACTIONS(783),
[anon_sym_double] = ACTIONS(783),
[sym_boolean_type] = ACTIONS(783),
[sym_void_type] = ACTIONS(783),
[sym_this] = ACTIONS(783),
[sym_super] = ACTIONS(783),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(192)] = {
[sym_catch_clause] = STATE(193),
[sym_finally_clause] = STATE(263),
[aux_sym_try_statement_repeat1] = STATE(193),
[ts_builtin_sym_end] = ACTIONS(789),
[sym_identifier] = ACTIONS(791),
[sym_decimal_integer_literal] = ACTIONS(791),
[sym_hex_integer_literal] = ACTIONS(791),
[sym_octal_integer_literal] = ACTIONS(791),
[sym_binary_integer_literal] = ACTIONS(789),
[sym_decimal_floating_point_literal] = ACTIONS(789),
[sym_hex_floating_point_literal] = ACTIONS(791),
[sym_true] = ACTIONS(791),
[sym_false] = ACTIONS(791),
[sym_character_literal] = ACTIONS(789),
[anon_sym_DQUOTE] = ACTIONS(791),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(789),
[anon_sym_RBRACE] = ACTIONS(789),
[sym_null_literal] = ACTIONS(791),
[anon_sym_LPAREN] = ACTIONS(789),
[anon_sym_LT] = ACTIONS(789),
[anon_sym_PLUS] = ACTIONS(791),
[anon_sym_DASH] = ACTIONS(791),
[anon_sym_TILDE] = ACTIONS(789),
[anon_sym_BANG] = ACTIONS(789),
[anon_sym_PLUS_PLUS] = ACTIONS(789),
[anon_sym_DASH_DASH] = ACTIONS(789),
[anon_sym_new] = ACTIONS(791),
[anon_sym_class] = ACTIONS(791),
[anon_sym_switch] = ACTIONS(791),
[anon_sym_LBRACE] = ACTIONS(789),
[anon_sym_case] = ACTIONS(791),
[anon_sym_default] = ACTIONS(791),
[anon_sym_SEMI] = ACTIONS(789),
[anon_sym_assert] = ACTIONS(791),
[anon_sym_do] = ACTIONS(791),
[anon_sym_while] = ACTIONS(791),
[anon_sym_break] = ACTIONS(791),
[anon_sym_continue] = ACTIONS(791),
[anon_sym_return] = ACTIONS(791),
[anon_sym_yield] = ACTIONS(791),
[anon_sym_synchronized] = ACTIONS(791),
[anon_sym_throw] = ACTIONS(791),
[anon_sym_try] = ACTIONS(791),
[anon_sym_catch] = ACTIONS(785),
[anon_sym_finally] = ACTIONS(787),
[anon_sym_if] = ACTIONS(791),
[anon_sym_else] = ACTIONS(791),
[anon_sym_for] = ACTIONS(791),
[anon_sym_AT] = ACTIONS(791),
[anon_sym_open] = ACTIONS(791),
[anon_sym_module] = ACTIONS(791),
[anon_sym_static] = ACTIONS(791),
[anon_sym_with] = ACTIONS(791),
[anon_sym_package] = ACTIONS(791),
[anon_sym_import] = ACTIONS(791),
[anon_sym_enum] = ACTIONS(791),
[anon_sym_public] = ACTIONS(791),
[anon_sym_protected] = ACTIONS(791),
[anon_sym_private] = ACTIONS(791),
[anon_sym_abstract] = ACTIONS(791),
[anon_sym_final] = ACTIONS(791),
[anon_sym_strictfp] = ACTIONS(791),
[anon_sym_native] = ACTIONS(791),
[anon_sym_transient] = ACTIONS(791),
[anon_sym_volatile] = ACTIONS(791),
[anon_sym_sealed] = ACTIONS(791),
[anon_sym_non_DASHsealed] = ACTIONS(789),
[anon_sym_record] = ACTIONS(791),
[anon_sym_ATinterface] = ACTIONS(789),
[anon_sym_interface] = ACTIONS(791),
[anon_sym_byte] = ACTIONS(791),
[anon_sym_short] = ACTIONS(791),
[anon_sym_int] = ACTIONS(791),
[anon_sym_long] = ACTIONS(791),
[anon_sym_char] = ACTIONS(791),
[anon_sym_float] = ACTIONS(791),
[anon_sym_double] = ACTIONS(791),
[sym_boolean_type] = ACTIONS(791),
[sym_void_type] = ACTIONS(791),
[sym_this] = ACTIONS(791),
[sym_super] = ACTIONS(791),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(193)] = {
[sym_catch_clause] = STATE(248),
[sym_finally_clause] = STATE(290),
[aux_sym_try_statement_repeat1] = STATE(248),
[ts_builtin_sym_end] = ACTIONS(793),
[sym_identifier] = ACTIONS(795),
[sym_decimal_integer_literal] = ACTIONS(795),
[sym_hex_integer_literal] = ACTIONS(795),
[sym_octal_integer_literal] = ACTIONS(795),
[sym_binary_integer_literal] = ACTIONS(793),
[sym_decimal_floating_point_literal] = ACTIONS(793),
[sym_hex_floating_point_literal] = ACTIONS(795),
[sym_true] = ACTIONS(795),
[sym_false] = ACTIONS(795),
[sym_character_literal] = ACTIONS(793),
[anon_sym_DQUOTE] = ACTIONS(795),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(793),
[anon_sym_RBRACE] = ACTIONS(793),
[sym_null_literal] = ACTIONS(795),
[anon_sym_LPAREN] = ACTIONS(793),
[anon_sym_LT] = ACTIONS(793),
[anon_sym_PLUS] = ACTIONS(795),
[anon_sym_DASH] = ACTIONS(795),
[anon_sym_TILDE] = ACTIONS(793),
[anon_sym_BANG] = ACTIONS(793),
[anon_sym_PLUS_PLUS] = ACTIONS(793),
[anon_sym_DASH_DASH] = ACTIONS(793),
[anon_sym_new] = ACTIONS(795),
[anon_sym_class] = ACTIONS(795),
[anon_sym_switch] = ACTIONS(795),
[anon_sym_LBRACE] = ACTIONS(793),
[anon_sym_case] = ACTIONS(795),
[anon_sym_default] = ACTIONS(795),
[anon_sym_SEMI] = ACTIONS(793),
[anon_sym_assert] = ACTIONS(795),
[anon_sym_do] = ACTIONS(795),
[anon_sym_while] = ACTIONS(795),
[anon_sym_break] = ACTIONS(795),
[anon_sym_continue] = ACTIONS(795),
[anon_sym_return] = ACTIONS(795),
[anon_sym_yield] = ACTIONS(795),
[anon_sym_synchronized] = ACTIONS(795),
[anon_sym_throw] = ACTIONS(795),
[anon_sym_try] = ACTIONS(795),
[anon_sym_catch] = ACTIONS(785),
[anon_sym_finally] = ACTIONS(787),
[anon_sym_if] = ACTIONS(795),
[anon_sym_else] = ACTIONS(795),
[anon_sym_for] = ACTIONS(795),
[anon_sym_AT] = ACTIONS(795),
[anon_sym_open] = ACTIONS(795),
[anon_sym_module] = ACTIONS(795),
[anon_sym_static] = ACTIONS(795),
[anon_sym_with] = ACTIONS(795),
[anon_sym_package] = ACTIONS(795),
[anon_sym_import] = ACTIONS(795),
[anon_sym_enum] = ACTIONS(795),
[anon_sym_public] = ACTIONS(795),
[anon_sym_protected] = ACTIONS(795),
[anon_sym_private] = ACTIONS(795),
[anon_sym_abstract] = ACTIONS(795),
[anon_sym_final] = ACTIONS(795),
[anon_sym_strictfp] = ACTIONS(795),
[anon_sym_native] = ACTIONS(795),
[anon_sym_transient] = ACTIONS(795),
[anon_sym_volatile] = ACTIONS(795),
[anon_sym_sealed] = ACTIONS(795),
[anon_sym_non_DASHsealed] = ACTIONS(793),
[anon_sym_record] = ACTIONS(795),
[anon_sym_ATinterface] = ACTIONS(793),
[anon_sym_interface] = ACTIONS(795),
[anon_sym_byte] = ACTIONS(795),
[anon_sym_short] = ACTIONS(795),
[anon_sym_int] = ACTIONS(795),
[anon_sym_long] = ACTIONS(795),
[anon_sym_char] = ACTIONS(795),
[anon_sym_float] = ACTIONS(795),
[anon_sym_double] = ACTIONS(795),
[sym_boolean_type] = ACTIONS(795),
[sym_void_type] = ACTIONS(795),
[sym_this] = ACTIONS(795),
[sym_super] = ACTIONS(795),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(194)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(707),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(195)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(710),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(196)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(636),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(197)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(727),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(198)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(715),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(199)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(754),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(200)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(770),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(201)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(611),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(202)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(772),
[sym_cast_expression] = STATE(668),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(668),
[sym_instanceof_expression] = STATE(668),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(668),
[sym_unary_expression] = STATE(668),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(647),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(451),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(797),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(25),
[anon_sym_DASH_DASH] = ACTIONS(25),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(203)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(772),
[sym_cast_expression] = STATE(716),
[sym_assignment_expression] = STATE(716),
[sym_binary_expression] = STATE(716),
[sym_instanceof_expression] = STATE(716),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(716),
[sym_unary_expression] = STATE(716),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(716),
[sym_primary_expression] = STATE(653),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(716),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(467),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(799),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(204)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(718),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(205)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(719),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(206)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(746),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(207)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(756),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(208)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(751),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(209)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(660),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(210)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(663),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(211)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(654),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(212)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(666),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(213)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(667),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(214)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(669),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(215)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(670),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(216)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(752),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(217)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(672),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(218)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(656),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(219)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(657),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(220)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(615),
[sym_cast_expression] = STATE(616),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(616),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(618),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(579),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(616),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(221)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(662),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(222)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(782),
[sym_cast_expression] = STATE(668),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(668),
[sym_instanceof_expression] = STATE(668),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(668),
[sym_unary_expression] = STATE(668),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(647),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(223)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(782),
[sym_cast_expression] = STATE(716),
[sym_assignment_expression] = STATE(716),
[sym_binary_expression] = STATE(716),
[sym_instanceof_expression] = STATE(716),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(716),
[sym_unary_expression] = STATE(716),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(716),
[sym_primary_expression] = STATE(653),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(716),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(224)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(623),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(225)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(609),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(226)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(611),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(227)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(747),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(228)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(713),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(229)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(639),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(230)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(633),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(231)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(635),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(232)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(640),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(233)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(641),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(234)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(642),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(235)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(643),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(236)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(632),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(237)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(644),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(238)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(645),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(239)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(646),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(240)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(734),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(241)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(731),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(242)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(732),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(243)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(733),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(244)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(741),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(245)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(743),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(246)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(745),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1406),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(437),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(437),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(428),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(564),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(247)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_expression] = STATE(632),
[sym_cast_expression] = STATE(630),
[sym_assignment_expression] = STATE(630),
[sym_binary_expression] = STATE(630),
[sym_instanceof_expression] = STATE(630),
[sym_lambda_expression] = STATE(630),
[sym_inferred_parameters] = STATE(1390),
[sym_ternary_expression] = STATE(630),
[sym_unary_expression] = STATE(630),
[sym__unary_complement_expression] = STATE(620),
[sym_update_expression] = STATE(630),
[sym_primary_expression] = STATE(531),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(465),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(465),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(630),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(446),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(693),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_PLUS] = ACTIONS(617),
[anon_sym_DASH] = ACTIONS(617),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_PLUS_PLUS] = ACTIONS(695),
[anon_sym_DASH_DASH] = ACTIONS(695),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_AT] = ACTIONS(583),
[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(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(248)] = {
[sym_catch_clause] = STATE(248),
[aux_sym_try_statement_repeat1] = STATE(248),
[ts_builtin_sym_end] = ACTIONS(801),
[sym_identifier] = ACTIONS(803),
[sym_decimal_integer_literal] = ACTIONS(803),
[sym_hex_integer_literal] = ACTIONS(803),
[sym_octal_integer_literal] = ACTIONS(803),
[sym_binary_integer_literal] = ACTIONS(801),
[sym_decimal_floating_point_literal] = ACTIONS(801),
[sym_hex_floating_point_literal] = ACTIONS(803),
[sym_true] = ACTIONS(803),
[sym_false] = ACTIONS(803),
[sym_character_literal] = ACTIONS(801),
[anon_sym_DQUOTE] = ACTIONS(803),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(801),
[anon_sym_RBRACE] = ACTIONS(801),
[sym_null_literal] = ACTIONS(803),
[anon_sym_LPAREN] = ACTIONS(801),
[anon_sym_LT] = ACTIONS(801),
[anon_sym_PLUS] = ACTIONS(803),
[anon_sym_DASH] = ACTIONS(803),
[anon_sym_TILDE] = ACTIONS(801),
[anon_sym_BANG] = ACTIONS(801),
[anon_sym_PLUS_PLUS] = ACTIONS(801),
[anon_sym_DASH_DASH] = ACTIONS(801),
[anon_sym_new] = ACTIONS(803),
[anon_sym_class] = ACTIONS(803),
[anon_sym_switch] = ACTIONS(803),
[anon_sym_LBRACE] = ACTIONS(801),
[anon_sym_case] = ACTIONS(803),
[anon_sym_default] = ACTIONS(803),
[anon_sym_SEMI] = ACTIONS(801),
[anon_sym_assert] = ACTIONS(803),
[anon_sym_do] = ACTIONS(803),
[anon_sym_while] = ACTIONS(803),
[anon_sym_break] = ACTIONS(803),
[anon_sym_continue] = ACTIONS(803),
[anon_sym_return] = ACTIONS(803),
[anon_sym_yield] = ACTIONS(803),
[anon_sym_synchronized] = ACTIONS(803),
[anon_sym_throw] = ACTIONS(803),
[anon_sym_try] = ACTIONS(803),
[anon_sym_catch] = ACTIONS(805),
[anon_sym_finally] = ACTIONS(803),
[anon_sym_if] = ACTIONS(803),
[anon_sym_else] = ACTIONS(803),
[anon_sym_for] = ACTIONS(803),
[anon_sym_AT] = ACTIONS(803),
[anon_sym_open] = ACTIONS(803),
[anon_sym_module] = ACTIONS(803),
[anon_sym_static] = ACTIONS(803),
[anon_sym_with] = ACTIONS(803),
[anon_sym_package] = ACTIONS(803),
[anon_sym_import] = ACTIONS(803),
[anon_sym_enum] = ACTIONS(803),
[anon_sym_public] = ACTIONS(803),
[anon_sym_protected] = ACTIONS(803),
[anon_sym_private] = ACTIONS(803),
[anon_sym_abstract] = ACTIONS(803),
[anon_sym_final] = ACTIONS(803),
[anon_sym_strictfp] = ACTIONS(803),
[anon_sym_native] = ACTIONS(803),
[anon_sym_transient] = ACTIONS(803),
[anon_sym_volatile] = ACTIONS(803),
[anon_sym_sealed] = ACTIONS(803),
[anon_sym_non_DASHsealed] = ACTIONS(801),
[anon_sym_record] = ACTIONS(803),
[anon_sym_ATinterface] = ACTIONS(801),
[anon_sym_interface] = ACTIONS(803),
[anon_sym_byte] = ACTIONS(803),
[anon_sym_short] = ACTIONS(803),
[anon_sym_int] = ACTIONS(803),
[anon_sym_long] = ACTIONS(803),
[anon_sym_char] = ACTIONS(803),
[anon_sym_float] = ACTIONS(803),
[anon_sym_double] = ACTIONS(803),
[sym_boolean_type] = ACTIONS(803),
[sym_void_type] = ACTIONS(803),
[sym_this] = ACTIONS(803),
[sym_super] = ACTIONS(803),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(249)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_primary_expression] = STATE(1130),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(1014),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(583),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_resource] = STATE(1233),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(858),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(823),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym__reserved_identifier] = STATE(1016),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(808),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(810),
[anon_sym_RPAREN] = ACTIONS(812),
[anon_sym_new] = ACTIONS(814),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(250)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_primary_expression] = STATE(1130),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(1014),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(583),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_resource] = STATE(1233),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(858),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(823),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym__reserved_identifier] = STATE(1016),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(808),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(810),
[anon_sym_RPAREN] = ACTIONS(816),
[anon_sym_new] = ACTIONS(814),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(251)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_primary_expression] = STATE(1130),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(1014),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(583),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_resource] = STATE(1124),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(858),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(823),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym__reserved_identifier] = STATE(1016),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(808),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(810),
[anon_sym_new] = ACTIONS(814),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(252)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_primary_expression] = STATE(1130),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(1014),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(583),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_resource] = STATE(1233),
[sym__annotation] = STATE(722),
[sym_marker_annotation] = STATE(722),
[sym_annotation] = STATE(722),
[sym_visibility] = STATE(626),
[sym__modifier] = STATE(626),
[sym_modifiers] = STATE(858),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(823),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym__reserved_identifier] = STATE(1016),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[aux_sym_modifiers_repeat1] = STATE(626),
[sym_identifier] = ACTIONS(808),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(810),
[anon_sym_new] = ACTIONS(814),
[anon_sym_default] = ACTIONS(597),
[anon_sym_yield] = ACTIONS(581),
[anon_sym_synchronized] = ACTIONS(597),
[anon_sym_AT] = ACTIONS(599),
[anon_sym_open] = ACTIONS(69),
[anon_sym_module] = ACTIONS(69),
[anon_sym_static] = ACTIONS(597),
[anon_sym_with] = ACTIONS(69),
[anon_sym_public] = ACTIONS(601),
[anon_sym_protected] = ACTIONS(601),
[anon_sym_private] = ACTIONS(601),
[anon_sym_abstract] = ACTIONS(597),
[anon_sym_final] = ACTIONS(597),
[anon_sym_strictfp] = ACTIONS(597),
[anon_sym_native] = ACTIONS(597),
[anon_sym_transient] = ACTIONS(597),
[anon_sym_volatile] = ACTIONS(597),
[anon_sym_sealed] = ACTIONS(603),
[anon_sym_non_DASHsealed] = ACTIONS(605),
[anon_sym_record] = ACTIONS(69),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(97),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(253)] = {
[ts_builtin_sym_end] = ACTIONS(818),
[sym_identifier] = ACTIONS(820),
[sym_decimal_integer_literal] = ACTIONS(820),
[sym_hex_integer_literal] = ACTIONS(820),
[sym_octal_integer_literal] = ACTIONS(820),
[sym_binary_integer_literal] = ACTIONS(818),
[sym_decimal_floating_point_literal] = ACTIONS(818),
[sym_hex_floating_point_literal] = ACTIONS(820),
[sym_true] = ACTIONS(820),
[sym_false] = ACTIONS(820),
[sym_character_literal] = ACTIONS(818),
[anon_sym_DQUOTE] = ACTIONS(820),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(818),
[anon_sym_RBRACE] = ACTIONS(818),
[sym_null_literal] = ACTIONS(820),
[anon_sym_LPAREN] = ACTIONS(818),
[anon_sym_LT] = ACTIONS(818),
[anon_sym_PLUS] = ACTIONS(820),
[anon_sym_DASH] = ACTIONS(820),
[anon_sym_TILDE] = ACTIONS(818),
[anon_sym_BANG] = ACTIONS(818),
[anon_sym_PLUS_PLUS] = ACTIONS(818),
[anon_sym_DASH_DASH] = ACTIONS(818),
[anon_sym_new] = ACTIONS(820),
[anon_sym_class] = ACTIONS(820),
[anon_sym_switch] = ACTIONS(820),
[anon_sym_LBRACE] = ACTIONS(818),
[anon_sym_case] = ACTIONS(820),
[anon_sym_default] = ACTIONS(820),
[anon_sym_SEMI] = ACTIONS(818),
[anon_sym_assert] = ACTIONS(820),
[anon_sym_do] = ACTIONS(820),
[anon_sym_while] = ACTIONS(820),
[anon_sym_break] = ACTIONS(820),
[anon_sym_continue] = ACTIONS(820),
[anon_sym_return] = ACTIONS(820),
[anon_sym_yield] = ACTIONS(820),
[anon_sym_synchronized] = ACTIONS(820),
[anon_sym_throw] = ACTIONS(820),
[anon_sym_try] = ACTIONS(820),
[anon_sym_catch] = ACTIONS(820),
[anon_sym_finally] = ACTIONS(820),
[anon_sym_if] = ACTIONS(820),
[anon_sym_else] = ACTIONS(820),
[anon_sym_for] = ACTIONS(820),
[anon_sym_AT] = ACTIONS(820),
[anon_sym_open] = ACTIONS(820),
[anon_sym_module] = ACTIONS(820),
[anon_sym_static] = ACTIONS(820),
[anon_sym_with] = ACTIONS(820),
[anon_sym_package] = ACTIONS(820),
[anon_sym_import] = ACTIONS(820),
[anon_sym_enum] = ACTIONS(820),
[anon_sym_public] = ACTIONS(820),
[anon_sym_protected] = ACTIONS(820),
[anon_sym_private] = ACTIONS(820),
[anon_sym_abstract] = ACTIONS(820),
[anon_sym_final] = ACTIONS(820),
[anon_sym_strictfp] = ACTIONS(820),
[anon_sym_native] = ACTIONS(820),
[anon_sym_transient] = ACTIONS(820),
[anon_sym_volatile] = ACTIONS(820),
[anon_sym_sealed] = ACTIONS(820),
[anon_sym_non_DASHsealed] = ACTIONS(818),
[anon_sym_record] = ACTIONS(820),
[anon_sym_ATinterface] = ACTIONS(818),
[anon_sym_interface] = ACTIONS(820),
[anon_sym_byte] = ACTIONS(820),
[anon_sym_short] = ACTIONS(820),
[anon_sym_int] = ACTIONS(820),
[anon_sym_long] = ACTIONS(820),
[anon_sym_char] = ACTIONS(820),
[anon_sym_float] = ACTIONS(820),
[anon_sym_double] = ACTIONS(820),
[sym_boolean_type] = ACTIONS(820),
[sym_void_type] = ACTIONS(820),
[sym_this] = ACTIONS(820),
[sym_super] = ACTIONS(820),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(254)] = {
[ts_builtin_sym_end] = ACTIONS(627),
[sym_identifier] = ACTIONS(629),
[sym_decimal_integer_literal] = ACTIONS(629),
[sym_hex_integer_literal] = ACTIONS(629),
[sym_octal_integer_literal] = ACTIONS(629),
[sym_binary_integer_literal] = ACTIONS(627),
[sym_decimal_floating_point_literal] = ACTIONS(627),
[sym_hex_floating_point_literal] = ACTIONS(629),
[sym_true] = ACTIONS(629),
[sym_false] = ACTIONS(629),
[sym_character_literal] = ACTIONS(627),
[anon_sym_DQUOTE] = ACTIONS(629),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(627),
[anon_sym_RBRACE] = ACTIONS(627),
[sym_null_literal] = ACTIONS(629),
[anon_sym_LPAREN] = ACTIONS(627),
[anon_sym_LT] = ACTIONS(627),
[anon_sym_PLUS] = ACTIONS(629),
[anon_sym_DASH] = ACTIONS(629),
[anon_sym_TILDE] = ACTIONS(627),
[anon_sym_BANG] = ACTIONS(627),
[anon_sym_PLUS_PLUS] = ACTIONS(627),
[anon_sym_DASH_DASH] = ACTIONS(627),
[anon_sym_new] = ACTIONS(629),
[anon_sym_class] = ACTIONS(629),
[anon_sym_switch] = ACTIONS(629),
[anon_sym_LBRACE] = ACTIONS(627),
[anon_sym_case] = ACTIONS(629),
[anon_sym_default] = ACTIONS(629),
[anon_sym_SEMI] = ACTIONS(627),
[anon_sym_assert] = ACTIONS(629),
[anon_sym_do] = ACTIONS(629),
[anon_sym_while] = ACTIONS(629),
[anon_sym_break] = ACTIONS(629),
[anon_sym_continue] = ACTIONS(629),
[anon_sym_return] = ACTIONS(629),
[anon_sym_yield] = ACTIONS(629),
[anon_sym_synchronized] = ACTIONS(629),
[anon_sym_throw] = ACTIONS(629),
[anon_sym_try] = ACTIONS(629),
[anon_sym_catch] = ACTIONS(629),
[anon_sym_finally] = ACTIONS(629),
[anon_sym_if] = ACTIONS(629),
[anon_sym_else] = ACTIONS(629),
[anon_sym_for] = ACTIONS(629),
[anon_sym_AT] = ACTIONS(629),
[anon_sym_open] = ACTIONS(629),
[anon_sym_module] = ACTIONS(629),
[anon_sym_static] = ACTIONS(629),
[anon_sym_with] = ACTIONS(629),
[anon_sym_package] = ACTIONS(629),
[anon_sym_import] = ACTIONS(629),
[anon_sym_enum] = ACTIONS(629),
[anon_sym_public] = ACTIONS(629),
[anon_sym_protected] = ACTIONS(629),
[anon_sym_private] = ACTIONS(629),
[anon_sym_abstract] = ACTIONS(629),
[anon_sym_final] = ACTIONS(629),
[anon_sym_strictfp] = ACTIONS(629),
[anon_sym_native] = ACTIONS(629),
[anon_sym_transient] = ACTIONS(629),
[anon_sym_volatile] = ACTIONS(629),
[anon_sym_sealed] = ACTIONS(629),
[anon_sym_non_DASHsealed] = ACTIONS(627),
[anon_sym_record] = ACTIONS(629),
[anon_sym_ATinterface] = ACTIONS(627),
[anon_sym_interface] = ACTIONS(629),
[anon_sym_byte] = ACTIONS(629),
[anon_sym_short] = ACTIONS(629),
[anon_sym_int] = ACTIONS(629),
[anon_sym_long] = ACTIONS(629),
[anon_sym_char] = ACTIONS(629),
[anon_sym_float] = ACTIONS(629),
[anon_sym_double] = ACTIONS(629),
[sym_boolean_type] = ACTIONS(629),
[sym_void_type] = ACTIONS(629),
[sym_this] = ACTIONS(629),
[sym_super] = ACTIONS(629),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(255)] = {
[ts_builtin_sym_end] = ACTIONS(621),
[sym_identifier] = ACTIONS(623),
[sym_decimal_integer_literal] = ACTIONS(623),
[sym_hex_integer_literal] = ACTIONS(623),
[sym_octal_integer_literal] = ACTIONS(623),
[sym_binary_integer_literal] = ACTIONS(621),
[sym_decimal_floating_point_literal] = ACTIONS(621),
[sym_hex_floating_point_literal] = ACTIONS(623),
[sym_true] = ACTIONS(623),
[sym_false] = ACTIONS(623),
[sym_character_literal] = ACTIONS(621),
[anon_sym_DQUOTE] = ACTIONS(623),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(621),
[anon_sym_RBRACE] = ACTIONS(621),
[sym_null_literal] = ACTIONS(623),
[anon_sym_LPAREN] = ACTIONS(621),
[anon_sym_LT] = ACTIONS(621),
[anon_sym_PLUS] = ACTIONS(623),
[anon_sym_DASH] = ACTIONS(623),
[anon_sym_TILDE] = ACTIONS(621),
[anon_sym_BANG] = ACTIONS(621),
[anon_sym_PLUS_PLUS] = ACTIONS(621),
[anon_sym_DASH_DASH] = ACTIONS(621),
[anon_sym_new] = ACTIONS(623),
[anon_sym_class] = ACTIONS(623),
[anon_sym_switch] = ACTIONS(623),
[anon_sym_LBRACE] = ACTIONS(621),
[anon_sym_case] = ACTIONS(623),
[anon_sym_default] = ACTIONS(623),
[anon_sym_SEMI] = ACTIONS(621),
[anon_sym_assert] = ACTIONS(623),
[anon_sym_do] = ACTIONS(623),
[anon_sym_while] = ACTIONS(623),
[anon_sym_break] = ACTIONS(623),
[anon_sym_continue] = ACTIONS(623),
[anon_sym_return] = ACTIONS(623),
[anon_sym_yield] = ACTIONS(623),
[anon_sym_synchronized] = ACTIONS(623),
[anon_sym_throw] = ACTIONS(623),
[anon_sym_try] = ACTIONS(623),
[anon_sym_catch] = ACTIONS(623),
[anon_sym_finally] = ACTIONS(623),
[anon_sym_if] = ACTIONS(623),
[anon_sym_else] = ACTIONS(623),
[anon_sym_for] = ACTIONS(623),
[anon_sym_AT] = ACTIONS(623),
[anon_sym_open] = ACTIONS(623),
[anon_sym_module] = ACTIONS(623),
[anon_sym_static] = ACTIONS(623),
[anon_sym_with] = ACTIONS(623),
[anon_sym_package] = ACTIONS(623),
[anon_sym_import] = ACTIONS(623),
[anon_sym_enum] = ACTIONS(623),
[anon_sym_public] = ACTIONS(623),
[anon_sym_protected] = ACTIONS(623),
[anon_sym_private] = ACTIONS(623),
[anon_sym_abstract] = ACTIONS(623),
[anon_sym_final] = ACTIONS(623),
[anon_sym_strictfp] = ACTIONS(623),
[anon_sym_native] = ACTIONS(623),
[anon_sym_transient] = ACTIONS(623),
[anon_sym_volatile] = ACTIONS(623),
[anon_sym_sealed] = ACTIONS(623),
[anon_sym_non_DASHsealed] = ACTIONS(621),
[anon_sym_record] = ACTIONS(623),
[anon_sym_ATinterface] = ACTIONS(621),
[anon_sym_interface] = ACTIONS(623),
[anon_sym_byte] = ACTIONS(623),
[anon_sym_short] = ACTIONS(623),
[anon_sym_int] = ACTIONS(623),
[anon_sym_long] = ACTIONS(623),
[anon_sym_char] = ACTIONS(623),
[anon_sym_float] = ACTIONS(623),
[anon_sym_double] = ACTIONS(623),
[sym_boolean_type] = ACTIONS(623),
[sym_void_type] = ACTIONS(623),
[sym_this] = ACTIONS(623),
[sym_super] = ACTIONS(623),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(256)] = {
[ts_builtin_sym_end] = ACTIONS(822),
[sym_identifier] = ACTIONS(824),
[sym_decimal_integer_literal] = ACTIONS(824),
[sym_hex_integer_literal] = ACTIONS(824),
[sym_octal_integer_literal] = ACTIONS(824),
[sym_binary_integer_literal] = ACTIONS(822),
[sym_decimal_floating_point_literal] = ACTIONS(822),
[sym_hex_floating_point_literal] = ACTIONS(824),
[sym_true] = ACTIONS(824),
[sym_false] = ACTIONS(824),
[sym_character_literal] = ACTIONS(822),
[anon_sym_DQUOTE] = ACTIONS(824),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(822),
[anon_sym_RBRACE] = ACTIONS(822),
[sym_null_literal] = ACTIONS(824),
[anon_sym_LPAREN] = ACTIONS(822),
[anon_sym_LT] = ACTIONS(822),
[anon_sym_PLUS] = ACTIONS(824),
[anon_sym_DASH] = ACTIONS(824),
[anon_sym_TILDE] = ACTIONS(822),
[anon_sym_BANG] = ACTIONS(822),
[anon_sym_PLUS_PLUS] = ACTIONS(822),
[anon_sym_DASH_DASH] = ACTIONS(822),
[anon_sym_new] = ACTIONS(824),
[anon_sym_class] = ACTIONS(824),
[anon_sym_switch] = ACTIONS(824),
[anon_sym_LBRACE] = ACTIONS(822),
[anon_sym_case] = ACTIONS(824),
[anon_sym_default] = ACTIONS(824),
[anon_sym_SEMI] = ACTIONS(822),
[anon_sym_assert] = ACTIONS(824),
[anon_sym_do] = ACTIONS(824),
[anon_sym_while] = ACTIONS(824),
[anon_sym_break] = ACTIONS(824),
[anon_sym_continue] = ACTIONS(824),
[anon_sym_return] = ACTIONS(824),
[anon_sym_yield] = ACTIONS(824),
[anon_sym_synchronized] = ACTIONS(824),
[anon_sym_throw] = ACTIONS(824),
[anon_sym_try] = ACTIONS(824),
[anon_sym_if] = ACTIONS(824),
[anon_sym_else] = ACTIONS(824),
[anon_sym_for] = ACTIONS(824),
[anon_sym_AT] = ACTIONS(824),
[anon_sym_open] = ACTIONS(824),
[anon_sym_module] = ACTIONS(824),
[anon_sym_static] = ACTIONS(824),
[anon_sym_with] = ACTIONS(824),
[anon_sym_package] = ACTIONS(824),
[anon_sym_import] = ACTIONS(824),
[anon_sym_enum] = ACTIONS(824),
[anon_sym_public] = ACTIONS(824),
[anon_sym_protected] = ACTIONS(824),
[anon_sym_private] = ACTIONS(824),
[anon_sym_abstract] = ACTIONS(824),
[anon_sym_final] = ACTIONS(824),
[anon_sym_strictfp] = ACTIONS(824),
[anon_sym_native] = ACTIONS(824),
[anon_sym_transient] = ACTIONS(824),
[anon_sym_volatile] = ACTIONS(824),
[anon_sym_sealed] = ACTIONS(824),
[anon_sym_non_DASHsealed] = ACTIONS(822),
[anon_sym_record] = ACTIONS(824),
[anon_sym_ATinterface] = ACTIONS(822),
[anon_sym_interface] = ACTIONS(824),
[anon_sym_byte] = ACTIONS(824),
[anon_sym_short] = ACTIONS(824),
[anon_sym_int] = ACTIONS(824),
[anon_sym_long] = ACTIONS(824),
[anon_sym_char] = ACTIONS(824),
[anon_sym_float] = ACTIONS(824),
[anon_sym_double] = ACTIONS(824),
[sym_boolean_type] = ACTIONS(824),
[sym_void_type] = ACTIONS(824),
[sym_this] = ACTIONS(824),
[sym_super] = ACTIONS(824),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(257)] = {
[ts_builtin_sym_end] = ACTIONS(826),
[sym_identifier] = ACTIONS(828),
[sym_decimal_integer_literal] = ACTIONS(828),
[sym_hex_integer_literal] = ACTIONS(828),
[sym_octal_integer_literal] = ACTIONS(828),
[sym_binary_integer_literal] = ACTIONS(826),
[sym_decimal_floating_point_literal] = ACTIONS(826),
[sym_hex_floating_point_literal] = ACTIONS(828),
[sym_true] = ACTIONS(828),
[sym_false] = ACTIONS(828),
[sym_character_literal] = ACTIONS(826),
[anon_sym_DQUOTE] = ACTIONS(828),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(826),
[anon_sym_RBRACE] = ACTIONS(826),
[sym_null_literal] = ACTIONS(828),
[anon_sym_LPAREN] = ACTIONS(826),
[anon_sym_LT] = ACTIONS(826),
[anon_sym_PLUS] = ACTIONS(828),
[anon_sym_DASH] = ACTIONS(828),
[anon_sym_TILDE] = ACTIONS(826),
[anon_sym_BANG] = ACTIONS(826),
[anon_sym_PLUS_PLUS] = ACTIONS(826),
[anon_sym_DASH_DASH] = ACTIONS(826),
[anon_sym_new] = ACTIONS(828),
[anon_sym_class] = ACTIONS(828),
[anon_sym_switch] = ACTIONS(828),
[anon_sym_LBRACE] = ACTIONS(826),
[anon_sym_case] = ACTIONS(828),
[anon_sym_default] = ACTIONS(828),
[anon_sym_SEMI] = ACTIONS(826),
[anon_sym_assert] = ACTIONS(828),
[anon_sym_do] = ACTIONS(828),
[anon_sym_while] = ACTIONS(828),
[anon_sym_break] = ACTIONS(828),
[anon_sym_continue] = ACTIONS(828),
[anon_sym_return] = ACTIONS(828),
[anon_sym_yield] = ACTIONS(828),
[anon_sym_synchronized] = ACTIONS(828),
[anon_sym_throw] = ACTIONS(828),
[anon_sym_try] = ACTIONS(828),
[anon_sym_if] = ACTIONS(828),
[anon_sym_else] = ACTIONS(828),
[anon_sym_for] = ACTIONS(828),
[anon_sym_AT] = ACTIONS(828),
[anon_sym_open] = ACTIONS(828),
[anon_sym_module] = ACTIONS(828),
[anon_sym_static] = ACTIONS(828),
[anon_sym_with] = ACTIONS(828),
[anon_sym_package] = ACTIONS(828),
[anon_sym_import] = ACTIONS(828),
[anon_sym_enum] = ACTIONS(828),
[anon_sym_public] = ACTIONS(828),
[anon_sym_protected] = ACTIONS(828),
[anon_sym_private] = ACTIONS(828),
[anon_sym_abstract] = ACTIONS(828),
[anon_sym_final] = ACTIONS(828),
[anon_sym_strictfp] = ACTIONS(828),
[anon_sym_native] = ACTIONS(828),
[anon_sym_transient] = ACTIONS(828),
[anon_sym_volatile] = ACTIONS(828),
[anon_sym_sealed] = ACTIONS(828),
[anon_sym_non_DASHsealed] = ACTIONS(826),
[anon_sym_record] = ACTIONS(828),
[anon_sym_ATinterface] = ACTIONS(826),
[anon_sym_interface] = ACTIONS(828),
[anon_sym_byte] = ACTIONS(828),
[anon_sym_short] = ACTIONS(828),
[anon_sym_int] = ACTIONS(828),
[anon_sym_long] = ACTIONS(828),
[anon_sym_char] = ACTIONS(828),
[anon_sym_float] = ACTIONS(828),
[anon_sym_double] = ACTIONS(828),
[sym_boolean_type] = ACTIONS(828),
[sym_void_type] = ACTIONS(828),
[sym_this] = ACTIONS(828),
[sym_super] = ACTIONS(828),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(258)] = {
[ts_builtin_sym_end] = ACTIONS(830),
[sym_identifier] = ACTIONS(832),
[sym_decimal_integer_literal] = ACTIONS(832),
[sym_hex_integer_literal] = ACTIONS(832),
[sym_octal_integer_literal] = ACTIONS(832),
[sym_binary_integer_literal] = ACTIONS(830),
[sym_decimal_floating_point_literal] = ACTIONS(830),
[sym_hex_floating_point_literal] = ACTIONS(832),
[sym_true] = ACTIONS(832),
[sym_false] = ACTIONS(832),
[sym_character_literal] = ACTIONS(830),
[anon_sym_DQUOTE] = ACTIONS(832),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(830),
[anon_sym_RBRACE] = ACTIONS(830),
[sym_null_literal] = ACTIONS(832),
[anon_sym_LPAREN] = ACTIONS(830),
[anon_sym_LT] = ACTIONS(830),
[anon_sym_PLUS] = ACTIONS(832),
[anon_sym_DASH] = ACTIONS(832),
[anon_sym_TILDE] = ACTIONS(830),
[anon_sym_BANG] = ACTIONS(830),
[anon_sym_PLUS_PLUS] = ACTIONS(830),
[anon_sym_DASH_DASH] = ACTIONS(830),
[anon_sym_new] = ACTIONS(832),
[anon_sym_class] = ACTIONS(832),
[anon_sym_switch] = ACTIONS(832),
[anon_sym_LBRACE] = ACTIONS(830),
[anon_sym_case] = ACTIONS(832),
[anon_sym_default] = ACTIONS(832),
[anon_sym_SEMI] = ACTIONS(830),
[anon_sym_assert] = ACTIONS(832),
[anon_sym_do] = ACTIONS(832),
[anon_sym_while] = ACTIONS(832),
[anon_sym_break] = ACTIONS(832),
[anon_sym_continue] = ACTIONS(832),
[anon_sym_return] = ACTIONS(832),
[anon_sym_yield] = ACTIONS(832),
[anon_sym_synchronized] = ACTIONS(832),
[anon_sym_throw] = ACTIONS(832),
[anon_sym_try] = ACTIONS(832),
[anon_sym_if] = ACTIONS(832),
[anon_sym_else] = ACTIONS(832),
[anon_sym_for] = ACTIONS(832),
[anon_sym_AT] = ACTIONS(832),
[anon_sym_open] = ACTIONS(832),
[anon_sym_module] = ACTIONS(832),
[anon_sym_static] = ACTIONS(832),
[anon_sym_with] = ACTIONS(832),
[anon_sym_package] = ACTIONS(832),
[anon_sym_import] = ACTIONS(832),
[anon_sym_enum] = ACTIONS(832),
[anon_sym_public] = ACTIONS(832),
[anon_sym_protected] = ACTIONS(832),
[anon_sym_private] = ACTIONS(832),
[anon_sym_abstract] = ACTIONS(832),
[anon_sym_final] = ACTIONS(832),
[anon_sym_strictfp] = ACTIONS(832),
[anon_sym_native] = ACTIONS(832),
[anon_sym_transient] = ACTIONS(832),
[anon_sym_volatile] = ACTIONS(832),
[anon_sym_sealed] = ACTIONS(832),
[anon_sym_non_DASHsealed] = ACTIONS(830),
[anon_sym_record] = ACTIONS(832),
[anon_sym_ATinterface] = ACTIONS(830),
[anon_sym_interface] = ACTIONS(832),
[anon_sym_byte] = ACTIONS(832),
[anon_sym_short] = ACTIONS(832),
[anon_sym_int] = ACTIONS(832),
[anon_sym_long] = ACTIONS(832),
[anon_sym_char] = ACTIONS(832),
[anon_sym_float] = ACTIONS(832),
[anon_sym_double] = ACTIONS(832),
[sym_boolean_type] = ACTIONS(832),
[sym_void_type] = ACTIONS(832),
[sym_this] = ACTIONS(832),
[sym_super] = ACTIONS(832),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(259)] = {
[ts_builtin_sym_end] = ACTIONS(834),
[sym_identifier] = ACTIONS(836),
[sym_decimal_integer_literal] = ACTIONS(836),
[sym_hex_integer_literal] = ACTIONS(836),
[sym_octal_integer_literal] = ACTIONS(836),
[sym_binary_integer_literal] = ACTIONS(834),
[sym_decimal_floating_point_literal] = ACTIONS(834),
[sym_hex_floating_point_literal] = ACTIONS(836),
[sym_true] = ACTIONS(836),
[sym_false] = ACTIONS(836),
[sym_character_literal] = ACTIONS(834),
[anon_sym_DQUOTE] = ACTIONS(836),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(834),
[anon_sym_RBRACE] = ACTIONS(834),
[sym_null_literal] = ACTIONS(836),
[anon_sym_LPAREN] = ACTIONS(834),
[anon_sym_LT] = ACTIONS(834),
[anon_sym_PLUS] = ACTIONS(836),
[anon_sym_DASH] = ACTIONS(836),
[anon_sym_TILDE] = ACTIONS(834),
[anon_sym_BANG] = ACTIONS(834),
[anon_sym_PLUS_PLUS] = ACTIONS(834),
[anon_sym_DASH_DASH] = ACTIONS(834),
[anon_sym_new] = ACTIONS(836),
[anon_sym_class] = ACTIONS(836),
[anon_sym_switch] = ACTIONS(836),
[anon_sym_LBRACE] = ACTIONS(834),
[anon_sym_case] = ACTIONS(836),
[anon_sym_default] = ACTIONS(836),
[anon_sym_SEMI] = ACTIONS(834),
[anon_sym_assert] = ACTIONS(836),
[anon_sym_do] = ACTIONS(836),
[anon_sym_while] = ACTIONS(836),
[anon_sym_break] = ACTIONS(836),
[anon_sym_continue] = ACTIONS(836),
[anon_sym_return] = ACTIONS(836),
[anon_sym_yield] = ACTIONS(836),
[anon_sym_synchronized] = ACTIONS(836),
[anon_sym_throw] = ACTIONS(836),
[anon_sym_try] = ACTIONS(836),
[anon_sym_if] = ACTIONS(836),
[anon_sym_else] = ACTIONS(836),
[anon_sym_for] = ACTIONS(836),
[anon_sym_AT] = ACTIONS(836),
[anon_sym_open] = ACTIONS(836),
[anon_sym_module] = ACTIONS(836),
[anon_sym_static] = ACTIONS(836),
[anon_sym_with] = ACTIONS(836),
[anon_sym_package] = ACTIONS(836),
[anon_sym_import] = ACTIONS(836),
[anon_sym_enum] = ACTIONS(836),
[anon_sym_public] = ACTIONS(836),
[anon_sym_protected] = ACTIONS(836),
[anon_sym_private] = ACTIONS(836),
[anon_sym_abstract] = ACTIONS(836),
[anon_sym_final] = ACTIONS(836),
[anon_sym_strictfp] = ACTIONS(836),
[anon_sym_native] = ACTIONS(836),
[anon_sym_transient] = ACTIONS(836),
[anon_sym_volatile] = ACTIONS(836),
[anon_sym_sealed] = ACTIONS(836),
[anon_sym_non_DASHsealed] = ACTIONS(834),
[anon_sym_record] = ACTIONS(836),
[anon_sym_ATinterface] = ACTIONS(834),
[anon_sym_interface] = ACTIONS(836),
[anon_sym_byte] = ACTIONS(836),
[anon_sym_short] = ACTIONS(836),
[anon_sym_int] = ACTIONS(836),
[anon_sym_long] = ACTIONS(836),
[anon_sym_char] = ACTIONS(836),
[anon_sym_float] = ACTIONS(836),
[anon_sym_double] = ACTIONS(836),
[sym_boolean_type] = ACTIONS(836),
[sym_void_type] = ACTIONS(836),
[sym_this] = ACTIONS(836),
[sym_super] = ACTIONS(836),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(260)] = {
[ts_builtin_sym_end] = ACTIONS(838),
[sym_identifier] = ACTIONS(840),
[sym_decimal_integer_literal] = ACTIONS(840),
[sym_hex_integer_literal] = ACTIONS(840),
[sym_octal_integer_literal] = ACTIONS(840),
[sym_binary_integer_literal] = ACTIONS(838),
[sym_decimal_floating_point_literal] = ACTIONS(838),
[sym_hex_floating_point_literal] = ACTIONS(840),
[sym_true] = ACTIONS(840),
[sym_false] = ACTIONS(840),
[sym_character_literal] = ACTIONS(838),
[anon_sym_DQUOTE] = ACTIONS(840),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(838),
[anon_sym_RBRACE] = ACTIONS(838),
[sym_null_literal] = ACTIONS(840),
[anon_sym_LPAREN] = ACTIONS(838),
[anon_sym_LT] = ACTIONS(838),
[anon_sym_PLUS] = ACTIONS(840),
[anon_sym_DASH] = ACTIONS(840),
[anon_sym_TILDE] = ACTIONS(838),
[anon_sym_BANG] = ACTIONS(838),
[anon_sym_PLUS_PLUS] = ACTIONS(838),
[anon_sym_DASH_DASH] = ACTIONS(838),
[anon_sym_new] = ACTIONS(840),
[anon_sym_class] = ACTIONS(840),
[anon_sym_switch] = ACTIONS(840),
[anon_sym_LBRACE] = ACTIONS(838),
[anon_sym_case] = ACTIONS(840),
[anon_sym_default] = ACTIONS(840),
[anon_sym_SEMI] = ACTIONS(838),
[anon_sym_assert] = ACTIONS(840),
[anon_sym_do] = ACTIONS(840),
[anon_sym_while] = ACTIONS(840),
[anon_sym_break] = ACTIONS(840),
[anon_sym_continue] = ACTIONS(840),
[anon_sym_return] = ACTIONS(840),
[anon_sym_yield] = ACTIONS(840),
[anon_sym_synchronized] = ACTIONS(840),
[anon_sym_throw] = ACTIONS(840),
[anon_sym_try] = ACTIONS(840),
[anon_sym_if] = ACTIONS(840),
[anon_sym_else] = ACTIONS(840),
[anon_sym_for] = ACTIONS(840),
[anon_sym_AT] = ACTIONS(840),
[anon_sym_open] = ACTIONS(840),
[anon_sym_module] = ACTIONS(840),
[anon_sym_static] = ACTIONS(840),
[anon_sym_with] = ACTIONS(840),
[anon_sym_package] = ACTIONS(840),
[anon_sym_import] = ACTIONS(840),
[anon_sym_enum] = ACTIONS(840),
[anon_sym_public] = ACTIONS(840),
[anon_sym_protected] = ACTIONS(840),
[anon_sym_private] = ACTIONS(840),
[anon_sym_abstract] = ACTIONS(840),
[anon_sym_final] = ACTIONS(840),
[anon_sym_strictfp] = ACTIONS(840),
[anon_sym_native] = ACTIONS(840),
[anon_sym_transient] = ACTIONS(840),
[anon_sym_volatile] = ACTIONS(840),
[anon_sym_sealed] = ACTIONS(840),
[anon_sym_non_DASHsealed] = ACTIONS(838),
[anon_sym_record] = ACTIONS(840),
[anon_sym_ATinterface] = ACTIONS(838),
[anon_sym_interface] = ACTIONS(840),
[anon_sym_byte] = ACTIONS(840),
[anon_sym_short] = ACTIONS(840),
[anon_sym_int] = ACTIONS(840),
[anon_sym_long] = ACTIONS(840),
[anon_sym_char] = ACTIONS(840),
[anon_sym_float] = ACTIONS(840),
[anon_sym_double] = ACTIONS(840),
[sym_boolean_type] = ACTIONS(840),
[sym_void_type] = ACTIONS(840),
[sym_this] = ACTIONS(840),
[sym_super] = ACTIONS(840),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(261)] = {
[ts_builtin_sym_end] = ACTIONS(842),
[sym_identifier] = ACTIONS(844),
[sym_decimal_integer_literal] = ACTIONS(844),
[sym_hex_integer_literal] = ACTIONS(844),
[sym_octal_integer_literal] = ACTIONS(844),
[sym_binary_integer_literal] = ACTIONS(842),
[sym_decimal_floating_point_literal] = ACTIONS(842),
[sym_hex_floating_point_literal] = ACTIONS(844),
[sym_true] = ACTIONS(844),
[sym_false] = ACTIONS(844),
[sym_character_literal] = ACTIONS(842),
[anon_sym_DQUOTE] = ACTIONS(844),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(842),
[anon_sym_RBRACE] = ACTIONS(842),
[sym_null_literal] = ACTIONS(844),
[anon_sym_LPAREN] = ACTIONS(842),
[anon_sym_LT] = ACTIONS(842),
[anon_sym_PLUS] = ACTIONS(844),
[anon_sym_DASH] = ACTIONS(844),
[anon_sym_TILDE] = ACTIONS(842),
[anon_sym_BANG] = ACTIONS(842),
[anon_sym_PLUS_PLUS] = ACTIONS(842),
[anon_sym_DASH_DASH] = ACTIONS(842),
[anon_sym_new] = ACTIONS(844),
[anon_sym_class] = ACTIONS(844),
[anon_sym_switch] = ACTIONS(844),
[anon_sym_LBRACE] = ACTIONS(842),
[anon_sym_case] = ACTIONS(844),
[anon_sym_default] = ACTIONS(844),
[anon_sym_SEMI] = ACTIONS(842),
[anon_sym_assert] = ACTIONS(844),
[anon_sym_do] = ACTIONS(844),
[anon_sym_while] = ACTIONS(844),
[anon_sym_break] = ACTIONS(844),
[anon_sym_continue] = ACTIONS(844),
[anon_sym_return] = ACTIONS(844),
[anon_sym_yield] = ACTIONS(844),
[anon_sym_synchronized] = ACTIONS(844),
[anon_sym_throw] = ACTIONS(844),
[anon_sym_try] = ACTIONS(844),
[anon_sym_if] = ACTIONS(844),
[anon_sym_else] = ACTIONS(844),
[anon_sym_for] = ACTIONS(844),
[anon_sym_AT] = ACTIONS(844),
[anon_sym_open] = ACTIONS(844),
[anon_sym_module] = ACTIONS(844),
[anon_sym_static] = ACTIONS(844),
[anon_sym_with] = ACTIONS(844),
[anon_sym_package] = ACTIONS(844),
[anon_sym_import] = ACTIONS(844),
[anon_sym_enum] = ACTIONS(844),
[anon_sym_public] = ACTIONS(844),
[anon_sym_protected] = ACTIONS(844),
[anon_sym_private] = ACTIONS(844),
[anon_sym_abstract] = ACTIONS(844),
[anon_sym_final] = ACTIONS(844),
[anon_sym_strictfp] = ACTIONS(844),
[anon_sym_native] = ACTIONS(844),
[anon_sym_transient] = ACTIONS(844),
[anon_sym_volatile] = ACTIONS(844),
[anon_sym_sealed] = ACTIONS(844),
[anon_sym_non_DASHsealed] = ACTIONS(842),
[anon_sym_record] = ACTIONS(844),
[anon_sym_ATinterface] = ACTIONS(842),
[anon_sym_interface] = ACTIONS(844),
[anon_sym_byte] = ACTIONS(844),
[anon_sym_short] = ACTIONS(844),
[anon_sym_int] = ACTIONS(844),
[anon_sym_long] = ACTIONS(844),
[anon_sym_char] = ACTIONS(844),
[anon_sym_float] = ACTIONS(844),
[anon_sym_double] = ACTIONS(844),
[sym_boolean_type] = ACTIONS(844),
[sym_void_type] = ACTIONS(844),
[sym_this] = ACTIONS(844),
[sym_super] = ACTIONS(844),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(262)] = {
[ts_builtin_sym_end] = ACTIONS(846),
[sym_identifier] = ACTIONS(848),
[sym_decimal_integer_literal] = ACTIONS(848),
[sym_hex_integer_literal] = ACTIONS(848),
[sym_octal_integer_literal] = ACTIONS(848),
[sym_binary_integer_literal] = ACTIONS(846),
[sym_decimal_floating_point_literal] = ACTIONS(846),
[sym_hex_floating_point_literal] = ACTIONS(848),
[sym_true] = ACTIONS(848),
[sym_false] = ACTIONS(848),
[sym_character_literal] = ACTIONS(846),
[anon_sym_DQUOTE] = ACTIONS(848),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(846),
[anon_sym_RBRACE] = ACTIONS(846),
[sym_null_literal] = ACTIONS(848),
[anon_sym_LPAREN] = ACTIONS(846),
[anon_sym_LT] = ACTIONS(846),
[anon_sym_PLUS] = ACTIONS(848),
[anon_sym_DASH] = ACTIONS(848),
[anon_sym_TILDE] = ACTIONS(846),
[anon_sym_BANG] = ACTIONS(846),
[anon_sym_PLUS_PLUS] = ACTIONS(846),
[anon_sym_DASH_DASH] = ACTIONS(846),
[anon_sym_new] = ACTIONS(848),
[anon_sym_class] = ACTIONS(848),
[anon_sym_switch] = ACTIONS(848),
[anon_sym_LBRACE] = ACTIONS(846),
[anon_sym_case] = ACTIONS(848),
[anon_sym_default] = ACTIONS(848),
[anon_sym_SEMI] = ACTIONS(846),
[anon_sym_assert] = ACTIONS(848),
[anon_sym_do] = ACTIONS(848),
[anon_sym_while] = ACTIONS(848),
[anon_sym_break] = ACTIONS(848),
[anon_sym_continue] = ACTIONS(848),
[anon_sym_return] = ACTIONS(848),
[anon_sym_yield] = ACTIONS(848),
[anon_sym_synchronized] = ACTIONS(848),
[anon_sym_throw] = ACTIONS(848),
[anon_sym_try] = ACTIONS(848),
[anon_sym_if] = ACTIONS(848),
[anon_sym_else] = ACTIONS(848),
[anon_sym_for] = ACTIONS(848),
[anon_sym_AT] = ACTIONS(848),
[anon_sym_open] = ACTIONS(848),
[anon_sym_module] = ACTIONS(848),
[anon_sym_static] = ACTIONS(848),
[anon_sym_with] = ACTIONS(848),
[anon_sym_package] = ACTIONS(848),
[anon_sym_import] = ACTIONS(848),
[anon_sym_enum] = ACTIONS(848),
[anon_sym_public] = ACTIONS(848),
[anon_sym_protected] = ACTIONS(848),
[anon_sym_private] = ACTIONS(848),
[anon_sym_abstract] = ACTIONS(848),
[anon_sym_final] = ACTIONS(848),
[anon_sym_strictfp] = ACTIONS(848),
[anon_sym_native] = ACTIONS(848),
[anon_sym_transient] = ACTIONS(848),
[anon_sym_volatile] = ACTIONS(848),
[anon_sym_sealed] = ACTIONS(848),
[anon_sym_non_DASHsealed] = ACTIONS(846),
[anon_sym_record] = ACTIONS(848),
[anon_sym_ATinterface] = ACTIONS(846),
[anon_sym_interface] = ACTIONS(848),
[anon_sym_byte] = ACTIONS(848),
[anon_sym_short] = ACTIONS(848),
[anon_sym_int] = ACTIONS(848),
[anon_sym_long] = ACTIONS(848),
[anon_sym_char] = ACTIONS(848),
[anon_sym_float] = ACTIONS(848),
[anon_sym_double] = ACTIONS(848),
[sym_boolean_type] = ACTIONS(848),
[sym_void_type] = ACTIONS(848),
[sym_this] = ACTIONS(848),
[sym_super] = ACTIONS(848),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(263)] = {
[ts_builtin_sym_end] = ACTIONS(793),
[sym_identifier] = ACTIONS(795),
[sym_decimal_integer_literal] = ACTIONS(795),
[sym_hex_integer_literal] = ACTIONS(795),
[sym_octal_integer_literal] = ACTIONS(795),
[sym_binary_integer_literal] = ACTIONS(793),
[sym_decimal_floating_point_literal] = ACTIONS(793),
[sym_hex_floating_point_literal] = ACTIONS(795),
[sym_true] = ACTIONS(795),
[sym_false] = ACTIONS(795),
[sym_character_literal] = ACTIONS(793),
[anon_sym_DQUOTE] = ACTIONS(795),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(793),
[anon_sym_RBRACE] = ACTIONS(793),
[sym_null_literal] = ACTIONS(795),
[anon_sym_LPAREN] = ACTIONS(793),
[anon_sym_LT] = ACTIONS(793),
[anon_sym_PLUS] = ACTIONS(795),
[anon_sym_DASH] = ACTIONS(795),
[anon_sym_TILDE] = ACTIONS(793),
[anon_sym_BANG] = ACTIONS(793),
[anon_sym_PLUS_PLUS] = ACTIONS(793),
[anon_sym_DASH_DASH] = ACTIONS(793),
[anon_sym_new] = ACTIONS(795),
[anon_sym_class] = ACTIONS(795),
[anon_sym_switch] = ACTIONS(795),
[anon_sym_LBRACE] = ACTIONS(793),
[anon_sym_case] = ACTIONS(795),
[anon_sym_default] = ACTIONS(795),
[anon_sym_SEMI] = ACTIONS(793),
[anon_sym_assert] = ACTIONS(795),
[anon_sym_do] = ACTIONS(795),
[anon_sym_while] = ACTIONS(795),
[anon_sym_break] = ACTIONS(795),
[anon_sym_continue] = ACTIONS(795),
[anon_sym_return] = ACTIONS(795),
[anon_sym_yield] = ACTIONS(795),
[anon_sym_synchronized] = ACTIONS(795),
[anon_sym_throw] = ACTIONS(795),
[anon_sym_try] = ACTIONS(795),
[anon_sym_if] = ACTIONS(795),
[anon_sym_else] = ACTIONS(795),
[anon_sym_for] = ACTIONS(795),
[anon_sym_AT] = ACTIONS(795),
[anon_sym_open] = ACTIONS(795),
[anon_sym_module] = ACTIONS(795),
[anon_sym_static] = ACTIONS(795),
[anon_sym_with] = ACTIONS(795),
[anon_sym_package] = ACTIONS(795),
[anon_sym_import] = ACTIONS(795),
[anon_sym_enum] = ACTIONS(795),
[anon_sym_public] = ACTIONS(795),
[anon_sym_protected] = ACTIONS(795),
[anon_sym_private] = ACTIONS(795),
[anon_sym_abstract] = ACTIONS(795),
[anon_sym_final] = ACTIONS(795),
[anon_sym_strictfp] = ACTIONS(795),
[anon_sym_native] = ACTIONS(795),
[anon_sym_transient] = ACTIONS(795),
[anon_sym_volatile] = ACTIONS(795),
[anon_sym_sealed] = ACTIONS(795),
[anon_sym_non_DASHsealed] = ACTIONS(793),
[anon_sym_record] = ACTIONS(795),
[anon_sym_ATinterface] = ACTIONS(793),
[anon_sym_interface] = ACTIONS(795),
[anon_sym_byte] = ACTIONS(795),
[anon_sym_short] = ACTIONS(795),
[anon_sym_int] = ACTIONS(795),
[anon_sym_long] = ACTIONS(795),
[anon_sym_char] = ACTIONS(795),
[anon_sym_float] = ACTIONS(795),
[anon_sym_double] = ACTIONS(795),
[sym_boolean_type] = ACTIONS(795),
[sym_void_type] = ACTIONS(795),
[sym_this] = ACTIONS(795),
[sym_super] = ACTIONS(795),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(264)] = {
[ts_builtin_sym_end] = ACTIONS(850),
[sym_identifier] = ACTIONS(852),
[sym_decimal_integer_literal] = ACTIONS(852),
[sym_hex_integer_literal] = ACTIONS(852),
[sym_octal_integer_literal] = ACTIONS(852),
[sym_binary_integer_literal] = ACTIONS(850),
[sym_decimal_floating_point_literal] = ACTIONS(850),
[sym_hex_floating_point_literal] = ACTIONS(852),
[sym_true] = ACTIONS(852),
[sym_false] = ACTIONS(852),
[sym_character_literal] = ACTIONS(850),
[anon_sym_DQUOTE] = ACTIONS(852),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(850),
[anon_sym_RBRACE] = ACTIONS(850),
[sym_null_literal] = ACTIONS(852),
[anon_sym_LPAREN] = ACTIONS(850),
[anon_sym_LT] = ACTIONS(850),
[anon_sym_PLUS] = ACTIONS(852),
[anon_sym_DASH] = ACTIONS(852),
[anon_sym_TILDE] = ACTIONS(850),
[anon_sym_BANG] = ACTIONS(850),
[anon_sym_PLUS_PLUS] = ACTIONS(850),
[anon_sym_DASH_DASH] = ACTIONS(850),
[anon_sym_new] = ACTIONS(852),
[anon_sym_class] = ACTIONS(852),
[anon_sym_switch] = ACTIONS(852),
[anon_sym_LBRACE] = ACTIONS(850),
[anon_sym_case] = ACTIONS(852),
[anon_sym_default] = ACTIONS(852),
[anon_sym_SEMI] = ACTIONS(850),
[anon_sym_assert] = ACTIONS(852),
[anon_sym_do] = ACTIONS(852),
[anon_sym_while] = ACTIONS(852),
[anon_sym_break] = ACTIONS(852),
[anon_sym_continue] = ACTIONS(852),
[anon_sym_return] = ACTIONS(852),
[anon_sym_yield] = ACTIONS(852),
[anon_sym_synchronized] = ACTIONS(852),
[anon_sym_throw] = ACTIONS(852),
[anon_sym_try] = ACTIONS(852),
[anon_sym_if] = ACTIONS(852),
[anon_sym_else] = ACTIONS(852),
[anon_sym_for] = ACTIONS(852),
[anon_sym_AT] = ACTIONS(852),
[anon_sym_open] = ACTIONS(852),
[anon_sym_module] = ACTIONS(852),
[anon_sym_static] = ACTIONS(852),
[anon_sym_with] = ACTIONS(852),
[anon_sym_package] = ACTIONS(852),
[anon_sym_import] = ACTIONS(852),
[anon_sym_enum] = ACTIONS(852),
[anon_sym_public] = ACTIONS(852),
[anon_sym_protected] = ACTIONS(852),
[anon_sym_private] = ACTIONS(852),
[anon_sym_abstract] = ACTIONS(852),
[anon_sym_final] = ACTIONS(852),
[anon_sym_strictfp] = ACTIONS(852),
[anon_sym_native] = ACTIONS(852),
[anon_sym_transient] = ACTIONS(852),
[anon_sym_volatile] = ACTIONS(852),
[anon_sym_sealed] = ACTIONS(852),
[anon_sym_non_DASHsealed] = ACTIONS(850),
[anon_sym_record] = ACTIONS(852),
[anon_sym_ATinterface] = ACTIONS(850),
[anon_sym_interface] = ACTIONS(852),
[anon_sym_byte] = ACTIONS(852),
[anon_sym_short] = ACTIONS(852),
[anon_sym_int] = ACTIONS(852),
[anon_sym_long] = ACTIONS(852),
[anon_sym_char] = ACTIONS(852),
[anon_sym_float] = ACTIONS(852),
[anon_sym_double] = ACTIONS(852),
[sym_boolean_type] = ACTIONS(852),
[sym_void_type] = ACTIONS(852),
[sym_this] = ACTIONS(852),
[sym_super] = ACTIONS(852),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(265)] = {
[ts_builtin_sym_end] = ACTIONS(854),
[sym_identifier] = ACTIONS(856),
[sym_decimal_integer_literal] = ACTIONS(856),
[sym_hex_integer_literal] = ACTIONS(856),
[sym_octal_integer_literal] = ACTIONS(856),
[sym_binary_integer_literal] = ACTIONS(854),
[sym_decimal_floating_point_literal] = ACTIONS(854),
[sym_hex_floating_point_literal] = ACTIONS(856),
[sym_true] = ACTIONS(856),
[sym_false] = ACTIONS(856),
[sym_character_literal] = ACTIONS(854),
[anon_sym_DQUOTE] = ACTIONS(856),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(854),
[anon_sym_RBRACE] = ACTIONS(854),
[sym_null_literal] = ACTIONS(856),
[anon_sym_LPAREN] = ACTIONS(854),
[anon_sym_LT] = ACTIONS(854),
[anon_sym_PLUS] = ACTIONS(856),
[anon_sym_DASH] = ACTIONS(856),
[anon_sym_TILDE] = ACTIONS(854),
[anon_sym_BANG] = ACTIONS(854),
[anon_sym_PLUS_PLUS] = ACTIONS(854),
[anon_sym_DASH_DASH] = ACTIONS(854),
[anon_sym_new] = ACTIONS(856),
[anon_sym_class] = ACTIONS(856),
[anon_sym_switch] = ACTIONS(856),
[anon_sym_LBRACE] = ACTIONS(854),
[anon_sym_case] = ACTIONS(856),
[anon_sym_default] = ACTIONS(856),
[anon_sym_SEMI] = ACTIONS(854),
[anon_sym_assert] = ACTIONS(856),
[anon_sym_do] = ACTIONS(856),
[anon_sym_while] = ACTIONS(856),
[anon_sym_break] = ACTIONS(856),
[anon_sym_continue] = ACTIONS(856),
[anon_sym_return] = ACTIONS(856),
[anon_sym_yield] = ACTIONS(856),
[anon_sym_synchronized] = ACTIONS(856),
[anon_sym_throw] = ACTIONS(856),
[anon_sym_try] = ACTIONS(856),
[anon_sym_if] = ACTIONS(856),
[anon_sym_else] = ACTIONS(856),
[anon_sym_for] = ACTIONS(856),
[anon_sym_AT] = ACTIONS(856),
[anon_sym_open] = ACTIONS(856),
[anon_sym_module] = ACTIONS(856),
[anon_sym_static] = ACTIONS(856),
[anon_sym_with] = ACTIONS(856),
[anon_sym_package] = ACTIONS(856),
[anon_sym_import] = ACTIONS(856),
[anon_sym_enum] = ACTIONS(856),
[anon_sym_public] = ACTIONS(856),
[anon_sym_protected] = ACTIONS(856),
[anon_sym_private] = ACTIONS(856),
[anon_sym_abstract] = ACTIONS(856),
[anon_sym_final] = ACTIONS(856),
[anon_sym_strictfp] = ACTIONS(856),
[anon_sym_native] = ACTIONS(856),
[anon_sym_transient] = ACTIONS(856),
[anon_sym_volatile] = ACTIONS(856),
[anon_sym_sealed] = ACTIONS(856),
[anon_sym_non_DASHsealed] = ACTIONS(854),
[anon_sym_record] = ACTIONS(856),
[anon_sym_ATinterface] = ACTIONS(854),
[anon_sym_interface] = ACTIONS(856),
[anon_sym_byte] = ACTIONS(856),
[anon_sym_short] = ACTIONS(856),
[anon_sym_int] = ACTIONS(856),
[anon_sym_long] = ACTIONS(856),
[anon_sym_char] = ACTIONS(856),
[anon_sym_float] = ACTIONS(856),
[anon_sym_double] = ACTIONS(856),
[sym_boolean_type] = ACTIONS(856),
[sym_void_type] = ACTIONS(856),
[sym_this] = ACTIONS(856),
[sym_super] = ACTIONS(856),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(266)] = {
[ts_builtin_sym_end] = ACTIONS(858),
[sym_identifier] = ACTIONS(860),
[sym_decimal_integer_literal] = ACTIONS(860),
[sym_hex_integer_literal] = ACTIONS(860),
[sym_octal_integer_literal] = ACTIONS(860),
[sym_binary_integer_literal] = ACTIONS(858),
[sym_decimal_floating_point_literal] = ACTIONS(858),
[sym_hex_floating_point_literal] = ACTIONS(860),
[sym_true] = ACTIONS(860),
[sym_false] = ACTIONS(860),
[sym_character_literal] = ACTIONS(858),
[anon_sym_DQUOTE] = ACTIONS(860),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(858),
[anon_sym_RBRACE] = ACTIONS(858),
[sym_null_literal] = ACTIONS(860),
[anon_sym_LPAREN] = ACTIONS(858),
[anon_sym_LT] = ACTIONS(858),
[anon_sym_PLUS] = ACTIONS(860),
[anon_sym_DASH] = ACTIONS(860),
[anon_sym_TILDE] = ACTIONS(858),
[anon_sym_BANG] = ACTIONS(858),
[anon_sym_PLUS_PLUS] = ACTIONS(858),
[anon_sym_DASH_DASH] = ACTIONS(858),
[anon_sym_new] = ACTIONS(860),
[anon_sym_class] = ACTIONS(860),
[anon_sym_switch] = ACTIONS(860),
[anon_sym_LBRACE] = ACTIONS(858),
[anon_sym_case] = ACTIONS(860),
[anon_sym_default] = ACTIONS(860),
[anon_sym_SEMI] = ACTIONS(858),
[anon_sym_assert] = ACTIONS(860),
[anon_sym_do] = ACTIONS(860),
[anon_sym_while] = ACTIONS(860),
[anon_sym_break] = ACTIONS(860),
[anon_sym_continue] = ACTIONS(860),
[anon_sym_return] = ACTIONS(860),
[anon_sym_yield] = ACTIONS(860),
[anon_sym_synchronized] = ACTIONS(860),
[anon_sym_throw] = ACTIONS(860),
[anon_sym_try] = ACTIONS(860),
[anon_sym_if] = ACTIONS(860),
[anon_sym_else] = ACTIONS(860),
[anon_sym_for] = ACTIONS(860),
[anon_sym_AT] = ACTIONS(860),
[anon_sym_open] = ACTIONS(860),
[anon_sym_module] = ACTIONS(860),
[anon_sym_static] = ACTIONS(860),
[anon_sym_with] = ACTIONS(860),
[anon_sym_package] = ACTIONS(860),
[anon_sym_import] = ACTIONS(860),
[anon_sym_enum] = ACTIONS(860),
[anon_sym_public] = ACTIONS(860),
[anon_sym_protected] = ACTIONS(860),
[anon_sym_private] = ACTIONS(860),
[anon_sym_abstract] = ACTIONS(860),
[anon_sym_final] = ACTIONS(860),
[anon_sym_strictfp] = ACTIONS(860),
[anon_sym_native] = ACTIONS(860),
[anon_sym_transient] = ACTIONS(860),
[anon_sym_volatile] = ACTIONS(860),
[anon_sym_sealed] = ACTIONS(860),
[anon_sym_non_DASHsealed] = ACTIONS(858),
[anon_sym_record] = ACTIONS(860),
[anon_sym_ATinterface] = ACTIONS(858),
[anon_sym_interface] = ACTIONS(860),
[anon_sym_byte] = ACTIONS(860),
[anon_sym_short] = ACTIONS(860),
[anon_sym_int] = ACTIONS(860),
[anon_sym_long] = ACTIONS(860),
[anon_sym_char] = ACTIONS(860),
[anon_sym_float] = ACTIONS(860),
[anon_sym_double] = ACTIONS(860),
[sym_boolean_type] = ACTIONS(860),
[sym_void_type] = ACTIONS(860),
[sym_this] = ACTIONS(860),
[sym_super] = ACTIONS(860),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(267)] = {
[ts_builtin_sym_end] = ACTIONS(862),
[sym_identifier] = ACTIONS(864),
[sym_decimal_integer_literal] = ACTIONS(864),
[sym_hex_integer_literal] = ACTIONS(864),
[sym_octal_integer_literal] = ACTIONS(864),
[sym_binary_integer_literal] = ACTIONS(862),
[sym_decimal_floating_point_literal] = ACTIONS(862),
[sym_hex_floating_point_literal] = ACTIONS(864),
[sym_true] = ACTIONS(864),
[sym_false] = ACTIONS(864),
[sym_character_literal] = ACTIONS(862),
[anon_sym_DQUOTE] = ACTIONS(864),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(862),
[anon_sym_RBRACE] = ACTIONS(862),
[sym_null_literal] = ACTIONS(864),
[anon_sym_LPAREN] = ACTIONS(862),
[anon_sym_LT] = ACTIONS(862),
[anon_sym_PLUS] = ACTIONS(864),
[anon_sym_DASH] = ACTIONS(864),
[anon_sym_TILDE] = ACTIONS(862),
[anon_sym_BANG] = ACTIONS(862),
[anon_sym_PLUS_PLUS] = ACTIONS(862),
[anon_sym_DASH_DASH] = ACTIONS(862),
[anon_sym_new] = ACTIONS(864),
[anon_sym_class] = ACTIONS(864),
[anon_sym_switch] = ACTIONS(864),
[anon_sym_LBRACE] = ACTIONS(862),
[anon_sym_case] = ACTIONS(864),
[anon_sym_default] = ACTIONS(864),
[anon_sym_SEMI] = ACTIONS(862),
[anon_sym_assert] = ACTIONS(864),
[anon_sym_do] = ACTIONS(864),
[anon_sym_while] = ACTIONS(864),
[anon_sym_break] = ACTIONS(864),
[anon_sym_continue] = ACTIONS(864),
[anon_sym_return] = ACTIONS(864),
[anon_sym_yield] = ACTIONS(864),
[anon_sym_synchronized] = ACTIONS(864),
[anon_sym_throw] = ACTIONS(864),
[anon_sym_try] = ACTIONS(864),
[anon_sym_if] = ACTIONS(864),
[anon_sym_else] = ACTIONS(864),
[anon_sym_for] = ACTIONS(864),
[anon_sym_AT] = ACTIONS(864),
[anon_sym_open] = ACTIONS(864),
[anon_sym_module] = ACTIONS(864),
[anon_sym_static] = ACTIONS(864),
[anon_sym_with] = ACTIONS(864),
[anon_sym_package] = ACTIONS(864),
[anon_sym_import] = ACTIONS(864),
[anon_sym_enum] = ACTIONS(864),
[anon_sym_public] = ACTIONS(864),
[anon_sym_protected] = ACTIONS(864),
[anon_sym_private] = ACTIONS(864),
[anon_sym_abstract] = ACTIONS(864),
[anon_sym_final] = ACTIONS(864),
[anon_sym_strictfp] = ACTIONS(864),
[anon_sym_native] = ACTIONS(864),
[anon_sym_transient] = ACTIONS(864),
[anon_sym_volatile] = ACTIONS(864),
[anon_sym_sealed] = ACTIONS(864),
[anon_sym_non_DASHsealed] = ACTIONS(862),
[anon_sym_record] = ACTIONS(864),
[anon_sym_ATinterface] = ACTIONS(862),
[anon_sym_interface] = ACTIONS(864),
[anon_sym_byte] = ACTIONS(864),
[anon_sym_short] = ACTIONS(864),
[anon_sym_int] = ACTIONS(864),
[anon_sym_long] = ACTIONS(864),
[anon_sym_char] = ACTIONS(864),
[anon_sym_float] = ACTIONS(864),
[anon_sym_double] = ACTIONS(864),
[sym_boolean_type] = ACTIONS(864),
[sym_void_type] = ACTIONS(864),
[sym_this] = ACTIONS(864),
[sym_super] = ACTIONS(864),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(268)] = {
[ts_builtin_sym_end] = ACTIONS(866),
[sym_identifier] = ACTIONS(868),
[sym_decimal_integer_literal] = ACTIONS(868),
[sym_hex_integer_literal] = ACTIONS(868),
[sym_octal_integer_literal] = ACTIONS(868),
[sym_binary_integer_literal] = ACTIONS(866),
[sym_decimal_floating_point_literal] = ACTIONS(866),
[sym_hex_floating_point_literal] = ACTIONS(868),
[sym_true] = ACTIONS(868),
[sym_false] = ACTIONS(868),
[sym_character_literal] = ACTIONS(866),
[anon_sym_DQUOTE] = ACTIONS(868),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(866),
[anon_sym_RBRACE] = ACTIONS(866),
[sym_null_literal] = ACTIONS(868),
[anon_sym_LPAREN] = ACTIONS(866),
[anon_sym_LT] = ACTIONS(866),
[anon_sym_PLUS] = ACTIONS(868),
[anon_sym_DASH] = ACTIONS(868),
[anon_sym_TILDE] = ACTIONS(866),
[anon_sym_BANG] = ACTIONS(866),
[anon_sym_PLUS_PLUS] = ACTIONS(866),
[anon_sym_DASH_DASH] = ACTIONS(866),
[anon_sym_new] = ACTIONS(868),
[anon_sym_class] = ACTIONS(868),
[anon_sym_switch] = ACTIONS(868),
[anon_sym_LBRACE] = ACTIONS(866),
[anon_sym_case] = ACTIONS(868),
[anon_sym_default] = ACTIONS(868),
[anon_sym_SEMI] = ACTIONS(866),
[anon_sym_assert] = ACTIONS(868),
[anon_sym_do] = ACTIONS(868),
[anon_sym_while] = ACTIONS(868),
[anon_sym_break] = ACTIONS(868),
[anon_sym_continue] = ACTIONS(868),
[anon_sym_return] = ACTIONS(868),
[anon_sym_yield] = ACTIONS(868),
[anon_sym_synchronized] = ACTIONS(868),
[anon_sym_throw] = ACTIONS(868),
[anon_sym_try] = ACTIONS(868),
[anon_sym_if] = ACTIONS(868),
[anon_sym_else] = ACTIONS(868),
[anon_sym_for] = ACTIONS(868),
[anon_sym_AT] = ACTIONS(868),
[anon_sym_open] = ACTIONS(868),
[anon_sym_module] = ACTIONS(868),
[anon_sym_static] = ACTIONS(868),
[anon_sym_with] = ACTIONS(868),
[anon_sym_package] = ACTIONS(868),
[anon_sym_import] = ACTIONS(868),
[anon_sym_enum] = ACTIONS(868),
[anon_sym_public] = ACTIONS(868),
[anon_sym_protected] = ACTIONS(868),
[anon_sym_private] = ACTIONS(868),
[anon_sym_abstract] = ACTIONS(868),
[anon_sym_final] = ACTIONS(868),
[anon_sym_strictfp] = ACTIONS(868),
[anon_sym_native] = ACTIONS(868),
[anon_sym_transient] = ACTIONS(868),
[anon_sym_volatile] = ACTIONS(868),
[anon_sym_sealed] = ACTIONS(868),
[anon_sym_non_DASHsealed] = ACTIONS(866),
[anon_sym_record] = ACTIONS(868),
[anon_sym_ATinterface] = ACTIONS(866),
[anon_sym_interface] = ACTIONS(868),
[anon_sym_byte] = ACTIONS(868),
[anon_sym_short] = ACTIONS(868),
[anon_sym_int] = ACTIONS(868),
[anon_sym_long] = ACTIONS(868),
[anon_sym_char] = ACTIONS(868),
[anon_sym_float] = ACTIONS(868),
[anon_sym_double] = ACTIONS(868),
[sym_boolean_type] = ACTIONS(868),
[sym_void_type] = ACTIONS(868),
[sym_this] = ACTIONS(868),
[sym_super] = ACTIONS(868),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(269)] = {
[ts_builtin_sym_end] = ACTIONS(870),
[sym_identifier] = ACTIONS(872),
[sym_decimal_integer_literal] = ACTIONS(872),
[sym_hex_integer_literal] = ACTIONS(872),
[sym_octal_integer_literal] = ACTIONS(872),
[sym_binary_integer_literal] = ACTIONS(870),
[sym_decimal_floating_point_literal] = ACTIONS(870),
[sym_hex_floating_point_literal] = ACTIONS(872),
[sym_true] = ACTIONS(872),
[sym_false] = ACTIONS(872),
[sym_character_literal] = ACTIONS(870),
[anon_sym_DQUOTE] = ACTIONS(872),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(870),
[anon_sym_RBRACE] = ACTIONS(870),
[sym_null_literal] = ACTIONS(872),
[anon_sym_LPAREN] = ACTIONS(870),
[anon_sym_LT] = ACTIONS(870),
[anon_sym_PLUS] = ACTIONS(872),
[anon_sym_DASH] = ACTIONS(872),
[anon_sym_TILDE] = ACTIONS(870),
[anon_sym_BANG] = ACTIONS(870),
[anon_sym_PLUS_PLUS] = ACTIONS(870),
[anon_sym_DASH_DASH] = ACTIONS(870),
[anon_sym_new] = ACTIONS(872),
[anon_sym_class] = ACTIONS(872),
[anon_sym_switch] = ACTIONS(872),
[anon_sym_LBRACE] = ACTIONS(870),
[anon_sym_case] = ACTIONS(872),
[anon_sym_default] = ACTIONS(872),
[anon_sym_SEMI] = ACTIONS(870),
[anon_sym_assert] = ACTIONS(872),
[anon_sym_do] = ACTIONS(872),
[anon_sym_while] = ACTIONS(872),
[anon_sym_break] = ACTIONS(872),
[anon_sym_continue] = ACTIONS(872),
[anon_sym_return] = ACTIONS(872),
[anon_sym_yield] = ACTIONS(872),
[anon_sym_synchronized] = ACTIONS(872),
[anon_sym_throw] = ACTIONS(872),
[anon_sym_try] = ACTIONS(872),
[anon_sym_if] = ACTIONS(872),
[anon_sym_else] = ACTIONS(872),
[anon_sym_for] = ACTIONS(872),
[anon_sym_AT] = ACTIONS(872),
[anon_sym_open] = ACTIONS(872),
[anon_sym_module] = ACTIONS(872),
[anon_sym_static] = ACTIONS(872),
[anon_sym_with] = ACTIONS(872),
[anon_sym_package] = ACTIONS(872),
[anon_sym_import] = ACTIONS(872),
[anon_sym_enum] = ACTIONS(872),
[anon_sym_public] = ACTIONS(872),
[anon_sym_protected] = ACTIONS(872),
[anon_sym_private] = ACTIONS(872),
[anon_sym_abstract] = ACTIONS(872),
[anon_sym_final] = ACTIONS(872),
[anon_sym_strictfp] = ACTIONS(872),
[anon_sym_native] = ACTIONS(872),
[anon_sym_transient] = ACTIONS(872),
[anon_sym_volatile] = ACTIONS(872),
[anon_sym_sealed] = ACTIONS(872),
[anon_sym_non_DASHsealed] = ACTIONS(870),
[anon_sym_record] = ACTIONS(872),
[anon_sym_ATinterface] = ACTIONS(870),
[anon_sym_interface] = ACTIONS(872),
[anon_sym_byte] = ACTIONS(872),
[anon_sym_short] = ACTIONS(872),
[anon_sym_int] = ACTIONS(872),
[anon_sym_long] = ACTIONS(872),
[anon_sym_char] = ACTIONS(872),
[anon_sym_float] = ACTIONS(872),
[anon_sym_double] = ACTIONS(872),
[sym_boolean_type] = ACTIONS(872),
[sym_void_type] = ACTIONS(872),
[sym_this] = ACTIONS(872),
[sym_super] = ACTIONS(872),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(270)] = {
[ts_builtin_sym_end] = ACTIONS(874),
[sym_identifier] = ACTIONS(876),
[sym_decimal_integer_literal] = ACTIONS(876),
[sym_hex_integer_literal] = ACTIONS(876),
[sym_octal_integer_literal] = ACTIONS(876),
[sym_binary_integer_literal] = ACTIONS(874),
[sym_decimal_floating_point_literal] = ACTIONS(874),
[sym_hex_floating_point_literal] = ACTIONS(876),
[sym_true] = ACTIONS(876),
[sym_false] = ACTIONS(876),
[sym_character_literal] = ACTIONS(874),
[anon_sym_DQUOTE] = ACTIONS(876),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(874),
[anon_sym_RBRACE] = ACTIONS(874),
[sym_null_literal] = ACTIONS(876),
[anon_sym_LPAREN] = ACTIONS(874),
[anon_sym_LT] = ACTIONS(874),
[anon_sym_PLUS] = ACTIONS(876),
[anon_sym_DASH] = ACTIONS(876),
[anon_sym_TILDE] = ACTIONS(874),
[anon_sym_BANG] = ACTIONS(874),
[anon_sym_PLUS_PLUS] = ACTIONS(874),
[anon_sym_DASH_DASH] = ACTIONS(874),
[anon_sym_new] = ACTIONS(876),
[anon_sym_class] = ACTIONS(876),
[anon_sym_switch] = ACTIONS(876),
[anon_sym_LBRACE] = ACTIONS(874),
[anon_sym_case] = ACTIONS(876),
[anon_sym_default] = ACTIONS(876),
[anon_sym_SEMI] = ACTIONS(874),
[anon_sym_assert] = ACTIONS(876),
[anon_sym_do] = ACTIONS(876),
[anon_sym_while] = ACTIONS(876),
[anon_sym_break] = ACTIONS(876),
[anon_sym_continue] = ACTIONS(876),
[anon_sym_return] = ACTIONS(876),
[anon_sym_yield] = ACTIONS(876),
[anon_sym_synchronized] = ACTIONS(876),
[anon_sym_throw] = ACTIONS(876),
[anon_sym_try] = ACTIONS(876),
[anon_sym_if] = ACTIONS(876),
[anon_sym_else] = ACTIONS(876),
[anon_sym_for] = ACTIONS(876),
[anon_sym_AT] = ACTIONS(876),
[anon_sym_open] = ACTIONS(876),
[anon_sym_module] = ACTIONS(876),
[anon_sym_static] = ACTIONS(876),
[anon_sym_with] = ACTIONS(876),
[anon_sym_package] = ACTIONS(876),
[anon_sym_import] = ACTIONS(876),
[anon_sym_enum] = ACTIONS(876),
[anon_sym_public] = ACTIONS(876),
[anon_sym_protected] = ACTIONS(876),
[anon_sym_private] = ACTIONS(876),
[anon_sym_abstract] = ACTIONS(876),
[anon_sym_final] = ACTIONS(876),
[anon_sym_strictfp] = ACTIONS(876),
[anon_sym_native] = ACTIONS(876),
[anon_sym_transient] = ACTIONS(876),
[anon_sym_volatile] = ACTIONS(876),
[anon_sym_sealed] = ACTIONS(876),
[anon_sym_non_DASHsealed] = ACTIONS(874),
[anon_sym_record] = ACTIONS(876),
[anon_sym_ATinterface] = ACTIONS(874),
[anon_sym_interface] = ACTIONS(876),
[anon_sym_byte] = ACTIONS(876),
[anon_sym_short] = ACTIONS(876),
[anon_sym_int] = ACTIONS(876),
[anon_sym_long] = ACTIONS(876),
[anon_sym_char] = ACTIONS(876),
[anon_sym_float] = ACTIONS(876),
[anon_sym_double] = ACTIONS(876),
[sym_boolean_type] = ACTIONS(876),
[sym_void_type] = ACTIONS(876),
[sym_this] = ACTIONS(876),
[sym_super] = ACTIONS(876),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(271)] = {
[ts_builtin_sym_end] = ACTIONS(878),
[sym_identifier] = ACTIONS(880),
[sym_decimal_integer_literal] = ACTIONS(880),
[sym_hex_integer_literal] = ACTIONS(880),
[sym_octal_integer_literal] = ACTIONS(880),
[sym_binary_integer_literal] = ACTIONS(878),
[sym_decimal_floating_point_literal] = ACTIONS(878),
[sym_hex_floating_point_literal] = ACTIONS(880),
[sym_true] = ACTIONS(880),
[sym_false] = ACTIONS(880),
[sym_character_literal] = ACTIONS(878),
[anon_sym_DQUOTE] = ACTIONS(880),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(878),
[anon_sym_RBRACE] = ACTIONS(878),
[sym_null_literal] = ACTIONS(880),
[anon_sym_LPAREN] = ACTIONS(878),
[anon_sym_LT] = ACTIONS(878),
[anon_sym_PLUS] = ACTIONS(880),
[anon_sym_DASH] = ACTIONS(880),
[anon_sym_TILDE] = ACTIONS(878),
[anon_sym_BANG] = ACTIONS(878),
[anon_sym_PLUS_PLUS] = ACTIONS(878),
[anon_sym_DASH_DASH] = ACTIONS(878),
[anon_sym_new] = ACTIONS(880),
[anon_sym_class] = ACTIONS(880),
[anon_sym_switch] = ACTIONS(880),
[anon_sym_LBRACE] = ACTIONS(878),
[anon_sym_case] = ACTIONS(880),
[anon_sym_default] = ACTIONS(880),
[anon_sym_SEMI] = ACTIONS(878),
[anon_sym_assert] = ACTIONS(880),
[anon_sym_do] = ACTIONS(880),
[anon_sym_while] = ACTIONS(880),
[anon_sym_break] = ACTIONS(880),
[anon_sym_continue] = ACTIONS(880),
[anon_sym_return] = ACTIONS(880),
[anon_sym_yield] = ACTIONS(880),
[anon_sym_synchronized] = ACTIONS(880),
[anon_sym_throw] = ACTIONS(880),
[anon_sym_try] = ACTIONS(880),
[anon_sym_if] = ACTIONS(880),
[anon_sym_else] = ACTIONS(880),
[anon_sym_for] = ACTIONS(880),
[anon_sym_AT] = ACTIONS(880),
[anon_sym_open] = ACTIONS(880),
[anon_sym_module] = ACTIONS(880),
[anon_sym_static] = ACTIONS(880),
[anon_sym_with] = ACTIONS(880),
[anon_sym_package] = ACTIONS(880),
[anon_sym_import] = ACTIONS(880),
[anon_sym_enum] = ACTIONS(880),
[anon_sym_public] = ACTIONS(880),
[anon_sym_protected] = ACTIONS(880),
[anon_sym_private] = ACTIONS(880),
[anon_sym_abstract] = ACTIONS(880),
[anon_sym_final] = ACTIONS(880),
[anon_sym_strictfp] = ACTIONS(880),
[anon_sym_native] = ACTIONS(880),
[anon_sym_transient] = ACTIONS(880),
[anon_sym_volatile] = ACTIONS(880),
[anon_sym_sealed] = ACTIONS(880),
[anon_sym_non_DASHsealed] = ACTIONS(878),
[anon_sym_record] = ACTIONS(880),
[anon_sym_ATinterface] = ACTIONS(878),
[anon_sym_interface] = ACTIONS(880),
[anon_sym_byte] = ACTIONS(880),
[anon_sym_short] = ACTIONS(880),
[anon_sym_int] = ACTIONS(880),
[anon_sym_long] = ACTIONS(880),
[anon_sym_char] = ACTIONS(880),
[anon_sym_float] = ACTIONS(880),
[anon_sym_double] = ACTIONS(880),
[sym_boolean_type] = ACTIONS(880),
[sym_void_type] = ACTIONS(880),
[sym_this] = ACTIONS(880),
[sym_super] = ACTIONS(880),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(272)] = {
[ts_builtin_sym_end] = ACTIONS(882),
[sym_identifier] = ACTIONS(884),
[sym_decimal_integer_literal] = ACTIONS(884),
[sym_hex_integer_literal] = ACTIONS(884),
[sym_octal_integer_literal] = ACTIONS(884),
[sym_binary_integer_literal] = ACTIONS(882),
[sym_decimal_floating_point_literal] = ACTIONS(882),
[sym_hex_floating_point_literal] = ACTIONS(884),
[sym_true] = ACTIONS(884),
[sym_false] = ACTIONS(884),
[sym_character_literal] = ACTIONS(882),
[anon_sym_DQUOTE] = ACTIONS(884),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(882),
[anon_sym_RBRACE] = ACTIONS(882),
[sym_null_literal] = ACTIONS(884),
[anon_sym_LPAREN] = ACTIONS(882),
[anon_sym_LT] = ACTIONS(882),
[anon_sym_PLUS] = ACTIONS(884),
[anon_sym_DASH] = ACTIONS(884),
[anon_sym_TILDE] = ACTIONS(882),
[anon_sym_BANG] = ACTIONS(882),
[anon_sym_PLUS_PLUS] = ACTIONS(882),
[anon_sym_DASH_DASH] = ACTIONS(882),
[anon_sym_new] = ACTIONS(884),
[anon_sym_class] = ACTIONS(884),
[anon_sym_switch] = ACTIONS(884),
[anon_sym_LBRACE] = ACTIONS(882),
[anon_sym_case] = ACTIONS(884),
[anon_sym_default] = ACTIONS(884),
[anon_sym_SEMI] = ACTIONS(882),
[anon_sym_assert] = ACTIONS(884),
[anon_sym_do] = ACTIONS(884),
[anon_sym_while] = ACTIONS(884),
[anon_sym_break] = ACTIONS(884),
[anon_sym_continue] = ACTIONS(884),
[anon_sym_return] = ACTIONS(884),
[anon_sym_yield] = ACTIONS(884),
[anon_sym_synchronized] = ACTIONS(884),
[anon_sym_throw] = ACTIONS(884),
[anon_sym_try] = ACTIONS(884),
[anon_sym_if] = ACTIONS(884),
[anon_sym_else] = ACTIONS(884),
[anon_sym_for] = ACTIONS(884),
[anon_sym_AT] = ACTIONS(884),
[anon_sym_open] = ACTIONS(884),
[anon_sym_module] = ACTIONS(884),
[anon_sym_static] = ACTIONS(884),
[anon_sym_with] = ACTIONS(884),
[anon_sym_package] = ACTIONS(884),
[anon_sym_import] = ACTIONS(884),
[anon_sym_enum] = ACTIONS(884),
[anon_sym_public] = ACTIONS(884),
[anon_sym_protected] = ACTIONS(884),
[anon_sym_private] = ACTIONS(884),
[anon_sym_abstract] = ACTIONS(884),
[anon_sym_final] = ACTIONS(884),
[anon_sym_strictfp] = ACTIONS(884),
[anon_sym_native] = ACTIONS(884),
[anon_sym_transient] = ACTIONS(884),
[anon_sym_volatile] = ACTIONS(884),
[anon_sym_sealed] = ACTIONS(884),
[anon_sym_non_DASHsealed] = ACTIONS(882),
[anon_sym_record] = ACTIONS(884),
[anon_sym_ATinterface] = ACTIONS(882),
[anon_sym_interface] = ACTIONS(884),
[anon_sym_byte] = ACTIONS(884),
[anon_sym_short] = ACTIONS(884),
[anon_sym_int] = ACTIONS(884),
[anon_sym_long] = ACTIONS(884),
[anon_sym_char] = ACTIONS(884),
[anon_sym_float] = ACTIONS(884),
[anon_sym_double] = ACTIONS(884),
[sym_boolean_type] = ACTIONS(884),
[sym_void_type] = ACTIONS(884),
[sym_this] = ACTIONS(884),
[sym_super] = ACTIONS(884),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(273)] = {
[ts_builtin_sym_end] = ACTIONS(886),
[sym_identifier] = ACTIONS(888),
[sym_decimal_integer_literal] = ACTIONS(888),
[sym_hex_integer_literal] = ACTIONS(888),
[sym_octal_integer_literal] = ACTIONS(888),
[sym_binary_integer_literal] = ACTIONS(886),
[sym_decimal_floating_point_literal] = ACTIONS(886),
[sym_hex_floating_point_literal] = ACTIONS(888),
[sym_true] = ACTIONS(888),
[sym_false] = ACTIONS(888),
[sym_character_literal] = ACTIONS(886),
[anon_sym_DQUOTE] = ACTIONS(888),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(886),
[anon_sym_RBRACE] = ACTIONS(886),
[sym_null_literal] = ACTIONS(888),
[anon_sym_LPAREN] = ACTIONS(886),
[anon_sym_LT] = ACTIONS(886),
[anon_sym_PLUS] = ACTIONS(888),
[anon_sym_DASH] = ACTIONS(888),
[anon_sym_TILDE] = ACTIONS(886),
[anon_sym_BANG] = ACTIONS(886),
[anon_sym_PLUS_PLUS] = ACTIONS(886),
[anon_sym_DASH_DASH] = ACTIONS(886),
[anon_sym_new] = ACTIONS(888),
[anon_sym_class] = ACTIONS(888),
[anon_sym_switch] = ACTIONS(888),
[anon_sym_LBRACE] = ACTIONS(886),
[anon_sym_case] = ACTIONS(888),
[anon_sym_default] = ACTIONS(888),
[anon_sym_SEMI] = ACTIONS(886),
[anon_sym_assert] = ACTIONS(888),
[anon_sym_do] = ACTIONS(888),
[anon_sym_while] = ACTIONS(888),
[anon_sym_break] = ACTIONS(888),
[anon_sym_continue] = ACTIONS(888),
[anon_sym_return] = ACTIONS(888),
[anon_sym_yield] = ACTIONS(888),
[anon_sym_synchronized] = ACTIONS(888),
[anon_sym_throw] = ACTIONS(888),
[anon_sym_try] = ACTIONS(888),
[anon_sym_if] = ACTIONS(888),
[anon_sym_else] = ACTIONS(888),
[anon_sym_for] = ACTIONS(888),
[anon_sym_AT] = ACTIONS(888),
[anon_sym_open] = ACTIONS(888),
[anon_sym_module] = ACTIONS(888),
[anon_sym_static] = ACTIONS(888),
[anon_sym_with] = ACTIONS(888),
[anon_sym_package] = ACTIONS(888),
[anon_sym_import] = ACTIONS(888),
[anon_sym_enum] = ACTIONS(888),
[anon_sym_public] = ACTIONS(888),
[anon_sym_protected] = ACTIONS(888),
[anon_sym_private] = ACTIONS(888),
[anon_sym_abstract] = ACTIONS(888),
[anon_sym_final] = ACTIONS(888),
[anon_sym_strictfp] = ACTIONS(888),
[anon_sym_native] = ACTIONS(888),
[anon_sym_transient] = ACTIONS(888),
[anon_sym_volatile] = ACTIONS(888),
[anon_sym_sealed] = ACTIONS(888),
[anon_sym_non_DASHsealed] = ACTIONS(886),
[anon_sym_record] = ACTIONS(888),
[anon_sym_ATinterface] = ACTIONS(886),
[anon_sym_interface] = ACTIONS(888),
[anon_sym_byte] = ACTIONS(888),
[anon_sym_short] = ACTIONS(888),
[anon_sym_int] = ACTIONS(888),
[anon_sym_long] = ACTIONS(888),
[anon_sym_char] = ACTIONS(888),
[anon_sym_float] = ACTIONS(888),
[anon_sym_double] = ACTIONS(888),
[sym_boolean_type] = ACTIONS(888),
[sym_void_type] = ACTIONS(888),
[sym_this] = ACTIONS(888),
[sym_super] = ACTIONS(888),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(274)] = {
[ts_builtin_sym_end] = ACTIONS(890),
[sym_identifier] = ACTIONS(892),
[sym_decimal_integer_literal] = ACTIONS(892),
[sym_hex_integer_literal] = ACTIONS(892),
[sym_octal_integer_literal] = ACTIONS(892),
[sym_binary_integer_literal] = ACTIONS(890),
[sym_decimal_floating_point_literal] = ACTIONS(890),
[sym_hex_floating_point_literal] = ACTIONS(892),
[sym_true] = ACTIONS(892),
[sym_false] = ACTIONS(892),
[sym_character_literal] = ACTIONS(890),
[anon_sym_DQUOTE] = ACTIONS(892),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(890),
[anon_sym_RBRACE] = ACTIONS(890),
[sym_null_literal] = ACTIONS(892),
[anon_sym_LPAREN] = ACTIONS(890),
[anon_sym_LT] = ACTIONS(890),
[anon_sym_PLUS] = ACTIONS(892),
[anon_sym_DASH] = ACTIONS(892),
[anon_sym_TILDE] = ACTIONS(890),
[anon_sym_BANG] = ACTIONS(890),
[anon_sym_PLUS_PLUS] = ACTIONS(890),
[anon_sym_DASH_DASH] = ACTIONS(890),
[anon_sym_new] = ACTIONS(892),
[anon_sym_class] = ACTIONS(892),
[anon_sym_switch] = ACTIONS(892),
[anon_sym_LBRACE] = ACTIONS(890),
[anon_sym_case] = ACTIONS(892),
[anon_sym_default] = ACTIONS(892),
[anon_sym_SEMI] = ACTIONS(890),
[anon_sym_assert] = ACTIONS(892),
[anon_sym_do] = ACTIONS(892),
[anon_sym_while] = ACTIONS(892),
[anon_sym_break] = ACTIONS(892),
[anon_sym_continue] = ACTIONS(892),
[anon_sym_return] = ACTIONS(892),
[anon_sym_yield] = ACTIONS(892),
[anon_sym_synchronized] = ACTIONS(892),
[anon_sym_throw] = ACTIONS(892),
[anon_sym_try] = ACTIONS(892),
[anon_sym_if] = ACTIONS(892),
[anon_sym_else] = ACTIONS(892),
[anon_sym_for] = ACTIONS(892),
[anon_sym_AT] = ACTIONS(892),
[anon_sym_open] = ACTIONS(892),
[anon_sym_module] = ACTIONS(892),
[anon_sym_static] = ACTIONS(892),
[anon_sym_with] = ACTIONS(892),
[anon_sym_package] = ACTIONS(892),
[anon_sym_import] = ACTIONS(892),
[anon_sym_enum] = ACTIONS(892),
[anon_sym_public] = ACTIONS(892),
[anon_sym_protected] = ACTIONS(892),
[anon_sym_private] = ACTIONS(892),
[anon_sym_abstract] = ACTIONS(892),
[anon_sym_final] = ACTIONS(892),
[anon_sym_strictfp] = ACTIONS(892),
[anon_sym_native] = ACTIONS(892),
[anon_sym_transient] = ACTIONS(892),
[anon_sym_volatile] = ACTIONS(892),
[anon_sym_sealed] = ACTIONS(892),
[anon_sym_non_DASHsealed] = ACTIONS(890),
[anon_sym_record] = ACTIONS(892),
[anon_sym_ATinterface] = ACTIONS(890),
[anon_sym_interface] = ACTIONS(892),
[anon_sym_byte] = ACTIONS(892),
[anon_sym_short] = ACTIONS(892),
[anon_sym_int] = ACTIONS(892),
[anon_sym_long] = ACTIONS(892),
[anon_sym_char] = ACTIONS(892),
[anon_sym_float] = ACTIONS(892),
[anon_sym_double] = ACTIONS(892),
[sym_boolean_type] = ACTIONS(892),
[sym_void_type] = ACTIONS(892),
[sym_this] = ACTIONS(892),
[sym_super] = ACTIONS(892),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(275)] = {
[ts_builtin_sym_end] = ACTIONS(894),
[sym_identifier] = ACTIONS(896),
[sym_decimal_integer_literal] = ACTIONS(896),
[sym_hex_integer_literal] = ACTIONS(896),
[sym_octal_integer_literal] = ACTIONS(896),
[sym_binary_integer_literal] = ACTIONS(894),
[sym_decimal_floating_point_literal] = ACTIONS(894),
[sym_hex_floating_point_literal] = ACTIONS(896),
[sym_true] = ACTIONS(896),
[sym_false] = ACTIONS(896),
[sym_character_literal] = ACTIONS(894),
[anon_sym_DQUOTE] = ACTIONS(896),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(894),
[anon_sym_RBRACE] = ACTIONS(894),
[sym_null_literal] = ACTIONS(896),
[anon_sym_LPAREN] = ACTIONS(894),
[anon_sym_LT] = ACTIONS(894),
[anon_sym_PLUS] = ACTIONS(896),
[anon_sym_DASH] = ACTIONS(896),
[anon_sym_TILDE] = ACTIONS(894),
[anon_sym_BANG] = ACTIONS(894),
[anon_sym_PLUS_PLUS] = ACTIONS(894),
[anon_sym_DASH_DASH] = ACTIONS(894),
[anon_sym_new] = ACTIONS(896),
[anon_sym_class] = ACTIONS(896),
[anon_sym_switch] = ACTIONS(896),
[anon_sym_LBRACE] = ACTIONS(894),
[anon_sym_case] = ACTIONS(896),
[anon_sym_default] = ACTIONS(896),
[anon_sym_SEMI] = ACTIONS(894),
[anon_sym_assert] = ACTIONS(896),
[anon_sym_do] = ACTIONS(896),
[anon_sym_while] = ACTIONS(896),
[anon_sym_break] = ACTIONS(896),
[anon_sym_continue] = ACTIONS(896),
[anon_sym_return] = ACTIONS(896),
[anon_sym_yield] = ACTIONS(896),
[anon_sym_synchronized] = ACTIONS(896),
[anon_sym_throw] = ACTIONS(896),
[anon_sym_try] = ACTIONS(896),
[anon_sym_if] = ACTIONS(896),
[anon_sym_else] = ACTIONS(896),
[anon_sym_for] = ACTIONS(896),
[anon_sym_AT] = ACTIONS(896),
[anon_sym_open] = ACTIONS(896),
[anon_sym_module] = ACTIONS(896),
[anon_sym_static] = ACTIONS(896),
[anon_sym_with] = ACTIONS(896),
[anon_sym_package] = ACTIONS(896),
[anon_sym_import] = ACTIONS(896),
[anon_sym_enum] = ACTIONS(896),
[anon_sym_public] = ACTIONS(896),
[anon_sym_protected] = ACTIONS(896),
[anon_sym_private] = ACTIONS(896),
[anon_sym_abstract] = ACTIONS(896),
[anon_sym_final] = ACTIONS(896),
[anon_sym_strictfp] = ACTIONS(896),
[anon_sym_native] = ACTIONS(896),
[anon_sym_transient] = ACTIONS(896),
[anon_sym_volatile] = ACTIONS(896),
[anon_sym_sealed] = ACTIONS(896),
[anon_sym_non_DASHsealed] = ACTIONS(894),
[anon_sym_record] = ACTIONS(896),
[anon_sym_ATinterface] = ACTIONS(894),
[anon_sym_interface] = ACTIONS(896),
[anon_sym_byte] = ACTIONS(896),
[anon_sym_short] = ACTIONS(896),
[anon_sym_int] = ACTIONS(896),
[anon_sym_long] = ACTIONS(896),
[anon_sym_char] = ACTIONS(896),
[anon_sym_float] = ACTIONS(896),
[anon_sym_double] = ACTIONS(896),
[sym_boolean_type] = ACTIONS(896),
[sym_void_type] = ACTIONS(896),
[sym_this] = ACTIONS(896),
[sym_super] = ACTIONS(896),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(276)] = {
[ts_builtin_sym_end] = ACTIONS(898),
[sym_identifier] = ACTIONS(900),
[sym_decimal_integer_literal] = ACTIONS(900),
[sym_hex_integer_literal] = ACTIONS(900),
[sym_octal_integer_literal] = ACTIONS(900),
[sym_binary_integer_literal] = ACTIONS(898),
[sym_decimal_floating_point_literal] = ACTIONS(898),
[sym_hex_floating_point_literal] = ACTIONS(900),
[sym_true] = ACTIONS(900),
[sym_false] = ACTIONS(900),
[sym_character_literal] = ACTIONS(898),
[anon_sym_DQUOTE] = ACTIONS(900),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(898),
[anon_sym_RBRACE] = ACTIONS(898),
[sym_null_literal] = ACTIONS(900),
[anon_sym_LPAREN] = ACTIONS(898),
[anon_sym_LT] = ACTIONS(898),
[anon_sym_PLUS] = ACTIONS(900),
[anon_sym_DASH] = ACTIONS(900),
[anon_sym_TILDE] = ACTIONS(898),
[anon_sym_BANG] = ACTIONS(898),
[anon_sym_PLUS_PLUS] = ACTIONS(898),
[anon_sym_DASH_DASH] = ACTIONS(898),
[anon_sym_new] = ACTIONS(900),
[anon_sym_class] = ACTIONS(900),
[anon_sym_switch] = ACTIONS(900),
[anon_sym_LBRACE] = ACTIONS(898),
[anon_sym_case] = ACTIONS(900),
[anon_sym_default] = ACTIONS(900),
[anon_sym_SEMI] = ACTIONS(898),
[anon_sym_assert] = ACTIONS(900),
[anon_sym_do] = ACTIONS(900),
[anon_sym_while] = ACTIONS(900),
[anon_sym_break] = ACTIONS(900),
[anon_sym_continue] = ACTIONS(900),
[anon_sym_return] = ACTIONS(900),
[anon_sym_yield] = ACTIONS(900),
[anon_sym_synchronized] = ACTIONS(900),
[anon_sym_throw] = ACTIONS(900),
[anon_sym_try] = ACTIONS(900),
[anon_sym_if] = ACTIONS(900),
[anon_sym_else] = ACTIONS(900),
[anon_sym_for] = ACTIONS(900),
[anon_sym_AT] = ACTIONS(900),
[anon_sym_open] = ACTIONS(900),
[anon_sym_module] = ACTIONS(900),
[anon_sym_static] = ACTIONS(900),
[anon_sym_with] = ACTIONS(900),
[anon_sym_package] = ACTIONS(900),
[anon_sym_import] = ACTIONS(900),
[anon_sym_enum] = ACTIONS(900),
[anon_sym_public] = ACTIONS(900),
[anon_sym_protected] = ACTIONS(900),
[anon_sym_private] = ACTIONS(900),
[anon_sym_abstract] = ACTIONS(900),
[anon_sym_final] = ACTIONS(900),
[anon_sym_strictfp] = ACTIONS(900),
[anon_sym_native] = ACTIONS(900),
[anon_sym_transient] = ACTIONS(900),
[anon_sym_volatile] = ACTIONS(900),
[anon_sym_sealed] = ACTIONS(900),
[anon_sym_non_DASHsealed] = ACTIONS(898),
[anon_sym_record] = ACTIONS(900),
[anon_sym_ATinterface] = ACTIONS(898),
[anon_sym_interface] = ACTIONS(900),
[anon_sym_byte] = ACTIONS(900),
[anon_sym_short] = ACTIONS(900),
[anon_sym_int] = ACTIONS(900),
[anon_sym_long] = ACTIONS(900),
[anon_sym_char] = ACTIONS(900),
[anon_sym_float] = ACTIONS(900),
[anon_sym_double] = ACTIONS(900),
[sym_boolean_type] = ACTIONS(900),
[sym_void_type] = ACTIONS(900),
[sym_this] = ACTIONS(900),
[sym_super] = ACTIONS(900),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(277)] = {
[ts_builtin_sym_end] = ACTIONS(902),
[sym_identifier] = ACTIONS(904),
[sym_decimal_integer_literal] = ACTIONS(904),
[sym_hex_integer_literal] = ACTIONS(904),
[sym_octal_integer_literal] = ACTIONS(904),
[sym_binary_integer_literal] = ACTIONS(902),
[sym_decimal_floating_point_literal] = ACTIONS(902),
[sym_hex_floating_point_literal] = ACTIONS(904),
[sym_true] = ACTIONS(904),
[sym_false] = ACTIONS(904),
[sym_character_literal] = ACTIONS(902),
[anon_sym_DQUOTE] = ACTIONS(904),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(902),
[anon_sym_RBRACE] = ACTIONS(902),
[sym_null_literal] = ACTIONS(904),
[anon_sym_LPAREN] = ACTIONS(902),
[anon_sym_LT] = ACTIONS(902),
[anon_sym_PLUS] = ACTIONS(904),
[anon_sym_DASH] = ACTIONS(904),
[anon_sym_TILDE] = ACTIONS(902),
[anon_sym_BANG] = ACTIONS(902),
[anon_sym_PLUS_PLUS] = ACTIONS(902),
[anon_sym_DASH_DASH] = ACTIONS(902),
[anon_sym_new] = ACTIONS(904),
[anon_sym_class] = ACTIONS(904),
[anon_sym_switch] = ACTIONS(904),
[anon_sym_LBRACE] = ACTIONS(902),
[anon_sym_case] = ACTIONS(904),
[anon_sym_default] = ACTIONS(904),
[anon_sym_SEMI] = ACTIONS(902),
[anon_sym_assert] = ACTIONS(904),
[anon_sym_do] = ACTIONS(904),
[anon_sym_while] = ACTIONS(904),
[anon_sym_break] = ACTIONS(904),
[anon_sym_continue] = ACTIONS(904),
[anon_sym_return] = ACTIONS(904),
[anon_sym_yield] = ACTIONS(904),
[anon_sym_synchronized] = ACTIONS(904),
[anon_sym_throw] = ACTIONS(904),
[anon_sym_try] = ACTIONS(904),
[anon_sym_if] = ACTIONS(904),
[anon_sym_else] = ACTIONS(904),
[anon_sym_for] = ACTIONS(904),
[anon_sym_AT] = ACTIONS(904),
[anon_sym_open] = ACTIONS(904),
[anon_sym_module] = ACTIONS(904),
[anon_sym_static] = ACTIONS(904),
[anon_sym_with] = ACTIONS(904),
[anon_sym_package] = ACTIONS(904),
[anon_sym_import] = ACTIONS(904),
[anon_sym_enum] = ACTIONS(904),
[anon_sym_public] = ACTIONS(904),
[anon_sym_protected] = ACTIONS(904),
[anon_sym_private] = ACTIONS(904),
[anon_sym_abstract] = ACTIONS(904),
[anon_sym_final] = ACTIONS(904),
[anon_sym_strictfp] = ACTIONS(904),
[anon_sym_native] = ACTIONS(904),
[anon_sym_transient] = ACTIONS(904),
[anon_sym_volatile] = ACTIONS(904),
[anon_sym_sealed] = ACTIONS(904),
[anon_sym_non_DASHsealed] = ACTIONS(902),
[anon_sym_record] = ACTIONS(904),
[anon_sym_ATinterface] = ACTIONS(902),
[anon_sym_interface] = ACTIONS(904),
[anon_sym_byte] = ACTIONS(904),
[anon_sym_short] = ACTIONS(904),
[anon_sym_int] = ACTIONS(904),
[anon_sym_long] = ACTIONS(904),
[anon_sym_char] = ACTIONS(904),
[anon_sym_float] = ACTIONS(904),
[anon_sym_double] = ACTIONS(904),
[sym_boolean_type] = ACTIONS(904),
[sym_void_type] = ACTIONS(904),
[sym_this] = ACTIONS(904),
[sym_super] = ACTIONS(904),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(278)] = {
[ts_builtin_sym_end] = ACTIONS(906),
[sym_identifier] = ACTIONS(908),
[sym_decimal_integer_literal] = ACTIONS(908),
[sym_hex_integer_literal] = ACTIONS(908),
[sym_octal_integer_literal] = ACTIONS(908),
[sym_binary_integer_literal] = ACTIONS(906),
[sym_decimal_floating_point_literal] = ACTIONS(906),
[sym_hex_floating_point_literal] = ACTIONS(908),
[sym_true] = ACTIONS(908),
[sym_false] = ACTIONS(908),
[sym_character_literal] = ACTIONS(906),
[anon_sym_DQUOTE] = ACTIONS(908),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(906),
[anon_sym_RBRACE] = ACTIONS(906),
[sym_null_literal] = ACTIONS(908),
[anon_sym_LPAREN] = ACTIONS(906),
[anon_sym_LT] = ACTIONS(906),
[anon_sym_PLUS] = ACTIONS(908),
[anon_sym_DASH] = ACTIONS(908),
[anon_sym_TILDE] = ACTIONS(906),
[anon_sym_BANG] = ACTIONS(906),
[anon_sym_PLUS_PLUS] = ACTIONS(906),
[anon_sym_DASH_DASH] = ACTIONS(906),
[anon_sym_new] = ACTIONS(908),
[anon_sym_class] = ACTIONS(908),
[anon_sym_switch] = ACTIONS(908),
[anon_sym_LBRACE] = ACTIONS(906),
[anon_sym_case] = ACTIONS(908),
[anon_sym_default] = ACTIONS(908),
[anon_sym_SEMI] = ACTIONS(906),
[anon_sym_assert] = ACTIONS(908),
[anon_sym_do] = ACTIONS(908),
[anon_sym_while] = ACTIONS(908),
[anon_sym_break] = ACTIONS(908),
[anon_sym_continue] = ACTIONS(908),
[anon_sym_return] = ACTIONS(908),
[anon_sym_yield] = ACTIONS(908),
[anon_sym_synchronized] = ACTIONS(908),
[anon_sym_throw] = ACTIONS(908),
[anon_sym_try] = ACTIONS(908),
[anon_sym_if] = ACTIONS(908),
[anon_sym_else] = ACTIONS(908),
[anon_sym_for] = ACTIONS(908),
[anon_sym_AT] = ACTIONS(908),
[anon_sym_open] = ACTIONS(908),
[anon_sym_module] = ACTIONS(908),
[anon_sym_static] = ACTIONS(908),
[anon_sym_with] = ACTIONS(908),
[anon_sym_package] = ACTIONS(908),
[anon_sym_import] = ACTIONS(908),
[anon_sym_enum] = ACTIONS(908),
[anon_sym_public] = ACTIONS(908),
[anon_sym_protected] = ACTIONS(908),
[anon_sym_private] = ACTIONS(908),
[anon_sym_abstract] = ACTIONS(908),
[anon_sym_final] = ACTIONS(908),
[anon_sym_strictfp] = ACTIONS(908),
[anon_sym_native] = ACTIONS(908),
[anon_sym_transient] = ACTIONS(908),
[anon_sym_volatile] = ACTIONS(908),
[anon_sym_sealed] = ACTIONS(908),
[anon_sym_non_DASHsealed] = ACTIONS(906),
[anon_sym_record] = ACTIONS(908),
[anon_sym_ATinterface] = ACTIONS(906),
[anon_sym_interface] = ACTIONS(908),
[anon_sym_byte] = ACTIONS(908),
[anon_sym_short] = ACTIONS(908),
[anon_sym_int] = ACTIONS(908),
[anon_sym_long] = ACTIONS(908),
[anon_sym_char] = ACTIONS(908),
[anon_sym_float] = ACTIONS(908),
[anon_sym_double] = ACTIONS(908),
[sym_boolean_type] = ACTIONS(908),
[sym_void_type] = ACTIONS(908),
[sym_this] = ACTIONS(908),
[sym_super] = ACTIONS(908),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(279)] = {
[ts_builtin_sym_end] = ACTIONS(910),
[sym_identifier] = ACTIONS(912),
[sym_decimal_integer_literal] = ACTIONS(912),
[sym_hex_integer_literal] = ACTIONS(912),
[sym_octal_integer_literal] = ACTIONS(912),
[sym_binary_integer_literal] = ACTIONS(910),
[sym_decimal_floating_point_literal] = ACTIONS(910),
[sym_hex_floating_point_literal] = ACTIONS(912),
[sym_true] = ACTIONS(912),
[sym_false] = ACTIONS(912),
[sym_character_literal] = ACTIONS(910),
[anon_sym_DQUOTE] = ACTIONS(912),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(910),
[anon_sym_RBRACE] = ACTIONS(910),
[sym_null_literal] = ACTIONS(912),
[anon_sym_LPAREN] = ACTIONS(910),
[anon_sym_LT] = ACTIONS(910),
[anon_sym_PLUS] = ACTIONS(912),
[anon_sym_DASH] = ACTIONS(912),
[anon_sym_TILDE] = ACTIONS(910),
[anon_sym_BANG] = ACTIONS(910),
[anon_sym_PLUS_PLUS] = ACTIONS(910),
[anon_sym_DASH_DASH] = ACTIONS(910),
[anon_sym_new] = ACTIONS(912),
[anon_sym_class] = ACTIONS(912),
[anon_sym_switch] = ACTIONS(912),
[anon_sym_LBRACE] = ACTIONS(910),
[anon_sym_case] = ACTIONS(912),
[anon_sym_default] = ACTIONS(912),
[anon_sym_SEMI] = ACTIONS(910),
[anon_sym_assert] = ACTIONS(912),
[anon_sym_do] = ACTIONS(912),
[anon_sym_while] = ACTIONS(912),
[anon_sym_break] = ACTIONS(912),
[anon_sym_continue] = ACTIONS(912),
[anon_sym_return] = ACTIONS(912),
[anon_sym_yield] = ACTIONS(912),
[anon_sym_synchronized] = ACTIONS(912),
[anon_sym_throw] = ACTIONS(912),
[anon_sym_try] = ACTIONS(912),
[anon_sym_if] = ACTIONS(912),
[anon_sym_else] = ACTIONS(912),
[anon_sym_for] = ACTIONS(912),
[anon_sym_AT] = ACTIONS(912),
[anon_sym_open] = ACTIONS(912),
[anon_sym_module] = ACTIONS(912),
[anon_sym_static] = ACTIONS(912),
[anon_sym_with] = ACTIONS(912),
[anon_sym_package] = ACTIONS(912),
[anon_sym_import] = ACTIONS(912),
[anon_sym_enum] = ACTIONS(912),
[anon_sym_public] = ACTIONS(912),
[anon_sym_protected] = ACTIONS(912),
[anon_sym_private] = ACTIONS(912),
[anon_sym_abstract] = ACTIONS(912),
[anon_sym_final] = ACTIONS(912),
[anon_sym_strictfp] = ACTIONS(912),
[anon_sym_native] = ACTIONS(912),
[anon_sym_transient] = ACTIONS(912),
[anon_sym_volatile] = ACTIONS(912),
[anon_sym_sealed] = ACTIONS(912),
[anon_sym_non_DASHsealed] = ACTIONS(910),
[anon_sym_record] = ACTIONS(912),
[anon_sym_ATinterface] = ACTIONS(910),
[anon_sym_interface] = ACTIONS(912),
[anon_sym_byte] = ACTIONS(912),
[anon_sym_short] = ACTIONS(912),
[anon_sym_int] = ACTIONS(912),
[anon_sym_long] = ACTIONS(912),
[anon_sym_char] = ACTIONS(912),
[anon_sym_float] = ACTIONS(912),
[anon_sym_double] = ACTIONS(912),
[sym_boolean_type] = ACTIONS(912),
[sym_void_type] = ACTIONS(912),
[sym_this] = ACTIONS(912),
[sym_super] = ACTIONS(912),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(280)] = {
[ts_builtin_sym_end] = ACTIONS(914),
[sym_identifier] = ACTIONS(916),
[sym_decimal_integer_literal] = ACTIONS(916),
[sym_hex_integer_literal] = ACTIONS(916),
[sym_octal_integer_literal] = ACTIONS(916),
[sym_binary_integer_literal] = ACTIONS(914),
[sym_decimal_floating_point_literal] = ACTIONS(914),
[sym_hex_floating_point_literal] = ACTIONS(916),
[sym_true] = ACTIONS(916),
[sym_false] = ACTIONS(916),
[sym_character_literal] = ACTIONS(914),
[anon_sym_DQUOTE] = ACTIONS(916),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(914),
[anon_sym_RBRACE] = ACTIONS(914),
[sym_null_literal] = ACTIONS(916),
[anon_sym_LPAREN] = ACTIONS(914),
[anon_sym_LT] = ACTIONS(914),
[anon_sym_PLUS] = ACTIONS(916),
[anon_sym_DASH] = ACTIONS(916),
[anon_sym_TILDE] = ACTIONS(914),
[anon_sym_BANG] = ACTIONS(914),
[anon_sym_PLUS_PLUS] = ACTIONS(914),
[anon_sym_DASH_DASH] = ACTIONS(914),
[anon_sym_new] = ACTIONS(916),
[anon_sym_class] = ACTIONS(916),
[anon_sym_switch] = ACTIONS(916),
[anon_sym_LBRACE] = ACTIONS(914),
[anon_sym_case] = ACTIONS(916),
[anon_sym_default] = ACTIONS(916),
[anon_sym_SEMI] = ACTIONS(914),
[anon_sym_assert] = ACTIONS(916),
[anon_sym_do] = ACTIONS(916),
[anon_sym_while] = ACTIONS(916),
[anon_sym_break] = ACTIONS(916),
[anon_sym_continue] = ACTIONS(916),
[anon_sym_return] = ACTIONS(916),
[anon_sym_yield] = ACTIONS(916),
[anon_sym_synchronized] = ACTIONS(916),
[anon_sym_throw] = ACTIONS(916),
[anon_sym_try] = ACTIONS(916),
[anon_sym_if] = ACTIONS(916),
[anon_sym_else] = ACTIONS(916),
[anon_sym_for] = ACTIONS(916),
[anon_sym_AT] = ACTIONS(916),
[anon_sym_open] = ACTIONS(916),
[anon_sym_module] = ACTIONS(916),
[anon_sym_static] = ACTIONS(916),
[anon_sym_with] = ACTIONS(916),
[anon_sym_package] = ACTIONS(916),
[anon_sym_import] = ACTIONS(916),
[anon_sym_enum] = ACTIONS(916),
[anon_sym_public] = ACTIONS(916),
[anon_sym_protected] = ACTIONS(916),
[anon_sym_private] = ACTIONS(916),
[anon_sym_abstract] = ACTIONS(916),
[anon_sym_final] = ACTIONS(916),
[anon_sym_strictfp] = ACTIONS(916),
[anon_sym_native] = ACTIONS(916),
[anon_sym_transient] = ACTIONS(916),
[anon_sym_volatile] = ACTIONS(916),
[anon_sym_sealed] = ACTIONS(916),
[anon_sym_non_DASHsealed] = ACTIONS(914),
[anon_sym_record] = ACTIONS(916),
[anon_sym_ATinterface] = ACTIONS(914),
[anon_sym_interface] = ACTIONS(916),
[anon_sym_byte] = ACTIONS(916),
[anon_sym_short] = ACTIONS(916),
[anon_sym_int] = ACTIONS(916),
[anon_sym_long] = ACTIONS(916),
[anon_sym_char] = ACTIONS(916),
[anon_sym_float] = ACTIONS(916),
[anon_sym_double] = ACTIONS(916),
[sym_boolean_type] = ACTIONS(916),
[sym_void_type] = ACTIONS(916),
[sym_this] = ACTIONS(916),
[sym_super] = ACTIONS(916),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(281)] = {
[ts_builtin_sym_end] = ACTIONS(918),
[sym_identifier] = ACTIONS(920),
[sym_decimal_integer_literal] = ACTIONS(920),
[sym_hex_integer_literal] = ACTIONS(920),
[sym_octal_integer_literal] = ACTIONS(920),
[sym_binary_integer_literal] = ACTIONS(918),
[sym_decimal_floating_point_literal] = ACTIONS(918),
[sym_hex_floating_point_literal] = ACTIONS(920),
[sym_true] = ACTIONS(920),
[sym_false] = ACTIONS(920),
[sym_character_literal] = ACTIONS(918),
[anon_sym_DQUOTE] = ACTIONS(920),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(918),
[anon_sym_RBRACE] = ACTIONS(918),
[sym_null_literal] = ACTIONS(920),
[anon_sym_LPAREN] = ACTIONS(918),
[anon_sym_LT] = ACTIONS(918),
[anon_sym_PLUS] = ACTIONS(920),
[anon_sym_DASH] = ACTIONS(920),
[anon_sym_TILDE] = ACTIONS(918),
[anon_sym_BANG] = ACTIONS(918),
[anon_sym_PLUS_PLUS] = ACTIONS(918),
[anon_sym_DASH_DASH] = ACTIONS(918),
[anon_sym_new] = ACTIONS(920),
[anon_sym_class] = ACTIONS(920),
[anon_sym_switch] = ACTIONS(920),
[anon_sym_LBRACE] = ACTIONS(918),
[anon_sym_case] = ACTIONS(920),
[anon_sym_default] = ACTIONS(920),
[anon_sym_SEMI] = ACTIONS(918),
[anon_sym_assert] = ACTIONS(920),
[anon_sym_do] = ACTIONS(920),
[anon_sym_while] = ACTIONS(920),
[anon_sym_break] = ACTIONS(920),
[anon_sym_continue] = ACTIONS(920),
[anon_sym_return] = ACTIONS(920),
[anon_sym_yield] = ACTIONS(920),
[anon_sym_synchronized] = ACTIONS(920),
[anon_sym_throw] = ACTIONS(920),
[anon_sym_try] = ACTIONS(920),
[anon_sym_if] = ACTIONS(920),
[anon_sym_else] = ACTIONS(920),
[anon_sym_for] = ACTIONS(920),
[anon_sym_AT] = ACTIONS(920),
[anon_sym_open] = ACTIONS(920),
[anon_sym_module] = ACTIONS(920),
[anon_sym_static] = ACTIONS(920),
[anon_sym_with] = ACTIONS(920),
[anon_sym_package] = ACTIONS(920),
[anon_sym_import] = ACTIONS(920),
[anon_sym_enum] = ACTIONS(920),
[anon_sym_public] = ACTIONS(920),
[anon_sym_protected] = ACTIONS(920),
[anon_sym_private] = ACTIONS(920),
[anon_sym_abstract] = ACTIONS(920),
[anon_sym_final] = ACTIONS(920),
[anon_sym_strictfp] = ACTIONS(920),
[anon_sym_native] = ACTIONS(920),
[anon_sym_transient] = ACTIONS(920),
[anon_sym_volatile] = ACTIONS(920),
[anon_sym_sealed] = ACTIONS(920),
[anon_sym_non_DASHsealed] = ACTIONS(918),
[anon_sym_record] = ACTIONS(920),
[anon_sym_ATinterface] = ACTIONS(918),
[anon_sym_interface] = ACTIONS(920),
[anon_sym_byte] = ACTIONS(920),
[anon_sym_short] = ACTIONS(920),
[anon_sym_int] = ACTIONS(920),
[anon_sym_long] = ACTIONS(920),
[anon_sym_char] = ACTIONS(920),
[anon_sym_float] = ACTIONS(920),
[anon_sym_double] = ACTIONS(920),
[sym_boolean_type] = ACTIONS(920),
[sym_void_type] = ACTIONS(920),
[sym_this] = ACTIONS(920),
[sym_super] = ACTIONS(920),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(282)] = {
[ts_builtin_sym_end] = ACTIONS(922),
[sym_identifier] = ACTIONS(924),
[sym_decimal_integer_literal] = ACTIONS(924),
[sym_hex_integer_literal] = ACTIONS(924),
[sym_octal_integer_literal] = ACTIONS(924),
[sym_binary_integer_literal] = ACTIONS(922),
[sym_decimal_floating_point_literal] = ACTIONS(922),
[sym_hex_floating_point_literal] = ACTIONS(924),
[sym_true] = ACTIONS(924),
[sym_false] = ACTIONS(924),
[sym_character_literal] = ACTIONS(922),
[anon_sym_DQUOTE] = ACTIONS(924),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(922),
[anon_sym_RBRACE] = ACTIONS(922),
[sym_null_literal] = ACTIONS(924),
[anon_sym_LPAREN] = ACTIONS(922),
[anon_sym_LT] = ACTIONS(922),
[anon_sym_PLUS] = ACTIONS(924),
[anon_sym_DASH] = ACTIONS(924),
[anon_sym_TILDE] = ACTIONS(922),
[anon_sym_BANG] = ACTIONS(922),
[anon_sym_PLUS_PLUS] = ACTIONS(922),
[anon_sym_DASH_DASH] = ACTIONS(922),
[anon_sym_new] = ACTIONS(924),
[anon_sym_class] = ACTIONS(924),
[anon_sym_switch] = ACTIONS(924),
[anon_sym_LBRACE] = ACTIONS(922),
[anon_sym_case] = ACTIONS(924),
[anon_sym_default] = ACTIONS(924),
[anon_sym_SEMI] = ACTIONS(922),
[anon_sym_assert] = ACTIONS(924),
[anon_sym_do] = ACTIONS(924),
[anon_sym_while] = ACTIONS(924),
[anon_sym_break] = ACTIONS(924),
[anon_sym_continue] = ACTIONS(924),
[anon_sym_return] = ACTIONS(924),
[anon_sym_yield] = ACTIONS(924),
[anon_sym_synchronized] = ACTIONS(924),
[anon_sym_throw] = ACTIONS(924),
[anon_sym_try] = ACTIONS(924),
[anon_sym_if] = ACTIONS(924),
[anon_sym_else] = ACTIONS(924),
[anon_sym_for] = ACTIONS(924),
[anon_sym_AT] = ACTIONS(924),
[anon_sym_open] = ACTIONS(924),
[anon_sym_module] = ACTIONS(924),
[anon_sym_static] = ACTIONS(924),
[anon_sym_with] = ACTIONS(924),
[anon_sym_package] = ACTIONS(924),
[anon_sym_import] = ACTIONS(924),
[anon_sym_enum] = ACTIONS(924),
[anon_sym_public] = ACTIONS(924),
[anon_sym_protected] = ACTIONS(924),
[anon_sym_private] = ACTIONS(924),
[anon_sym_abstract] = ACTIONS(924),
[anon_sym_final] = ACTIONS(924),
[anon_sym_strictfp] = ACTIONS(924),
[anon_sym_native] = ACTIONS(924),
[anon_sym_transient] = ACTIONS(924),
[anon_sym_volatile] = ACTIONS(924),
[anon_sym_sealed] = ACTIONS(924),
[anon_sym_non_DASHsealed] = ACTIONS(922),
[anon_sym_record] = ACTIONS(924),
[anon_sym_ATinterface] = ACTIONS(922),
[anon_sym_interface] = ACTIONS(924),
[anon_sym_byte] = ACTIONS(924),
[anon_sym_short] = ACTIONS(924),
[anon_sym_int] = ACTIONS(924),
[anon_sym_long] = ACTIONS(924),
[anon_sym_char] = ACTIONS(924),
[anon_sym_float] = ACTIONS(924),
[anon_sym_double] = ACTIONS(924),
[sym_boolean_type] = ACTIONS(924),
[sym_void_type] = ACTIONS(924),
[sym_this] = ACTIONS(924),
[sym_super] = ACTIONS(924),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(283)] = {
[ts_builtin_sym_end] = ACTIONS(926),
[sym_identifier] = ACTIONS(928),
[sym_decimal_integer_literal] = ACTIONS(928),
[sym_hex_integer_literal] = ACTIONS(928),
[sym_octal_integer_literal] = ACTIONS(928),
[sym_binary_integer_literal] = ACTIONS(926),
[sym_decimal_floating_point_literal] = ACTIONS(926),
[sym_hex_floating_point_literal] = ACTIONS(928),
[sym_true] = ACTIONS(928),
[sym_false] = ACTIONS(928),
[sym_character_literal] = ACTIONS(926),
[anon_sym_DQUOTE] = ACTIONS(928),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(926),
[anon_sym_RBRACE] = ACTIONS(926),
[sym_null_literal] = ACTIONS(928),
[anon_sym_LPAREN] = ACTIONS(926),
[anon_sym_LT] = ACTIONS(926),
[anon_sym_PLUS] = ACTIONS(928),
[anon_sym_DASH] = ACTIONS(928),
[anon_sym_TILDE] = ACTIONS(926),
[anon_sym_BANG] = ACTIONS(926),
[anon_sym_PLUS_PLUS] = ACTIONS(926),
[anon_sym_DASH_DASH] = ACTIONS(926),
[anon_sym_new] = ACTIONS(928),
[anon_sym_class] = ACTIONS(928),
[anon_sym_switch] = ACTIONS(928),
[anon_sym_LBRACE] = ACTIONS(926),
[anon_sym_case] = ACTIONS(928),
[anon_sym_default] = ACTIONS(928),
[anon_sym_SEMI] = ACTIONS(926),
[anon_sym_assert] = ACTIONS(928),
[anon_sym_do] = ACTIONS(928),
[anon_sym_while] = ACTIONS(928),
[anon_sym_break] = ACTIONS(928),
[anon_sym_continue] = ACTIONS(928),
[anon_sym_return] = ACTIONS(928),
[anon_sym_yield] = ACTIONS(928),
[anon_sym_synchronized] = ACTIONS(928),
[anon_sym_throw] = ACTIONS(928),
[anon_sym_try] = ACTIONS(928),
[anon_sym_if] = ACTIONS(928),
[anon_sym_else] = ACTIONS(928),
[anon_sym_for] = ACTIONS(928),
[anon_sym_AT] = ACTIONS(928),
[anon_sym_open] = ACTIONS(928),
[anon_sym_module] = ACTIONS(928),
[anon_sym_static] = ACTIONS(928),
[anon_sym_with] = ACTIONS(928),
[anon_sym_package] = ACTIONS(928),
[anon_sym_import] = ACTIONS(928),
[anon_sym_enum] = ACTIONS(928),
[anon_sym_public] = ACTIONS(928),
[anon_sym_protected] = ACTIONS(928),
[anon_sym_private] = ACTIONS(928),
[anon_sym_abstract] = ACTIONS(928),
[anon_sym_final] = ACTIONS(928),
[anon_sym_strictfp] = ACTIONS(928),
[anon_sym_native] = ACTIONS(928),
[anon_sym_transient] = ACTIONS(928),
[anon_sym_volatile] = ACTIONS(928),
[anon_sym_sealed] = ACTIONS(928),
[anon_sym_non_DASHsealed] = ACTIONS(926),
[anon_sym_record] = ACTIONS(928),
[anon_sym_ATinterface] = ACTIONS(926),
[anon_sym_interface] = ACTIONS(928),
[anon_sym_byte] = ACTIONS(928),
[anon_sym_short] = ACTIONS(928),
[anon_sym_int] = ACTIONS(928),
[anon_sym_long] = ACTIONS(928),
[anon_sym_char] = ACTIONS(928),
[anon_sym_float] = ACTIONS(928),
[anon_sym_double] = ACTIONS(928),
[sym_boolean_type] = ACTIONS(928),
[sym_void_type] = ACTIONS(928),
[sym_this] = ACTIONS(928),
[sym_super] = ACTIONS(928),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(284)] = {
[ts_builtin_sym_end] = ACTIONS(930),
[sym_identifier] = ACTIONS(932),
[sym_decimal_integer_literal] = ACTIONS(932),
[sym_hex_integer_literal] = ACTIONS(932),
[sym_octal_integer_literal] = ACTIONS(932),
[sym_binary_integer_literal] = ACTIONS(930),
[sym_decimal_floating_point_literal] = ACTIONS(930),
[sym_hex_floating_point_literal] = ACTIONS(932),
[sym_true] = ACTIONS(932),
[sym_false] = ACTIONS(932),
[sym_character_literal] = ACTIONS(930),
[anon_sym_DQUOTE] = ACTIONS(932),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(930),
[anon_sym_RBRACE] = ACTIONS(930),
[sym_null_literal] = ACTIONS(932),
[anon_sym_LPAREN] = ACTIONS(930),
[anon_sym_LT] = ACTIONS(930),
[anon_sym_PLUS] = ACTIONS(932),
[anon_sym_DASH] = ACTIONS(932),
[anon_sym_TILDE] = ACTIONS(930),
[anon_sym_BANG] = ACTIONS(930),
[anon_sym_PLUS_PLUS] = ACTIONS(930),
[anon_sym_DASH_DASH] = ACTIONS(930),
[anon_sym_new] = ACTIONS(932),
[anon_sym_class] = ACTIONS(932),
[anon_sym_switch] = ACTIONS(932),
[anon_sym_LBRACE] = ACTIONS(930),
[anon_sym_case] = ACTIONS(932),
[anon_sym_default] = ACTIONS(932),
[anon_sym_SEMI] = ACTIONS(930),
[anon_sym_assert] = ACTIONS(932),
[anon_sym_do] = ACTIONS(932),
[anon_sym_while] = ACTIONS(932),
[anon_sym_break] = ACTIONS(932),
[anon_sym_continue] = ACTIONS(932),
[anon_sym_return] = ACTIONS(932),
[anon_sym_yield] = ACTIONS(932),
[anon_sym_synchronized] = ACTIONS(932),
[anon_sym_throw] = ACTIONS(932),
[anon_sym_try] = ACTIONS(932),
[anon_sym_if] = ACTIONS(932),
[anon_sym_else] = ACTIONS(932),
[anon_sym_for] = ACTIONS(932),
[anon_sym_AT] = ACTIONS(932),
[anon_sym_open] = ACTIONS(932),
[anon_sym_module] = ACTIONS(932),
[anon_sym_static] = ACTIONS(932),
[anon_sym_with] = ACTIONS(932),
[anon_sym_package] = ACTIONS(932),
[anon_sym_import] = ACTIONS(932),
[anon_sym_enum] = ACTIONS(932),
[anon_sym_public] = ACTIONS(932),
[anon_sym_protected] = ACTIONS(932),
[anon_sym_private] = ACTIONS(932),
[anon_sym_abstract] = ACTIONS(932),
[anon_sym_final] = ACTIONS(932),
[anon_sym_strictfp] = ACTIONS(932),
[anon_sym_native] = ACTIONS(932),
[anon_sym_transient] = ACTIONS(932),
[anon_sym_volatile] = ACTIONS(932),
[anon_sym_sealed] = ACTIONS(932),
[anon_sym_non_DASHsealed] = ACTIONS(930),
[anon_sym_record] = ACTIONS(932),
[anon_sym_ATinterface] = ACTIONS(930),
[anon_sym_interface] = ACTIONS(932),
[anon_sym_byte] = ACTIONS(932),
[anon_sym_short] = ACTIONS(932),
[anon_sym_int] = ACTIONS(932),
[anon_sym_long] = ACTIONS(932),
[anon_sym_char] = ACTIONS(932),
[anon_sym_float] = ACTIONS(932),
[anon_sym_double] = ACTIONS(932),
[sym_boolean_type] = ACTIONS(932),
[sym_void_type] = ACTIONS(932),
[sym_this] = ACTIONS(932),
[sym_super] = ACTIONS(932),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(285)] = {
[ts_builtin_sym_end] = ACTIONS(934),
[sym_identifier] = ACTIONS(936),
[sym_decimal_integer_literal] = ACTIONS(936),
[sym_hex_integer_literal] = ACTIONS(936),
[sym_octal_integer_literal] = ACTIONS(936),
[sym_binary_integer_literal] = ACTIONS(934),
[sym_decimal_floating_point_literal] = ACTIONS(934),
[sym_hex_floating_point_literal] = ACTIONS(936),
[sym_true] = ACTIONS(936),
[sym_false] = ACTIONS(936),
[sym_character_literal] = ACTIONS(934),
[anon_sym_DQUOTE] = ACTIONS(936),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(934),
[anon_sym_RBRACE] = ACTIONS(934),
[sym_null_literal] = ACTIONS(936),
[anon_sym_LPAREN] = ACTIONS(934),
[anon_sym_LT] = ACTIONS(934),
[anon_sym_PLUS] = ACTIONS(936),
[anon_sym_DASH] = ACTIONS(936),
[anon_sym_TILDE] = ACTIONS(934),
[anon_sym_BANG] = ACTIONS(934),
[anon_sym_PLUS_PLUS] = ACTIONS(934),
[anon_sym_DASH_DASH] = ACTIONS(934),
[anon_sym_new] = ACTIONS(936),
[anon_sym_class] = ACTIONS(936),
[anon_sym_switch] = ACTIONS(936),
[anon_sym_LBRACE] = ACTIONS(934),
[anon_sym_case] = ACTIONS(936),
[anon_sym_default] = ACTIONS(936),
[anon_sym_SEMI] = ACTIONS(934),
[anon_sym_assert] = ACTIONS(936),
[anon_sym_do] = ACTIONS(936),
[anon_sym_while] = ACTIONS(936),
[anon_sym_break] = ACTIONS(936),
[anon_sym_continue] = ACTIONS(936),
[anon_sym_return] = ACTIONS(936),
[anon_sym_yield] = ACTIONS(936),
[anon_sym_synchronized] = ACTIONS(936),
[anon_sym_throw] = ACTIONS(936),
[anon_sym_try] = ACTIONS(936),
[anon_sym_if] = ACTIONS(936),
[anon_sym_else] = ACTIONS(936),
[anon_sym_for] = ACTIONS(936),
[anon_sym_AT] = ACTIONS(936),
[anon_sym_open] = ACTIONS(936),
[anon_sym_module] = ACTIONS(936),
[anon_sym_static] = ACTIONS(936),
[anon_sym_with] = ACTIONS(936),
[anon_sym_package] = ACTIONS(936),
[anon_sym_import] = ACTIONS(936),
[anon_sym_enum] = ACTIONS(936),
[anon_sym_public] = ACTIONS(936),
[anon_sym_protected] = ACTIONS(936),
[anon_sym_private] = ACTIONS(936),
[anon_sym_abstract] = ACTIONS(936),
[anon_sym_final] = ACTIONS(936),
[anon_sym_strictfp] = ACTIONS(936),
[anon_sym_native] = ACTIONS(936),
[anon_sym_transient] = ACTIONS(936),
[anon_sym_volatile] = ACTIONS(936),
[anon_sym_sealed] = ACTIONS(936),
[anon_sym_non_DASHsealed] = ACTIONS(934),
[anon_sym_record] = ACTIONS(936),
[anon_sym_ATinterface] = ACTIONS(934),
[anon_sym_interface] = ACTIONS(936),
[anon_sym_byte] = ACTIONS(936),
[anon_sym_short] = ACTIONS(936),
[anon_sym_int] = ACTIONS(936),
[anon_sym_long] = ACTIONS(936),
[anon_sym_char] = ACTIONS(936),
[anon_sym_float] = ACTIONS(936),
[anon_sym_double] = ACTIONS(936),
[sym_boolean_type] = ACTIONS(936),
[sym_void_type] = ACTIONS(936),
[sym_this] = ACTIONS(936),
[sym_super] = ACTIONS(936),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(286)] = {
[ts_builtin_sym_end] = ACTIONS(938),
[sym_identifier] = ACTIONS(940),
[sym_decimal_integer_literal] = ACTIONS(940),
[sym_hex_integer_literal] = ACTIONS(940),
[sym_octal_integer_literal] = ACTIONS(940),
[sym_binary_integer_literal] = ACTIONS(938),
[sym_decimal_floating_point_literal] = ACTIONS(938),
[sym_hex_floating_point_literal] = ACTIONS(940),
[sym_true] = ACTIONS(940),
[sym_false] = ACTIONS(940),
[sym_character_literal] = ACTIONS(938),
[anon_sym_DQUOTE] = ACTIONS(940),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(938),
[anon_sym_RBRACE] = ACTIONS(938),
[sym_null_literal] = ACTIONS(940),
[anon_sym_LPAREN] = ACTIONS(938),
[anon_sym_LT] = ACTIONS(938),
[anon_sym_PLUS] = ACTIONS(940),
[anon_sym_DASH] = ACTIONS(940),
[anon_sym_TILDE] = ACTIONS(938),
[anon_sym_BANG] = ACTIONS(938),
[anon_sym_PLUS_PLUS] = ACTIONS(938),
[anon_sym_DASH_DASH] = ACTIONS(938),
[anon_sym_new] = ACTIONS(940),
[anon_sym_class] = ACTIONS(940),
[anon_sym_switch] = ACTIONS(940),
[anon_sym_LBRACE] = ACTIONS(938),
[anon_sym_case] = ACTIONS(940),
[anon_sym_default] = ACTIONS(940),
[anon_sym_SEMI] = ACTIONS(938),
[anon_sym_assert] = ACTIONS(940),
[anon_sym_do] = ACTIONS(940),
[anon_sym_while] = ACTIONS(940),
[anon_sym_break] = ACTIONS(940),
[anon_sym_continue] = ACTIONS(940),
[anon_sym_return] = ACTIONS(940),
[anon_sym_yield] = ACTIONS(940),
[anon_sym_synchronized] = ACTIONS(940),
[anon_sym_throw] = ACTIONS(940),
[anon_sym_try] = ACTIONS(940),
[anon_sym_if] = ACTIONS(940),
[anon_sym_else] = ACTIONS(940),
[anon_sym_for] = ACTIONS(940),
[anon_sym_AT] = ACTIONS(940),
[anon_sym_open] = ACTIONS(940),
[anon_sym_module] = ACTIONS(940),
[anon_sym_static] = ACTIONS(940),
[anon_sym_with] = ACTIONS(940),
[anon_sym_package] = ACTIONS(940),
[anon_sym_import] = ACTIONS(940),
[anon_sym_enum] = ACTIONS(940),
[anon_sym_public] = ACTIONS(940),
[anon_sym_protected] = ACTIONS(940),
[anon_sym_private] = ACTIONS(940),
[anon_sym_abstract] = ACTIONS(940),
[anon_sym_final] = ACTIONS(940),
[anon_sym_strictfp] = ACTIONS(940),
[anon_sym_native] = ACTIONS(940),
[anon_sym_transient] = ACTIONS(940),
[anon_sym_volatile] = ACTIONS(940),
[anon_sym_sealed] = ACTIONS(940),
[anon_sym_non_DASHsealed] = ACTIONS(938),
[anon_sym_record] = ACTIONS(940),
[anon_sym_ATinterface] = ACTIONS(938),
[anon_sym_interface] = ACTIONS(940),
[anon_sym_byte] = ACTIONS(940),
[anon_sym_short] = ACTIONS(940),
[anon_sym_int] = ACTIONS(940),
[anon_sym_long] = ACTIONS(940),
[anon_sym_char] = ACTIONS(940),
[anon_sym_float] = ACTIONS(940),
[anon_sym_double] = ACTIONS(940),
[sym_boolean_type] = ACTIONS(940),
[sym_void_type] = ACTIONS(940),
[sym_this] = ACTIONS(940),
[sym_super] = ACTIONS(940),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(287)] = {
[ts_builtin_sym_end] = ACTIONS(942),
[sym_identifier] = ACTIONS(944),
[sym_decimal_integer_literal] = ACTIONS(944),
[sym_hex_integer_literal] = ACTIONS(944),
[sym_octal_integer_literal] = ACTIONS(944),
[sym_binary_integer_literal] = ACTIONS(942),
[sym_decimal_floating_point_literal] = ACTIONS(942),
[sym_hex_floating_point_literal] = ACTIONS(944),
[sym_true] = ACTIONS(944),
[sym_false] = ACTIONS(944),
[sym_character_literal] = ACTIONS(942),
[anon_sym_DQUOTE] = ACTIONS(944),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(942),
[anon_sym_RBRACE] = ACTIONS(942),
[sym_null_literal] = ACTIONS(944),
[anon_sym_LPAREN] = ACTIONS(942),
[anon_sym_LT] = ACTIONS(942),
[anon_sym_PLUS] = ACTIONS(944),
[anon_sym_DASH] = ACTIONS(944),
[anon_sym_TILDE] = ACTIONS(942),
[anon_sym_BANG] = ACTIONS(942),
[anon_sym_PLUS_PLUS] = ACTIONS(942),
[anon_sym_DASH_DASH] = ACTIONS(942),
[anon_sym_new] = ACTIONS(944),
[anon_sym_class] = ACTIONS(944),
[anon_sym_switch] = ACTIONS(944),
[anon_sym_LBRACE] = ACTIONS(942),
[anon_sym_case] = ACTIONS(944),
[anon_sym_default] = ACTIONS(944),
[anon_sym_SEMI] = ACTIONS(942),
[anon_sym_assert] = ACTIONS(944),
[anon_sym_do] = ACTIONS(944),
[anon_sym_while] = ACTIONS(944),
[anon_sym_break] = ACTIONS(944),
[anon_sym_continue] = ACTIONS(944),
[anon_sym_return] = ACTIONS(944),
[anon_sym_yield] = ACTIONS(944),
[anon_sym_synchronized] = ACTIONS(944),
[anon_sym_throw] = ACTIONS(944),
[anon_sym_try] = ACTIONS(944),
[anon_sym_if] = ACTIONS(944),
[anon_sym_else] = ACTIONS(944),
[anon_sym_for] = ACTIONS(944),
[anon_sym_AT] = ACTIONS(944),
[anon_sym_open] = ACTIONS(944),
[anon_sym_module] = ACTIONS(944),
[anon_sym_static] = ACTIONS(944),
[anon_sym_with] = ACTIONS(944),
[anon_sym_package] = ACTIONS(944),
[anon_sym_import] = ACTIONS(944),
[anon_sym_enum] = ACTIONS(944),
[anon_sym_public] = ACTIONS(944),
[anon_sym_protected] = ACTIONS(944),
[anon_sym_private] = ACTIONS(944),
[anon_sym_abstract] = ACTIONS(944),
[anon_sym_final] = ACTIONS(944),
[anon_sym_strictfp] = ACTIONS(944),
[anon_sym_native] = ACTIONS(944),
[anon_sym_transient] = ACTIONS(944),
[anon_sym_volatile] = ACTIONS(944),
[anon_sym_sealed] = ACTIONS(944),
[anon_sym_non_DASHsealed] = ACTIONS(942),
[anon_sym_record] = ACTIONS(944),
[anon_sym_ATinterface] = ACTIONS(942),
[anon_sym_interface] = ACTIONS(944),
[anon_sym_byte] = ACTIONS(944),
[anon_sym_short] = ACTIONS(944),
[anon_sym_int] = ACTIONS(944),
[anon_sym_long] = ACTIONS(944),
[anon_sym_char] = ACTIONS(944),
[anon_sym_float] = ACTIONS(944),
[anon_sym_double] = ACTIONS(944),
[sym_boolean_type] = ACTIONS(944),
[sym_void_type] = ACTIONS(944),
[sym_this] = ACTIONS(944),
[sym_super] = ACTIONS(944),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(288)] = {
[ts_builtin_sym_end] = ACTIONS(946),
[sym_identifier] = ACTIONS(948),
[sym_decimal_integer_literal] = ACTIONS(948),
[sym_hex_integer_literal] = ACTIONS(948),
[sym_octal_integer_literal] = ACTIONS(948),
[sym_binary_integer_literal] = ACTIONS(946),
[sym_decimal_floating_point_literal] = ACTIONS(946),
[sym_hex_floating_point_literal] = ACTIONS(948),
[sym_true] = ACTIONS(948),
[sym_false] = ACTIONS(948),
[sym_character_literal] = ACTIONS(946),
[anon_sym_DQUOTE] = ACTIONS(948),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(946),
[anon_sym_RBRACE] = ACTIONS(946),
[sym_null_literal] = ACTIONS(948),
[anon_sym_LPAREN] = ACTIONS(946),
[anon_sym_LT] = ACTIONS(946),
[anon_sym_PLUS] = ACTIONS(948),
[anon_sym_DASH] = ACTIONS(948),
[anon_sym_TILDE] = ACTIONS(946),
[anon_sym_BANG] = ACTIONS(946),
[anon_sym_PLUS_PLUS] = ACTIONS(946),
[anon_sym_DASH_DASH] = ACTIONS(946),
[anon_sym_new] = ACTIONS(948),
[anon_sym_class] = ACTIONS(948),
[anon_sym_switch] = ACTIONS(948),
[anon_sym_LBRACE] = ACTIONS(946),
[anon_sym_case] = ACTIONS(948),
[anon_sym_default] = ACTIONS(948),
[anon_sym_SEMI] = ACTIONS(946),
[anon_sym_assert] = ACTIONS(948),
[anon_sym_do] = ACTIONS(948),
[anon_sym_while] = ACTIONS(948),
[anon_sym_break] = ACTIONS(948),
[anon_sym_continue] = ACTIONS(948),
[anon_sym_return] = ACTIONS(948),
[anon_sym_yield] = ACTIONS(948),
[anon_sym_synchronized] = ACTIONS(948),
[anon_sym_throw] = ACTIONS(948),
[anon_sym_try] = ACTIONS(948),
[anon_sym_if] = ACTIONS(948),
[anon_sym_else] = ACTIONS(948),
[anon_sym_for] = ACTIONS(948),
[anon_sym_AT] = ACTIONS(948),
[anon_sym_open] = ACTIONS(948),
[anon_sym_module] = ACTIONS(948),
[anon_sym_static] = ACTIONS(948),
[anon_sym_with] = ACTIONS(948),
[anon_sym_package] = ACTIONS(948),
[anon_sym_import] = ACTIONS(948),
[anon_sym_enum] = ACTIONS(948),
[anon_sym_public] = ACTIONS(948),
[anon_sym_protected] = ACTIONS(948),
[anon_sym_private] = ACTIONS(948),
[anon_sym_abstract] = ACTIONS(948),
[anon_sym_final] = ACTIONS(948),
[anon_sym_strictfp] = ACTIONS(948),
[anon_sym_native] = ACTIONS(948),
[anon_sym_transient] = ACTIONS(948),
[anon_sym_volatile] = ACTIONS(948),
[anon_sym_sealed] = ACTIONS(948),
[anon_sym_non_DASHsealed] = ACTIONS(946),
[anon_sym_record] = ACTIONS(948),
[anon_sym_ATinterface] = ACTIONS(946),
[anon_sym_interface] = ACTIONS(948),
[anon_sym_byte] = ACTIONS(948),
[anon_sym_short] = ACTIONS(948),
[anon_sym_int] = ACTIONS(948),
[anon_sym_long] = ACTIONS(948),
[anon_sym_char] = ACTIONS(948),
[anon_sym_float] = ACTIONS(948),
[anon_sym_double] = ACTIONS(948),
[sym_boolean_type] = ACTIONS(948),
[sym_void_type] = ACTIONS(948),
[sym_this] = ACTIONS(948),
[sym_super] = ACTIONS(948),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(289)] = {
[ts_builtin_sym_end] = ACTIONS(950),
[sym_identifier] = ACTIONS(952),
[sym_decimal_integer_literal] = ACTIONS(952),
[sym_hex_integer_literal] = ACTIONS(952),
[sym_octal_integer_literal] = ACTIONS(952),
[sym_binary_integer_literal] = ACTIONS(950),
[sym_decimal_floating_point_literal] = ACTIONS(950),
[sym_hex_floating_point_literal] = ACTIONS(952),
[sym_true] = ACTIONS(952),
[sym_false] = ACTIONS(952),
[sym_character_literal] = ACTIONS(950),
[anon_sym_DQUOTE] = ACTIONS(952),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(950),
[anon_sym_RBRACE] = ACTIONS(950),
[sym_null_literal] = ACTIONS(952),
[anon_sym_LPAREN] = ACTIONS(950),
[anon_sym_LT] = ACTIONS(950),
[anon_sym_PLUS] = ACTIONS(952),
[anon_sym_DASH] = ACTIONS(952),
[anon_sym_TILDE] = ACTIONS(950),
[anon_sym_BANG] = ACTIONS(950),
[anon_sym_PLUS_PLUS] = ACTIONS(950),
[anon_sym_DASH_DASH] = ACTIONS(950),
[anon_sym_new] = ACTIONS(952),
[anon_sym_class] = ACTIONS(952),
[anon_sym_switch] = ACTIONS(952),
[anon_sym_LBRACE] = ACTIONS(950),
[anon_sym_case] = ACTIONS(952),
[anon_sym_default] = ACTIONS(952),
[anon_sym_SEMI] = ACTIONS(950),
[anon_sym_assert] = ACTIONS(952),
[anon_sym_do] = ACTIONS(952),
[anon_sym_while] = ACTIONS(952),
[anon_sym_break] = ACTIONS(952),
[anon_sym_continue] = ACTIONS(952),
[anon_sym_return] = ACTIONS(952),
[anon_sym_yield] = ACTIONS(952),
[anon_sym_synchronized] = ACTIONS(952),
[anon_sym_throw] = ACTIONS(952),
[anon_sym_try] = ACTIONS(952),
[anon_sym_if] = ACTIONS(952),
[anon_sym_else] = ACTIONS(952),
[anon_sym_for] = ACTIONS(952),
[anon_sym_AT] = ACTIONS(952),
[anon_sym_open] = ACTIONS(952),
[anon_sym_module] = ACTIONS(952),
[anon_sym_static] = ACTIONS(952),
[anon_sym_with] = ACTIONS(952),
[anon_sym_package] = ACTIONS(952),
[anon_sym_import] = ACTIONS(952),
[anon_sym_enum] = ACTIONS(952),
[anon_sym_public] = ACTIONS(952),
[anon_sym_protected] = ACTIONS(952),
[anon_sym_private] = ACTIONS(952),
[anon_sym_abstract] = ACTIONS(952),
[anon_sym_final] = ACTIONS(952),
[anon_sym_strictfp] = ACTIONS(952),
[anon_sym_native] = ACTIONS(952),
[anon_sym_transient] = ACTIONS(952),
[anon_sym_volatile] = ACTIONS(952),
[anon_sym_sealed] = ACTIONS(952),
[anon_sym_non_DASHsealed] = ACTIONS(950),
[anon_sym_record] = ACTIONS(952),
[anon_sym_ATinterface] = ACTIONS(950),
[anon_sym_interface] = ACTIONS(952),
[anon_sym_byte] = ACTIONS(952),
[anon_sym_short] = ACTIONS(952),
[anon_sym_int] = ACTIONS(952),
[anon_sym_long] = ACTIONS(952),
[anon_sym_char] = ACTIONS(952),
[anon_sym_float] = ACTIONS(952),
[anon_sym_double] = ACTIONS(952),
[sym_boolean_type] = ACTIONS(952),
[sym_void_type] = ACTIONS(952),
[sym_this] = ACTIONS(952),
[sym_super] = ACTIONS(952),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(290)] = {
[ts_builtin_sym_end] = ACTIONS(954),
[sym_identifier] = ACTIONS(956),
[sym_decimal_integer_literal] = ACTIONS(956),
[sym_hex_integer_literal] = ACTIONS(956),
[sym_octal_integer_literal] = ACTIONS(956),
[sym_binary_integer_literal] = ACTIONS(954),
[sym_decimal_floating_point_literal] = ACTIONS(954),
[sym_hex_floating_point_literal] = ACTIONS(956),
[sym_true] = ACTIONS(956),
[sym_false] = ACTIONS(956),
[sym_character_literal] = ACTIONS(954),
[anon_sym_DQUOTE] = ACTIONS(956),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(954),
[anon_sym_RBRACE] = ACTIONS(954),
[sym_null_literal] = ACTIONS(956),
[anon_sym_LPAREN] = ACTIONS(954),
[anon_sym_LT] = ACTIONS(954),
[anon_sym_PLUS] = ACTIONS(956),
[anon_sym_DASH] = ACTIONS(956),
[anon_sym_TILDE] = ACTIONS(954),
[anon_sym_BANG] = ACTIONS(954),
[anon_sym_PLUS_PLUS] = ACTIONS(954),
[anon_sym_DASH_DASH] = ACTIONS(954),
[anon_sym_new] = ACTIONS(956),
[anon_sym_class] = ACTIONS(956),
[anon_sym_switch] = ACTIONS(956),
[anon_sym_LBRACE] = ACTIONS(954),
[anon_sym_case] = ACTIONS(956),
[anon_sym_default] = ACTIONS(956),
[anon_sym_SEMI] = ACTIONS(954),
[anon_sym_assert] = ACTIONS(956),
[anon_sym_do] = ACTIONS(956),
[anon_sym_while] = ACTIONS(956),
[anon_sym_break] = ACTIONS(956),
[anon_sym_continue] = ACTIONS(956),
[anon_sym_return] = ACTIONS(956),
[anon_sym_yield] = ACTIONS(956),
[anon_sym_synchronized] = ACTIONS(956),
[anon_sym_throw] = ACTIONS(956),
[anon_sym_try] = ACTIONS(956),
[anon_sym_if] = ACTIONS(956),
[anon_sym_else] = ACTIONS(956),
[anon_sym_for] = ACTIONS(956),
[anon_sym_AT] = ACTIONS(956),
[anon_sym_open] = ACTIONS(956),
[anon_sym_module] = ACTIONS(956),
[anon_sym_static] = ACTIONS(956),
[anon_sym_with] = ACTIONS(956),
[anon_sym_package] = ACTIONS(956),
[anon_sym_import] = ACTIONS(956),
[anon_sym_enum] = ACTIONS(956),
[anon_sym_public] = ACTIONS(956),
[anon_sym_protected] = ACTIONS(956),
[anon_sym_private] = ACTIONS(956),
[anon_sym_abstract] = ACTIONS(956),
[anon_sym_final] = ACTIONS(956),
[anon_sym_strictfp] = ACTIONS(956),
[anon_sym_native] = ACTIONS(956),
[anon_sym_transient] = ACTIONS(956),
[anon_sym_volatile] = ACTIONS(956),
[anon_sym_sealed] = ACTIONS(956),
[anon_sym_non_DASHsealed] = ACTIONS(954),
[anon_sym_record] = ACTIONS(956),
[anon_sym_ATinterface] = ACTIONS(954),
[anon_sym_interface] = ACTIONS(956),
[anon_sym_byte] = ACTIONS(956),
[anon_sym_short] = ACTIONS(956),
[anon_sym_int] = ACTIONS(956),
[anon_sym_long] = ACTIONS(956),
[anon_sym_char] = ACTIONS(956),
[anon_sym_float] = ACTIONS(956),
[anon_sym_double] = ACTIONS(956),
[sym_boolean_type] = ACTIONS(956),
[sym_void_type] = ACTIONS(956),
[sym_this] = ACTIONS(956),
[sym_super] = ACTIONS(956),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(291)] = {
[ts_builtin_sym_end] = ACTIONS(958),
[sym_identifier] = ACTIONS(960),
[sym_decimal_integer_literal] = ACTIONS(960),
[sym_hex_integer_literal] = ACTIONS(960),
[sym_octal_integer_literal] = ACTIONS(960),
[sym_binary_integer_literal] = ACTIONS(958),
[sym_decimal_floating_point_literal] = ACTIONS(958),
[sym_hex_floating_point_literal] = ACTIONS(960),
[sym_true] = ACTIONS(960),
[sym_false] = ACTIONS(960),
[sym_character_literal] = ACTIONS(958),
[anon_sym_DQUOTE] = ACTIONS(960),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(958),
[anon_sym_RBRACE] = ACTIONS(958),
[sym_null_literal] = ACTIONS(960),
[anon_sym_LPAREN] = ACTIONS(958),
[anon_sym_LT] = ACTIONS(958),
[anon_sym_PLUS] = ACTIONS(960),
[anon_sym_DASH] = ACTIONS(960),
[anon_sym_TILDE] = ACTIONS(958),
[anon_sym_BANG] = ACTIONS(958),
[anon_sym_PLUS_PLUS] = ACTIONS(958),
[anon_sym_DASH_DASH] = ACTIONS(958),
[anon_sym_new] = ACTIONS(960),
[anon_sym_class] = ACTIONS(960),
[anon_sym_switch] = ACTIONS(960),
[anon_sym_LBRACE] = ACTIONS(958),
[anon_sym_case] = ACTIONS(960),
[anon_sym_default] = ACTIONS(960),
[anon_sym_SEMI] = ACTIONS(958),
[anon_sym_assert] = ACTIONS(960),
[anon_sym_do] = ACTIONS(960),
[anon_sym_while] = ACTIONS(960),
[anon_sym_break] = ACTIONS(960),
[anon_sym_continue] = ACTIONS(960),
[anon_sym_return] = ACTIONS(960),
[anon_sym_yield] = ACTIONS(960),
[anon_sym_synchronized] = ACTIONS(960),
[anon_sym_throw] = ACTIONS(960),
[anon_sym_try] = ACTIONS(960),
[anon_sym_if] = ACTIONS(960),
[anon_sym_else] = ACTIONS(960),
[anon_sym_for] = ACTIONS(960),
[anon_sym_AT] = ACTIONS(960),
[anon_sym_open] = ACTIONS(960),
[anon_sym_module] = ACTIONS(960),
[anon_sym_static] = ACTIONS(960),
[anon_sym_with] = ACTIONS(960),
[anon_sym_package] = ACTIONS(960),
[anon_sym_import] = ACTIONS(960),
[anon_sym_enum] = ACTIONS(960),
[anon_sym_public] = ACTIONS(960),
[anon_sym_protected] = ACTIONS(960),
[anon_sym_private] = ACTIONS(960),
[anon_sym_abstract] = ACTIONS(960),
[anon_sym_final] = ACTIONS(960),
[anon_sym_strictfp] = ACTIONS(960),
[anon_sym_native] = ACTIONS(960),
[anon_sym_transient] = ACTIONS(960),
[anon_sym_volatile] = ACTIONS(960),
[anon_sym_sealed] = ACTIONS(960),
[anon_sym_non_DASHsealed] = ACTIONS(958),
[anon_sym_record] = ACTIONS(960),
[anon_sym_ATinterface] = ACTIONS(958),
[anon_sym_interface] = ACTIONS(960),
[anon_sym_byte] = ACTIONS(960),
[anon_sym_short] = ACTIONS(960),
[anon_sym_int] = ACTIONS(960),
[anon_sym_long] = ACTIONS(960),
[anon_sym_char] = ACTIONS(960),
[anon_sym_float] = ACTIONS(960),
[anon_sym_double] = ACTIONS(960),
[sym_boolean_type] = ACTIONS(960),
[sym_void_type] = ACTIONS(960),
[sym_this] = ACTIONS(960),
[sym_super] = ACTIONS(960),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(292)] = {
[ts_builtin_sym_end] = ACTIONS(962),
[sym_identifier] = ACTIONS(964),
[sym_decimal_integer_literal] = ACTIONS(964),
[sym_hex_integer_literal] = ACTIONS(964),
[sym_octal_integer_literal] = ACTIONS(964),
[sym_binary_integer_literal] = ACTIONS(962),
[sym_decimal_floating_point_literal] = ACTIONS(962),
[sym_hex_floating_point_literal] = ACTIONS(964),
[sym_true] = ACTIONS(964),
[sym_false] = ACTIONS(964),
[sym_character_literal] = ACTIONS(962),
[anon_sym_DQUOTE] = ACTIONS(964),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(962),
[anon_sym_RBRACE] = ACTIONS(962),
[sym_null_literal] = ACTIONS(964),
[anon_sym_LPAREN] = ACTIONS(962),
[anon_sym_LT] = ACTIONS(962),
[anon_sym_PLUS] = ACTIONS(964),
[anon_sym_DASH] = ACTIONS(964),
[anon_sym_TILDE] = ACTIONS(962),
[anon_sym_BANG] = ACTIONS(962),
[anon_sym_PLUS_PLUS] = ACTIONS(962),
[anon_sym_DASH_DASH] = ACTIONS(962),
[anon_sym_new] = ACTIONS(964),
[anon_sym_class] = ACTIONS(964),
[anon_sym_switch] = ACTIONS(964),
[anon_sym_LBRACE] = ACTIONS(962),
[anon_sym_case] = ACTIONS(964),
[anon_sym_default] = ACTIONS(964),
[anon_sym_SEMI] = ACTIONS(962),
[anon_sym_assert] = ACTIONS(964),
[anon_sym_do] = ACTIONS(964),
[anon_sym_while] = ACTIONS(964),
[anon_sym_break] = ACTIONS(964),
[anon_sym_continue] = ACTIONS(964),
[anon_sym_return] = ACTIONS(964),
[anon_sym_yield] = ACTIONS(964),
[anon_sym_synchronized] = ACTIONS(964),
[anon_sym_throw] = ACTIONS(964),
[anon_sym_try] = ACTIONS(964),
[anon_sym_if] = ACTIONS(964),
[anon_sym_else] = ACTIONS(964),
[anon_sym_for] = ACTIONS(964),
[anon_sym_AT] = ACTIONS(964),
[anon_sym_open] = ACTIONS(964),
[anon_sym_module] = ACTIONS(964),
[anon_sym_static] = ACTIONS(964),
[anon_sym_with] = ACTIONS(964),
[anon_sym_package] = ACTIONS(964),
[anon_sym_import] = ACTIONS(964),
[anon_sym_enum] = ACTIONS(964),
[anon_sym_public] = ACTIONS(964),
[anon_sym_protected] = ACTIONS(964),
[anon_sym_private] = ACTIONS(964),
[anon_sym_abstract] = ACTIONS(964),
[anon_sym_final] = ACTIONS(964),
[anon_sym_strictfp] = ACTIONS(964),
[anon_sym_native] = ACTIONS(964),
[anon_sym_transient] = ACTIONS(964),
[anon_sym_volatile] = ACTIONS(964),
[anon_sym_sealed] = ACTIONS(964),
[anon_sym_non_DASHsealed] = ACTIONS(962),
[anon_sym_record] = ACTIONS(964),
[anon_sym_ATinterface] = ACTIONS(962),
[anon_sym_interface] = ACTIONS(964),
[anon_sym_byte] = ACTIONS(964),
[anon_sym_short] = ACTIONS(964),
[anon_sym_int] = ACTIONS(964),
[anon_sym_long] = ACTIONS(964),
[anon_sym_char] = ACTIONS(964),
[anon_sym_float] = ACTIONS(964),
[anon_sym_double] = ACTIONS(964),
[sym_boolean_type] = ACTIONS(964),
[sym_void_type] = ACTIONS(964),
[sym_this] = ACTIONS(964),
[sym_super] = ACTIONS(964),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(293)] = {
[ts_builtin_sym_end] = ACTIONS(966),
[sym_identifier] = ACTIONS(968),
[sym_decimal_integer_literal] = ACTIONS(968),
[sym_hex_integer_literal] = ACTIONS(968),
[sym_octal_integer_literal] = ACTIONS(968),
[sym_binary_integer_literal] = ACTIONS(966),
[sym_decimal_floating_point_literal] = ACTIONS(966),
[sym_hex_floating_point_literal] = ACTIONS(968),
[sym_true] = ACTIONS(968),
[sym_false] = ACTIONS(968),
[sym_character_literal] = ACTIONS(966),
[anon_sym_DQUOTE] = ACTIONS(968),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(966),
[anon_sym_RBRACE] = ACTIONS(966),
[sym_null_literal] = ACTIONS(968),
[anon_sym_LPAREN] = ACTIONS(966),
[anon_sym_LT] = ACTIONS(966),
[anon_sym_PLUS] = ACTIONS(968),
[anon_sym_DASH] = ACTIONS(968),
[anon_sym_TILDE] = ACTIONS(966),
[anon_sym_BANG] = ACTIONS(966),
[anon_sym_PLUS_PLUS] = ACTIONS(966),
[anon_sym_DASH_DASH] = ACTIONS(966),
[anon_sym_new] = ACTIONS(968),
[anon_sym_class] = ACTIONS(968),
[anon_sym_switch] = ACTIONS(968),
[anon_sym_LBRACE] = ACTIONS(966),
[anon_sym_case] = ACTIONS(968),
[anon_sym_default] = ACTIONS(968),
[anon_sym_SEMI] = ACTIONS(966),
[anon_sym_assert] = ACTIONS(968),
[anon_sym_do] = ACTIONS(968),
[anon_sym_while] = ACTIONS(968),
[anon_sym_break] = ACTIONS(968),
[anon_sym_continue] = ACTIONS(968),
[anon_sym_return] = ACTIONS(968),
[anon_sym_yield] = ACTIONS(968),
[anon_sym_synchronized] = ACTIONS(968),
[anon_sym_throw] = ACTIONS(968),
[anon_sym_try] = ACTIONS(968),
[anon_sym_if] = ACTIONS(968),
[anon_sym_else] = ACTIONS(968),
[anon_sym_for] = ACTIONS(968),
[anon_sym_AT] = ACTIONS(968),
[anon_sym_open] = ACTIONS(968),
[anon_sym_module] = ACTIONS(968),
[anon_sym_static] = ACTIONS(968),
[anon_sym_with] = ACTIONS(968),
[anon_sym_package] = ACTIONS(968),
[anon_sym_import] = ACTIONS(968),
[anon_sym_enum] = ACTIONS(968),
[anon_sym_public] = ACTIONS(968),
[anon_sym_protected] = ACTIONS(968),
[anon_sym_private] = ACTIONS(968),
[anon_sym_abstract] = ACTIONS(968),
[anon_sym_final] = ACTIONS(968),
[anon_sym_strictfp] = ACTIONS(968),
[anon_sym_native] = ACTIONS(968),
[anon_sym_transient] = ACTIONS(968),
[anon_sym_volatile] = ACTIONS(968),
[anon_sym_sealed] = ACTIONS(968),
[anon_sym_non_DASHsealed] = ACTIONS(966),
[anon_sym_record] = ACTIONS(968),
[anon_sym_ATinterface] = ACTIONS(966),
[anon_sym_interface] = ACTIONS(968),
[anon_sym_byte] = ACTIONS(968),
[anon_sym_short] = ACTIONS(968),
[anon_sym_int] = ACTIONS(968),
[anon_sym_long] = ACTIONS(968),
[anon_sym_char] = ACTIONS(968),
[anon_sym_float] = ACTIONS(968),
[anon_sym_double] = ACTIONS(968),
[sym_boolean_type] = ACTIONS(968),
[sym_void_type] = ACTIONS(968),
[sym_this] = ACTIONS(968),
[sym_super] = ACTIONS(968),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(294)] = {
[ts_builtin_sym_end] = ACTIONS(970),
[sym_identifier] = ACTIONS(972),
[sym_decimal_integer_literal] = ACTIONS(972),
[sym_hex_integer_literal] = ACTIONS(972),
[sym_octal_integer_literal] = ACTIONS(972),
[sym_binary_integer_literal] = ACTIONS(970),
[sym_decimal_floating_point_literal] = ACTIONS(970),
[sym_hex_floating_point_literal] = ACTIONS(972),
[sym_true] = ACTIONS(972),
[sym_false] = ACTIONS(972),
[sym_character_literal] = ACTIONS(970),
[anon_sym_DQUOTE] = ACTIONS(972),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(970),
[anon_sym_RBRACE] = ACTIONS(970),
[sym_null_literal] = ACTIONS(972),
[anon_sym_LPAREN] = ACTIONS(970),
[anon_sym_LT] = ACTIONS(970),
[anon_sym_PLUS] = ACTIONS(972),
[anon_sym_DASH] = ACTIONS(972),
[anon_sym_TILDE] = ACTIONS(970),
[anon_sym_BANG] = ACTIONS(970),
[anon_sym_PLUS_PLUS] = ACTIONS(970),
[anon_sym_DASH_DASH] = ACTIONS(970),
[anon_sym_new] = ACTIONS(972),
[anon_sym_class] = ACTIONS(972),
[anon_sym_switch] = ACTIONS(972),
[anon_sym_LBRACE] = ACTIONS(970),
[anon_sym_case] = ACTIONS(972),
[anon_sym_default] = ACTIONS(972),
[anon_sym_SEMI] = ACTIONS(970),
[anon_sym_assert] = ACTIONS(972),
[anon_sym_do] = ACTIONS(972),
[anon_sym_while] = ACTIONS(972),
[anon_sym_break] = ACTIONS(972),
[anon_sym_continue] = ACTIONS(972),
[anon_sym_return] = ACTIONS(972),
[anon_sym_yield] = ACTIONS(972),
[anon_sym_synchronized] = ACTIONS(972),
[anon_sym_throw] = ACTIONS(972),
[anon_sym_try] = ACTIONS(972),
[anon_sym_if] = ACTIONS(972),
[anon_sym_else] = ACTIONS(972),
[anon_sym_for] = ACTIONS(972),
[anon_sym_AT] = ACTIONS(972),
[anon_sym_open] = ACTIONS(972),
[anon_sym_module] = ACTIONS(972),
[anon_sym_static] = ACTIONS(972),
[anon_sym_with] = ACTIONS(972),
[anon_sym_package] = ACTIONS(972),
[anon_sym_import] = ACTIONS(972),
[anon_sym_enum] = ACTIONS(972),
[anon_sym_public] = ACTIONS(972),
[anon_sym_protected] = ACTIONS(972),
[anon_sym_private] = ACTIONS(972),
[anon_sym_abstract] = ACTIONS(972),
[anon_sym_final] = ACTIONS(972),
[anon_sym_strictfp] = ACTIONS(972),
[anon_sym_native] = ACTIONS(972),
[anon_sym_transient] = ACTIONS(972),
[anon_sym_volatile] = ACTIONS(972),
[anon_sym_sealed] = ACTIONS(972),
[anon_sym_non_DASHsealed] = ACTIONS(970),
[anon_sym_record] = ACTIONS(972),
[anon_sym_ATinterface] = ACTIONS(970),
[anon_sym_interface] = ACTIONS(972),
[anon_sym_byte] = ACTIONS(972),
[anon_sym_short] = ACTIONS(972),
[anon_sym_int] = ACTIONS(972),
[anon_sym_long] = ACTIONS(972),
[anon_sym_char] = ACTIONS(972),
[anon_sym_float] = ACTIONS(972),
[anon_sym_double] = ACTIONS(972),
[sym_boolean_type] = ACTIONS(972),
[sym_void_type] = ACTIONS(972),
[sym_this] = ACTIONS(972),
[sym_super] = ACTIONS(972),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(295)] = {
[ts_builtin_sym_end] = ACTIONS(974),
[sym_identifier] = ACTIONS(976),
[sym_decimal_integer_literal] = ACTIONS(976),
[sym_hex_integer_literal] = ACTIONS(976),
[sym_octal_integer_literal] = ACTIONS(976),
[sym_binary_integer_literal] = ACTIONS(974),
[sym_decimal_floating_point_literal] = ACTIONS(974),
[sym_hex_floating_point_literal] = ACTIONS(976),
[sym_true] = ACTIONS(976),
[sym_false] = ACTIONS(976),
[sym_character_literal] = ACTIONS(974),
[anon_sym_DQUOTE] = ACTIONS(976),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(974),
[anon_sym_RBRACE] = ACTIONS(974),
[sym_null_literal] = ACTIONS(976),
[anon_sym_LPAREN] = ACTIONS(974),
[anon_sym_LT] = ACTIONS(974),
[anon_sym_PLUS] = ACTIONS(976),
[anon_sym_DASH] = ACTIONS(976),
[anon_sym_TILDE] = ACTIONS(974),
[anon_sym_BANG] = ACTIONS(974),
[anon_sym_PLUS_PLUS] = ACTIONS(974),
[anon_sym_DASH_DASH] = ACTIONS(974),
[anon_sym_new] = ACTIONS(976),
[anon_sym_class] = ACTIONS(976),
[anon_sym_switch] = ACTIONS(976),
[anon_sym_LBRACE] = ACTIONS(974),
[anon_sym_case] = ACTIONS(976),
[anon_sym_default] = ACTIONS(976),
[anon_sym_SEMI] = ACTIONS(974),
[anon_sym_assert] = ACTIONS(976),
[anon_sym_do] = ACTIONS(976),
[anon_sym_while] = ACTIONS(976),
[anon_sym_break] = ACTIONS(976),
[anon_sym_continue] = ACTIONS(976),
[anon_sym_return] = ACTIONS(976),
[anon_sym_yield] = ACTIONS(976),
[anon_sym_synchronized] = ACTIONS(976),
[anon_sym_throw] = ACTIONS(976),
[anon_sym_try] = ACTIONS(976),
[anon_sym_if] = ACTIONS(976),
[anon_sym_else] = ACTIONS(976),
[anon_sym_for] = ACTIONS(976),
[anon_sym_AT] = ACTIONS(976),
[anon_sym_open] = ACTIONS(976),
[anon_sym_module] = ACTIONS(976),
[anon_sym_static] = ACTIONS(976),
[anon_sym_with] = ACTIONS(976),
[anon_sym_package] = ACTIONS(976),
[anon_sym_import] = ACTIONS(976),
[anon_sym_enum] = ACTIONS(976),
[anon_sym_public] = ACTIONS(976),
[anon_sym_protected] = ACTIONS(976),
[anon_sym_private] = ACTIONS(976),
[anon_sym_abstract] = ACTIONS(976),
[anon_sym_final] = ACTIONS(976),
[anon_sym_strictfp] = ACTIONS(976),
[anon_sym_native] = ACTIONS(976),
[anon_sym_transient] = ACTIONS(976),
[anon_sym_volatile] = ACTIONS(976),
[anon_sym_sealed] = ACTIONS(976),
[anon_sym_non_DASHsealed] = ACTIONS(974),
[anon_sym_record] = ACTIONS(976),
[anon_sym_ATinterface] = ACTIONS(974),
[anon_sym_interface] = ACTIONS(976),
[anon_sym_byte] = ACTIONS(976),
[anon_sym_short] = ACTIONS(976),
[anon_sym_int] = ACTIONS(976),
[anon_sym_long] = ACTIONS(976),
[anon_sym_char] = ACTIONS(976),
[anon_sym_float] = ACTIONS(976),
[anon_sym_double] = ACTIONS(976),
[sym_boolean_type] = ACTIONS(976),
[sym_void_type] = ACTIONS(976),
[sym_this] = ACTIONS(976),
[sym_super] = ACTIONS(976),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(296)] = {
[ts_builtin_sym_end] = ACTIONS(978),
[sym_identifier] = ACTIONS(980),
[sym_decimal_integer_literal] = ACTIONS(980),
[sym_hex_integer_literal] = ACTIONS(980),
[sym_octal_integer_literal] = ACTIONS(980),
[sym_binary_integer_literal] = ACTIONS(978),
[sym_decimal_floating_point_literal] = ACTIONS(978),
[sym_hex_floating_point_literal] = ACTIONS(980),
[sym_true] = ACTIONS(980),
[sym_false] = ACTIONS(980),
[sym_character_literal] = ACTIONS(978),
[anon_sym_DQUOTE] = ACTIONS(980),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(978),
[anon_sym_RBRACE] = ACTIONS(978),
[sym_null_literal] = ACTIONS(980),
[anon_sym_LPAREN] = ACTIONS(978),
[anon_sym_LT] = ACTIONS(978),
[anon_sym_PLUS] = ACTIONS(980),
[anon_sym_DASH] = ACTIONS(980),
[anon_sym_TILDE] = ACTIONS(978),
[anon_sym_BANG] = ACTIONS(978),
[anon_sym_PLUS_PLUS] = ACTIONS(978),
[anon_sym_DASH_DASH] = ACTIONS(978),
[anon_sym_new] = ACTIONS(980),
[anon_sym_class] = ACTIONS(980),
[anon_sym_switch] = ACTIONS(980),
[anon_sym_LBRACE] = ACTIONS(978),
[anon_sym_case] = ACTIONS(980),
[anon_sym_default] = ACTIONS(980),
[anon_sym_SEMI] = ACTIONS(978),
[anon_sym_assert] = ACTIONS(980),
[anon_sym_do] = ACTIONS(980),
[anon_sym_while] = ACTIONS(980),
[anon_sym_break] = ACTIONS(980),
[anon_sym_continue] = ACTIONS(980),
[anon_sym_return] = ACTIONS(980),
[anon_sym_yield] = ACTIONS(980),
[anon_sym_synchronized] = ACTIONS(980),
[anon_sym_throw] = ACTIONS(980),
[anon_sym_try] = ACTIONS(980),
[anon_sym_if] = ACTIONS(980),
[anon_sym_else] = ACTIONS(980),
[anon_sym_for] = ACTIONS(980),
[anon_sym_AT] = ACTIONS(980),
[anon_sym_open] = ACTIONS(980),
[anon_sym_module] = ACTIONS(980),
[anon_sym_static] = ACTIONS(980),
[anon_sym_with] = ACTIONS(980),
[anon_sym_package] = ACTIONS(980),
[anon_sym_import] = ACTIONS(980),
[anon_sym_enum] = ACTIONS(980),
[anon_sym_public] = ACTIONS(980),
[anon_sym_protected] = ACTIONS(980),
[anon_sym_private] = ACTIONS(980),
[anon_sym_abstract] = ACTIONS(980),
[anon_sym_final] = ACTIONS(980),
[anon_sym_strictfp] = ACTIONS(980),
[anon_sym_native] = ACTIONS(980),
[anon_sym_transient] = ACTIONS(980),
[anon_sym_volatile] = ACTIONS(980),
[anon_sym_sealed] = ACTIONS(980),
[anon_sym_non_DASHsealed] = ACTIONS(978),
[anon_sym_record] = ACTIONS(980),
[anon_sym_ATinterface] = ACTIONS(978),
[anon_sym_interface] = ACTIONS(980),
[anon_sym_byte] = ACTIONS(980),
[anon_sym_short] = ACTIONS(980),
[anon_sym_int] = ACTIONS(980),
[anon_sym_long] = ACTIONS(980),
[anon_sym_char] = ACTIONS(980),
[anon_sym_float] = ACTIONS(980),
[anon_sym_double] = ACTIONS(980),
[sym_boolean_type] = ACTIONS(980),
[sym_void_type] = ACTIONS(980),
[sym_this] = ACTIONS(980),
[sym_super] = ACTIONS(980),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(297)] = {
[ts_builtin_sym_end] = ACTIONS(982),
[sym_identifier] = ACTIONS(984),
[sym_decimal_integer_literal] = ACTIONS(984),
[sym_hex_integer_literal] = ACTIONS(984),
[sym_octal_integer_literal] = ACTIONS(984),
[sym_binary_integer_literal] = ACTIONS(982),
[sym_decimal_floating_point_literal] = ACTIONS(982),
[sym_hex_floating_point_literal] = ACTIONS(984),
[sym_true] = ACTIONS(984),
[sym_false] = ACTIONS(984),
[sym_character_literal] = ACTIONS(982),
[anon_sym_DQUOTE] = ACTIONS(984),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(982),
[anon_sym_RBRACE] = ACTIONS(982),
[sym_null_literal] = ACTIONS(984),
[anon_sym_LPAREN] = ACTIONS(982),
[anon_sym_LT] = ACTIONS(982),
[anon_sym_PLUS] = ACTIONS(984),
[anon_sym_DASH] = ACTIONS(984),
[anon_sym_TILDE] = ACTIONS(982),
[anon_sym_BANG] = ACTIONS(982),
[anon_sym_PLUS_PLUS] = ACTIONS(982),
[anon_sym_DASH_DASH] = ACTIONS(982),
[anon_sym_new] = ACTIONS(984),
[anon_sym_class] = ACTIONS(984),
[anon_sym_switch] = ACTIONS(984),
[anon_sym_LBRACE] = ACTIONS(982),
[anon_sym_case] = ACTIONS(984),
[anon_sym_default] = ACTIONS(984),
[anon_sym_SEMI] = ACTIONS(982),
[anon_sym_assert] = ACTIONS(984),
[anon_sym_do] = ACTIONS(984),
[anon_sym_while] = ACTIONS(984),
[anon_sym_break] = ACTIONS(984),
[anon_sym_continue] = ACTIONS(984),
[anon_sym_return] = ACTIONS(984),
[anon_sym_yield] = ACTIONS(984),
[anon_sym_synchronized] = ACTIONS(984),
[anon_sym_throw] = ACTIONS(984),
[anon_sym_try] = ACTIONS(984),
[anon_sym_if] = ACTIONS(984),
[anon_sym_else] = ACTIONS(984),
[anon_sym_for] = ACTIONS(984),
[anon_sym_AT] = ACTIONS(984),
[anon_sym_open] = ACTIONS(984),
[anon_sym_module] = ACTIONS(984),
[anon_sym_static] = ACTIONS(984),
[anon_sym_with] = ACTIONS(984),
[anon_sym_package] = ACTIONS(984),
[anon_sym_import] = ACTIONS(984),
[anon_sym_enum] = ACTIONS(984),
[anon_sym_public] = ACTIONS(984),
[anon_sym_protected] = ACTIONS(984),
[anon_sym_private] = ACTIONS(984),
[anon_sym_abstract] = ACTIONS(984),
[anon_sym_final] = ACTIONS(984),
[anon_sym_strictfp] = ACTIONS(984),
[anon_sym_native] = ACTIONS(984),
[anon_sym_transient] = ACTIONS(984),
[anon_sym_volatile] = ACTIONS(984),
[anon_sym_sealed] = ACTIONS(984),
[anon_sym_non_DASHsealed] = ACTIONS(982),
[anon_sym_record] = ACTIONS(984),
[anon_sym_ATinterface] = ACTIONS(982),
[anon_sym_interface] = ACTIONS(984),
[anon_sym_byte] = ACTIONS(984),
[anon_sym_short] = ACTIONS(984),
[anon_sym_int] = ACTIONS(984),
[anon_sym_long] = ACTIONS(984),
[anon_sym_char] = ACTIONS(984),
[anon_sym_float] = ACTIONS(984),
[anon_sym_double] = ACTIONS(984),
[sym_boolean_type] = ACTIONS(984),
[sym_void_type] = ACTIONS(984),
[sym_this] = ACTIONS(984),
[sym_super] = ACTIONS(984),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(298)] = {
[ts_builtin_sym_end] = ACTIONS(986),
[sym_identifier] = ACTIONS(988),
[sym_decimal_integer_literal] = ACTIONS(988),
[sym_hex_integer_literal] = ACTIONS(988),
[sym_octal_integer_literal] = ACTIONS(988),
[sym_binary_integer_literal] = ACTIONS(986),
[sym_decimal_floating_point_literal] = ACTIONS(986),
[sym_hex_floating_point_literal] = ACTIONS(988),
[sym_true] = ACTIONS(988),
[sym_false] = ACTIONS(988),
[sym_character_literal] = ACTIONS(986),
[anon_sym_DQUOTE] = ACTIONS(988),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(986),
[anon_sym_RBRACE] = ACTIONS(986),
[sym_null_literal] = ACTIONS(988),
[anon_sym_LPAREN] = ACTIONS(986),
[anon_sym_LT] = ACTIONS(986),
[anon_sym_PLUS] = ACTIONS(988),
[anon_sym_DASH] = ACTIONS(988),
[anon_sym_TILDE] = ACTIONS(986),
[anon_sym_BANG] = ACTIONS(986),
[anon_sym_PLUS_PLUS] = ACTIONS(986),
[anon_sym_DASH_DASH] = ACTIONS(986),
[anon_sym_new] = ACTIONS(988),
[anon_sym_class] = ACTIONS(988),
[anon_sym_switch] = ACTIONS(988),
[anon_sym_LBRACE] = ACTIONS(986),
[anon_sym_case] = ACTIONS(988),
[anon_sym_default] = ACTIONS(988),
[anon_sym_SEMI] = ACTIONS(986),
[anon_sym_assert] = ACTIONS(988),
[anon_sym_do] = ACTIONS(988),
[anon_sym_while] = ACTIONS(988),
[anon_sym_break] = ACTIONS(988),
[anon_sym_continue] = ACTIONS(988),
[anon_sym_return] = ACTIONS(988),
[anon_sym_yield] = ACTIONS(988),
[anon_sym_synchronized] = ACTIONS(988),
[anon_sym_throw] = ACTIONS(988),
[anon_sym_try] = ACTIONS(988),
[anon_sym_if] = ACTIONS(988),
[anon_sym_else] = ACTIONS(988),
[anon_sym_for] = ACTIONS(988),
[anon_sym_AT] = ACTIONS(988),
[anon_sym_open] = ACTIONS(988),
[anon_sym_module] = ACTIONS(988),
[anon_sym_static] = ACTIONS(988),
[anon_sym_with] = ACTIONS(988),
[anon_sym_package] = ACTIONS(988),
[anon_sym_import] = ACTIONS(988),
[anon_sym_enum] = ACTIONS(988),
[anon_sym_public] = ACTIONS(988),
[anon_sym_protected] = ACTIONS(988),
[anon_sym_private] = ACTIONS(988),
[anon_sym_abstract] = ACTIONS(988),
[anon_sym_final] = ACTIONS(988),
[anon_sym_strictfp] = ACTIONS(988),
[anon_sym_native] = ACTIONS(988),
[anon_sym_transient] = ACTIONS(988),
[anon_sym_volatile] = ACTIONS(988),
[anon_sym_sealed] = ACTIONS(988),
[anon_sym_non_DASHsealed] = ACTIONS(986),
[anon_sym_record] = ACTIONS(988),
[anon_sym_ATinterface] = ACTIONS(986),
[anon_sym_interface] = ACTIONS(988),
[anon_sym_byte] = ACTIONS(988),
[anon_sym_short] = ACTIONS(988),
[anon_sym_int] = ACTIONS(988),
[anon_sym_long] = ACTIONS(988),
[anon_sym_char] = ACTIONS(988),
[anon_sym_float] = ACTIONS(988),
[anon_sym_double] = ACTIONS(988),
[sym_boolean_type] = ACTIONS(988),
[sym_void_type] = ACTIONS(988),
[sym_this] = ACTIONS(988),
[sym_super] = ACTIONS(988),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(299)] = {
[ts_builtin_sym_end] = ACTIONS(990),
[sym_identifier] = ACTIONS(992),
[sym_decimal_integer_literal] = ACTIONS(992),
[sym_hex_integer_literal] = ACTIONS(992),
[sym_octal_integer_literal] = ACTIONS(992),
[sym_binary_integer_literal] = ACTIONS(990),
[sym_decimal_floating_point_literal] = ACTIONS(990),
[sym_hex_floating_point_literal] = ACTIONS(992),
[sym_true] = ACTIONS(992),
[sym_false] = ACTIONS(992),
[sym_character_literal] = ACTIONS(990),
[anon_sym_DQUOTE] = ACTIONS(992),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(990),
[anon_sym_RBRACE] = ACTIONS(990),
[sym_null_literal] = ACTIONS(992),
[anon_sym_LPAREN] = ACTIONS(990),
[anon_sym_LT] = ACTIONS(990),
[anon_sym_PLUS] = ACTIONS(992),
[anon_sym_DASH] = ACTIONS(992),
[anon_sym_TILDE] = ACTIONS(990),
[anon_sym_BANG] = ACTIONS(990),
[anon_sym_PLUS_PLUS] = ACTIONS(990),
[anon_sym_DASH_DASH] = ACTIONS(990),
[anon_sym_new] = ACTIONS(992),
[anon_sym_class] = ACTIONS(992),
[anon_sym_switch] = ACTIONS(992),
[anon_sym_LBRACE] = ACTIONS(990),
[anon_sym_case] = ACTIONS(992),
[anon_sym_default] = ACTIONS(992),
[anon_sym_SEMI] = ACTIONS(990),
[anon_sym_assert] = ACTIONS(992),
[anon_sym_do] = ACTIONS(992),
[anon_sym_while] = ACTIONS(992),
[anon_sym_break] = ACTIONS(992),
[anon_sym_continue] = ACTIONS(992),
[anon_sym_return] = ACTIONS(992),
[anon_sym_yield] = ACTIONS(992),
[anon_sym_synchronized] = ACTIONS(992),
[anon_sym_throw] = ACTIONS(992),
[anon_sym_try] = ACTIONS(992),
[anon_sym_if] = ACTIONS(992),
[anon_sym_else] = ACTIONS(992),
[anon_sym_for] = ACTIONS(992),
[anon_sym_AT] = ACTIONS(992),
[anon_sym_open] = ACTIONS(992),
[anon_sym_module] = ACTIONS(992),
[anon_sym_static] = ACTIONS(992),
[anon_sym_with] = ACTIONS(992),
[anon_sym_package] = ACTIONS(992),
[anon_sym_import] = ACTIONS(992),
[anon_sym_enum] = ACTIONS(992),
[anon_sym_public] = ACTIONS(992),
[anon_sym_protected] = ACTIONS(992),
[anon_sym_private] = ACTIONS(992),
[anon_sym_abstract] = ACTIONS(992),
[anon_sym_final] = ACTIONS(992),
[anon_sym_strictfp] = ACTIONS(992),
[anon_sym_native] = ACTIONS(992),
[anon_sym_transient] = ACTIONS(992),
[anon_sym_volatile] = ACTIONS(992),
[anon_sym_sealed] = ACTIONS(992),
[anon_sym_non_DASHsealed] = ACTIONS(990),
[anon_sym_record] = ACTIONS(992),
[anon_sym_ATinterface] = ACTIONS(990),
[anon_sym_interface] = ACTIONS(992),
[anon_sym_byte] = ACTIONS(992),
[anon_sym_short] = ACTIONS(992),
[anon_sym_int] = ACTIONS(992),
[anon_sym_long] = ACTIONS(992),
[anon_sym_char] = ACTIONS(992),
[anon_sym_float] = ACTIONS(992),
[anon_sym_double] = ACTIONS(992),
[sym_boolean_type] = ACTIONS(992),
[sym_void_type] = ACTIONS(992),
[sym_this] = ACTIONS(992),
[sym_super] = ACTIONS(992),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(300)] = {
[ts_builtin_sym_end] = ACTIONS(994),
[sym_identifier] = ACTIONS(996),
[sym_decimal_integer_literal] = ACTIONS(996),
[sym_hex_integer_literal] = ACTIONS(996),
[sym_octal_integer_literal] = ACTIONS(996),
[sym_binary_integer_literal] = ACTIONS(994),
[sym_decimal_floating_point_literal] = ACTIONS(994),
[sym_hex_floating_point_literal] = ACTIONS(996),
[sym_true] = ACTIONS(996),
[sym_false] = ACTIONS(996),
[sym_character_literal] = ACTIONS(994),
[anon_sym_DQUOTE] = ACTIONS(996),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(994),
[anon_sym_RBRACE] = ACTIONS(994),
[sym_null_literal] = ACTIONS(996),
[anon_sym_LPAREN] = ACTIONS(994),
[anon_sym_LT] = ACTIONS(994),
[anon_sym_PLUS] = ACTIONS(996),
[anon_sym_DASH] = ACTIONS(996),
[anon_sym_TILDE] = ACTIONS(994),
[anon_sym_BANG] = ACTIONS(994),
[anon_sym_PLUS_PLUS] = ACTIONS(994),
[anon_sym_DASH_DASH] = ACTIONS(994),
[anon_sym_new] = ACTIONS(996),
[anon_sym_class] = ACTIONS(996),
[anon_sym_switch] = ACTIONS(996),
[anon_sym_LBRACE] = ACTIONS(994),
[anon_sym_case] = ACTIONS(996),
[anon_sym_default] = ACTIONS(996),
[anon_sym_SEMI] = ACTIONS(994),
[anon_sym_assert] = ACTIONS(996),
[anon_sym_do] = ACTIONS(996),
[anon_sym_while] = ACTIONS(996),
[anon_sym_break] = ACTIONS(996),
[anon_sym_continue] = ACTIONS(996),
[anon_sym_return] = ACTIONS(996),
[anon_sym_yield] = ACTIONS(996),
[anon_sym_synchronized] = ACTIONS(996),
[anon_sym_throw] = ACTIONS(996),
[anon_sym_try] = ACTIONS(996),
[anon_sym_if] = ACTIONS(996),
[anon_sym_else] = ACTIONS(996),
[anon_sym_for] = ACTIONS(996),
[anon_sym_AT] = ACTIONS(996),
[anon_sym_open] = ACTIONS(996),
[anon_sym_module] = ACTIONS(996),
[anon_sym_static] = ACTIONS(996),
[anon_sym_with] = ACTIONS(996),
[anon_sym_package] = ACTIONS(996),
[anon_sym_import] = ACTIONS(996),
[anon_sym_enum] = ACTIONS(996),
[anon_sym_public] = ACTIONS(996),
[anon_sym_protected] = ACTIONS(996),
[anon_sym_private] = ACTIONS(996),
[anon_sym_abstract] = ACTIONS(996),
[anon_sym_final] = ACTIONS(996),
[anon_sym_strictfp] = ACTIONS(996),
[anon_sym_native] = ACTIONS(996),
[anon_sym_transient] = ACTIONS(996),
[anon_sym_volatile] = ACTIONS(996),
[anon_sym_sealed] = ACTIONS(996),
[anon_sym_non_DASHsealed] = ACTIONS(994),
[anon_sym_record] = ACTIONS(996),
[anon_sym_ATinterface] = ACTIONS(994),
[anon_sym_interface] = ACTIONS(996),
[anon_sym_byte] = ACTIONS(996),
[anon_sym_short] = ACTIONS(996),
[anon_sym_int] = ACTIONS(996),
[anon_sym_long] = ACTIONS(996),
[anon_sym_char] = ACTIONS(996),
[anon_sym_float] = ACTIONS(996),
[anon_sym_double] = ACTIONS(996),
[sym_boolean_type] = ACTIONS(996),
[sym_void_type] = ACTIONS(996),
[sym_this] = ACTIONS(996),
[sym_super] = ACTIONS(996),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(301)] = {
[ts_builtin_sym_end] = ACTIONS(998),
[sym_identifier] = ACTIONS(1000),
[sym_decimal_integer_literal] = ACTIONS(1000),
[sym_hex_integer_literal] = ACTIONS(1000),
[sym_octal_integer_literal] = ACTIONS(1000),
[sym_binary_integer_literal] = ACTIONS(998),
[sym_decimal_floating_point_literal] = ACTIONS(998),
[sym_hex_floating_point_literal] = ACTIONS(1000),
[sym_true] = ACTIONS(1000),
[sym_false] = ACTIONS(1000),
[sym_character_literal] = ACTIONS(998),
[anon_sym_DQUOTE] = ACTIONS(1000),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(998),
[anon_sym_RBRACE] = ACTIONS(998),
[sym_null_literal] = ACTIONS(1000),
[anon_sym_LPAREN] = ACTIONS(998),
[anon_sym_LT] = ACTIONS(998),
[anon_sym_PLUS] = ACTIONS(1000),
[anon_sym_DASH] = ACTIONS(1000),
[anon_sym_TILDE] = ACTIONS(998),
[anon_sym_BANG] = ACTIONS(998),
[anon_sym_PLUS_PLUS] = ACTIONS(998),
[anon_sym_DASH_DASH] = ACTIONS(998),
[anon_sym_new] = ACTIONS(1000),
[anon_sym_class] = ACTIONS(1000),
[anon_sym_switch] = ACTIONS(1000),
[anon_sym_LBRACE] = ACTIONS(998),
[anon_sym_case] = ACTIONS(1000),
[anon_sym_default] = ACTIONS(1000),
[anon_sym_SEMI] = ACTIONS(998),
[anon_sym_assert] = ACTIONS(1000),
[anon_sym_do] = ACTIONS(1000),
[anon_sym_while] = ACTIONS(1000),
[anon_sym_break] = ACTIONS(1000),
[anon_sym_continue] = ACTIONS(1000),
[anon_sym_return] = ACTIONS(1000),
[anon_sym_yield] = ACTIONS(1000),
[anon_sym_synchronized] = ACTIONS(1000),
[anon_sym_throw] = ACTIONS(1000),
[anon_sym_try] = ACTIONS(1000),
[anon_sym_if] = ACTIONS(1000),
[anon_sym_else] = ACTIONS(1000),
[anon_sym_for] = ACTIONS(1000),
[anon_sym_AT] = ACTIONS(1000),
[anon_sym_open] = ACTIONS(1000),
[anon_sym_module] = ACTIONS(1000),
[anon_sym_static] = ACTIONS(1000),
[anon_sym_with] = ACTIONS(1000),
[anon_sym_package] = ACTIONS(1000),
[anon_sym_import] = ACTIONS(1000),
[anon_sym_enum] = ACTIONS(1000),
[anon_sym_public] = ACTIONS(1000),
[anon_sym_protected] = ACTIONS(1000),
[anon_sym_private] = ACTIONS(1000),
[anon_sym_abstract] = ACTIONS(1000),
[anon_sym_final] = ACTIONS(1000),
[anon_sym_strictfp] = ACTIONS(1000),
[anon_sym_native] = ACTIONS(1000),
[anon_sym_transient] = ACTIONS(1000),
[anon_sym_volatile] = ACTIONS(1000),
[anon_sym_sealed] = ACTIONS(1000),
[anon_sym_non_DASHsealed] = ACTIONS(998),
[anon_sym_record] = ACTIONS(1000),
[anon_sym_ATinterface] = ACTIONS(998),
[anon_sym_interface] = ACTIONS(1000),
[anon_sym_byte] = ACTIONS(1000),
[anon_sym_short] = ACTIONS(1000),
[anon_sym_int] = ACTIONS(1000),
[anon_sym_long] = ACTIONS(1000),
[anon_sym_char] = ACTIONS(1000),
[anon_sym_float] = ACTIONS(1000),
[anon_sym_double] = ACTIONS(1000),
[sym_boolean_type] = ACTIONS(1000),
[sym_void_type] = ACTIONS(1000),
[sym_this] = ACTIONS(1000),
[sym_super] = ACTIONS(1000),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(302)] = {
[ts_builtin_sym_end] = ACTIONS(1002),
[sym_identifier] = ACTIONS(1004),
[sym_decimal_integer_literal] = ACTIONS(1004),
[sym_hex_integer_literal] = ACTIONS(1004),
[sym_octal_integer_literal] = ACTIONS(1004),
[sym_binary_integer_literal] = ACTIONS(1002),
[sym_decimal_floating_point_literal] = ACTIONS(1002),
[sym_hex_floating_point_literal] = ACTIONS(1004),
[sym_true] = ACTIONS(1004),
[sym_false] = ACTIONS(1004),
[sym_character_literal] = ACTIONS(1002),
[anon_sym_DQUOTE] = ACTIONS(1004),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1002),
[anon_sym_RBRACE] = ACTIONS(1002),
[sym_null_literal] = ACTIONS(1004),
[anon_sym_LPAREN] = ACTIONS(1002),
[anon_sym_LT] = ACTIONS(1002),
[anon_sym_PLUS] = ACTIONS(1004),
[anon_sym_DASH] = ACTIONS(1004),
[anon_sym_TILDE] = ACTIONS(1002),
[anon_sym_BANG] = ACTIONS(1002),
[anon_sym_PLUS_PLUS] = ACTIONS(1002),
[anon_sym_DASH_DASH] = ACTIONS(1002),
[anon_sym_new] = ACTIONS(1004),
[anon_sym_class] = ACTIONS(1004),
[anon_sym_switch] = ACTIONS(1004),
[anon_sym_LBRACE] = ACTIONS(1002),
[anon_sym_case] = ACTIONS(1004),
[anon_sym_default] = ACTIONS(1004),
[anon_sym_SEMI] = ACTIONS(1002),
[anon_sym_assert] = ACTIONS(1004),
[anon_sym_do] = ACTIONS(1004),
[anon_sym_while] = ACTIONS(1004),
[anon_sym_break] = ACTIONS(1004),
[anon_sym_continue] = ACTIONS(1004),
[anon_sym_return] = ACTIONS(1004),
[anon_sym_yield] = ACTIONS(1004),
[anon_sym_synchronized] = ACTIONS(1004),
[anon_sym_throw] = ACTIONS(1004),
[anon_sym_try] = ACTIONS(1004),
[anon_sym_if] = ACTIONS(1004),
[anon_sym_else] = ACTIONS(1004),
[anon_sym_for] = ACTIONS(1004),
[anon_sym_AT] = ACTIONS(1004),
[anon_sym_open] = ACTIONS(1004),
[anon_sym_module] = ACTIONS(1004),
[anon_sym_static] = ACTIONS(1004),
[anon_sym_with] = ACTIONS(1004),
[anon_sym_package] = ACTIONS(1004),
[anon_sym_import] = ACTIONS(1004),
[anon_sym_enum] = ACTIONS(1004),
[anon_sym_public] = ACTIONS(1004),
[anon_sym_protected] = ACTIONS(1004),
[anon_sym_private] = ACTIONS(1004),
[anon_sym_abstract] = ACTIONS(1004),
[anon_sym_final] = ACTIONS(1004),
[anon_sym_strictfp] = ACTIONS(1004),
[anon_sym_native] = ACTIONS(1004),
[anon_sym_transient] = ACTIONS(1004),
[anon_sym_volatile] = ACTIONS(1004),
[anon_sym_sealed] = ACTIONS(1004),
[anon_sym_non_DASHsealed] = ACTIONS(1002),
[anon_sym_record] = ACTIONS(1004),
[anon_sym_ATinterface] = ACTIONS(1002),
[anon_sym_interface] = ACTIONS(1004),
[anon_sym_byte] = ACTIONS(1004),
[anon_sym_short] = ACTIONS(1004),
[anon_sym_int] = ACTIONS(1004),
[anon_sym_long] = ACTIONS(1004),
[anon_sym_char] = ACTIONS(1004),
[anon_sym_float] = ACTIONS(1004),
[anon_sym_double] = ACTIONS(1004),
[sym_boolean_type] = ACTIONS(1004),
[sym_void_type] = ACTIONS(1004),
[sym_this] = ACTIONS(1004),
[sym_super] = ACTIONS(1004),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(303)] = {
[ts_builtin_sym_end] = ACTIONS(1006),
[sym_identifier] = ACTIONS(1008),
[sym_decimal_integer_literal] = ACTIONS(1008),
[sym_hex_integer_literal] = ACTIONS(1008),
[sym_octal_integer_literal] = ACTIONS(1008),
[sym_binary_integer_literal] = ACTIONS(1006),
[sym_decimal_floating_point_literal] = ACTIONS(1006),
[sym_hex_floating_point_literal] = ACTIONS(1008),
[sym_true] = ACTIONS(1008),
[sym_false] = ACTIONS(1008),
[sym_character_literal] = ACTIONS(1006),
[anon_sym_DQUOTE] = ACTIONS(1008),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1006),
[anon_sym_RBRACE] = ACTIONS(1006),
[sym_null_literal] = ACTIONS(1008),
[anon_sym_LPAREN] = ACTIONS(1006),
[anon_sym_LT] = ACTIONS(1006),
[anon_sym_PLUS] = ACTIONS(1008),
[anon_sym_DASH] = ACTIONS(1008),
[anon_sym_TILDE] = ACTIONS(1006),
[anon_sym_BANG] = ACTIONS(1006),
[anon_sym_PLUS_PLUS] = ACTIONS(1006),
[anon_sym_DASH_DASH] = ACTIONS(1006),
[anon_sym_new] = ACTIONS(1008),
[anon_sym_class] = ACTIONS(1008),
[anon_sym_switch] = ACTIONS(1008),
[anon_sym_LBRACE] = ACTIONS(1006),
[anon_sym_case] = ACTIONS(1008),
[anon_sym_default] = ACTIONS(1008),
[anon_sym_SEMI] = ACTIONS(1006),
[anon_sym_assert] = ACTIONS(1008),
[anon_sym_do] = ACTIONS(1008),
[anon_sym_while] = ACTIONS(1008),
[anon_sym_break] = ACTIONS(1008),
[anon_sym_continue] = ACTIONS(1008),
[anon_sym_return] = ACTIONS(1008),
[anon_sym_yield] = ACTIONS(1008),
[anon_sym_synchronized] = ACTIONS(1008),
[anon_sym_throw] = ACTIONS(1008),
[anon_sym_try] = ACTIONS(1008),
[anon_sym_if] = ACTIONS(1008),
[anon_sym_else] = ACTIONS(1008),
[anon_sym_for] = ACTIONS(1008),
[anon_sym_AT] = ACTIONS(1008),
[anon_sym_open] = ACTIONS(1008),
[anon_sym_module] = ACTIONS(1008),
[anon_sym_static] = ACTIONS(1008),
[anon_sym_with] = ACTIONS(1008),
[anon_sym_package] = ACTIONS(1008),
[anon_sym_import] = ACTIONS(1008),
[anon_sym_enum] = ACTIONS(1008),
[anon_sym_public] = ACTIONS(1008),
[anon_sym_protected] = ACTIONS(1008),
[anon_sym_private] = ACTIONS(1008),
[anon_sym_abstract] = ACTIONS(1008),
[anon_sym_final] = ACTIONS(1008),
[anon_sym_strictfp] = ACTIONS(1008),
[anon_sym_native] = ACTIONS(1008),
[anon_sym_transient] = ACTIONS(1008),
[anon_sym_volatile] = ACTIONS(1008),
[anon_sym_sealed] = ACTIONS(1008),
[anon_sym_non_DASHsealed] = ACTIONS(1006),
[anon_sym_record] = ACTIONS(1008),
[anon_sym_ATinterface] = ACTIONS(1006),
[anon_sym_interface] = ACTIONS(1008),
[anon_sym_byte] = ACTIONS(1008),
[anon_sym_short] = ACTIONS(1008),
[anon_sym_int] = ACTIONS(1008),
[anon_sym_long] = ACTIONS(1008),
[anon_sym_char] = ACTIONS(1008),
[anon_sym_float] = ACTIONS(1008),
[anon_sym_double] = ACTIONS(1008),
[sym_boolean_type] = ACTIONS(1008),
[sym_void_type] = ACTIONS(1008),
[sym_this] = ACTIONS(1008),
[sym_super] = ACTIONS(1008),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(304)] = {
[ts_builtin_sym_end] = ACTIONS(1010),
[sym_identifier] = ACTIONS(1012),
[sym_decimal_integer_literal] = ACTIONS(1012),
[sym_hex_integer_literal] = ACTIONS(1012),
[sym_octal_integer_literal] = ACTIONS(1012),
[sym_binary_integer_literal] = ACTIONS(1010),
[sym_decimal_floating_point_literal] = ACTIONS(1010),
[sym_hex_floating_point_literal] = ACTIONS(1012),
[sym_true] = ACTIONS(1012),
[sym_false] = ACTIONS(1012),
[sym_character_literal] = ACTIONS(1010),
[anon_sym_DQUOTE] = ACTIONS(1012),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1010),
[anon_sym_RBRACE] = ACTIONS(1010),
[sym_null_literal] = ACTIONS(1012),
[anon_sym_LPAREN] = ACTIONS(1010),
[anon_sym_LT] = ACTIONS(1010),
[anon_sym_PLUS] = ACTIONS(1012),
[anon_sym_DASH] = ACTIONS(1012),
[anon_sym_TILDE] = ACTIONS(1010),
[anon_sym_BANG] = ACTIONS(1010),
[anon_sym_PLUS_PLUS] = ACTIONS(1010),
[anon_sym_DASH_DASH] = ACTIONS(1010),
[anon_sym_new] = ACTIONS(1012),
[anon_sym_class] = ACTIONS(1012),
[anon_sym_switch] = ACTIONS(1012),
[anon_sym_LBRACE] = ACTIONS(1010),
[anon_sym_case] = ACTIONS(1012),
[anon_sym_default] = ACTIONS(1012),
[anon_sym_SEMI] = ACTIONS(1010),
[anon_sym_assert] = ACTIONS(1012),
[anon_sym_do] = ACTIONS(1012),
[anon_sym_while] = ACTIONS(1012),
[anon_sym_break] = ACTIONS(1012),
[anon_sym_continue] = ACTIONS(1012),
[anon_sym_return] = ACTIONS(1012),
[anon_sym_yield] = ACTIONS(1012),
[anon_sym_synchronized] = ACTIONS(1012),
[anon_sym_throw] = ACTIONS(1012),
[anon_sym_try] = ACTIONS(1012),
[anon_sym_if] = ACTIONS(1012),
[anon_sym_else] = ACTIONS(1012),
[anon_sym_for] = ACTIONS(1012),
[anon_sym_AT] = ACTIONS(1012),
[anon_sym_open] = ACTIONS(1012),
[anon_sym_module] = ACTIONS(1012),
[anon_sym_static] = ACTIONS(1012),
[anon_sym_with] = ACTIONS(1012),
[anon_sym_package] = ACTIONS(1012),
[anon_sym_import] = ACTIONS(1012),
[anon_sym_enum] = ACTIONS(1012),
[anon_sym_public] = ACTIONS(1012),
[anon_sym_protected] = ACTIONS(1012),
[anon_sym_private] = ACTIONS(1012),
[anon_sym_abstract] = ACTIONS(1012),
[anon_sym_final] = ACTIONS(1012),
[anon_sym_strictfp] = ACTIONS(1012),
[anon_sym_native] = ACTIONS(1012),
[anon_sym_transient] = ACTIONS(1012),
[anon_sym_volatile] = ACTIONS(1012),
[anon_sym_sealed] = ACTIONS(1012),
[anon_sym_non_DASHsealed] = ACTIONS(1010),
[anon_sym_record] = ACTIONS(1012),
[anon_sym_ATinterface] = ACTIONS(1010),
[anon_sym_interface] = ACTIONS(1012),
[anon_sym_byte] = ACTIONS(1012),
[anon_sym_short] = ACTIONS(1012),
[anon_sym_int] = ACTIONS(1012),
[anon_sym_long] = ACTIONS(1012),
[anon_sym_char] = ACTIONS(1012),
[anon_sym_float] = ACTIONS(1012),
[anon_sym_double] = ACTIONS(1012),
[sym_boolean_type] = ACTIONS(1012),
[sym_void_type] = ACTIONS(1012),
[sym_this] = ACTIONS(1012),
[sym_super] = ACTIONS(1012),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(305)] = {
[ts_builtin_sym_end] = ACTIONS(1014),
[sym_identifier] = ACTIONS(1016),
[sym_decimal_integer_literal] = ACTIONS(1016),
[sym_hex_integer_literal] = ACTIONS(1016),
[sym_octal_integer_literal] = ACTIONS(1016),
[sym_binary_integer_literal] = ACTIONS(1014),
[sym_decimal_floating_point_literal] = ACTIONS(1014),
[sym_hex_floating_point_literal] = ACTIONS(1016),
[sym_true] = ACTIONS(1016),
[sym_false] = ACTIONS(1016),
[sym_character_literal] = ACTIONS(1014),
[anon_sym_DQUOTE] = ACTIONS(1016),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1014),
[anon_sym_RBRACE] = ACTIONS(1014),
[sym_null_literal] = ACTIONS(1016),
[anon_sym_LPAREN] = ACTIONS(1014),
[anon_sym_LT] = ACTIONS(1014),
[anon_sym_PLUS] = ACTIONS(1016),
[anon_sym_DASH] = ACTIONS(1016),
[anon_sym_TILDE] = ACTIONS(1014),
[anon_sym_BANG] = ACTIONS(1014),
[anon_sym_PLUS_PLUS] = ACTIONS(1014),
[anon_sym_DASH_DASH] = ACTIONS(1014),
[anon_sym_new] = ACTIONS(1016),
[anon_sym_class] = ACTIONS(1016),
[anon_sym_switch] = ACTIONS(1016),
[anon_sym_LBRACE] = ACTIONS(1014),
[anon_sym_case] = ACTIONS(1016),
[anon_sym_default] = ACTIONS(1016),
[anon_sym_SEMI] = ACTIONS(1014),
[anon_sym_assert] = ACTIONS(1016),
[anon_sym_do] = ACTIONS(1016),
[anon_sym_while] = ACTIONS(1016),
[anon_sym_break] = ACTIONS(1016),
[anon_sym_continue] = ACTIONS(1016),
[anon_sym_return] = ACTIONS(1016),
[anon_sym_yield] = ACTIONS(1016),
[anon_sym_synchronized] = ACTIONS(1016),
[anon_sym_throw] = ACTIONS(1016),
[anon_sym_try] = ACTIONS(1016),
[anon_sym_if] = ACTIONS(1016),
[anon_sym_else] = ACTIONS(1016),
[anon_sym_for] = ACTIONS(1016),
[anon_sym_AT] = ACTIONS(1016),
[anon_sym_open] = ACTIONS(1016),
[anon_sym_module] = ACTIONS(1016),
[anon_sym_static] = ACTIONS(1016),
[anon_sym_with] = ACTIONS(1016),
[anon_sym_package] = ACTIONS(1016),
[anon_sym_import] = ACTIONS(1016),
[anon_sym_enum] = ACTIONS(1016),
[anon_sym_public] = ACTIONS(1016),
[anon_sym_protected] = ACTIONS(1016),
[anon_sym_private] = ACTIONS(1016),
[anon_sym_abstract] = ACTIONS(1016),
[anon_sym_final] = ACTIONS(1016),
[anon_sym_strictfp] = ACTIONS(1016),
[anon_sym_native] = ACTIONS(1016),
[anon_sym_transient] = ACTIONS(1016),
[anon_sym_volatile] = ACTIONS(1016),
[anon_sym_sealed] = ACTIONS(1016),
[anon_sym_non_DASHsealed] = ACTIONS(1014),
[anon_sym_record] = ACTIONS(1016),
[anon_sym_ATinterface] = ACTIONS(1014),
[anon_sym_interface] = ACTIONS(1016),
[anon_sym_byte] = ACTIONS(1016),
[anon_sym_short] = ACTIONS(1016),
[anon_sym_int] = ACTIONS(1016),
[anon_sym_long] = ACTIONS(1016),
[anon_sym_char] = ACTIONS(1016),
[anon_sym_float] = ACTIONS(1016),
[anon_sym_double] = ACTIONS(1016),
[sym_boolean_type] = ACTIONS(1016),
[sym_void_type] = ACTIONS(1016),
[sym_this] = ACTIONS(1016),
[sym_super] = ACTIONS(1016),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(306)] = {
[ts_builtin_sym_end] = ACTIONS(1018),
[sym_identifier] = ACTIONS(1020),
[sym_decimal_integer_literal] = ACTIONS(1020),
[sym_hex_integer_literal] = ACTIONS(1020),
[sym_octal_integer_literal] = ACTIONS(1020),
[sym_binary_integer_literal] = ACTIONS(1018),
[sym_decimal_floating_point_literal] = ACTIONS(1018),
[sym_hex_floating_point_literal] = ACTIONS(1020),
[sym_true] = ACTIONS(1020),
[sym_false] = ACTIONS(1020),
[sym_character_literal] = ACTIONS(1018),
[anon_sym_DQUOTE] = ACTIONS(1020),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1018),
[anon_sym_RBRACE] = ACTIONS(1018),
[sym_null_literal] = ACTIONS(1020),
[anon_sym_LPAREN] = ACTIONS(1018),
[anon_sym_LT] = ACTIONS(1018),
[anon_sym_PLUS] = ACTIONS(1020),
[anon_sym_DASH] = ACTIONS(1020),
[anon_sym_TILDE] = ACTIONS(1018),
[anon_sym_BANG] = ACTIONS(1018),
[anon_sym_PLUS_PLUS] = ACTIONS(1018),
[anon_sym_DASH_DASH] = ACTIONS(1018),
[anon_sym_new] = ACTIONS(1020),
[anon_sym_class] = ACTIONS(1020),
[anon_sym_switch] = ACTIONS(1020),
[anon_sym_LBRACE] = ACTIONS(1018),
[anon_sym_case] = ACTIONS(1020),
[anon_sym_default] = ACTIONS(1020),
[anon_sym_SEMI] = ACTIONS(1018),
[anon_sym_assert] = ACTIONS(1020),
[anon_sym_do] = ACTIONS(1020),
[anon_sym_while] = ACTIONS(1020),
[anon_sym_break] = ACTIONS(1020),
[anon_sym_continue] = ACTIONS(1020),
[anon_sym_return] = ACTIONS(1020),
[anon_sym_yield] = ACTIONS(1020),
[anon_sym_synchronized] = ACTIONS(1020),
[anon_sym_throw] = ACTIONS(1020),
[anon_sym_try] = ACTIONS(1020),
[anon_sym_if] = ACTIONS(1020),
[anon_sym_else] = ACTIONS(1020),
[anon_sym_for] = ACTIONS(1020),
[anon_sym_AT] = ACTIONS(1020),
[anon_sym_open] = ACTIONS(1020),
[anon_sym_module] = ACTIONS(1020),
[anon_sym_static] = ACTIONS(1020),
[anon_sym_with] = ACTIONS(1020),
[anon_sym_package] = ACTIONS(1020),
[anon_sym_import] = ACTIONS(1020),
[anon_sym_enum] = ACTIONS(1020),
[anon_sym_public] = ACTIONS(1020),
[anon_sym_protected] = ACTIONS(1020),
[anon_sym_private] = ACTIONS(1020),
[anon_sym_abstract] = ACTIONS(1020),
[anon_sym_final] = ACTIONS(1020),
[anon_sym_strictfp] = ACTIONS(1020),
[anon_sym_native] = ACTIONS(1020),
[anon_sym_transient] = ACTIONS(1020),
[anon_sym_volatile] = ACTIONS(1020),
[anon_sym_sealed] = ACTIONS(1020),
[anon_sym_non_DASHsealed] = ACTIONS(1018),
[anon_sym_record] = ACTIONS(1020),
[anon_sym_ATinterface] = ACTIONS(1018),
[anon_sym_interface] = ACTIONS(1020),
[anon_sym_byte] = ACTIONS(1020),
[anon_sym_short] = ACTIONS(1020),
[anon_sym_int] = ACTIONS(1020),
[anon_sym_long] = ACTIONS(1020),
[anon_sym_char] = ACTIONS(1020),
[anon_sym_float] = ACTIONS(1020),
[anon_sym_double] = ACTIONS(1020),
[sym_boolean_type] = ACTIONS(1020),
[sym_void_type] = ACTIONS(1020),
[sym_this] = ACTIONS(1020),
[sym_super] = ACTIONS(1020),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(307)] = {
[ts_builtin_sym_end] = ACTIONS(1022),
[sym_identifier] = ACTIONS(1024),
[sym_decimal_integer_literal] = ACTIONS(1024),
[sym_hex_integer_literal] = ACTIONS(1024),
[sym_octal_integer_literal] = ACTIONS(1024),
[sym_binary_integer_literal] = ACTIONS(1022),
[sym_decimal_floating_point_literal] = ACTIONS(1022),
[sym_hex_floating_point_literal] = ACTIONS(1024),
[sym_true] = ACTIONS(1024),
[sym_false] = ACTIONS(1024),
[sym_character_literal] = ACTIONS(1022),
[anon_sym_DQUOTE] = ACTIONS(1024),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1022),
[anon_sym_RBRACE] = ACTIONS(1022),
[sym_null_literal] = ACTIONS(1024),
[anon_sym_LPAREN] = ACTIONS(1022),
[anon_sym_LT] = ACTIONS(1022),
[anon_sym_PLUS] = ACTIONS(1024),
[anon_sym_DASH] = ACTIONS(1024),
[anon_sym_TILDE] = ACTIONS(1022),
[anon_sym_BANG] = ACTIONS(1022),
[anon_sym_PLUS_PLUS] = ACTIONS(1022),
[anon_sym_DASH_DASH] = ACTIONS(1022),
[anon_sym_new] = ACTIONS(1024),
[anon_sym_class] = ACTIONS(1024),
[anon_sym_switch] = ACTIONS(1024),
[anon_sym_LBRACE] = ACTIONS(1022),
[anon_sym_case] = ACTIONS(1024),
[anon_sym_default] = ACTIONS(1024),
[anon_sym_SEMI] = ACTIONS(1022),
[anon_sym_assert] = ACTIONS(1024),
[anon_sym_do] = ACTIONS(1024),
[anon_sym_while] = ACTIONS(1024),
[anon_sym_break] = ACTIONS(1024),
[anon_sym_continue] = ACTIONS(1024),
[anon_sym_return] = ACTIONS(1024),
[anon_sym_yield] = ACTIONS(1024),
[anon_sym_synchronized] = ACTIONS(1024),
[anon_sym_throw] = ACTIONS(1024),
[anon_sym_try] = ACTIONS(1024),
[anon_sym_if] = ACTIONS(1024),
[anon_sym_else] = ACTIONS(1024),
[anon_sym_for] = ACTIONS(1024),
[anon_sym_AT] = ACTIONS(1024),
[anon_sym_open] = ACTIONS(1024),
[anon_sym_module] = ACTIONS(1024),
[anon_sym_static] = ACTIONS(1024),
[anon_sym_with] = ACTIONS(1024),
[anon_sym_package] = ACTIONS(1024),
[anon_sym_import] = ACTIONS(1024),
[anon_sym_enum] = ACTIONS(1024),
[anon_sym_public] = ACTIONS(1024),
[anon_sym_protected] = ACTIONS(1024),
[anon_sym_private] = ACTIONS(1024),
[anon_sym_abstract] = ACTIONS(1024),
[anon_sym_final] = ACTIONS(1024),
[anon_sym_strictfp] = ACTIONS(1024),
[anon_sym_native] = ACTIONS(1024),
[anon_sym_transient] = ACTIONS(1024),
[anon_sym_volatile] = ACTIONS(1024),
[anon_sym_sealed] = ACTIONS(1024),
[anon_sym_non_DASHsealed] = ACTIONS(1022),
[anon_sym_record] = ACTIONS(1024),
[anon_sym_ATinterface] = ACTIONS(1022),
[anon_sym_interface] = ACTIONS(1024),
[anon_sym_byte] = ACTIONS(1024),
[anon_sym_short] = ACTIONS(1024),
[anon_sym_int] = ACTIONS(1024),
[anon_sym_long] = ACTIONS(1024),
[anon_sym_char] = ACTIONS(1024),
[anon_sym_float] = ACTIONS(1024),
[anon_sym_double] = ACTIONS(1024),
[sym_boolean_type] = ACTIONS(1024),
[sym_void_type] = ACTIONS(1024),
[sym_this] = ACTIONS(1024),
[sym_super] = ACTIONS(1024),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(308)] = {
[ts_builtin_sym_end] = ACTIONS(1026),
[sym_identifier] = ACTIONS(1028),
[sym_decimal_integer_literal] = ACTIONS(1028),
[sym_hex_integer_literal] = ACTIONS(1028),
[sym_octal_integer_literal] = ACTIONS(1028),
[sym_binary_integer_literal] = ACTIONS(1026),
[sym_decimal_floating_point_literal] = ACTIONS(1026),
[sym_hex_floating_point_literal] = ACTIONS(1028),
[sym_true] = ACTIONS(1028),
[sym_false] = ACTIONS(1028),
[sym_character_literal] = ACTIONS(1026),
[anon_sym_DQUOTE] = ACTIONS(1028),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1026),
[anon_sym_RBRACE] = ACTIONS(1026),
[sym_null_literal] = ACTIONS(1028),
[anon_sym_LPAREN] = ACTIONS(1026),
[anon_sym_LT] = ACTIONS(1026),
[anon_sym_PLUS] = ACTIONS(1028),
[anon_sym_DASH] = ACTIONS(1028),
[anon_sym_TILDE] = ACTIONS(1026),
[anon_sym_BANG] = ACTIONS(1026),
[anon_sym_PLUS_PLUS] = ACTIONS(1026),
[anon_sym_DASH_DASH] = ACTIONS(1026),
[anon_sym_new] = ACTIONS(1028),
[anon_sym_class] = ACTIONS(1028),
[anon_sym_switch] = ACTIONS(1028),
[anon_sym_LBRACE] = ACTIONS(1026),
[anon_sym_case] = ACTIONS(1028),
[anon_sym_default] = ACTIONS(1028),
[anon_sym_SEMI] = ACTIONS(1026),
[anon_sym_assert] = ACTIONS(1028),
[anon_sym_do] = ACTIONS(1028),
[anon_sym_while] = ACTIONS(1028),
[anon_sym_break] = ACTIONS(1028),
[anon_sym_continue] = ACTIONS(1028),
[anon_sym_return] = ACTIONS(1028),
[anon_sym_yield] = ACTIONS(1028),
[anon_sym_synchronized] = ACTIONS(1028),
[anon_sym_throw] = ACTIONS(1028),
[anon_sym_try] = ACTIONS(1028),
[anon_sym_if] = ACTIONS(1028),
[anon_sym_else] = ACTIONS(1028),
[anon_sym_for] = ACTIONS(1028),
[anon_sym_AT] = ACTIONS(1028),
[anon_sym_open] = ACTIONS(1028),
[anon_sym_module] = ACTIONS(1028),
[anon_sym_static] = ACTIONS(1028),
[anon_sym_with] = ACTIONS(1028),
[anon_sym_package] = ACTIONS(1028),
[anon_sym_import] = ACTIONS(1028),
[anon_sym_enum] = ACTIONS(1028),
[anon_sym_public] = ACTIONS(1028),
[anon_sym_protected] = ACTIONS(1028),
[anon_sym_private] = ACTIONS(1028),
[anon_sym_abstract] = ACTIONS(1028),
[anon_sym_final] = ACTIONS(1028),
[anon_sym_strictfp] = ACTIONS(1028),
[anon_sym_native] = ACTIONS(1028),
[anon_sym_transient] = ACTIONS(1028),
[anon_sym_volatile] = ACTIONS(1028),
[anon_sym_sealed] = ACTIONS(1028),
[anon_sym_non_DASHsealed] = ACTIONS(1026),
[anon_sym_record] = ACTIONS(1028),
[anon_sym_ATinterface] = ACTIONS(1026),
[anon_sym_interface] = ACTIONS(1028),
[anon_sym_byte] = ACTIONS(1028),
[anon_sym_short] = ACTIONS(1028),
[anon_sym_int] = ACTIONS(1028),
[anon_sym_long] = ACTIONS(1028),
[anon_sym_char] = ACTIONS(1028),
[anon_sym_float] = ACTIONS(1028),
[anon_sym_double] = ACTIONS(1028),
[sym_boolean_type] = ACTIONS(1028),
[sym_void_type] = ACTIONS(1028),
[sym_this] = ACTIONS(1028),
[sym_super] = ACTIONS(1028),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(309)] = {
[ts_builtin_sym_end] = ACTIONS(1030),
[sym_identifier] = ACTIONS(1032),
[sym_decimal_integer_literal] = ACTIONS(1032),
[sym_hex_integer_literal] = ACTIONS(1032),
[sym_octal_integer_literal] = ACTIONS(1032),
[sym_binary_integer_literal] = ACTIONS(1030),
[sym_decimal_floating_point_literal] = ACTIONS(1030),
[sym_hex_floating_point_literal] = ACTIONS(1032),
[sym_true] = ACTIONS(1032),
[sym_false] = ACTIONS(1032),
[sym_character_literal] = ACTIONS(1030),
[anon_sym_DQUOTE] = ACTIONS(1032),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1030),
[anon_sym_RBRACE] = ACTIONS(1030),
[sym_null_literal] = ACTIONS(1032),
[anon_sym_LPAREN] = ACTIONS(1030),
[anon_sym_LT] = ACTIONS(1030),
[anon_sym_PLUS] = ACTIONS(1032),
[anon_sym_DASH] = ACTIONS(1032),
[anon_sym_TILDE] = ACTIONS(1030),
[anon_sym_BANG] = ACTIONS(1030),
[anon_sym_PLUS_PLUS] = ACTIONS(1030),
[anon_sym_DASH_DASH] = ACTIONS(1030),
[anon_sym_new] = ACTIONS(1032),
[anon_sym_class] = ACTIONS(1032),
[anon_sym_switch] = ACTIONS(1032),
[anon_sym_LBRACE] = ACTIONS(1030),
[anon_sym_case] = ACTIONS(1032),
[anon_sym_default] = ACTIONS(1032),
[anon_sym_SEMI] = ACTIONS(1030),
[anon_sym_assert] = ACTIONS(1032),
[anon_sym_do] = ACTIONS(1032),
[anon_sym_while] = ACTIONS(1032),
[anon_sym_break] = ACTIONS(1032),
[anon_sym_continue] = ACTIONS(1032),
[anon_sym_return] = ACTIONS(1032),
[anon_sym_yield] = ACTIONS(1032),
[anon_sym_synchronized] = ACTIONS(1032),
[anon_sym_throw] = ACTIONS(1032),
[anon_sym_try] = ACTIONS(1032),
[anon_sym_if] = ACTIONS(1032),
[anon_sym_else] = ACTIONS(1032),
[anon_sym_for] = ACTIONS(1032),
[anon_sym_AT] = ACTIONS(1032),
[anon_sym_open] = ACTIONS(1032),
[anon_sym_module] = ACTIONS(1032),
[anon_sym_static] = ACTIONS(1032),
[anon_sym_with] = ACTIONS(1032),
[anon_sym_package] = ACTIONS(1032),
[anon_sym_import] = ACTIONS(1032),
[anon_sym_enum] = ACTIONS(1032),
[anon_sym_public] = ACTIONS(1032),
[anon_sym_protected] = ACTIONS(1032),
[anon_sym_private] = ACTIONS(1032),
[anon_sym_abstract] = ACTIONS(1032),
[anon_sym_final] = ACTIONS(1032),
[anon_sym_strictfp] = ACTIONS(1032),
[anon_sym_native] = ACTIONS(1032),
[anon_sym_transient] = ACTIONS(1032),
[anon_sym_volatile] = ACTIONS(1032),
[anon_sym_sealed] = ACTIONS(1032),
[anon_sym_non_DASHsealed] = ACTIONS(1030),
[anon_sym_record] = ACTIONS(1032),
[anon_sym_ATinterface] = ACTIONS(1030),
[anon_sym_interface] = ACTIONS(1032),
[anon_sym_byte] = ACTIONS(1032),
[anon_sym_short] = ACTIONS(1032),
[anon_sym_int] = ACTIONS(1032),
[anon_sym_long] = ACTIONS(1032),
[anon_sym_char] = ACTIONS(1032),
[anon_sym_float] = ACTIONS(1032),
[anon_sym_double] = ACTIONS(1032),
[sym_boolean_type] = ACTIONS(1032),
[sym_void_type] = ACTIONS(1032),
[sym_this] = ACTIONS(1032),
[sym_super] = ACTIONS(1032),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(310)] = {
[ts_builtin_sym_end] = ACTIONS(1034),
[sym_identifier] = ACTIONS(1036),
[sym_decimal_integer_literal] = ACTIONS(1036),
[sym_hex_integer_literal] = ACTIONS(1036),
[sym_octal_integer_literal] = ACTIONS(1036),
[sym_binary_integer_literal] = ACTIONS(1034),
[sym_decimal_floating_point_literal] = ACTIONS(1034),
[sym_hex_floating_point_literal] = ACTIONS(1036),
[sym_true] = ACTIONS(1036),
[sym_false] = ACTIONS(1036),
[sym_character_literal] = ACTIONS(1034),
[anon_sym_DQUOTE] = ACTIONS(1036),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1034),
[anon_sym_RBRACE] = ACTIONS(1034),
[sym_null_literal] = ACTIONS(1036),
[anon_sym_LPAREN] = ACTIONS(1034),
[anon_sym_LT] = ACTIONS(1034),
[anon_sym_PLUS] = ACTIONS(1036),
[anon_sym_DASH] = ACTIONS(1036),
[anon_sym_TILDE] = ACTIONS(1034),
[anon_sym_BANG] = ACTIONS(1034),
[anon_sym_PLUS_PLUS] = ACTIONS(1034),
[anon_sym_DASH_DASH] = ACTIONS(1034),
[anon_sym_new] = ACTIONS(1036),
[anon_sym_class] = ACTIONS(1036),
[anon_sym_switch] = ACTIONS(1036),
[anon_sym_LBRACE] = ACTIONS(1034),
[anon_sym_case] = ACTIONS(1036),
[anon_sym_default] = ACTIONS(1036),
[anon_sym_SEMI] = ACTIONS(1034),
[anon_sym_assert] = ACTIONS(1036),
[anon_sym_do] = ACTIONS(1036),
[anon_sym_while] = ACTIONS(1036),
[anon_sym_break] = ACTIONS(1036),
[anon_sym_continue] = ACTIONS(1036),
[anon_sym_return] = ACTIONS(1036),
[anon_sym_yield] = ACTIONS(1036),
[anon_sym_synchronized] = ACTIONS(1036),
[anon_sym_throw] = ACTIONS(1036),
[anon_sym_try] = ACTIONS(1036),
[anon_sym_if] = ACTIONS(1036),
[anon_sym_else] = ACTIONS(1036),
[anon_sym_for] = ACTIONS(1036),
[anon_sym_AT] = ACTIONS(1036),
[anon_sym_open] = ACTIONS(1036),
[anon_sym_module] = ACTIONS(1036),
[anon_sym_static] = ACTIONS(1036),
[anon_sym_with] = ACTIONS(1036),
[anon_sym_package] = ACTIONS(1036),
[anon_sym_import] = ACTIONS(1036),
[anon_sym_enum] = ACTIONS(1036),
[anon_sym_public] = ACTIONS(1036),
[anon_sym_protected] = ACTIONS(1036),
[anon_sym_private] = ACTIONS(1036),
[anon_sym_abstract] = ACTIONS(1036),
[anon_sym_final] = ACTIONS(1036),
[anon_sym_strictfp] = ACTIONS(1036),
[anon_sym_native] = ACTIONS(1036),
[anon_sym_transient] = ACTIONS(1036),
[anon_sym_volatile] = ACTIONS(1036),
[anon_sym_sealed] = ACTIONS(1036),
[anon_sym_non_DASHsealed] = ACTIONS(1034),
[anon_sym_record] = ACTIONS(1036),
[anon_sym_ATinterface] = ACTIONS(1034),
[anon_sym_interface] = ACTIONS(1036),
[anon_sym_byte] = ACTIONS(1036),
[anon_sym_short] = ACTIONS(1036),
[anon_sym_int] = ACTIONS(1036),
[anon_sym_long] = ACTIONS(1036),
[anon_sym_char] = ACTIONS(1036),
[anon_sym_float] = ACTIONS(1036),
[anon_sym_double] = ACTIONS(1036),
[sym_boolean_type] = ACTIONS(1036),
[sym_void_type] = ACTIONS(1036),
[sym_this] = ACTIONS(1036),
[sym_super] = ACTIONS(1036),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(311)] = {
[ts_builtin_sym_end] = ACTIONS(1038),
[sym_identifier] = ACTIONS(1040),
[sym_decimal_integer_literal] = ACTIONS(1040),
[sym_hex_integer_literal] = ACTIONS(1040),
[sym_octal_integer_literal] = ACTIONS(1040),
[sym_binary_integer_literal] = ACTIONS(1038),
[sym_decimal_floating_point_literal] = ACTIONS(1038),
[sym_hex_floating_point_literal] = ACTIONS(1040),
[sym_true] = ACTIONS(1040),
[sym_false] = ACTIONS(1040),
[sym_character_literal] = ACTIONS(1038),
[anon_sym_DQUOTE] = ACTIONS(1040),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1038),
[anon_sym_RBRACE] = ACTIONS(1038),
[sym_null_literal] = ACTIONS(1040),
[anon_sym_LPAREN] = ACTIONS(1038),
[anon_sym_LT] = ACTIONS(1038),
[anon_sym_PLUS] = ACTIONS(1040),
[anon_sym_DASH] = ACTIONS(1040),
[anon_sym_TILDE] = ACTIONS(1038),
[anon_sym_BANG] = ACTIONS(1038),
[anon_sym_PLUS_PLUS] = ACTIONS(1038),
[anon_sym_DASH_DASH] = ACTIONS(1038),
[anon_sym_new] = ACTIONS(1040),
[anon_sym_class] = ACTIONS(1040),
[anon_sym_switch] = ACTIONS(1040),
[anon_sym_LBRACE] = ACTIONS(1038),
[anon_sym_case] = ACTIONS(1040),
[anon_sym_default] = ACTIONS(1040),
[anon_sym_SEMI] = ACTIONS(1038),
[anon_sym_assert] = ACTIONS(1040),
[anon_sym_do] = ACTIONS(1040),
[anon_sym_while] = ACTIONS(1040),
[anon_sym_break] = ACTIONS(1040),
[anon_sym_continue] = ACTIONS(1040),
[anon_sym_return] = ACTIONS(1040),
[anon_sym_yield] = ACTIONS(1040),
[anon_sym_synchronized] = ACTIONS(1040),
[anon_sym_throw] = ACTIONS(1040),
[anon_sym_try] = ACTIONS(1040),
[anon_sym_if] = ACTIONS(1040),
[anon_sym_else] = ACTIONS(1040),
[anon_sym_for] = ACTIONS(1040),
[anon_sym_AT] = ACTIONS(1040),
[anon_sym_open] = ACTIONS(1040),
[anon_sym_module] = ACTIONS(1040),
[anon_sym_static] = ACTIONS(1040),
[anon_sym_with] = ACTIONS(1040),
[anon_sym_package] = ACTIONS(1040),
[anon_sym_import] = ACTIONS(1040),
[anon_sym_enum] = ACTIONS(1040),
[anon_sym_public] = ACTIONS(1040),
[anon_sym_protected] = ACTIONS(1040),
[anon_sym_private] = ACTIONS(1040),
[anon_sym_abstract] = ACTIONS(1040),
[anon_sym_final] = ACTIONS(1040),
[anon_sym_strictfp] = ACTIONS(1040),
[anon_sym_native] = ACTIONS(1040),
[anon_sym_transient] = ACTIONS(1040),
[anon_sym_volatile] = ACTIONS(1040),
[anon_sym_sealed] = ACTIONS(1040),
[anon_sym_non_DASHsealed] = ACTIONS(1038),
[anon_sym_record] = ACTIONS(1040),
[anon_sym_ATinterface] = ACTIONS(1038),
[anon_sym_interface] = ACTIONS(1040),
[anon_sym_byte] = ACTIONS(1040),
[anon_sym_short] = ACTIONS(1040),
[anon_sym_int] = ACTIONS(1040),
[anon_sym_long] = ACTIONS(1040),
[anon_sym_char] = ACTIONS(1040),
[anon_sym_float] = ACTIONS(1040),
[anon_sym_double] = ACTIONS(1040),
[sym_boolean_type] = ACTIONS(1040),
[sym_void_type] = ACTIONS(1040),
[sym_this] = ACTIONS(1040),
[sym_super] = ACTIONS(1040),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(312)] = {
[ts_builtin_sym_end] = ACTIONS(1042),
[sym_identifier] = ACTIONS(1044),
[sym_decimal_integer_literal] = ACTIONS(1044),
[sym_hex_integer_literal] = ACTIONS(1044),
[sym_octal_integer_literal] = ACTIONS(1044),
[sym_binary_integer_literal] = ACTIONS(1042),
[sym_decimal_floating_point_literal] = ACTIONS(1042),
[sym_hex_floating_point_literal] = ACTIONS(1044),
[sym_true] = ACTIONS(1044),
[sym_false] = ACTIONS(1044),
[sym_character_literal] = ACTIONS(1042),
[anon_sym_DQUOTE] = ACTIONS(1044),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1042),
[anon_sym_RBRACE] = ACTIONS(1042),
[sym_null_literal] = ACTIONS(1044),
[anon_sym_LPAREN] = ACTIONS(1042),
[anon_sym_LT] = ACTIONS(1042),
[anon_sym_PLUS] = ACTIONS(1044),
[anon_sym_DASH] = ACTIONS(1044),
[anon_sym_TILDE] = ACTIONS(1042),
[anon_sym_BANG] = ACTIONS(1042),
[anon_sym_PLUS_PLUS] = ACTIONS(1042),
[anon_sym_DASH_DASH] = ACTIONS(1042),
[anon_sym_new] = ACTIONS(1044),
[anon_sym_class] = ACTIONS(1044),
[anon_sym_switch] = ACTIONS(1044),
[anon_sym_LBRACE] = ACTIONS(1042),
[anon_sym_case] = ACTIONS(1044),
[anon_sym_default] = ACTIONS(1044),
[anon_sym_SEMI] = ACTIONS(1042),
[anon_sym_assert] = ACTIONS(1044),
[anon_sym_do] = ACTIONS(1044),
[anon_sym_while] = ACTIONS(1044),
[anon_sym_break] = ACTIONS(1044),
[anon_sym_continue] = ACTIONS(1044),
[anon_sym_return] = ACTIONS(1044),
[anon_sym_yield] = ACTIONS(1044),
[anon_sym_synchronized] = ACTIONS(1044),
[anon_sym_throw] = ACTIONS(1044),
[anon_sym_try] = ACTIONS(1044),
[anon_sym_if] = ACTIONS(1044),
[anon_sym_else] = ACTIONS(1044),
[anon_sym_for] = ACTIONS(1044),
[anon_sym_AT] = ACTIONS(1044),
[anon_sym_open] = ACTIONS(1044),
[anon_sym_module] = ACTIONS(1044),
[anon_sym_static] = ACTIONS(1044),
[anon_sym_with] = ACTIONS(1044),
[anon_sym_package] = ACTIONS(1044),
[anon_sym_import] = ACTIONS(1044),
[anon_sym_enum] = ACTIONS(1044),
[anon_sym_public] = ACTIONS(1044),
[anon_sym_protected] = ACTIONS(1044),
[anon_sym_private] = ACTIONS(1044),
[anon_sym_abstract] = ACTIONS(1044),
[anon_sym_final] = ACTIONS(1044),
[anon_sym_strictfp] = ACTIONS(1044),
[anon_sym_native] = ACTIONS(1044),
[anon_sym_transient] = ACTIONS(1044),
[anon_sym_volatile] = ACTIONS(1044),
[anon_sym_sealed] = ACTIONS(1044),
[anon_sym_non_DASHsealed] = ACTIONS(1042),
[anon_sym_record] = ACTIONS(1044),
[anon_sym_ATinterface] = ACTIONS(1042),
[anon_sym_interface] = ACTIONS(1044),
[anon_sym_byte] = ACTIONS(1044),
[anon_sym_short] = ACTIONS(1044),
[anon_sym_int] = ACTIONS(1044),
[anon_sym_long] = ACTIONS(1044),
[anon_sym_char] = ACTIONS(1044),
[anon_sym_float] = ACTIONS(1044),
[anon_sym_double] = ACTIONS(1044),
[sym_boolean_type] = ACTIONS(1044),
[sym_void_type] = ACTIONS(1044),
[sym_this] = ACTIONS(1044),
[sym_super] = ACTIONS(1044),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(313)] = {
[ts_builtin_sym_end] = ACTIONS(1046),
[sym_identifier] = ACTIONS(1048),
[sym_decimal_integer_literal] = ACTIONS(1048),
[sym_hex_integer_literal] = ACTIONS(1048),
[sym_octal_integer_literal] = ACTIONS(1048),
[sym_binary_integer_literal] = ACTIONS(1046),
[sym_decimal_floating_point_literal] = ACTIONS(1046),
[sym_hex_floating_point_literal] = ACTIONS(1048),
[sym_true] = ACTIONS(1048),
[sym_false] = ACTIONS(1048),
[sym_character_literal] = ACTIONS(1046),
[anon_sym_DQUOTE] = ACTIONS(1048),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1046),
[anon_sym_RBRACE] = ACTIONS(1046),
[sym_null_literal] = ACTIONS(1048),
[anon_sym_LPAREN] = ACTIONS(1046),
[anon_sym_LT] = ACTIONS(1046),
[anon_sym_PLUS] = ACTIONS(1048),
[anon_sym_DASH] = ACTIONS(1048),
[anon_sym_TILDE] = ACTIONS(1046),
[anon_sym_BANG] = ACTIONS(1046),
[anon_sym_PLUS_PLUS] = ACTIONS(1046),
[anon_sym_DASH_DASH] = ACTIONS(1046),
[anon_sym_new] = ACTIONS(1048),
[anon_sym_class] = ACTIONS(1048),
[anon_sym_switch] = ACTIONS(1048),
[anon_sym_LBRACE] = ACTIONS(1046),
[anon_sym_case] = ACTIONS(1048),
[anon_sym_default] = ACTIONS(1048),
[anon_sym_SEMI] = ACTIONS(1046),
[anon_sym_assert] = ACTIONS(1048),
[anon_sym_do] = ACTIONS(1048),
[anon_sym_while] = ACTIONS(1048),
[anon_sym_break] = ACTIONS(1048),
[anon_sym_continue] = ACTIONS(1048),
[anon_sym_return] = ACTIONS(1048),
[anon_sym_yield] = ACTIONS(1048),
[anon_sym_synchronized] = ACTIONS(1048),
[anon_sym_throw] = ACTIONS(1048),
[anon_sym_try] = ACTIONS(1048),
[anon_sym_if] = ACTIONS(1048),
[anon_sym_else] = ACTIONS(1048),
[anon_sym_for] = ACTIONS(1048),
[anon_sym_AT] = ACTIONS(1048),
[anon_sym_open] = ACTIONS(1048),
[anon_sym_module] = ACTIONS(1048),
[anon_sym_static] = ACTIONS(1048),
[anon_sym_with] = ACTIONS(1048),
[anon_sym_package] = ACTIONS(1048),
[anon_sym_import] = ACTIONS(1048),
[anon_sym_enum] = ACTIONS(1048),
[anon_sym_public] = ACTIONS(1048),
[anon_sym_protected] = ACTIONS(1048),
[anon_sym_private] = ACTIONS(1048),
[anon_sym_abstract] = ACTIONS(1048),
[anon_sym_final] = ACTIONS(1048),
[anon_sym_strictfp] = ACTIONS(1048),
[anon_sym_native] = ACTIONS(1048),
[anon_sym_transient] = ACTIONS(1048),
[anon_sym_volatile] = ACTIONS(1048),
[anon_sym_sealed] = ACTIONS(1048),
[anon_sym_non_DASHsealed] = ACTIONS(1046),
[anon_sym_record] = ACTIONS(1048),
[anon_sym_ATinterface] = ACTIONS(1046),
[anon_sym_interface] = ACTIONS(1048),
[anon_sym_byte] = ACTIONS(1048),
[anon_sym_short] = ACTIONS(1048),
[anon_sym_int] = ACTIONS(1048),
[anon_sym_long] = ACTIONS(1048),
[anon_sym_char] = ACTIONS(1048),
[anon_sym_float] = ACTIONS(1048),
[anon_sym_double] = ACTIONS(1048),
[sym_boolean_type] = ACTIONS(1048),
[sym_void_type] = ACTIONS(1048),
[sym_this] = ACTIONS(1048),
[sym_super] = ACTIONS(1048),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(314)] = {
[ts_builtin_sym_end] = ACTIONS(1050),
[sym_identifier] = ACTIONS(1052),
[sym_decimal_integer_literal] = ACTIONS(1052),
[sym_hex_integer_literal] = ACTIONS(1052),
[sym_octal_integer_literal] = ACTIONS(1052),
[sym_binary_integer_literal] = ACTIONS(1050),
[sym_decimal_floating_point_literal] = ACTIONS(1050),
[sym_hex_floating_point_literal] = ACTIONS(1052),
[sym_true] = ACTIONS(1052),
[sym_false] = ACTIONS(1052),
[sym_character_literal] = ACTIONS(1050),
[anon_sym_DQUOTE] = ACTIONS(1052),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1050),
[anon_sym_RBRACE] = ACTIONS(1050),
[sym_null_literal] = ACTIONS(1052),
[anon_sym_LPAREN] = ACTIONS(1050),
[anon_sym_LT] = ACTIONS(1050),
[anon_sym_PLUS] = ACTIONS(1052),
[anon_sym_DASH] = ACTIONS(1052),
[anon_sym_TILDE] = ACTIONS(1050),
[anon_sym_BANG] = ACTIONS(1050),
[anon_sym_PLUS_PLUS] = ACTIONS(1050),
[anon_sym_DASH_DASH] = ACTIONS(1050),
[anon_sym_new] = ACTIONS(1052),
[anon_sym_class] = ACTIONS(1052),
[anon_sym_switch] = ACTIONS(1052),
[anon_sym_LBRACE] = ACTIONS(1050),
[anon_sym_case] = ACTIONS(1052),
[anon_sym_default] = ACTIONS(1052),
[anon_sym_SEMI] = ACTIONS(1050),
[anon_sym_assert] = ACTIONS(1052),
[anon_sym_do] = ACTIONS(1052),
[anon_sym_while] = ACTIONS(1052),
[anon_sym_break] = ACTIONS(1052),
[anon_sym_continue] = ACTIONS(1052),
[anon_sym_return] = ACTIONS(1052),
[anon_sym_yield] = ACTIONS(1052),
[anon_sym_synchronized] = ACTIONS(1052),
[anon_sym_throw] = ACTIONS(1052),
[anon_sym_try] = ACTIONS(1052),
[anon_sym_if] = ACTIONS(1052),
[anon_sym_else] = ACTIONS(1052),
[anon_sym_for] = ACTIONS(1052),
[anon_sym_AT] = ACTIONS(1052),
[anon_sym_open] = ACTIONS(1052),
[anon_sym_module] = ACTIONS(1052),
[anon_sym_static] = ACTIONS(1052),
[anon_sym_with] = ACTIONS(1052),
[anon_sym_package] = ACTIONS(1052),
[anon_sym_import] = ACTIONS(1052),
[anon_sym_enum] = ACTIONS(1052),
[anon_sym_public] = ACTIONS(1052),
[anon_sym_protected] = ACTIONS(1052),
[anon_sym_private] = ACTIONS(1052),
[anon_sym_abstract] = ACTIONS(1052),
[anon_sym_final] = ACTIONS(1052),
[anon_sym_strictfp] = ACTIONS(1052),
[anon_sym_native] = ACTIONS(1052),
[anon_sym_transient] = ACTIONS(1052),
[anon_sym_volatile] = ACTIONS(1052),
[anon_sym_sealed] = ACTIONS(1052),
[anon_sym_non_DASHsealed] = ACTIONS(1050),
[anon_sym_record] = ACTIONS(1052),
[anon_sym_ATinterface] = ACTIONS(1050),
[anon_sym_interface] = ACTIONS(1052),
[anon_sym_byte] = ACTIONS(1052),
[anon_sym_short] = ACTIONS(1052),
[anon_sym_int] = ACTIONS(1052),
[anon_sym_long] = ACTIONS(1052),
[anon_sym_char] = ACTIONS(1052),
[anon_sym_float] = ACTIONS(1052),
[anon_sym_double] = ACTIONS(1052),
[sym_boolean_type] = ACTIONS(1052),
[sym_void_type] = ACTIONS(1052),
[sym_this] = ACTIONS(1052),
[sym_super] = ACTIONS(1052),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(315)] = {
[ts_builtin_sym_end] = ACTIONS(1054),
[sym_identifier] = ACTIONS(1056),
[sym_decimal_integer_literal] = ACTIONS(1056),
[sym_hex_integer_literal] = ACTIONS(1056),
[sym_octal_integer_literal] = ACTIONS(1056),
[sym_binary_integer_literal] = ACTIONS(1054),
[sym_decimal_floating_point_literal] = ACTIONS(1054),
[sym_hex_floating_point_literal] = ACTIONS(1056),
[sym_true] = ACTIONS(1056),
[sym_false] = ACTIONS(1056),
[sym_character_literal] = ACTIONS(1054),
[anon_sym_DQUOTE] = ACTIONS(1056),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1054),
[anon_sym_RBRACE] = ACTIONS(1054),
[sym_null_literal] = ACTIONS(1056),
[anon_sym_LPAREN] = ACTIONS(1054),
[anon_sym_LT] = ACTIONS(1054),
[anon_sym_PLUS] = ACTIONS(1056),
[anon_sym_DASH] = ACTIONS(1056),
[anon_sym_TILDE] = ACTIONS(1054),
[anon_sym_BANG] = ACTIONS(1054),
[anon_sym_PLUS_PLUS] = ACTIONS(1054),
[anon_sym_DASH_DASH] = ACTIONS(1054),
[anon_sym_new] = ACTIONS(1056),
[anon_sym_class] = ACTIONS(1056),
[anon_sym_switch] = ACTIONS(1056),
[anon_sym_LBRACE] = ACTIONS(1054),
[anon_sym_case] = ACTIONS(1056),
[anon_sym_default] = ACTIONS(1056),
[anon_sym_SEMI] = ACTIONS(1054),
[anon_sym_assert] = ACTIONS(1056),
[anon_sym_do] = ACTIONS(1056),
[anon_sym_while] = ACTIONS(1056),
[anon_sym_break] = ACTIONS(1056),
[anon_sym_continue] = ACTIONS(1056),
[anon_sym_return] = ACTIONS(1056),
[anon_sym_yield] = ACTIONS(1056),
[anon_sym_synchronized] = ACTIONS(1056),
[anon_sym_throw] = ACTIONS(1056),
[anon_sym_try] = ACTIONS(1056),
[anon_sym_if] = ACTIONS(1056),
[anon_sym_else] = ACTIONS(1056),
[anon_sym_for] = ACTIONS(1056),
[anon_sym_AT] = ACTIONS(1056),
[anon_sym_open] = ACTIONS(1056),
[anon_sym_module] = ACTIONS(1056),
[anon_sym_static] = ACTIONS(1056),
[anon_sym_with] = ACTIONS(1056),
[anon_sym_package] = ACTIONS(1056),
[anon_sym_import] = ACTIONS(1056),
[anon_sym_enum] = ACTIONS(1056),
[anon_sym_public] = ACTIONS(1056),
[anon_sym_protected] = ACTIONS(1056),
[anon_sym_private] = ACTIONS(1056),
[anon_sym_abstract] = ACTIONS(1056),
[anon_sym_final] = ACTIONS(1056),
[anon_sym_strictfp] = ACTIONS(1056),
[anon_sym_native] = ACTIONS(1056),
[anon_sym_transient] = ACTIONS(1056),
[anon_sym_volatile] = ACTIONS(1056),
[anon_sym_sealed] = ACTIONS(1056),
[anon_sym_non_DASHsealed] = ACTIONS(1054),
[anon_sym_record] = ACTIONS(1056),
[anon_sym_ATinterface] = ACTIONS(1054),
[anon_sym_interface] = ACTIONS(1056),
[anon_sym_byte] = ACTIONS(1056),
[anon_sym_short] = ACTIONS(1056),
[anon_sym_int] = ACTIONS(1056),
[anon_sym_long] = ACTIONS(1056),
[anon_sym_char] = ACTIONS(1056),
[anon_sym_float] = ACTIONS(1056),
[anon_sym_double] = ACTIONS(1056),
[sym_boolean_type] = ACTIONS(1056),
[sym_void_type] = ACTIONS(1056),
[sym_this] = ACTIONS(1056),
[sym_super] = ACTIONS(1056),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(316)] = {
[ts_builtin_sym_end] = ACTIONS(1058),
[sym_identifier] = ACTIONS(1060),
[sym_decimal_integer_literal] = ACTIONS(1060),
[sym_hex_integer_literal] = ACTIONS(1060),
[sym_octal_integer_literal] = ACTIONS(1060),
[sym_binary_integer_literal] = ACTIONS(1058),
[sym_decimal_floating_point_literal] = ACTIONS(1058),
[sym_hex_floating_point_literal] = ACTIONS(1060),
[sym_true] = ACTIONS(1060),
[sym_false] = ACTIONS(1060),
[sym_character_literal] = ACTIONS(1058),
[anon_sym_DQUOTE] = ACTIONS(1060),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1058),
[anon_sym_RBRACE] = ACTIONS(1058),
[sym_null_literal] = ACTIONS(1060),
[anon_sym_LPAREN] = ACTIONS(1058),
[anon_sym_LT] = ACTIONS(1058),
[anon_sym_PLUS] = ACTIONS(1060),
[anon_sym_DASH] = ACTIONS(1060),
[anon_sym_TILDE] = ACTIONS(1058),
[anon_sym_BANG] = ACTIONS(1058),
[anon_sym_PLUS_PLUS] = ACTIONS(1058),
[anon_sym_DASH_DASH] = ACTIONS(1058),
[anon_sym_new] = ACTIONS(1060),
[anon_sym_class] = ACTIONS(1060),
[anon_sym_switch] = ACTIONS(1060),
[anon_sym_LBRACE] = ACTIONS(1058),
[anon_sym_case] = ACTIONS(1060),
[anon_sym_default] = ACTIONS(1060),
[anon_sym_SEMI] = ACTIONS(1058),
[anon_sym_assert] = ACTIONS(1060),
[anon_sym_do] = ACTIONS(1060),
[anon_sym_while] = ACTIONS(1060),
[anon_sym_break] = ACTIONS(1060),
[anon_sym_continue] = ACTIONS(1060),
[anon_sym_return] = ACTIONS(1060),
[anon_sym_yield] = ACTIONS(1060),
[anon_sym_synchronized] = ACTIONS(1060),
[anon_sym_throw] = ACTIONS(1060),
[anon_sym_try] = ACTIONS(1060),
[anon_sym_if] = ACTIONS(1060),
[anon_sym_else] = ACTIONS(1060),
[anon_sym_for] = ACTIONS(1060),
[anon_sym_AT] = ACTIONS(1060),
[anon_sym_open] = ACTIONS(1060),
[anon_sym_module] = ACTIONS(1060),
[anon_sym_static] = ACTIONS(1060),
[anon_sym_with] = ACTIONS(1060),
[anon_sym_package] = ACTIONS(1060),
[anon_sym_import] = ACTIONS(1060),
[anon_sym_enum] = ACTIONS(1060),
[anon_sym_public] = ACTIONS(1060),
[anon_sym_protected] = ACTIONS(1060),
[anon_sym_private] = ACTIONS(1060),
[anon_sym_abstract] = ACTIONS(1060),
[anon_sym_final] = ACTIONS(1060),
[anon_sym_strictfp] = ACTIONS(1060),
[anon_sym_native] = ACTIONS(1060),
[anon_sym_transient] = ACTIONS(1060),
[anon_sym_volatile] = ACTIONS(1060),
[anon_sym_sealed] = ACTIONS(1060),
[anon_sym_non_DASHsealed] = ACTIONS(1058),
[anon_sym_record] = ACTIONS(1060),
[anon_sym_ATinterface] = ACTIONS(1058),
[anon_sym_interface] = ACTIONS(1060),
[anon_sym_byte] = ACTIONS(1060),
[anon_sym_short] = ACTIONS(1060),
[anon_sym_int] = ACTIONS(1060),
[anon_sym_long] = ACTIONS(1060),
[anon_sym_char] = ACTIONS(1060),
[anon_sym_float] = ACTIONS(1060),
[anon_sym_double] = ACTIONS(1060),
[sym_boolean_type] = ACTIONS(1060),
[sym_void_type] = ACTIONS(1060),
[sym_this] = ACTIONS(1060),
[sym_super] = ACTIONS(1060),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(317)] = {
[ts_builtin_sym_end] = ACTIONS(1062),
[sym_identifier] = ACTIONS(1064),
[sym_decimal_integer_literal] = ACTIONS(1064),
[sym_hex_integer_literal] = ACTIONS(1064),
[sym_octal_integer_literal] = ACTIONS(1064),
[sym_binary_integer_literal] = ACTIONS(1062),
[sym_decimal_floating_point_literal] = ACTIONS(1062),
[sym_hex_floating_point_literal] = ACTIONS(1064),
[sym_true] = ACTIONS(1064),
[sym_false] = ACTIONS(1064),
[sym_character_literal] = ACTIONS(1062),
[anon_sym_DQUOTE] = ACTIONS(1064),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1062),
[anon_sym_RBRACE] = ACTIONS(1062),
[sym_null_literal] = ACTIONS(1064),
[anon_sym_LPAREN] = ACTIONS(1062),
[anon_sym_LT] = ACTIONS(1062),
[anon_sym_PLUS] = ACTIONS(1064),
[anon_sym_DASH] = ACTIONS(1064),
[anon_sym_TILDE] = ACTIONS(1062),
[anon_sym_BANG] = ACTIONS(1062),
[anon_sym_PLUS_PLUS] = ACTIONS(1062),
[anon_sym_DASH_DASH] = ACTIONS(1062),
[anon_sym_new] = ACTIONS(1064),
[anon_sym_class] = ACTIONS(1064),
[anon_sym_switch] = ACTIONS(1064),
[anon_sym_LBRACE] = ACTIONS(1062),
[anon_sym_case] = ACTIONS(1064),
[anon_sym_default] = ACTIONS(1064),
[anon_sym_SEMI] = ACTIONS(1062),
[anon_sym_assert] = ACTIONS(1064),
[anon_sym_do] = ACTIONS(1064),
[anon_sym_while] = ACTIONS(1064),
[anon_sym_break] = ACTIONS(1064),
[anon_sym_continue] = ACTIONS(1064),
[anon_sym_return] = ACTIONS(1064),
[anon_sym_yield] = ACTIONS(1064),
[anon_sym_synchronized] = ACTIONS(1064),
[anon_sym_throw] = ACTIONS(1064),
[anon_sym_try] = ACTIONS(1064),
[anon_sym_if] = ACTIONS(1064),
[anon_sym_else] = ACTIONS(1064),
[anon_sym_for] = ACTIONS(1064),
[anon_sym_AT] = ACTIONS(1064),
[anon_sym_open] = ACTIONS(1064),
[anon_sym_module] = ACTIONS(1064),
[anon_sym_static] = ACTIONS(1064),
[anon_sym_with] = ACTIONS(1064),
[anon_sym_package] = ACTIONS(1064),
[anon_sym_import] = ACTIONS(1064),
[anon_sym_enum] = ACTIONS(1064),
[anon_sym_public] = ACTIONS(1064),
[anon_sym_protected] = ACTIONS(1064),
[anon_sym_private] = ACTIONS(1064),
[anon_sym_abstract] = ACTIONS(1064),
[anon_sym_final] = ACTIONS(1064),
[anon_sym_strictfp] = ACTIONS(1064),
[anon_sym_native] = ACTIONS(1064),
[anon_sym_transient] = ACTIONS(1064),
[anon_sym_volatile] = ACTIONS(1064),
[anon_sym_sealed] = ACTIONS(1064),
[anon_sym_non_DASHsealed] = ACTIONS(1062),
[anon_sym_record] = ACTIONS(1064),
[anon_sym_ATinterface] = ACTIONS(1062),
[anon_sym_interface] = ACTIONS(1064),
[anon_sym_byte] = ACTIONS(1064),
[anon_sym_short] = ACTIONS(1064),
[anon_sym_int] = ACTIONS(1064),
[anon_sym_long] = ACTIONS(1064),
[anon_sym_char] = ACTIONS(1064),
[anon_sym_float] = ACTIONS(1064),
[anon_sym_double] = ACTIONS(1064),
[sym_boolean_type] = ACTIONS(1064),
[sym_void_type] = ACTIONS(1064),
[sym_this] = ACTIONS(1064),
[sym_super] = ACTIONS(1064),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(318)] = {
[ts_builtin_sym_end] = ACTIONS(1066),
[sym_identifier] = ACTIONS(1068),
[sym_decimal_integer_literal] = ACTIONS(1068),
[sym_hex_integer_literal] = ACTIONS(1068),
[sym_octal_integer_literal] = ACTIONS(1068),
[sym_binary_integer_literal] = ACTIONS(1066),
[sym_decimal_floating_point_literal] = ACTIONS(1066),
[sym_hex_floating_point_literal] = ACTIONS(1068),
[sym_true] = ACTIONS(1068),
[sym_false] = ACTIONS(1068),
[sym_character_literal] = ACTIONS(1066),
[anon_sym_DQUOTE] = ACTIONS(1068),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1066),
[anon_sym_RBRACE] = ACTIONS(1066),
[sym_null_literal] = ACTIONS(1068),
[anon_sym_LPAREN] = ACTIONS(1066),
[anon_sym_LT] = ACTIONS(1066),
[anon_sym_PLUS] = ACTIONS(1068),
[anon_sym_DASH] = ACTIONS(1068),
[anon_sym_TILDE] = ACTIONS(1066),
[anon_sym_BANG] = ACTIONS(1066),
[anon_sym_PLUS_PLUS] = ACTIONS(1066),
[anon_sym_DASH_DASH] = ACTIONS(1066),
[anon_sym_new] = ACTIONS(1068),
[anon_sym_class] = ACTIONS(1068),
[anon_sym_switch] = ACTIONS(1068),
[anon_sym_LBRACE] = ACTIONS(1066),
[anon_sym_case] = ACTIONS(1068),
[anon_sym_default] = ACTIONS(1068),
[anon_sym_SEMI] = ACTIONS(1066),
[anon_sym_assert] = ACTIONS(1068),
[anon_sym_do] = ACTIONS(1068),
[anon_sym_while] = ACTIONS(1068),
[anon_sym_break] = ACTIONS(1068),
[anon_sym_continue] = ACTIONS(1068),
[anon_sym_return] = ACTIONS(1068),
[anon_sym_yield] = ACTIONS(1068),
[anon_sym_synchronized] = ACTIONS(1068),
[anon_sym_throw] = ACTIONS(1068),
[anon_sym_try] = ACTIONS(1068),
[anon_sym_if] = ACTIONS(1068),
[anon_sym_else] = ACTIONS(1068),
[anon_sym_for] = ACTIONS(1068),
[anon_sym_AT] = ACTIONS(1068),
[anon_sym_open] = ACTIONS(1068),
[anon_sym_module] = ACTIONS(1068),
[anon_sym_static] = ACTIONS(1068),
[anon_sym_with] = ACTIONS(1068),
[anon_sym_package] = ACTIONS(1068),
[anon_sym_import] = ACTIONS(1068),
[anon_sym_enum] = ACTIONS(1068),
[anon_sym_public] = ACTIONS(1068),
[anon_sym_protected] = ACTIONS(1068),
[anon_sym_private] = ACTIONS(1068),
[anon_sym_abstract] = ACTIONS(1068),
[anon_sym_final] = ACTIONS(1068),
[anon_sym_strictfp] = ACTIONS(1068),
[anon_sym_native] = ACTIONS(1068),
[anon_sym_transient] = ACTIONS(1068),
[anon_sym_volatile] = ACTIONS(1068),
[anon_sym_sealed] = ACTIONS(1068),
[anon_sym_non_DASHsealed] = ACTIONS(1066),
[anon_sym_record] = ACTIONS(1068),
[anon_sym_ATinterface] = ACTIONS(1066),
[anon_sym_interface] = ACTIONS(1068),
[anon_sym_byte] = ACTIONS(1068),
[anon_sym_short] = ACTIONS(1068),
[anon_sym_int] = ACTIONS(1068),
[anon_sym_long] = ACTIONS(1068),
[anon_sym_char] = ACTIONS(1068),
[anon_sym_float] = ACTIONS(1068),
[anon_sym_double] = ACTIONS(1068),
[sym_boolean_type] = ACTIONS(1068),
[sym_void_type] = ACTIONS(1068),
[sym_this] = ACTIONS(1068),
[sym_super] = ACTIONS(1068),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(319)] = {
[ts_builtin_sym_end] = ACTIONS(1070),
[sym_identifier] = ACTIONS(1072),
[sym_decimal_integer_literal] = ACTIONS(1072),
[sym_hex_integer_literal] = ACTIONS(1072),
[sym_octal_integer_literal] = ACTIONS(1072),
[sym_binary_integer_literal] = ACTIONS(1070),
[sym_decimal_floating_point_literal] = ACTIONS(1070),
[sym_hex_floating_point_literal] = ACTIONS(1072),
[sym_true] = ACTIONS(1072),
[sym_false] = ACTIONS(1072),
[sym_character_literal] = ACTIONS(1070),
[anon_sym_DQUOTE] = ACTIONS(1072),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1070),
[anon_sym_RBRACE] = ACTIONS(1070),
[sym_null_literal] = ACTIONS(1072),
[anon_sym_LPAREN] = ACTIONS(1070),
[anon_sym_LT] = ACTIONS(1070),
[anon_sym_PLUS] = ACTIONS(1072),
[anon_sym_DASH] = ACTIONS(1072),
[anon_sym_TILDE] = ACTIONS(1070),
[anon_sym_BANG] = ACTIONS(1070),
[anon_sym_PLUS_PLUS] = ACTIONS(1070),
[anon_sym_DASH_DASH] = ACTIONS(1070),
[anon_sym_new] = ACTIONS(1072),
[anon_sym_class] = ACTIONS(1072),
[anon_sym_switch] = ACTIONS(1072),
[anon_sym_LBRACE] = ACTIONS(1070),
[anon_sym_case] = ACTIONS(1072),
[anon_sym_default] = ACTIONS(1072),
[anon_sym_SEMI] = ACTIONS(1070),
[anon_sym_assert] = ACTIONS(1072),
[anon_sym_do] = ACTIONS(1072),
[anon_sym_while] = ACTIONS(1072),
[anon_sym_break] = ACTIONS(1072),
[anon_sym_continue] = ACTIONS(1072),
[anon_sym_return] = ACTIONS(1072),
[anon_sym_yield] = ACTIONS(1072),
[anon_sym_synchronized] = ACTIONS(1072),
[anon_sym_throw] = ACTIONS(1072),
[anon_sym_try] = ACTIONS(1072),
[anon_sym_if] = ACTIONS(1072),
[anon_sym_else] = ACTIONS(1072),
[anon_sym_for] = ACTIONS(1072),
[anon_sym_AT] = ACTIONS(1072),
[anon_sym_open] = ACTIONS(1072),
[anon_sym_module] = ACTIONS(1072),
[anon_sym_static] = ACTIONS(1072),
[anon_sym_with] = ACTIONS(1072),
[anon_sym_package] = ACTIONS(1072),
[anon_sym_import] = ACTIONS(1072),
[anon_sym_enum] = ACTIONS(1072),
[anon_sym_public] = ACTIONS(1072),
[anon_sym_protected] = ACTIONS(1072),
[anon_sym_private] = ACTIONS(1072),
[anon_sym_abstract] = ACTIONS(1072),
[anon_sym_final] = ACTIONS(1072),
[anon_sym_strictfp] = ACTIONS(1072),
[anon_sym_native] = ACTIONS(1072),
[anon_sym_transient] = ACTIONS(1072),
[anon_sym_volatile] = ACTIONS(1072),
[anon_sym_sealed] = ACTIONS(1072),
[anon_sym_non_DASHsealed] = ACTIONS(1070),
[anon_sym_record] = ACTIONS(1072),
[anon_sym_ATinterface] = ACTIONS(1070),
[anon_sym_interface] = ACTIONS(1072),
[anon_sym_byte] = ACTIONS(1072),
[anon_sym_short] = ACTIONS(1072),
[anon_sym_int] = ACTIONS(1072),
[anon_sym_long] = ACTIONS(1072),
[anon_sym_char] = ACTIONS(1072),
[anon_sym_float] = ACTIONS(1072),
[anon_sym_double] = ACTIONS(1072),
[sym_boolean_type] = ACTIONS(1072),
[sym_void_type] = ACTIONS(1072),
[sym_this] = ACTIONS(1072),
[sym_super] = ACTIONS(1072),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(320)] = {
[ts_builtin_sym_end] = ACTIONS(1074),
[sym_identifier] = ACTIONS(1076),
[sym_decimal_integer_literal] = ACTIONS(1076),
[sym_hex_integer_literal] = ACTIONS(1076),
[sym_octal_integer_literal] = ACTIONS(1076),
[sym_binary_integer_literal] = ACTIONS(1074),
[sym_decimal_floating_point_literal] = ACTIONS(1074),
[sym_hex_floating_point_literal] = ACTIONS(1076),
[sym_true] = ACTIONS(1076),
[sym_false] = ACTIONS(1076),
[sym_character_literal] = ACTIONS(1074),
[anon_sym_DQUOTE] = ACTIONS(1076),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1074),
[anon_sym_RBRACE] = ACTIONS(1074),
[sym_null_literal] = ACTIONS(1076),
[anon_sym_LPAREN] = ACTIONS(1074),
[anon_sym_LT] = ACTIONS(1074),
[anon_sym_PLUS] = ACTIONS(1076),
[anon_sym_DASH] = ACTIONS(1076),
[anon_sym_TILDE] = ACTIONS(1074),
[anon_sym_BANG] = ACTIONS(1074),
[anon_sym_PLUS_PLUS] = ACTIONS(1074),
[anon_sym_DASH_DASH] = ACTIONS(1074),
[anon_sym_new] = ACTIONS(1076),
[anon_sym_class] = ACTIONS(1076),
[anon_sym_switch] = ACTIONS(1076),
[anon_sym_LBRACE] = ACTIONS(1074),
[anon_sym_case] = ACTIONS(1076),
[anon_sym_default] = ACTIONS(1076),
[anon_sym_SEMI] = ACTIONS(1074),
[anon_sym_assert] = ACTIONS(1076),
[anon_sym_do] = ACTIONS(1076),
[anon_sym_while] = ACTIONS(1076),
[anon_sym_break] = ACTIONS(1076),
[anon_sym_continue] = ACTIONS(1076),
[anon_sym_return] = ACTIONS(1076),
[anon_sym_yield] = ACTIONS(1076),
[anon_sym_synchronized] = ACTIONS(1076),
[anon_sym_throw] = ACTIONS(1076),
[anon_sym_try] = ACTIONS(1076),
[anon_sym_if] = ACTIONS(1076),
[anon_sym_else] = ACTIONS(1076),
[anon_sym_for] = ACTIONS(1076),
[anon_sym_AT] = ACTIONS(1076),
[anon_sym_open] = ACTIONS(1076),
[anon_sym_module] = ACTIONS(1076),
[anon_sym_static] = ACTIONS(1076),
[anon_sym_with] = ACTIONS(1076),
[anon_sym_package] = ACTIONS(1076),
[anon_sym_import] = ACTIONS(1076),
[anon_sym_enum] = ACTIONS(1076),
[anon_sym_public] = ACTIONS(1076),
[anon_sym_protected] = ACTIONS(1076),
[anon_sym_private] = ACTIONS(1076),
[anon_sym_abstract] = ACTIONS(1076),
[anon_sym_final] = ACTIONS(1076),
[anon_sym_strictfp] = ACTIONS(1076),
[anon_sym_native] = ACTIONS(1076),
[anon_sym_transient] = ACTIONS(1076),
[anon_sym_volatile] = ACTIONS(1076),
[anon_sym_sealed] = ACTIONS(1076),
[anon_sym_non_DASHsealed] = ACTIONS(1074),
[anon_sym_record] = ACTIONS(1076),
[anon_sym_ATinterface] = ACTIONS(1074),
[anon_sym_interface] = ACTIONS(1076),
[anon_sym_byte] = ACTIONS(1076),
[anon_sym_short] = ACTIONS(1076),
[anon_sym_int] = ACTIONS(1076),
[anon_sym_long] = ACTIONS(1076),
[anon_sym_char] = ACTIONS(1076),
[anon_sym_float] = ACTIONS(1076),
[anon_sym_double] = ACTIONS(1076),
[sym_boolean_type] = ACTIONS(1076),
[sym_void_type] = ACTIONS(1076),
[sym_this] = ACTIONS(1076),
[sym_super] = ACTIONS(1076),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(321)] = {
[ts_builtin_sym_end] = ACTIONS(1078),
[sym_identifier] = ACTIONS(1080),
[sym_decimal_integer_literal] = ACTIONS(1080),
[sym_hex_integer_literal] = ACTIONS(1080),
[sym_octal_integer_literal] = ACTIONS(1080),
[sym_binary_integer_literal] = ACTIONS(1078),
[sym_decimal_floating_point_literal] = ACTIONS(1078),
[sym_hex_floating_point_literal] = ACTIONS(1080),
[sym_true] = ACTIONS(1080),
[sym_false] = ACTIONS(1080),
[sym_character_literal] = ACTIONS(1078),
[anon_sym_DQUOTE] = ACTIONS(1080),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1078),
[anon_sym_RBRACE] = ACTIONS(1078),
[sym_null_literal] = ACTIONS(1080),
[anon_sym_LPAREN] = ACTIONS(1078),
[anon_sym_LT] = ACTIONS(1078),
[anon_sym_PLUS] = ACTIONS(1080),
[anon_sym_DASH] = ACTIONS(1080),
[anon_sym_TILDE] = ACTIONS(1078),
[anon_sym_BANG] = ACTIONS(1078),
[anon_sym_PLUS_PLUS] = ACTIONS(1078),
[anon_sym_DASH_DASH] = ACTIONS(1078),
[anon_sym_new] = ACTIONS(1080),
[anon_sym_class] = ACTIONS(1080),
[anon_sym_switch] = ACTIONS(1080),
[anon_sym_LBRACE] = ACTIONS(1078),
[anon_sym_case] = ACTIONS(1080),
[anon_sym_default] = ACTIONS(1080),
[anon_sym_SEMI] = ACTIONS(1078),
[anon_sym_assert] = ACTIONS(1080),
[anon_sym_do] = ACTIONS(1080),
[anon_sym_while] = ACTIONS(1080),
[anon_sym_break] = ACTIONS(1080),
[anon_sym_continue] = ACTIONS(1080),
[anon_sym_return] = ACTIONS(1080),
[anon_sym_yield] = ACTIONS(1080),
[anon_sym_synchronized] = ACTIONS(1080),
[anon_sym_throw] = ACTIONS(1080),
[anon_sym_try] = ACTIONS(1080),
[anon_sym_if] = ACTIONS(1080),
[anon_sym_else] = ACTIONS(1080),
[anon_sym_for] = ACTIONS(1080),
[anon_sym_AT] = ACTIONS(1080),
[anon_sym_open] = ACTIONS(1080),
[anon_sym_module] = ACTIONS(1080),
[anon_sym_static] = ACTIONS(1080),
[anon_sym_with] = ACTIONS(1080),
[anon_sym_package] = ACTIONS(1080),
[anon_sym_import] = ACTIONS(1080),
[anon_sym_enum] = ACTIONS(1080),
[anon_sym_public] = ACTIONS(1080),
[anon_sym_protected] = ACTIONS(1080),
[anon_sym_private] = ACTIONS(1080),
[anon_sym_abstract] = ACTIONS(1080),
[anon_sym_final] = ACTIONS(1080),
[anon_sym_strictfp] = ACTIONS(1080),
[anon_sym_native] = ACTIONS(1080),
[anon_sym_transient] = ACTIONS(1080),
[anon_sym_volatile] = ACTIONS(1080),
[anon_sym_sealed] = ACTIONS(1080),
[anon_sym_non_DASHsealed] = ACTIONS(1078),
[anon_sym_record] = ACTIONS(1080),
[anon_sym_ATinterface] = ACTIONS(1078),
[anon_sym_interface] = ACTIONS(1080),
[anon_sym_byte] = ACTIONS(1080),
[anon_sym_short] = ACTIONS(1080),
[anon_sym_int] = ACTIONS(1080),
[anon_sym_long] = ACTIONS(1080),
[anon_sym_char] = ACTIONS(1080),
[anon_sym_float] = ACTIONS(1080),
[anon_sym_double] = ACTIONS(1080),
[sym_boolean_type] = ACTIONS(1080),
[sym_void_type] = ACTIONS(1080),
[sym_this] = ACTIONS(1080),
[sym_super] = ACTIONS(1080),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(322)] = {
[ts_builtin_sym_end] = ACTIONS(1082),
[sym_identifier] = ACTIONS(1084),
[sym_decimal_integer_literal] = ACTIONS(1084),
[sym_hex_integer_literal] = ACTIONS(1084),
[sym_octal_integer_literal] = ACTIONS(1084),
[sym_binary_integer_literal] = ACTIONS(1082),
[sym_decimal_floating_point_literal] = ACTIONS(1082),
[sym_hex_floating_point_literal] = ACTIONS(1084),
[sym_true] = ACTIONS(1084),
[sym_false] = ACTIONS(1084),
[sym_character_literal] = ACTIONS(1082),
[anon_sym_DQUOTE] = ACTIONS(1084),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1082),
[anon_sym_RBRACE] = ACTIONS(1082),
[sym_null_literal] = ACTIONS(1084),
[anon_sym_LPAREN] = ACTIONS(1082),
[anon_sym_LT] = ACTIONS(1082),
[anon_sym_PLUS] = ACTIONS(1084),
[anon_sym_DASH] = ACTIONS(1084),
[anon_sym_TILDE] = ACTIONS(1082),
[anon_sym_BANG] = ACTIONS(1082),
[anon_sym_PLUS_PLUS] = ACTIONS(1082),
[anon_sym_DASH_DASH] = ACTIONS(1082),
[anon_sym_new] = ACTIONS(1084),
[anon_sym_class] = ACTIONS(1084),
[anon_sym_switch] = ACTIONS(1084),
[anon_sym_LBRACE] = ACTIONS(1082),
[anon_sym_case] = ACTIONS(1084),
[anon_sym_default] = ACTIONS(1084),
[anon_sym_SEMI] = ACTIONS(1082),
[anon_sym_assert] = ACTIONS(1084),
[anon_sym_do] = ACTIONS(1084),
[anon_sym_while] = ACTIONS(1084),
[anon_sym_break] = ACTIONS(1084),
[anon_sym_continue] = ACTIONS(1084),
[anon_sym_return] = ACTIONS(1084),
[anon_sym_yield] = ACTIONS(1084),
[anon_sym_synchronized] = ACTIONS(1084),
[anon_sym_throw] = ACTIONS(1084),
[anon_sym_try] = ACTIONS(1084),
[anon_sym_if] = ACTIONS(1084),
[anon_sym_else] = ACTIONS(1084),
[anon_sym_for] = ACTIONS(1084),
[anon_sym_AT] = ACTIONS(1084),
[anon_sym_open] = ACTIONS(1084),
[anon_sym_module] = ACTIONS(1084),
[anon_sym_static] = ACTIONS(1084),
[anon_sym_with] = ACTIONS(1084),
[anon_sym_package] = ACTIONS(1084),
[anon_sym_import] = ACTIONS(1084),
[anon_sym_enum] = ACTIONS(1084),
[anon_sym_public] = ACTIONS(1084),
[anon_sym_protected] = ACTIONS(1084),
[anon_sym_private] = ACTIONS(1084),
[anon_sym_abstract] = ACTIONS(1084),
[anon_sym_final] = ACTIONS(1084),
[anon_sym_strictfp] = ACTIONS(1084),
[anon_sym_native] = ACTIONS(1084),
[anon_sym_transient] = ACTIONS(1084),
[anon_sym_volatile] = ACTIONS(1084),
[anon_sym_sealed] = ACTIONS(1084),
[anon_sym_non_DASHsealed] = ACTIONS(1082),
[anon_sym_record] = ACTIONS(1084),
[anon_sym_ATinterface] = ACTIONS(1082),
[anon_sym_interface] = ACTIONS(1084),
[anon_sym_byte] = ACTIONS(1084),
[anon_sym_short] = ACTIONS(1084),
[anon_sym_int] = ACTIONS(1084),
[anon_sym_long] = ACTIONS(1084),
[anon_sym_char] = ACTIONS(1084),
[anon_sym_float] = ACTIONS(1084),
[anon_sym_double] = ACTIONS(1084),
[sym_boolean_type] = ACTIONS(1084),
[sym_void_type] = ACTIONS(1084),
[sym_this] = ACTIONS(1084),
[sym_super] = ACTIONS(1084),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(323)] = {
[ts_builtin_sym_end] = ACTIONS(1086),
[sym_identifier] = ACTIONS(1088),
[sym_decimal_integer_literal] = ACTIONS(1088),
[sym_hex_integer_literal] = ACTIONS(1088),
[sym_octal_integer_literal] = ACTIONS(1088),
[sym_binary_integer_literal] = ACTIONS(1086),
[sym_decimal_floating_point_literal] = ACTIONS(1086),
[sym_hex_floating_point_literal] = ACTIONS(1088),
[sym_true] = ACTIONS(1088),
[sym_false] = ACTIONS(1088),
[sym_character_literal] = ACTIONS(1086),
[anon_sym_DQUOTE] = ACTIONS(1088),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1086),
[anon_sym_RBRACE] = ACTIONS(1086),
[sym_null_literal] = ACTIONS(1088),
[anon_sym_LPAREN] = ACTIONS(1086),
[anon_sym_LT] = ACTIONS(1086),
[anon_sym_PLUS] = ACTIONS(1088),
[anon_sym_DASH] = ACTIONS(1088),
[anon_sym_TILDE] = ACTIONS(1086),
[anon_sym_BANG] = ACTIONS(1086),
[anon_sym_PLUS_PLUS] = ACTIONS(1086),
[anon_sym_DASH_DASH] = ACTIONS(1086),
[anon_sym_new] = ACTIONS(1088),
[anon_sym_class] = ACTIONS(1088),
[anon_sym_switch] = ACTIONS(1088),
[anon_sym_LBRACE] = ACTIONS(1086),
[anon_sym_case] = ACTIONS(1088),
[anon_sym_default] = ACTIONS(1088),
[anon_sym_SEMI] = ACTIONS(1086),
[anon_sym_assert] = ACTIONS(1088),
[anon_sym_do] = ACTIONS(1088),
[anon_sym_while] = ACTIONS(1088),
[anon_sym_break] = ACTIONS(1088),
[anon_sym_continue] = ACTIONS(1088),
[anon_sym_return] = ACTIONS(1088),
[anon_sym_yield] = ACTIONS(1088),
[anon_sym_synchronized] = ACTIONS(1088),
[anon_sym_throw] = ACTIONS(1088),
[anon_sym_try] = ACTIONS(1088),
[anon_sym_if] = ACTIONS(1088),
[anon_sym_else] = ACTIONS(1088),
[anon_sym_for] = ACTIONS(1088),
[anon_sym_AT] = ACTIONS(1088),
[anon_sym_open] = ACTIONS(1088),
[anon_sym_module] = ACTIONS(1088),
[anon_sym_static] = ACTIONS(1088),
[anon_sym_with] = ACTIONS(1088),
[anon_sym_package] = ACTIONS(1088),
[anon_sym_import] = ACTIONS(1088),
[anon_sym_enum] = ACTIONS(1088),
[anon_sym_public] = ACTIONS(1088),
[anon_sym_protected] = ACTIONS(1088),
[anon_sym_private] = ACTIONS(1088),
[anon_sym_abstract] = ACTIONS(1088),
[anon_sym_final] = ACTIONS(1088),
[anon_sym_strictfp] = ACTIONS(1088),
[anon_sym_native] = ACTIONS(1088),
[anon_sym_transient] = ACTIONS(1088),
[anon_sym_volatile] = ACTIONS(1088),
[anon_sym_sealed] = ACTIONS(1088),
[anon_sym_non_DASHsealed] = ACTIONS(1086),
[anon_sym_record] = ACTIONS(1088),
[anon_sym_ATinterface] = ACTIONS(1086),
[anon_sym_interface] = ACTIONS(1088),
[anon_sym_byte] = ACTIONS(1088),
[anon_sym_short] = ACTIONS(1088),
[anon_sym_int] = ACTIONS(1088),
[anon_sym_long] = ACTIONS(1088),
[anon_sym_char] = ACTIONS(1088),
[anon_sym_float] = ACTIONS(1088),
[anon_sym_double] = ACTIONS(1088),
[sym_boolean_type] = ACTIONS(1088),
[sym_void_type] = ACTIONS(1088),
[sym_this] = ACTIONS(1088),
[sym_super] = ACTIONS(1088),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(324)] = {
[ts_builtin_sym_end] = ACTIONS(1090),
[sym_identifier] = ACTIONS(1092),
[sym_decimal_integer_literal] = ACTIONS(1092),
[sym_hex_integer_literal] = ACTIONS(1092),
[sym_octal_integer_literal] = ACTIONS(1092),
[sym_binary_integer_literal] = ACTIONS(1090),
[sym_decimal_floating_point_literal] = ACTIONS(1090),
[sym_hex_floating_point_literal] = ACTIONS(1092),
[sym_true] = ACTIONS(1092),
[sym_false] = ACTIONS(1092),
[sym_character_literal] = ACTIONS(1090),
[anon_sym_DQUOTE] = ACTIONS(1092),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1090),
[anon_sym_RBRACE] = ACTIONS(1090),
[sym_null_literal] = ACTIONS(1092),
[anon_sym_LPAREN] = ACTIONS(1090),
[anon_sym_LT] = ACTIONS(1090),
[anon_sym_PLUS] = ACTIONS(1092),
[anon_sym_DASH] = ACTIONS(1092),
[anon_sym_TILDE] = ACTIONS(1090),
[anon_sym_BANG] = ACTIONS(1090),
[anon_sym_PLUS_PLUS] = ACTIONS(1090),
[anon_sym_DASH_DASH] = ACTIONS(1090),
[anon_sym_new] = ACTIONS(1092),
[anon_sym_class] = ACTIONS(1092),
[anon_sym_switch] = ACTIONS(1092),
[anon_sym_LBRACE] = ACTIONS(1090),
[anon_sym_case] = ACTIONS(1092),
[anon_sym_default] = ACTIONS(1092),
[anon_sym_SEMI] = ACTIONS(1090),
[anon_sym_assert] = ACTIONS(1092),
[anon_sym_do] = ACTIONS(1092),
[anon_sym_while] = ACTIONS(1092),
[anon_sym_break] = ACTIONS(1092),
[anon_sym_continue] = ACTIONS(1092),
[anon_sym_return] = ACTIONS(1092),
[anon_sym_yield] = ACTIONS(1092),
[anon_sym_synchronized] = ACTIONS(1092),
[anon_sym_throw] = ACTIONS(1092),
[anon_sym_try] = ACTIONS(1092),
[anon_sym_if] = ACTIONS(1092),
[anon_sym_else] = ACTIONS(1092),
[anon_sym_for] = ACTIONS(1092),
[anon_sym_AT] = ACTIONS(1092),
[anon_sym_open] = ACTIONS(1092),
[anon_sym_module] = ACTIONS(1092),
[anon_sym_static] = ACTIONS(1092),
[anon_sym_with] = ACTIONS(1092),
[anon_sym_package] = ACTIONS(1092),
[anon_sym_import] = ACTIONS(1092),
[anon_sym_enum] = ACTIONS(1092),
[anon_sym_public] = ACTIONS(1092),
[anon_sym_protected] = ACTIONS(1092),
[anon_sym_private] = ACTIONS(1092),
[anon_sym_abstract] = ACTIONS(1092),
[anon_sym_final] = ACTIONS(1092),
[anon_sym_strictfp] = ACTIONS(1092),
[anon_sym_native] = ACTIONS(1092),
[anon_sym_transient] = ACTIONS(1092),
[anon_sym_volatile] = ACTIONS(1092),
[anon_sym_sealed] = ACTIONS(1092),
[anon_sym_non_DASHsealed] = ACTIONS(1090),
[anon_sym_record] = ACTIONS(1092),
[anon_sym_ATinterface] = ACTIONS(1090),
[anon_sym_interface] = ACTIONS(1092),
[anon_sym_byte] = ACTIONS(1092),
[anon_sym_short] = ACTIONS(1092),
[anon_sym_int] = ACTIONS(1092),
[anon_sym_long] = ACTIONS(1092),
[anon_sym_char] = ACTIONS(1092),
[anon_sym_float] = ACTIONS(1092),
[anon_sym_double] = ACTIONS(1092),
[sym_boolean_type] = ACTIONS(1092),
[sym_void_type] = ACTIONS(1092),
[sym_this] = ACTIONS(1092),
[sym_super] = ACTIONS(1092),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(325)] = {
[ts_builtin_sym_end] = ACTIONS(1094),
[sym_identifier] = ACTIONS(1096),
[sym_decimal_integer_literal] = ACTIONS(1096),
[sym_hex_integer_literal] = ACTIONS(1096),
[sym_octal_integer_literal] = ACTIONS(1096),
[sym_binary_integer_literal] = ACTIONS(1094),
[sym_decimal_floating_point_literal] = ACTIONS(1094),
[sym_hex_floating_point_literal] = ACTIONS(1096),
[sym_true] = ACTIONS(1096),
[sym_false] = ACTIONS(1096),
[sym_character_literal] = ACTIONS(1094),
[anon_sym_DQUOTE] = ACTIONS(1096),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1094),
[anon_sym_RBRACE] = ACTIONS(1094),
[sym_null_literal] = ACTIONS(1096),
[anon_sym_LPAREN] = ACTIONS(1094),
[anon_sym_LT] = ACTIONS(1094),
[anon_sym_PLUS] = ACTIONS(1096),
[anon_sym_DASH] = ACTIONS(1096),
[anon_sym_TILDE] = ACTIONS(1094),
[anon_sym_BANG] = ACTIONS(1094),
[anon_sym_PLUS_PLUS] = ACTIONS(1094),
[anon_sym_DASH_DASH] = ACTIONS(1094),
[anon_sym_new] = ACTIONS(1096),
[anon_sym_class] = ACTIONS(1096),
[anon_sym_switch] = ACTIONS(1096),
[anon_sym_LBRACE] = ACTIONS(1094),
[anon_sym_case] = ACTIONS(1096),
[anon_sym_default] = ACTIONS(1096),
[anon_sym_SEMI] = ACTIONS(1094),
[anon_sym_assert] = ACTIONS(1096),
[anon_sym_do] = ACTIONS(1096),
[anon_sym_while] = ACTIONS(1096),
[anon_sym_break] = ACTIONS(1096),
[anon_sym_continue] = ACTIONS(1096),
[anon_sym_return] = ACTIONS(1096),
[anon_sym_yield] = ACTIONS(1096),
[anon_sym_synchronized] = ACTIONS(1096),
[anon_sym_throw] = ACTIONS(1096),
[anon_sym_try] = ACTIONS(1096),
[anon_sym_if] = ACTIONS(1096),
[anon_sym_else] = ACTIONS(1096),
[anon_sym_for] = ACTIONS(1096),
[anon_sym_AT] = ACTIONS(1096),
[anon_sym_open] = ACTIONS(1096),
[anon_sym_module] = ACTIONS(1096),
[anon_sym_static] = ACTIONS(1096),
[anon_sym_with] = ACTIONS(1096),
[anon_sym_package] = ACTIONS(1096),
[anon_sym_import] = ACTIONS(1096),
[anon_sym_enum] = ACTIONS(1096),
[anon_sym_public] = ACTIONS(1096),
[anon_sym_protected] = ACTIONS(1096),
[anon_sym_private] = ACTIONS(1096),
[anon_sym_abstract] = ACTIONS(1096),
[anon_sym_final] = ACTIONS(1096),
[anon_sym_strictfp] = ACTIONS(1096),
[anon_sym_native] = ACTIONS(1096),
[anon_sym_transient] = ACTIONS(1096),
[anon_sym_volatile] = ACTIONS(1096),
[anon_sym_sealed] = ACTIONS(1096),
[anon_sym_non_DASHsealed] = ACTIONS(1094),
[anon_sym_record] = ACTIONS(1096),
[anon_sym_ATinterface] = ACTIONS(1094),
[anon_sym_interface] = ACTIONS(1096),
[anon_sym_byte] = ACTIONS(1096),
[anon_sym_short] = ACTIONS(1096),
[anon_sym_int] = ACTIONS(1096),
[anon_sym_long] = ACTIONS(1096),
[anon_sym_char] = ACTIONS(1096),
[anon_sym_float] = ACTIONS(1096),
[anon_sym_double] = ACTIONS(1096),
[sym_boolean_type] = ACTIONS(1096),
[sym_void_type] = ACTIONS(1096),
[sym_this] = ACTIONS(1096),
[sym_super] = ACTIONS(1096),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(326)] = {
[ts_builtin_sym_end] = ACTIONS(1098),
[sym_identifier] = ACTIONS(1100),
[sym_decimal_integer_literal] = ACTIONS(1100),
[sym_hex_integer_literal] = ACTIONS(1100),
[sym_octal_integer_literal] = ACTIONS(1100),
[sym_binary_integer_literal] = ACTIONS(1098),
[sym_decimal_floating_point_literal] = ACTIONS(1098),
[sym_hex_floating_point_literal] = ACTIONS(1100),
[sym_true] = ACTIONS(1100),
[sym_false] = ACTIONS(1100),
[sym_character_literal] = ACTIONS(1098),
[anon_sym_DQUOTE] = ACTIONS(1100),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1098),
[anon_sym_RBRACE] = ACTIONS(1098),
[sym_null_literal] = ACTIONS(1100),
[anon_sym_LPAREN] = ACTIONS(1098),
[anon_sym_LT] = ACTIONS(1098),
[anon_sym_PLUS] = ACTIONS(1100),
[anon_sym_DASH] = ACTIONS(1100),
[anon_sym_TILDE] = ACTIONS(1098),
[anon_sym_BANG] = ACTIONS(1098),
[anon_sym_PLUS_PLUS] = ACTIONS(1098),
[anon_sym_DASH_DASH] = ACTIONS(1098),
[anon_sym_new] = ACTIONS(1100),
[anon_sym_class] = ACTIONS(1100),
[anon_sym_switch] = ACTIONS(1100),
[anon_sym_LBRACE] = ACTIONS(1098),
[anon_sym_case] = ACTIONS(1100),
[anon_sym_default] = ACTIONS(1100),
[anon_sym_SEMI] = ACTIONS(1098),
[anon_sym_assert] = ACTIONS(1100),
[anon_sym_do] = ACTIONS(1100),
[anon_sym_while] = ACTIONS(1100),
[anon_sym_break] = ACTIONS(1100),
[anon_sym_continue] = ACTIONS(1100),
[anon_sym_return] = ACTIONS(1100),
[anon_sym_yield] = ACTIONS(1100),
[anon_sym_synchronized] = ACTIONS(1100),
[anon_sym_throw] = ACTIONS(1100),
[anon_sym_try] = ACTIONS(1100),
[anon_sym_if] = ACTIONS(1100),
[anon_sym_else] = ACTIONS(1100),
[anon_sym_for] = ACTIONS(1100),
[anon_sym_AT] = ACTIONS(1100),
[anon_sym_open] = ACTIONS(1100),
[anon_sym_module] = ACTIONS(1100),
[anon_sym_static] = ACTIONS(1100),
[anon_sym_with] = ACTIONS(1100),
[anon_sym_package] = ACTIONS(1100),
[anon_sym_import] = ACTIONS(1100),
[anon_sym_enum] = ACTIONS(1100),
[anon_sym_public] = ACTIONS(1100),
[anon_sym_protected] = ACTIONS(1100),
[anon_sym_private] = ACTIONS(1100),
[anon_sym_abstract] = ACTIONS(1100),
[anon_sym_final] = ACTIONS(1100),
[anon_sym_strictfp] = ACTIONS(1100),
[anon_sym_native] = ACTIONS(1100),
[anon_sym_transient] = ACTIONS(1100),
[anon_sym_volatile] = ACTIONS(1100),
[anon_sym_sealed] = ACTIONS(1100),
[anon_sym_non_DASHsealed] = ACTIONS(1098),
[anon_sym_record] = ACTIONS(1100),
[anon_sym_ATinterface] = ACTIONS(1098),
[anon_sym_interface] = ACTIONS(1100),
[anon_sym_byte] = ACTIONS(1100),
[anon_sym_short] = ACTIONS(1100),
[anon_sym_int] = ACTIONS(1100),
[anon_sym_long] = ACTIONS(1100),
[anon_sym_char] = ACTIONS(1100),
[anon_sym_float] = ACTIONS(1100),
[anon_sym_double] = ACTIONS(1100),
[sym_boolean_type] = ACTIONS(1100),
[sym_void_type] = ACTIONS(1100),
[sym_this] = ACTIONS(1100),
[sym_super] = ACTIONS(1100),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(327)] = {
[ts_builtin_sym_end] = ACTIONS(1102),
[sym_identifier] = ACTIONS(1104),
[sym_decimal_integer_literal] = ACTIONS(1104),
[sym_hex_integer_literal] = ACTIONS(1104),
[sym_octal_integer_literal] = ACTIONS(1104),
[sym_binary_integer_literal] = ACTIONS(1102),
[sym_decimal_floating_point_literal] = ACTIONS(1102),
[sym_hex_floating_point_literal] = ACTIONS(1104),
[sym_true] = ACTIONS(1104),
[sym_false] = ACTIONS(1104),
[sym_character_literal] = ACTIONS(1102),
[anon_sym_DQUOTE] = ACTIONS(1104),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1102),
[anon_sym_RBRACE] = ACTIONS(1102),
[sym_null_literal] = ACTIONS(1104),
[anon_sym_LPAREN] = ACTIONS(1102),
[anon_sym_LT] = ACTIONS(1102),
[anon_sym_PLUS] = ACTIONS(1104),
[anon_sym_DASH] = ACTIONS(1104),
[anon_sym_TILDE] = ACTIONS(1102),
[anon_sym_BANG] = ACTIONS(1102),
[anon_sym_PLUS_PLUS] = ACTIONS(1102),
[anon_sym_DASH_DASH] = ACTIONS(1102),
[anon_sym_new] = ACTIONS(1104),
[anon_sym_class] = ACTIONS(1104),
[anon_sym_switch] = ACTIONS(1104),
[anon_sym_LBRACE] = ACTIONS(1102),
[anon_sym_case] = ACTIONS(1104),
[anon_sym_default] = ACTIONS(1104),
[anon_sym_SEMI] = ACTIONS(1102),
[anon_sym_assert] = ACTIONS(1104),
[anon_sym_do] = ACTIONS(1104),
[anon_sym_while] = ACTIONS(1104),
[anon_sym_break] = ACTIONS(1104),
[anon_sym_continue] = ACTIONS(1104),
[anon_sym_return] = ACTIONS(1104),
[anon_sym_yield] = ACTIONS(1104),
[anon_sym_synchronized] = ACTIONS(1104),
[anon_sym_throw] = ACTIONS(1104),
[anon_sym_try] = ACTIONS(1104),
[anon_sym_if] = ACTIONS(1104),
[anon_sym_else] = ACTIONS(1104),
[anon_sym_for] = ACTIONS(1104),
[anon_sym_AT] = ACTIONS(1104),
[anon_sym_open] = ACTIONS(1104),
[anon_sym_module] = ACTIONS(1104),
[anon_sym_static] = ACTIONS(1104),
[anon_sym_with] = ACTIONS(1104),
[anon_sym_package] = ACTIONS(1104),
[anon_sym_import] = ACTIONS(1104),
[anon_sym_enum] = ACTIONS(1104),
[anon_sym_public] = ACTIONS(1104),
[anon_sym_protected] = ACTIONS(1104),
[anon_sym_private] = ACTIONS(1104),
[anon_sym_abstract] = ACTIONS(1104),
[anon_sym_final] = ACTIONS(1104),
[anon_sym_strictfp] = ACTIONS(1104),
[anon_sym_native] = ACTIONS(1104),
[anon_sym_transient] = ACTIONS(1104),
[anon_sym_volatile] = ACTIONS(1104),
[anon_sym_sealed] = ACTIONS(1104),
[anon_sym_non_DASHsealed] = ACTIONS(1102),
[anon_sym_record] = ACTIONS(1104),
[anon_sym_ATinterface] = ACTIONS(1102),
[anon_sym_interface] = ACTIONS(1104),
[anon_sym_byte] = ACTIONS(1104),
[anon_sym_short] = ACTIONS(1104),
[anon_sym_int] = ACTIONS(1104),
[anon_sym_long] = ACTIONS(1104),
[anon_sym_char] = ACTIONS(1104),
[anon_sym_float] = ACTIONS(1104),
[anon_sym_double] = ACTIONS(1104),
[sym_boolean_type] = ACTIONS(1104),
[sym_void_type] = ACTIONS(1104),
[sym_this] = ACTIONS(1104),
[sym_super] = ACTIONS(1104),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(328)] = {
[ts_builtin_sym_end] = ACTIONS(1106),
[sym_identifier] = ACTIONS(1108),
[sym_decimal_integer_literal] = ACTIONS(1108),
[sym_hex_integer_literal] = ACTIONS(1108),
[sym_octal_integer_literal] = ACTIONS(1108),
[sym_binary_integer_literal] = ACTIONS(1106),
[sym_decimal_floating_point_literal] = ACTIONS(1106),
[sym_hex_floating_point_literal] = ACTIONS(1108),
[sym_true] = ACTIONS(1108),
[sym_false] = ACTIONS(1108),
[sym_character_literal] = ACTIONS(1106),
[anon_sym_DQUOTE] = ACTIONS(1108),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1106),
[anon_sym_RBRACE] = ACTIONS(1106),
[sym_null_literal] = ACTIONS(1108),
[anon_sym_LPAREN] = ACTIONS(1106),
[anon_sym_LT] = ACTIONS(1106),
[anon_sym_PLUS] = ACTIONS(1108),
[anon_sym_DASH] = ACTIONS(1108),
[anon_sym_TILDE] = ACTIONS(1106),
[anon_sym_BANG] = ACTIONS(1106),
[anon_sym_PLUS_PLUS] = ACTIONS(1106),
[anon_sym_DASH_DASH] = ACTIONS(1106),
[anon_sym_new] = ACTIONS(1108),
[anon_sym_class] = ACTIONS(1108),
[anon_sym_switch] = ACTIONS(1108),
[anon_sym_LBRACE] = ACTIONS(1106),
[anon_sym_case] = ACTIONS(1108),
[anon_sym_default] = ACTIONS(1108),
[anon_sym_SEMI] = ACTIONS(1106),
[anon_sym_assert] = ACTIONS(1108),
[anon_sym_do] = ACTIONS(1108),
[anon_sym_while] = ACTIONS(1108),
[anon_sym_break] = ACTIONS(1108),
[anon_sym_continue] = ACTIONS(1108),
[anon_sym_return] = ACTIONS(1108),
[anon_sym_yield] = ACTIONS(1108),
[anon_sym_synchronized] = ACTIONS(1108),
[anon_sym_throw] = ACTIONS(1108),
[anon_sym_try] = ACTIONS(1108),
[anon_sym_if] = ACTIONS(1108),
[anon_sym_else] = ACTIONS(1108),
[anon_sym_for] = ACTIONS(1108),
[anon_sym_AT] = ACTIONS(1108),
[anon_sym_open] = ACTIONS(1108),
[anon_sym_module] = ACTIONS(1108),
[anon_sym_static] = ACTIONS(1108),
[anon_sym_with] = ACTIONS(1108),
[anon_sym_package] = ACTIONS(1108),
[anon_sym_import] = ACTIONS(1108),
[anon_sym_enum] = ACTIONS(1108),
[anon_sym_public] = ACTIONS(1108),
[anon_sym_protected] = ACTIONS(1108),
[anon_sym_private] = ACTIONS(1108),
[anon_sym_abstract] = ACTIONS(1108),
[anon_sym_final] = ACTIONS(1108),
[anon_sym_strictfp] = ACTIONS(1108),
[anon_sym_native] = ACTIONS(1108),
[anon_sym_transient] = ACTIONS(1108),
[anon_sym_volatile] = ACTIONS(1108),
[anon_sym_sealed] = ACTIONS(1108),
[anon_sym_non_DASHsealed] = ACTIONS(1106),
[anon_sym_record] = ACTIONS(1108),
[anon_sym_ATinterface] = ACTIONS(1106),
[anon_sym_interface] = ACTIONS(1108),
[anon_sym_byte] = ACTIONS(1108),
[anon_sym_short] = ACTIONS(1108),
[anon_sym_int] = ACTIONS(1108),
[anon_sym_long] = ACTIONS(1108),
[anon_sym_char] = ACTIONS(1108),
[anon_sym_float] = ACTIONS(1108),
[anon_sym_double] = ACTIONS(1108),
[sym_boolean_type] = ACTIONS(1108),
[sym_void_type] = ACTIONS(1108),
[sym_this] = ACTIONS(1108),
[sym_super] = ACTIONS(1108),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(329)] = {
[ts_builtin_sym_end] = ACTIONS(1110),
[sym_identifier] = ACTIONS(1112),
[sym_decimal_integer_literal] = ACTIONS(1112),
[sym_hex_integer_literal] = ACTIONS(1112),
[sym_octal_integer_literal] = ACTIONS(1112),
[sym_binary_integer_literal] = ACTIONS(1110),
[sym_decimal_floating_point_literal] = ACTIONS(1110),
[sym_hex_floating_point_literal] = ACTIONS(1112),
[sym_true] = ACTIONS(1112),
[sym_false] = ACTIONS(1112),
[sym_character_literal] = ACTIONS(1110),
[anon_sym_DQUOTE] = ACTIONS(1112),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1110),
[anon_sym_RBRACE] = ACTIONS(1110),
[sym_null_literal] = ACTIONS(1112),
[anon_sym_LPAREN] = ACTIONS(1110),
[anon_sym_LT] = ACTIONS(1110),
[anon_sym_PLUS] = ACTIONS(1112),
[anon_sym_DASH] = ACTIONS(1112),
[anon_sym_TILDE] = ACTIONS(1110),
[anon_sym_BANG] = ACTIONS(1110),
[anon_sym_PLUS_PLUS] = ACTIONS(1110),
[anon_sym_DASH_DASH] = ACTIONS(1110),
[anon_sym_new] = ACTIONS(1112),
[anon_sym_class] = ACTIONS(1112),
[anon_sym_switch] = ACTIONS(1112),
[anon_sym_LBRACE] = ACTIONS(1110),
[anon_sym_case] = ACTIONS(1112),
[anon_sym_default] = ACTIONS(1112),
[anon_sym_SEMI] = ACTIONS(1110),
[anon_sym_assert] = ACTIONS(1112),
[anon_sym_do] = ACTIONS(1112),
[anon_sym_while] = ACTIONS(1112),
[anon_sym_break] = ACTIONS(1112),
[anon_sym_continue] = ACTIONS(1112),
[anon_sym_return] = ACTIONS(1112),
[anon_sym_yield] = ACTIONS(1112),
[anon_sym_synchronized] = ACTIONS(1112),
[anon_sym_throw] = ACTIONS(1112),
[anon_sym_try] = ACTIONS(1112),
[anon_sym_if] = ACTIONS(1112),
[anon_sym_else] = ACTIONS(1112),
[anon_sym_for] = ACTIONS(1112),
[anon_sym_AT] = ACTIONS(1112),
[anon_sym_open] = ACTIONS(1112),
[anon_sym_module] = ACTIONS(1112),
[anon_sym_static] = ACTIONS(1112),
[anon_sym_with] = ACTIONS(1112),
[anon_sym_package] = ACTIONS(1112),
[anon_sym_import] = ACTIONS(1112),
[anon_sym_enum] = ACTIONS(1112),
[anon_sym_public] = ACTIONS(1112),
[anon_sym_protected] = ACTIONS(1112),
[anon_sym_private] = ACTIONS(1112),
[anon_sym_abstract] = ACTIONS(1112),
[anon_sym_final] = ACTIONS(1112),
[anon_sym_strictfp] = ACTIONS(1112),
[anon_sym_native] = ACTIONS(1112),
[anon_sym_transient] = ACTIONS(1112),
[anon_sym_volatile] = ACTIONS(1112),
[anon_sym_sealed] = ACTIONS(1112),
[anon_sym_non_DASHsealed] = ACTIONS(1110),
[anon_sym_record] = ACTIONS(1112),
[anon_sym_ATinterface] = ACTIONS(1110),
[anon_sym_interface] = ACTIONS(1112),
[anon_sym_byte] = ACTIONS(1112),
[anon_sym_short] = ACTIONS(1112),
[anon_sym_int] = ACTIONS(1112),
[anon_sym_long] = ACTIONS(1112),
[anon_sym_char] = ACTIONS(1112),
[anon_sym_float] = ACTIONS(1112),
[anon_sym_double] = ACTIONS(1112),
[sym_boolean_type] = ACTIONS(1112),
[sym_void_type] = ACTIONS(1112),
[sym_this] = ACTIONS(1112),
[sym_super] = ACTIONS(1112),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(330)] = {
[ts_builtin_sym_end] = ACTIONS(1114),
[sym_identifier] = ACTIONS(1116),
[sym_decimal_integer_literal] = ACTIONS(1116),
[sym_hex_integer_literal] = ACTIONS(1116),
[sym_octal_integer_literal] = ACTIONS(1116),
[sym_binary_integer_literal] = ACTIONS(1114),
[sym_decimal_floating_point_literal] = ACTIONS(1114),
[sym_hex_floating_point_literal] = ACTIONS(1116),
[sym_true] = ACTIONS(1116),
[sym_false] = ACTIONS(1116),
[sym_character_literal] = ACTIONS(1114),
[anon_sym_DQUOTE] = ACTIONS(1116),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1114),
[anon_sym_RBRACE] = ACTIONS(1114),
[sym_null_literal] = ACTIONS(1116),
[anon_sym_LPAREN] = ACTIONS(1114),
[anon_sym_LT] = ACTIONS(1114),
[anon_sym_PLUS] = ACTIONS(1116),
[anon_sym_DASH] = ACTIONS(1116),
[anon_sym_TILDE] = ACTIONS(1114),
[anon_sym_BANG] = ACTIONS(1114),
[anon_sym_PLUS_PLUS] = ACTIONS(1114),
[anon_sym_DASH_DASH] = ACTIONS(1114),
[anon_sym_new] = ACTIONS(1116),
[anon_sym_class] = ACTIONS(1116),
[anon_sym_switch] = ACTIONS(1116),
[anon_sym_LBRACE] = ACTIONS(1114),
[anon_sym_case] = ACTIONS(1116),
[anon_sym_default] = ACTIONS(1116),
[anon_sym_SEMI] = ACTIONS(1114),
[anon_sym_assert] = ACTIONS(1116),
[anon_sym_do] = ACTIONS(1116),
[anon_sym_while] = ACTIONS(1116),
[anon_sym_break] = ACTIONS(1116),
[anon_sym_continue] = ACTIONS(1116),
[anon_sym_return] = ACTIONS(1116),
[anon_sym_yield] = ACTIONS(1116),
[anon_sym_synchronized] = ACTIONS(1116),
[anon_sym_throw] = ACTIONS(1116),
[anon_sym_try] = ACTIONS(1116),
[anon_sym_if] = ACTIONS(1116),
[anon_sym_else] = ACTIONS(1116),
[anon_sym_for] = ACTIONS(1116),
[anon_sym_AT] = ACTIONS(1116),
[anon_sym_open] = ACTIONS(1116),
[anon_sym_module] = ACTIONS(1116),
[anon_sym_static] = ACTIONS(1116),
[anon_sym_with] = ACTIONS(1116),
[anon_sym_package] = ACTIONS(1116),
[anon_sym_import] = ACTIONS(1116),
[anon_sym_enum] = ACTIONS(1116),
[anon_sym_public] = ACTIONS(1116),
[anon_sym_protected] = ACTIONS(1116),
[anon_sym_private] = ACTIONS(1116),
[anon_sym_abstract] = ACTIONS(1116),
[anon_sym_final] = ACTIONS(1116),
[anon_sym_strictfp] = ACTIONS(1116),
[anon_sym_native] = ACTIONS(1116),
[anon_sym_transient] = ACTIONS(1116),
[anon_sym_volatile] = ACTIONS(1116),
[anon_sym_sealed] = ACTIONS(1116),
[anon_sym_non_DASHsealed] = ACTIONS(1114),
[anon_sym_record] = ACTIONS(1116),
[anon_sym_ATinterface] = ACTIONS(1114),
[anon_sym_interface] = ACTIONS(1116),
[anon_sym_byte] = ACTIONS(1116),
[anon_sym_short] = ACTIONS(1116),
[anon_sym_int] = ACTIONS(1116),
[anon_sym_long] = ACTIONS(1116),
[anon_sym_char] = ACTIONS(1116),
[anon_sym_float] = ACTIONS(1116),
[anon_sym_double] = ACTIONS(1116),
[sym_boolean_type] = ACTIONS(1116),
[sym_void_type] = ACTIONS(1116),
[sym_this] = ACTIONS(1116),
[sym_super] = ACTIONS(1116),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(331)] = {
[ts_builtin_sym_end] = ACTIONS(1118),
[sym_identifier] = ACTIONS(1120),
[sym_decimal_integer_literal] = ACTIONS(1120),
[sym_hex_integer_literal] = ACTIONS(1120),
[sym_octal_integer_literal] = ACTIONS(1120),
[sym_binary_integer_literal] = ACTIONS(1118),
[sym_decimal_floating_point_literal] = ACTIONS(1118),
[sym_hex_floating_point_literal] = ACTIONS(1120),
[sym_true] = ACTIONS(1120),
[sym_false] = ACTIONS(1120),
[sym_character_literal] = ACTIONS(1118),
[anon_sym_DQUOTE] = ACTIONS(1120),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1118),
[anon_sym_RBRACE] = ACTIONS(1118),
[sym_null_literal] = ACTIONS(1120),
[anon_sym_LPAREN] = ACTIONS(1118),
[anon_sym_LT] = ACTIONS(1118),
[anon_sym_PLUS] = ACTIONS(1120),
[anon_sym_DASH] = ACTIONS(1120),
[anon_sym_TILDE] = ACTIONS(1118),
[anon_sym_BANG] = ACTIONS(1118),
[anon_sym_PLUS_PLUS] = ACTIONS(1118),
[anon_sym_DASH_DASH] = ACTIONS(1118),
[anon_sym_new] = ACTIONS(1120),
[anon_sym_class] = ACTIONS(1120),
[anon_sym_switch] = ACTIONS(1120),
[anon_sym_LBRACE] = ACTIONS(1118),
[anon_sym_case] = ACTIONS(1120),
[anon_sym_default] = ACTIONS(1120),
[anon_sym_SEMI] = ACTIONS(1118),
[anon_sym_assert] = ACTIONS(1120),
[anon_sym_do] = ACTIONS(1120),
[anon_sym_while] = ACTIONS(1120),
[anon_sym_break] = ACTIONS(1120),
[anon_sym_continue] = ACTIONS(1120),
[anon_sym_return] = ACTIONS(1120),
[anon_sym_yield] = ACTIONS(1120),
[anon_sym_synchronized] = ACTIONS(1120),
[anon_sym_throw] = ACTIONS(1120),
[anon_sym_try] = ACTIONS(1120),
[anon_sym_if] = ACTIONS(1120),
[anon_sym_else] = ACTIONS(1120),
[anon_sym_for] = ACTIONS(1120),
[anon_sym_AT] = ACTIONS(1120),
[anon_sym_open] = ACTIONS(1120),
[anon_sym_module] = ACTIONS(1120),
[anon_sym_static] = ACTIONS(1120),
[anon_sym_with] = ACTIONS(1120),
[anon_sym_package] = ACTIONS(1120),
[anon_sym_import] = ACTIONS(1120),
[anon_sym_enum] = ACTIONS(1120),
[anon_sym_public] = ACTIONS(1120),
[anon_sym_protected] = ACTIONS(1120),
[anon_sym_private] = ACTIONS(1120),
[anon_sym_abstract] = ACTIONS(1120),
[anon_sym_final] = ACTIONS(1120),
[anon_sym_strictfp] = ACTIONS(1120),
[anon_sym_native] = ACTIONS(1120),
[anon_sym_transient] = ACTIONS(1120),
[anon_sym_volatile] = ACTIONS(1120),
[anon_sym_sealed] = ACTIONS(1120),
[anon_sym_non_DASHsealed] = ACTIONS(1118),
[anon_sym_record] = ACTIONS(1120),
[anon_sym_ATinterface] = ACTIONS(1118),
[anon_sym_interface] = ACTIONS(1120),
[anon_sym_byte] = ACTIONS(1120),
[anon_sym_short] = ACTIONS(1120),
[anon_sym_int] = ACTIONS(1120),
[anon_sym_long] = ACTIONS(1120),
[anon_sym_char] = ACTIONS(1120),
[anon_sym_float] = ACTIONS(1120),
[anon_sym_double] = ACTIONS(1120),
[sym_boolean_type] = ACTIONS(1120),
[sym_void_type] = ACTIONS(1120),
[sym_this] = ACTIONS(1120),
[sym_super] = ACTIONS(1120),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(332)] = {
[ts_builtin_sym_end] = ACTIONS(1122),
[sym_identifier] = ACTIONS(1124),
[sym_decimal_integer_literal] = ACTIONS(1124),
[sym_hex_integer_literal] = ACTIONS(1124),
[sym_octal_integer_literal] = ACTIONS(1124),
[sym_binary_integer_literal] = ACTIONS(1122),
[sym_decimal_floating_point_literal] = ACTIONS(1122),
[sym_hex_floating_point_literal] = ACTIONS(1124),
[sym_true] = ACTIONS(1124),
[sym_false] = ACTIONS(1124),
[sym_character_literal] = ACTIONS(1122),
[anon_sym_DQUOTE] = ACTIONS(1124),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1122),
[anon_sym_RBRACE] = ACTIONS(1122),
[sym_null_literal] = ACTIONS(1124),
[anon_sym_LPAREN] = ACTIONS(1122),
[anon_sym_LT] = ACTIONS(1122),
[anon_sym_PLUS] = ACTIONS(1124),
[anon_sym_DASH] = ACTIONS(1124),
[anon_sym_TILDE] = ACTIONS(1122),
[anon_sym_BANG] = ACTIONS(1122),
[anon_sym_PLUS_PLUS] = ACTIONS(1122),
[anon_sym_DASH_DASH] = ACTIONS(1122),
[anon_sym_new] = ACTIONS(1124),
[anon_sym_class] = ACTIONS(1124),
[anon_sym_switch] = ACTIONS(1124),
[anon_sym_LBRACE] = ACTIONS(1122),
[anon_sym_case] = ACTIONS(1124),
[anon_sym_default] = ACTIONS(1124),
[anon_sym_SEMI] = ACTIONS(1122),
[anon_sym_assert] = ACTIONS(1124),
[anon_sym_do] = ACTIONS(1124),
[anon_sym_while] = ACTIONS(1124),
[anon_sym_break] = ACTIONS(1124),
[anon_sym_continue] = ACTIONS(1124),
[anon_sym_return] = ACTIONS(1124),
[anon_sym_yield] = ACTIONS(1124),
[anon_sym_synchronized] = ACTIONS(1124),
[anon_sym_throw] = ACTIONS(1124),
[anon_sym_try] = ACTIONS(1124),
[anon_sym_if] = ACTIONS(1124),
[anon_sym_else] = ACTIONS(1124),
[anon_sym_for] = ACTIONS(1124),
[anon_sym_AT] = ACTIONS(1124),
[anon_sym_open] = ACTIONS(1124),
[anon_sym_module] = ACTIONS(1124),
[anon_sym_static] = ACTIONS(1124),
[anon_sym_with] = ACTIONS(1124),
[anon_sym_package] = ACTIONS(1124),
[anon_sym_import] = ACTIONS(1124),
[anon_sym_enum] = ACTIONS(1124),
[anon_sym_public] = ACTIONS(1124),
[anon_sym_protected] = ACTIONS(1124),
[anon_sym_private] = ACTIONS(1124),
[anon_sym_abstract] = ACTIONS(1124),
[anon_sym_final] = ACTIONS(1124),
[anon_sym_strictfp] = ACTIONS(1124),
[anon_sym_native] = ACTIONS(1124),
[anon_sym_transient] = ACTIONS(1124),
[anon_sym_volatile] = ACTIONS(1124),
[anon_sym_sealed] = ACTIONS(1124),
[anon_sym_non_DASHsealed] = ACTIONS(1122),
[anon_sym_record] = ACTIONS(1124),
[anon_sym_ATinterface] = ACTIONS(1122),
[anon_sym_interface] = ACTIONS(1124),
[anon_sym_byte] = ACTIONS(1124),
[anon_sym_short] = ACTIONS(1124),
[anon_sym_int] = ACTIONS(1124),
[anon_sym_long] = ACTIONS(1124),
[anon_sym_char] = ACTIONS(1124),
[anon_sym_float] = ACTIONS(1124),
[anon_sym_double] = ACTIONS(1124),
[sym_boolean_type] = ACTIONS(1124),
[sym_void_type] = ACTIONS(1124),
[sym_this] = ACTIONS(1124),
[sym_super] = ACTIONS(1124),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(333)] = {
[ts_builtin_sym_end] = ACTIONS(1126),
[sym_identifier] = ACTIONS(1128),
[sym_decimal_integer_literal] = ACTIONS(1128),
[sym_hex_integer_literal] = ACTIONS(1128),
[sym_octal_integer_literal] = ACTIONS(1128),
[sym_binary_integer_literal] = ACTIONS(1126),
[sym_decimal_floating_point_literal] = ACTIONS(1126),
[sym_hex_floating_point_literal] = ACTIONS(1128),
[sym_true] = ACTIONS(1128),
[sym_false] = ACTIONS(1128),
[sym_character_literal] = ACTIONS(1126),
[anon_sym_DQUOTE] = ACTIONS(1128),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1126),
[anon_sym_RBRACE] = ACTIONS(1126),
[sym_null_literal] = ACTIONS(1128),
[anon_sym_LPAREN] = ACTIONS(1126),
[anon_sym_LT] = ACTIONS(1126),
[anon_sym_PLUS] = ACTIONS(1128),
[anon_sym_DASH] = ACTIONS(1128),
[anon_sym_TILDE] = ACTIONS(1126),
[anon_sym_BANG] = ACTIONS(1126),
[anon_sym_PLUS_PLUS] = ACTIONS(1126),
[anon_sym_DASH_DASH] = ACTIONS(1126),
[anon_sym_new] = ACTIONS(1128),
[anon_sym_class] = ACTIONS(1128),
[anon_sym_switch] = ACTIONS(1128),
[anon_sym_LBRACE] = ACTIONS(1126),
[anon_sym_case] = ACTIONS(1128),
[anon_sym_default] = ACTIONS(1128),
[anon_sym_SEMI] = ACTIONS(1126),
[anon_sym_assert] = ACTIONS(1128),
[anon_sym_do] = ACTIONS(1128),
[anon_sym_while] = ACTIONS(1128),
[anon_sym_break] = ACTIONS(1128),
[anon_sym_continue] = ACTIONS(1128),
[anon_sym_return] = ACTIONS(1128),
[anon_sym_yield] = ACTIONS(1128),
[anon_sym_synchronized] = ACTIONS(1128),
[anon_sym_throw] = ACTIONS(1128),
[anon_sym_try] = ACTIONS(1128),
[anon_sym_if] = ACTIONS(1128),
[anon_sym_else] = ACTIONS(1128),
[anon_sym_for] = ACTIONS(1128),
[anon_sym_AT] = ACTIONS(1128),
[anon_sym_open] = ACTIONS(1128),
[anon_sym_module] = ACTIONS(1128),
[anon_sym_static] = ACTIONS(1128),
[anon_sym_with] = ACTIONS(1128),
[anon_sym_package] = ACTIONS(1128),
[anon_sym_import] = ACTIONS(1128),
[anon_sym_enum] = ACTIONS(1128),
[anon_sym_public] = ACTIONS(1128),
[anon_sym_protected] = ACTIONS(1128),
[anon_sym_private] = ACTIONS(1128),
[anon_sym_abstract] = ACTIONS(1128),
[anon_sym_final] = ACTIONS(1128),
[anon_sym_strictfp] = ACTIONS(1128),
[anon_sym_native] = ACTIONS(1128),
[anon_sym_transient] = ACTIONS(1128),
[anon_sym_volatile] = ACTIONS(1128),
[anon_sym_sealed] = ACTIONS(1128),
[anon_sym_non_DASHsealed] = ACTIONS(1126),
[anon_sym_record] = ACTIONS(1128),
[anon_sym_ATinterface] = ACTIONS(1126),
[anon_sym_interface] = ACTIONS(1128),
[anon_sym_byte] = ACTIONS(1128),
[anon_sym_short] = ACTIONS(1128),
[anon_sym_int] = ACTIONS(1128),
[anon_sym_long] = ACTIONS(1128),
[anon_sym_char] = ACTIONS(1128),
[anon_sym_float] = ACTIONS(1128),
[anon_sym_double] = ACTIONS(1128),
[sym_boolean_type] = ACTIONS(1128),
[sym_void_type] = ACTIONS(1128),
[sym_this] = ACTIONS(1128),
[sym_super] = ACTIONS(1128),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(334)] = {
[ts_builtin_sym_end] = ACTIONS(1130),
[sym_identifier] = ACTIONS(1132),
[sym_decimal_integer_literal] = ACTIONS(1132),
[sym_hex_integer_literal] = ACTIONS(1132),
[sym_octal_integer_literal] = ACTIONS(1132),
[sym_binary_integer_literal] = ACTIONS(1130),
[sym_decimal_floating_point_literal] = ACTIONS(1130),
[sym_hex_floating_point_literal] = ACTIONS(1132),
[sym_true] = ACTIONS(1132),
[sym_false] = ACTIONS(1132),
[sym_character_literal] = ACTIONS(1130),
[anon_sym_DQUOTE] = ACTIONS(1132),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1130),
[anon_sym_RBRACE] = ACTIONS(1130),
[sym_null_literal] = ACTIONS(1132),
[anon_sym_LPAREN] = ACTIONS(1130),
[anon_sym_LT] = ACTIONS(1130),
[anon_sym_PLUS] = ACTIONS(1132),
[anon_sym_DASH] = ACTIONS(1132),
[anon_sym_TILDE] = ACTIONS(1130),
[anon_sym_BANG] = ACTIONS(1130),
[anon_sym_PLUS_PLUS] = ACTIONS(1130),
[anon_sym_DASH_DASH] = ACTIONS(1130),
[anon_sym_new] = ACTIONS(1132),
[anon_sym_class] = ACTIONS(1132),
[anon_sym_switch] = ACTIONS(1132),
[anon_sym_LBRACE] = ACTIONS(1130),
[anon_sym_case] = ACTIONS(1132),
[anon_sym_default] = ACTIONS(1132),
[anon_sym_SEMI] = ACTIONS(1130),
[anon_sym_assert] = ACTIONS(1132),
[anon_sym_do] = ACTIONS(1132),
[anon_sym_while] = ACTIONS(1132),
[anon_sym_break] = ACTIONS(1132),
[anon_sym_continue] = ACTIONS(1132),
[anon_sym_return] = ACTIONS(1132),
[anon_sym_yield] = ACTIONS(1132),
[anon_sym_synchronized] = ACTIONS(1132),
[anon_sym_throw] = ACTIONS(1132),
[anon_sym_try] = ACTIONS(1132),
[anon_sym_if] = ACTIONS(1132),
[anon_sym_else] = ACTIONS(1132),
[anon_sym_for] = ACTIONS(1132),
[anon_sym_AT] = ACTIONS(1132),
[anon_sym_open] = ACTIONS(1132),
[anon_sym_module] = ACTIONS(1132),
[anon_sym_static] = ACTIONS(1132),
[anon_sym_with] = ACTIONS(1132),
[anon_sym_package] = ACTIONS(1132),
[anon_sym_import] = ACTIONS(1132),
[anon_sym_enum] = ACTIONS(1132),
[anon_sym_public] = ACTIONS(1132),
[anon_sym_protected] = ACTIONS(1132),
[anon_sym_private] = ACTIONS(1132),
[anon_sym_abstract] = ACTIONS(1132),
[anon_sym_final] = ACTIONS(1132),
[anon_sym_strictfp] = ACTIONS(1132),
[anon_sym_native] = ACTIONS(1132),
[anon_sym_transient] = ACTIONS(1132),
[anon_sym_volatile] = ACTIONS(1132),
[anon_sym_sealed] = ACTIONS(1132),
[anon_sym_non_DASHsealed] = ACTIONS(1130),
[anon_sym_record] = ACTIONS(1132),
[anon_sym_ATinterface] = ACTIONS(1130),
[anon_sym_interface] = ACTIONS(1132),
[anon_sym_byte] = ACTIONS(1132),
[anon_sym_short] = ACTIONS(1132),
[anon_sym_int] = ACTIONS(1132),
[anon_sym_long] = ACTIONS(1132),
[anon_sym_char] = ACTIONS(1132),
[anon_sym_float] = ACTIONS(1132),
[anon_sym_double] = ACTIONS(1132),
[sym_boolean_type] = ACTIONS(1132),
[sym_void_type] = ACTIONS(1132),
[sym_this] = ACTIONS(1132),
[sym_super] = ACTIONS(1132),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(335)] = {
[ts_builtin_sym_end] = ACTIONS(1134),
[sym_identifier] = ACTIONS(1136),
[sym_decimal_integer_literal] = ACTIONS(1136),
[sym_hex_integer_literal] = ACTIONS(1136),
[sym_octal_integer_literal] = ACTIONS(1136),
[sym_binary_integer_literal] = ACTIONS(1134),
[sym_decimal_floating_point_literal] = ACTIONS(1134),
[sym_hex_floating_point_literal] = ACTIONS(1136),
[sym_true] = ACTIONS(1136),
[sym_false] = ACTIONS(1136),
[sym_character_literal] = ACTIONS(1134),
[anon_sym_DQUOTE] = ACTIONS(1136),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1134),
[anon_sym_RBRACE] = ACTIONS(1134),
[sym_null_literal] = ACTIONS(1136),
[anon_sym_LPAREN] = ACTIONS(1134),
[anon_sym_LT] = ACTIONS(1134),
[anon_sym_PLUS] = ACTIONS(1136),
[anon_sym_DASH] = ACTIONS(1136),
[anon_sym_TILDE] = ACTIONS(1134),
[anon_sym_BANG] = ACTIONS(1134),
[anon_sym_PLUS_PLUS] = ACTIONS(1134),
[anon_sym_DASH_DASH] = ACTIONS(1134),
[anon_sym_new] = ACTIONS(1136),
[anon_sym_class] = ACTIONS(1136),
[anon_sym_switch] = ACTIONS(1136),
[anon_sym_LBRACE] = ACTIONS(1134),
[anon_sym_case] = ACTIONS(1136),
[anon_sym_default] = ACTIONS(1136),
[anon_sym_SEMI] = ACTIONS(1134),
[anon_sym_assert] = ACTIONS(1136),
[anon_sym_do] = ACTIONS(1136),
[anon_sym_while] = ACTIONS(1136),
[anon_sym_break] = ACTIONS(1136),
[anon_sym_continue] = ACTIONS(1136),
[anon_sym_return] = ACTIONS(1136),
[anon_sym_yield] = ACTIONS(1136),
[anon_sym_synchronized] = ACTIONS(1136),
[anon_sym_throw] = ACTIONS(1136),
[anon_sym_try] = ACTIONS(1136),
[anon_sym_if] = ACTIONS(1136),
[anon_sym_else] = ACTIONS(1136),
[anon_sym_for] = ACTIONS(1136),
[anon_sym_AT] = ACTIONS(1136),
[anon_sym_open] = ACTIONS(1136),
[anon_sym_module] = ACTIONS(1136),
[anon_sym_static] = ACTIONS(1136),
[anon_sym_with] = ACTIONS(1136),
[anon_sym_package] = ACTIONS(1136),
[anon_sym_import] = ACTIONS(1136),
[anon_sym_enum] = ACTIONS(1136),
[anon_sym_public] = ACTIONS(1136),
[anon_sym_protected] = ACTIONS(1136),
[anon_sym_private] = ACTIONS(1136),
[anon_sym_abstract] = ACTIONS(1136),
[anon_sym_final] = ACTIONS(1136),
[anon_sym_strictfp] = ACTIONS(1136),
[anon_sym_native] = ACTIONS(1136),
[anon_sym_transient] = ACTIONS(1136),
[anon_sym_volatile] = ACTIONS(1136),
[anon_sym_sealed] = ACTIONS(1136),
[anon_sym_non_DASHsealed] = ACTIONS(1134),
[anon_sym_record] = ACTIONS(1136),
[anon_sym_ATinterface] = ACTIONS(1134),
[anon_sym_interface] = ACTIONS(1136),
[anon_sym_byte] = ACTIONS(1136),
[anon_sym_short] = ACTIONS(1136),
[anon_sym_int] = ACTIONS(1136),
[anon_sym_long] = ACTIONS(1136),
[anon_sym_char] = ACTIONS(1136),
[anon_sym_float] = ACTIONS(1136),
[anon_sym_double] = ACTIONS(1136),
[sym_boolean_type] = ACTIONS(1136),
[sym_void_type] = ACTIONS(1136),
[sym_this] = ACTIONS(1136),
[sym_super] = ACTIONS(1136),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(336)] = {
[ts_builtin_sym_end] = ACTIONS(1138),
[sym_identifier] = ACTIONS(1140),
[sym_decimal_integer_literal] = ACTIONS(1140),
[sym_hex_integer_literal] = ACTIONS(1140),
[sym_octal_integer_literal] = ACTIONS(1140),
[sym_binary_integer_literal] = ACTIONS(1138),
[sym_decimal_floating_point_literal] = ACTIONS(1138),
[sym_hex_floating_point_literal] = ACTIONS(1140),
[sym_true] = ACTIONS(1140),
[sym_false] = ACTIONS(1140),
[sym_character_literal] = ACTIONS(1138),
[anon_sym_DQUOTE] = ACTIONS(1140),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1138),
[anon_sym_RBRACE] = ACTIONS(1138),
[sym_null_literal] = ACTIONS(1140),
[anon_sym_LPAREN] = ACTIONS(1138),
[anon_sym_LT] = ACTIONS(1138),
[anon_sym_PLUS] = ACTIONS(1140),
[anon_sym_DASH] = ACTIONS(1140),
[anon_sym_TILDE] = ACTIONS(1138),
[anon_sym_BANG] = ACTIONS(1138),
[anon_sym_PLUS_PLUS] = ACTIONS(1138),
[anon_sym_DASH_DASH] = ACTIONS(1138),
[anon_sym_new] = ACTIONS(1140),
[anon_sym_class] = ACTIONS(1140),
[anon_sym_switch] = ACTIONS(1140),
[anon_sym_LBRACE] = ACTIONS(1138),
[anon_sym_case] = ACTIONS(1140),
[anon_sym_default] = ACTIONS(1140),
[anon_sym_SEMI] = ACTIONS(1138),
[anon_sym_assert] = ACTIONS(1140),
[anon_sym_do] = ACTIONS(1140),
[anon_sym_while] = ACTIONS(1140),
[anon_sym_break] = ACTIONS(1140),
[anon_sym_continue] = ACTIONS(1140),
[anon_sym_return] = ACTIONS(1140),
[anon_sym_yield] = ACTIONS(1140),
[anon_sym_synchronized] = ACTIONS(1140),
[anon_sym_throw] = ACTIONS(1140),
[anon_sym_try] = ACTIONS(1140),
[anon_sym_if] = ACTIONS(1140),
[anon_sym_else] = ACTIONS(1140),
[anon_sym_for] = ACTIONS(1140),
[anon_sym_AT] = ACTIONS(1140),
[anon_sym_open] = ACTIONS(1140),
[anon_sym_module] = ACTIONS(1140),
[anon_sym_static] = ACTIONS(1140),
[anon_sym_with] = ACTIONS(1140),
[anon_sym_package] = ACTIONS(1140),
[anon_sym_import] = ACTIONS(1140),
[anon_sym_enum] = ACTIONS(1140),
[anon_sym_public] = ACTIONS(1140),
[anon_sym_protected] = ACTIONS(1140),
[anon_sym_private] = ACTIONS(1140),
[anon_sym_abstract] = ACTIONS(1140),
[anon_sym_final] = ACTIONS(1140),
[anon_sym_strictfp] = ACTIONS(1140),
[anon_sym_native] = ACTIONS(1140),
[anon_sym_transient] = ACTIONS(1140),
[anon_sym_volatile] = ACTIONS(1140),
[anon_sym_sealed] = ACTIONS(1140),
[anon_sym_non_DASHsealed] = ACTIONS(1138),
[anon_sym_record] = ACTIONS(1140),
[anon_sym_ATinterface] = ACTIONS(1138),
[anon_sym_interface] = ACTIONS(1140),
[anon_sym_byte] = ACTIONS(1140),
[anon_sym_short] = ACTIONS(1140),
[anon_sym_int] = ACTIONS(1140),
[anon_sym_long] = ACTIONS(1140),
[anon_sym_char] = ACTIONS(1140),
[anon_sym_float] = ACTIONS(1140),
[anon_sym_double] = ACTIONS(1140),
[sym_boolean_type] = ACTIONS(1140),
[sym_void_type] = ACTIONS(1140),
[sym_this] = ACTIONS(1140),
[sym_super] = ACTIONS(1140),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(337)] = {
[ts_builtin_sym_end] = ACTIONS(1142),
[sym_identifier] = ACTIONS(1144),
[sym_decimal_integer_literal] = ACTIONS(1144),
[sym_hex_integer_literal] = ACTIONS(1144),
[sym_octal_integer_literal] = ACTIONS(1144),
[sym_binary_integer_literal] = ACTIONS(1142),
[sym_decimal_floating_point_literal] = ACTIONS(1142),
[sym_hex_floating_point_literal] = ACTIONS(1144),
[sym_true] = ACTIONS(1144),
[sym_false] = ACTIONS(1144),
[sym_character_literal] = ACTIONS(1142),
[anon_sym_DQUOTE] = ACTIONS(1144),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1142),
[anon_sym_RBRACE] = ACTIONS(1142),
[sym_null_literal] = ACTIONS(1144),
[anon_sym_LPAREN] = ACTIONS(1142),
[anon_sym_LT] = ACTIONS(1142),
[anon_sym_PLUS] = ACTIONS(1144),
[anon_sym_DASH] = ACTIONS(1144),
[anon_sym_TILDE] = ACTIONS(1142),
[anon_sym_BANG] = ACTIONS(1142),
[anon_sym_PLUS_PLUS] = ACTIONS(1142),
[anon_sym_DASH_DASH] = ACTIONS(1142),
[anon_sym_new] = ACTIONS(1144),
[anon_sym_class] = ACTIONS(1144),
[anon_sym_switch] = ACTIONS(1144),
[anon_sym_LBRACE] = ACTIONS(1142),
[anon_sym_case] = ACTIONS(1144),
[anon_sym_default] = ACTIONS(1144),
[anon_sym_SEMI] = ACTIONS(1142),
[anon_sym_assert] = ACTIONS(1144),
[anon_sym_do] = ACTIONS(1144),
[anon_sym_while] = ACTIONS(1144),
[anon_sym_break] = ACTIONS(1144),
[anon_sym_continue] = ACTIONS(1144),
[anon_sym_return] = ACTIONS(1144),
[anon_sym_yield] = ACTIONS(1144),
[anon_sym_synchronized] = ACTIONS(1144),
[anon_sym_throw] = ACTIONS(1144),
[anon_sym_try] = ACTIONS(1144),
[anon_sym_if] = ACTIONS(1144),
[anon_sym_else] = ACTIONS(1144),
[anon_sym_for] = ACTIONS(1144),
[anon_sym_AT] = ACTIONS(1144),
[anon_sym_open] = ACTIONS(1144),
[anon_sym_module] = ACTIONS(1144),
[anon_sym_static] = ACTIONS(1144),
[anon_sym_with] = ACTIONS(1144),
[anon_sym_package] = ACTIONS(1144),
[anon_sym_import] = ACTIONS(1144),
[anon_sym_enum] = ACTIONS(1144),
[anon_sym_public] = ACTIONS(1144),
[anon_sym_protected] = ACTIONS(1144),
[anon_sym_private] = ACTIONS(1144),
[anon_sym_abstract] = ACTIONS(1144),
[anon_sym_final] = ACTIONS(1144),
[anon_sym_strictfp] = ACTIONS(1144),
[anon_sym_native] = ACTIONS(1144),
[anon_sym_transient] = ACTIONS(1144),
[anon_sym_volatile] = ACTIONS(1144),
[anon_sym_sealed] = ACTIONS(1144),
[anon_sym_non_DASHsealed] = ACTIONS(1142),
[anon_sym_record] = ACTIONS(1144),
[anon_sym_ATinterface] = ACTIONS(1142),
[anon_sym_interface] = ACTIONS(1144),
[anon_sym_byte] = ACTIONS(1144),
[anon_sym_short] = ACTIONS(1144),
[anon_sym_int] = ACTIONS(1144),
[anon_sym_long] = ACTIONS(1144),
[anon_sym_char] = ACTIONS(1144),
[anon_sym_float] = ACTIONS(1144),
[anon_sym_double] = ACTIONS(1144),
[sym_boolean_type] = ACTIONS(1144),
[sym_void_type] = ACTIONS(1144),
[sym_this] = ACTIONS(1144),
[sym_super] = ACTIONS(1144),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(338)] = {
[ts_builtin_sym_end] = ACTIONS(781),
[sym_identifier] = ACTIONS(783),
[sym_decimal_integer_literal] = ACTIONS(783),
[sym_hex_integer_literal] = ACTIONS(783),
[sym_octal_integer_literal] = ACTIONS(783),
[sym_binary_integer_literal] = ACTIONS(781),
[sym_decimal_floating_point_literal] = ACTIONS(781),
[sym_hex_floating_point_literal] = ACTIONS(783),
[sym_true] = ACTIONS(783),
[sym_false] = ACTIONS(783),
[sym_character_literal] = ACTIONS(781),
[anon_sym_DQUOTE] = ACTIONS(783),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(781),
[anon_sym_RBRACE] = ACTIONS(781),
[sym_null_literal] = ACTIONS(783),
[anon_sym_LPAREN] = ACTIONS(781),
[anon_sym_LT] = ACTIONS(781),
[anon_sym_PLUS] = ACTIONS(783),
[anon_sym_DASH] = ACTIONS(783),
[anon_sym_TILDE] = ACTIONS(781),
[anon_sym_BANG] = ACTIONS(781),
[anon_sym_PLUS_PLUS] = ACTIONS(781),
[anon_sym_DASH_DASH] = ACTIONS(781),
[anon_sym_new] = ACTIONS(783),
[anon_sym_class] = ACTIONS(783),
[anon_sym_switch] = ACTIONS(783),
[anon_sym_LBRACE] = ACTIONS(781),
[anon_sym_case] = ACTIONS(783),
[anon_sym_default] = ACTIONS(783),
[anon_sym_SEMI] = ACTIONS(781),
[anon_sym_assert] = ACTIONS(783),
[anon_sym_do] = ACTIONS(783),
[anon_sym_while] = ACTIONS(783),
[anon_sym_break] = ACTIONS(783),
[anon_sym_continue] = ACTIONS(783),
[anon_sym_return] = ACTIONS(783),
[anon_sym_yield] = ACTIONS(783),
[anon_sym_synchronized] = ACTIONS(783),
[anon_sym_throw] = ACTIONS(783),
[anon_sym_try] = ACTIONS(783),
[anon_sym_if] = ACTIONS(783),
[anon_sym_else] = ACTIONS(783),
[anon_sym_for] = ACTIONS(783),
[anon_sym_AT] = ACTIONS(783),
[anon_sym_open] = ACTIONS(783),
[anon_sym_module] = ACTIONS(783),
[anon_sym_static] = ACTIONS(783),
[anon_sym_with] = ACTIONS(783),
[anon_sym_package] = ACTIONS(783),
[anon_sym_import] = ACTIONS(783),
[anon_sym_enum] = ACTIONS(783),
[anon_sym_public] = ACTIONS(783),
[anon_sym_protected] = ACTIONS(783),
[anon_sym_private] = ACTIONS(783),
[anon_sym_abstract] = ACTIONS(783),
[anon_sym_final] = ACTIONS(783),
[anon_sym_strictfp] = ACTIONS(783),
[anon_sym_native] = ACTIONS(783),
[anon_sym_transient] = ACTIONS(783),
[anon_sym_volatile] = ACTIONS(783),
[anon_sym_sealed] = ACTIONS(783),
[anon_sym_non_DASHsealed] = ACTIONS(781),
[anon_sym_record] = ACTIONS(783),
[anon_sym_ATinterface] = ACTIONS(781),
[anon_sym_interface] = ACTIONS(783),
[anon_sym_byte] = ACTIONS(783),
[anon_sym_short] = ACTIONS(783),
[anon_sym_int] = ACTIONS(783),
[anon_sym_long] = ACTIONS(783),
[anon_sym_char] = ACTIONS(783),
[anon_sym_float] = ACTIONS(783),
[anon_sym_double] = ACTIONS(783),
[sym_boolean_type] = ACTIONS(783),
[sym_void_type] = ACTIONS(783),
[sym_this] = ACTIONS(783),
[sym_super] = ACTIONS(783),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(339)] = {
[ts_builtin_sym_end] = ACTIONS(1146),
[sym_identifier] = ACTIONS(1148),
[sym_decimal_integer_literal] = ACTIONS(1148),
[sym_hex_integer_literal] = ACTIONS(1148),
[sym_octal_integer_literal] = ACTIONS(1148),
[sym_binary_integer_literal] = ACTIONS(1146),
[sym_decimal_floating_point_literal] = ACTIONS(1146),
[sym_hex_floating_point_literal] = ACTIONS(1148),
[sym_true] = ACTIONS(1148),
[sym_false] = ACTIONS(1148),
[sym_character_literal] = ACTIONS(1146),
[anon_sym_DQUOTE] = ACTIONS(1148),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1146),
[anon_sym_RBRACE] = ACTIONS(1146),
[sym_null_literal] = ACTIONS(1148),
[anon_sym_LPAREN] = ACTIONS(1146),
[anon_sym_LT] = ACTIONS(1146),
[anon_sym_PLUS] = ACTIONS(1148),
[anon_sym_DASH] = ACTIONS(1148),
[anon_sym_TILDE] = ACTIONS(1146),
[anon_sym_BANG] = ACTIONS(1146),
[anon_sym_PLUS_PLUS] = ACTIONS(1146),
[anon_sym_DASH_DASH] = ACTIONS(1146),
[anon_sym_new] = ACTIONS(1148),
[anon_sym_class] = ACTIONS(1148),
[anon_sym_switch] = ACTIONS(1148),
[anon_sym_LBRACE] = ACTIONS(1146),
[anon_sym_case] = ACTIONS(1148),
[anon_sym_default] = ACTIONS(1148),
[anon_sym_SEMI] = ACTIONS(1146),
[anon_sym_assert] = ACTIONS(1148),
[anon_sym_do] = ACTIONS(1148),
[anon_sym_while] = ACTIONS(1148),
[anon_sym_break] = ACTIONS(1148),
[anon_sym_continue] = ACTIONS(1148),
[anon_sym_return] = ACTIONS(1148),
[anon_sym_yield] = ACTIONS(1148),
[anon_sym_synchronized] = ACTIONS(1148),
[anon_sym_throw] = ACTIONS(1148),
[anon_sym_try] = ACTIONS(1148),
[anon_sym_if] = ACTIONS(1148),
[anon_sym_else] = ACTIONS(1148),
[anon_sym_for] = ACTIONS(1148),
[anon_sym_AT] = ACTIONS(1148),
[anon_sym_open] = ACTIONS(1148),
[anon_sym_module] = ACTIONS(1148),
[anon_sym_static] = ACTIONS(1148),
[anon_sym_with] = ACTIONS(1148),
[anon_sym_package] = ACTIONS(1148),
[anon_sym_import] = ACTIONS(1148),
[anon_sym_enum] = ACTIONS(1148),
[anon_sym_public] = ACTIONS(1148),
[anon_sym_protected] = ACTIONS(1148),
[anon_sym_private] = ACTIONS(1148),
[anon_sym_abstract] = ACTIONS(1148),
[anon_sym_final] = ACTIONS(1148),
[anon_sym_strictfp] = ACTIONS(1148),
[anon_sym_native] = ACTIONS(1148),
[anon_sym_transient] = ACTIONS(1148),
[anon_sym_volatile] = ACTIONS(1148),
[anon_sym_sealed] = ACTIONS(1148),
[anon_sym_non_DASHsealed] = ACTIONS(1146),
[anon_sym_record] = ACTIONS(1148),
[anon_sym_ATinterface] = ACTIONS(1146),
[anon_sym_interface] = ACTIONS(1148),
[anon_sym_byte] = ACTIONS(1148),
[anon_sym_short] = ACTIONS(1148),
[anon_sym_int] = ACTIONS(1148),
[anon_sym_long] = ACTIONS(1148),
[anon_sym_char] = ACTIONS(1148),
[anon_sym_float] = ACTIONS(1148),
[anon_sym_double] = ACTIONS(1148),
[sym_boolean_type] = ACTIONS(1148),
[sym_void_type] = ACTIONS(1148),
[sym_this] = ACTIONS(1148),
[sym_super] = ACTIONS(1148),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(340)] = {
[ts_builtin_sym_end] = ACTIONS(1150),
[sym_identifier] = ACTIONS(1152),
[sym_decimal_integer_literal] = ACTIONS(1152),
[sym_hex_integer_literal] = ACTIONS(1152),
[sym_octal_integer_literal] = ACTIONS(1152),
[sym_binary_integer_literal] = ACTIONS(1150),
[sym_decimal_floating_point_literal] = ACTIONS(1150),
[sym_hex_floating_point_literal] = ACTIONS(1152),
[sym_true] = ACTIONS(1152),
[sym_false] = ACTIONS(1152),
[sym_character_literal] = ACTIONS(1150),
[anon_sym_DQUOTE] = ACTIONS(1152),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1150),
[anon_sym_RBRACE] = ACTIONS(1150),
[sym_null_literal] = ACTIONS(1152),
[anon_sym_LPAREN] = ACTIONS(1150),
[anon_sym_LT] = ACTIONS(1150),
[anon_sym_PLUS] = ACTIONS(1152),
[anon_sym_DASH] = ACTIONS(1152),
[anon_sym_TILDE] = ACTIONS(1150),
[anon_sym_BANG] = ACTIONS(1150),
[anon_sym_PLUS_PLUS] = ACTIONS(1150),
[anon_sym_DASH_DASH] = ACTIONS(1150),
[anon_sym_new] = ACTIONS(1152),
[anon_sym_class] = ACTIONS(1152),
[anon_sym_switch] = ACTIONS(1152),
[anon_sym_LBRACE] = ACTIONS(1150),
[anon_sym_case] = ACTIONS(1152),
[anon_sym_default] = ACTIONS(1152),
[anon_sym_SEMI] = ACTIONS(1150),
[anon_sym_assert] = ACTIONS(1152),
[anon_sym_do] = ACTIONS(1152),
[anon_sym_while] = ACTIONS(1152),
[anon_sym_break] = ACTIONS(1152),
[anon_sym_continue] = ACTIONS(1152),
[anon_sym_return] = ACTIONS(1152),
[anon_sym_yield] = ACTIONS(1152),
[anon_sym_synchronized] = ACTIONS(1152),
[anon_sym_throw] = ACTIONS(1152),
[anon_sym_try] = ACTIONS(1152),
[anon_sym_if] = ACTIONS(1152),
[anon_sym_else] = ACTIONS(1152),
[anon_sym_for] = ACTIONS(1152),
[anon_sym_AT] = ACTIONS(1152),
[anon_sym_open] = ACTIONS(1152),
[anon_sym_module] = ACTIONS(1152),
[anon_sym_static] = ACTIONS(1152),
[anon_sym_with] = ACTIONS(1152),
[anon_sym_package] = ACTIONS(1152),
[anon_sym_import] = ACTIONS(1152),
[anon_sym_enum] = ACTIONS(1152),
[anon_sym_public] = ACTIONS(1152),
[anon_sym_protected] = ACTIONS(1152),
[anon_sym_private] = ACTIONS(1152),
[anon_sym_abstract] = ACTIONS(1152),
[anon_sym_final] = ACTIONS(1152),
[anon_sym_strictfp] = ACTIONS(1152),
[anon_sym_native] = ACTIONS(1152),
[anon_sym_transient] = ACTIONS(1152),
[anon_sym_volatile] = ACTIONS(1152),
[anon_sym_sealed] = ACTIONS(1152),
[anon_sym_non_DASHsealed] = ACTIONS(1150),
[anon_sym_record] = ACTIONS(1152),
[anon_sym_ATinterface] = ACTIONS(1150),
[anon_sym_interface] = ACTIONS(1152),
[anon_sym_byte] = ACTIONS(1152),
[anon_sym_short] = ACTIONS(1152),
[anon_sym_int] = ACTIONS(1152),
[anon_sym_long] = ACTIONS(1152),
[anon_sym_char] = ACTIONS(1152),
[anon_sym_float] = ACTIONS(1152),
[anon_sym_double] = ACTIONS(1152),
[sym_boolean_type] = ACTIONS(1152),
[sym_void_type] = ACTIONS(1152),
[sym_this] = ACTIONS(1152),
[sym_super] = ACTIONS(1152),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(341)] = {
[ts_builtin_sym_end] = ACTIONS(1154),
[sym_identifier] = ACTIONS(1156),
[sym_decimal_integer_literal] = ACTIONS(1156),
[sym_hex_integer_literal] = ACTIONS(1156),
[sym_octal_integer_literal] = ACTIONS(1156),
[sym_binary_integer_literal] = ACTIONS(1154),
[sym_decimal_floating_point_literal] = ACTIONS(1154),
[sym_hex_floating_point_literal] = ACTIONS(1156),
[sym_true] = ACTIONS(1156),
[sym_false] = ACTIONS(1156),
[sym_character_literal] = ACTIONS(1154),
[anon_sym_DQUOTE] = ACTIONS(1156),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1154),
[anon_sym_RBRACE] = ACTIONS(1154),
[sym_null_literal] = ACTIONS(1156),
[anon_sym_LPAREN] = ACTIONS(1154),
[anon_sym_LT] = ACTIONS(1154),
[anon_sym_PLUS] = ACTIONS(1156),
[anon_sym_DASH] = ACTIONS(1156),
[anon_sym_TILDE] = ACTIONS(1154),
[anon_sym_BANG] = ACTIONS(1154),
[anon_sym_PLUS_PLUS] = ACTIONS(1154),
[anon_sym_DASH_DASH] = ACTIONS(1154),
[anon_sym_new] = ACTIONS(1156),
[anon_sym_class] = ACTIONS(1156),
[anon_sym_switch] = ACTIONS(1156),
[anon_sym_LBRACE] = ACTIONS(1154),
[anon_sym_case] = ACTIONS(1156),
[anon_sym_default] = ACTIONS(1156),
[anon_sym_SEMI] = ACTIONS(1154),
[anon_sym_assert] = ACTIONS(1156),
[anon_sym_do] = ACTIONS(1156),
[anon_sym_while] = ACTIONS(1156),
[anon_sym_break] = ACTIONS(1156),
[anon_sym_continue] = ACTIONS(1156),
[anon_sym_return] = ACTIONS(1156),
[anon_sym_yield] = ACTIONS(1156),
[anon_sym_synchronized] = ACTIONS(1156),
[anon_sym_throw] = ACTIONS(1156),
[anon_sym_try] = ACTIONS(1156),
[anon_sym_if] = ACTIONS(1156),
[anon_sym_else] = ACTIONS(1156),
[anon_sym_for] = ACTIONS(1156),
[anon_sym_AT] = ACTIONS(1156),
[anon_sym_open] = ACTIONS(1156),
[anon_sym_module] = ACTIONS(1156),
[anon_sym_static] = ACTIONS(1156),
[anon_sym_with] = ACTIONS(1156),
[anon_sym_package] = ACTIONS(1156),
[anon_sym_import] = ACTIONS(1156),
[anon_sym_enum] = ACTIONS(1156),
[anon_sym_public] = ACTIONS(1156),
[anon_sym_protected] = ACTIONS(1156),
[anon_sym_private] = ACTIONS(1156),
[anon_sym_abstract] = ACTIONS(1156),
[anon_sym_final] = ACTIONS(1156),
[anon_sym_strictfp] = ACTIONS(1156),
[anon_sym_native] = ACTIONS(1156),
[anon_sym_transient] = ACTIONS(1156),
[anon_sym_volatile] = ACTIONS(1156),
[anon_sym_sealed] = ACTIONS(1156),
[anon_sym_non_DASHsealed] = ACTIONS(1154),
[anon_sym_record] = ACTIONS(1156),
[anon_sym_ATinterface] = ACTIONS(1154),
[anon_sym_interface] = ACTIONS(1156),
[anon_sym_byte] = ACTIONS(1156),
[anon_sym_short] = ACTIONS(1156),
[anon_sym_int] = ACTIONS(1156),
[anon_sym_long] = ACTIONS(1156),
[anon_sym_char] = ACTIONS(1156),
[anon_sym_float] = ACTIONS(1156),
[anon_sym_double] = ACTIONS(1156),
[sym_boolean_type] = ACTIONS(1156),
[sym_void_type] = ACTIONS(1156),
[sym_this] = ACTIONS(1156),
[sym_super] = ACTIONS(1156),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(342)] = {
[ts_builtin_sym_end] = ACTIONS(1158),
[sym_identifier] = ACTIONS(1160),
[sym_decimal_integer_literal] = ACTIONS(1160),
[sym_hex_integer_literal] = ACTIONS(1160),
[sym_octal_integer_literal] = ACTIONS(1160),
[sym_binary_integer_literal] = ACTIONS(1158),
[sym_decimal_floating_point_literal] = ACTIONS(1158),
[sym_hex_floating_point_literal] = ACTIONS(1160),
[sym_true] = ACTIONS(1160),
[sym_false] = ACTIONS(1160),
[sym_character_literal] = ACTIONS(1158),
[anon_sym_DQUOTE] = ACTIONS(1160),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1158),
[anon_sym_RBRACE] = ACTIONS(1158),
[sym_null_literal] = ACTIONS(1160),
[anon_sym_LPAREN] = ACTIONS(1158),
[anon_sym_LT] = ACTIONS(1158),
[anon_sym_PLUS] = ACTIONS(1160),
[anon_sym_DASH] = ACTIONS(1160),
[anon_sym_TILDE] = ACTIONS(1158),
[anon_sym_BANG] = ACTIONS(1158),
[anon_sym_PLUS_PLUS] = ACTIONS(1158),
[anon_sym_DASH_DASH] = ACTIONS(1158),
[anon_sym_new] = ACTIONS(1160),
[anon_sym_class] = ACTIONS(1160),
[anon_sym_switch] = ACTIONS(1160),
[anon_sym_LBRACE] = ACTIONS(1158),
[anon_sym_case] = ACTIONS(1160),
[anon_sym_default] = ACTIONS(1160),
[anon_sym_SEMI] = ACTIONS(1158),
[anon_sym_assert] = ACTIONS(1160),
[anon_sym_do] = ACTIONS(1160),
[anon_sym_while] = ACTIONS(1160),
[anon_sym_break] = ACTIONS(1160),
[anon_sym_continue] = ACTIONS(1160),
[anon_sym_return] = ACTIONS(1160),
[anon_sym_yield] = ACTIONS(1160),
[anon_sym_synchronized] = ACTIONS(1160),
[anon_sym_throw] = ACTIONS(1160),
[anon_sym_try] = ACTIONS(1160),
[anon_sym_if] = ACTIONS(1160),
[anon_sym_else] = ACTIONS(1160),
[anon_sym_for] = ACTIONS(1160),
[anon_sym_AT] = ACTIONS(1160),
[anon_sym_open] = ACTIONS(1160),
[anon_sym_module] = ACTIONS(1160),
[anon_sym_static] = ACTIONS(1160),
[anon_sym_with] = ACTIONS(1160),
[anon_sym_package] = ACTIONS(1160),
[anon_sym_import] = ACTIONS(1160),
[anon_sym_enum] = ACTIONS(1160),
[anon_sym_public] = ACTIONS(1160),
[anon_sym_protected] = ACTIONS(1160),
[anon_sym_private] = ACTIONS(1160),
[anon_sym_abstract] = ACTIONS(1160),
[anon_sym_final] = ACTIONS(1160),
[anon_sym_strictfp] = ACTIONS(1160),
[anon_sym_native] = ACTIONS(1160),
[anon_sym_transient] = ACTIONS(1160),
[anon_sym_volatile] = ACTIONS(1160),
[anon_sym_sealed] = ACTIONS(1160),
[anon_sym_non_DASHsealed] = ACTIONS(1158),
[anon_sym_record] = ACTIONS(1160),
[anon_sym_ATinterface] = ACTIONS(1158),
[anon_sym_interface] = ACTIONS(1160),
[anon_sym_byte] = ACTIONS(1160),
[anon_sym_short] = ACTIONS(1160),
[anon_sym_int] = ACTIONS(1160),
[anon_sym_long] = ACTIONS(1160),
[anon_sym_char] = ACTIONS(1160),
[anon_sym_float] = ACTIONS(1160),
[anon_sym_double] = ACTIONS(1160),
[sym_boolean_type] = ACTIONS(1160),
[sym_void_type] = ACTIONS(1160),
[sym_this] = ACTIONS(1160),
[sym_super] = ACTIONS(1160),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(343)] = {
[ts_builtin_sym_end] = ACTIONS(1162),
[sym_identifier] = ACTIONS(1164),
[sym_decimal_integer_literal] = ACTIONS(1164),
[sym_hex_integer_literal] = ACTIONS(1164),
[sym_octal_integer_literal] = ACTIONS(1164),
[sym_binary_integer_literal] = ACTIONS(1162),
[sym_decimal_floating_point_literal] = ACTIONS(1162),
[sym_hex_floating_point_literal] = ACTIONS(1164),
[sym_true] = ACTIONS(1164),
[sym_false] = ACTIONS(1164),
[sym_character_literal] = ACTIONS(1162),
[anon_sym_DQUOTE] = ACTIONS(1164),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1162),
[anon_sym_RBRACE] = ACTIONS(1162),
[sym_null_literal] = ACTIONS(1164),
[anon_sym_LPAREN] = ACTIONS(1162),
[anon_sym_LT] = ACTIONS(1162),
[anon_sym_PLUS] = ACTIONS(1164),
[anon_sym_DASH] = ACTIONS(1164),
[anon_sym_TILDE] = ACTIONS(1162),
[anon_sym_BANG] = ACTIONS(1162),
[anon_sym_PLUS_PLUS] = ACTIONS(1162),
[anon_sym_DASH_DASH] = ACTIONS(1162),
[anon_sym_new] = ACTIONS(1164),
[anon_sym_class] = ACTIONS(1164),
[anon_sym_switch] = ACTIONS(1164),
[anon_sym_LBRACE] = ACTIONS(1162),
[anon_sym_case] = ACTIONS(1164),
[anon_sym_default] = ACTIONS(1164),
[anon_sym_SEMI] = ACTIONS(1162),
[anon_sym_assert] = ACTIONS(1164),
[anon_sym_do] = ACTIONS(1164),
[anon_sym_while] = ACTIONS(1164),
[anon_sym_break] = ACTIONS(1164),
[anon_sym_continue] = ACTIONS(1164),
[anon_sym_return] = ACTIONS(1164),
[anon_sym_yield] = ACTIONS(1164),
[anon_sym_synchronized] = ACTIONS(1164),
[anon_sym_throw] = ACTIONS(1164),
[anon_sym_try] = ACTIONS(1164),
[anon_sym_if] = ACTIONS(1164),
[anon_sym_else] = ACTIONS(1164),
[anon_sym_for] = ACTIONS(1164),
[anon_sym_AT] = ACTIONS(1164),
[anon_sym_open] = ACTIONS(1164),
[anon_sym_module] = ACTIONS(1164),
[anon_sym_static] = ACTIONS(1164),
[anon_sym_with] = ACTIONS(1164),
[anon_sym_package] = ACTIONS(1164),
[anon_sym_import] = ACTIONS(1164),
[anon_sym_enum] = ACTIONS(1164),
[anon_sym_public] = ACTIONS(1164),
[anon_sym_protected] = ACTIONS(1164),
[anon_sym_private] = ACTIONS(1164),
[anon_sym_abstract] = ACTIONS(1164),
[anon_sym_final] = ACTIONS(1164),
[anon_sym_strictfp] = ACTIONS(1164),
[anon_sym_native] = ACTIONS(1164),
[anon_sym_transient] = ACTIONS(1164),
[anon_sym_volatile] = ACTIONS(1164),
[anon_sym_sealed] = ACTIONS(1164),
[anon_sym_non_DASHsealed] = ACTIONS(1162),
[anon_sym_record] = ACTIONS(1164),
[anon_sym_ATinterface] = ACTIONS(1162),
[anon_sym_interface] = ACTIONS(1164),
[anon_sym_byte] = ACTIONS(1164),
[anon_sym_short] = ACTIONS(1164),
[anon_sym_int] = ACTIONS(1164),
[anon_sym_long] = ACTIONS(1164),
[anon_sym_char] = ACTIONS(1164),
[anon_sym_float] = ACTIONS(1164),
[anon_sym_double] = ACTIONS(1164),
[sym_boolean_type] = ACTIONS(1164),
[sym_void_type] = ACTIONS(1164),
[sym_this] = ACTIONS(1164),
[sym_super] = ACTIONS(1164),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(344)] = {
[ts_builtin_sym_end] = ACTIONS(1166),
[sym_identifier] = ACTIONS(1168),
[sym_decimal_integer_literal] = ACTIONS(1168),
[sym_hex_integer_literal] = ACTIONS(1168),
[sym_octal_integer_literal] = ACTIONS(1168),
[sym_binary_integer_literal] = ACTIONS(1166),
[sym_decimal_floating_point_literal] = ACTIONS(1166),
[sym_hex_floating_point_literal] = ACTIONS(1168),
[sym_true] = ACTIONS(1168),
[sym_false] = ACTIONS(1168),
[sym_character_literal] = ACTIONS(1166),
[anon_sym_DQUOTE] = ACTIONS(1168),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1166),
[anon_sym_RBRACE] = ACTIONS(1166),
[sym_null_literal] = ACTIONS(1168),
[anon_sym_LPAREN] = ACTIONS(1166),
[anon_sym_LT] = ACTIONS(1166),
[anon_sym_PLUS] = ACTIONS(1168),
[anon_sym_DASH] = ACTIONS(1168),
[anon_sym_TILDE] = ACTIONS(1166),
[anon_sym_BANG] = ACTIONS(1166),
[anon_sym_PLUS_PLUS] = ACTIONS(1166),
[anon_sym_DASH_DASH] = ACTIONS(1166),
[anon_sym_new] = ACTIONS(1168),
[anon_sym_class] = ACTIONS(1168),
[anon_sym_switch] = ACTIONS(1168),
[anon_sym_LBRACE] = ACTIONS(1166),
[anon_sym_case] = ACTIONS(1168),
[anon_sym_default] = ACTIONS(1168),
[anon_sym_SEMI] = ACTIONS(1166),
[anon_sym_assert] = ACTIONS(1168),
[anon_sym_do] = ACTIONS(1168),
[anon_sym_while] = ACTIONS(1168),
[anon_sym_break] = ACTIONS(1168),
[anon_sym_continue] = ACTIONS(1168),
[anon_sym_return] = ACTIONS(1168),
[anon_sym_yield] = ACTIONS(1168),
[anon_sym_synchronized] = ACTIONS(1168),
[anon_sym_throw] = ACTIONS(1168),
[anon_sym_try] = ACTIONS(1168),
[anon_sym_if] = ACTIONS(1168),
[anon_sym_else] = ACTIONS(1168),
[anon_sym_for] = ACTIONS(1168),
[anon_sym_AT] = ACTIONS(1168),
[anon_sym_open] = ACTIONS(1168),
[anon_sym_module] = ACTIONS(1168),
[anon_sym_static] = ACTIONS(1168),
[anon_sym_with] = ACTIONS(1168),
[anon_sym_package] = ACTIONS(1168),
[anon_sym_import] = ACTIONS(1168),
[anon_sym_enum] = ACTIONS(1168),
[anon_sym_public] = ACTIONS(1168),
[anon_sym_protected] = ACTIONS(1168),
[anon_sym_private] = ACTIONS(1168),
[anon_sym_abstract] = ACTIONS(1168),
[anon_sym_final] = ACTIONS(1168),
[anon_sym_strictfp] = ACTIONS(1168),
[anon_sym_native] = ACTIONS(1168),
[anon_sym_transient] = ACTIONS(1168),
[anon_sym_volatile] = ACTIONS(1168),
[anon_sym_sealed] = ACTIONS(1168),
[anon_sym_non_DASHsealed] = ACTIONS(1166),
[anon_sym_record] = ACTIONS(1168),
[anon_sym_ATinterface] = ACTIONS(1166),
[anon_sym_interface] = ACTIONS(1168),
[anon_sym_byte] = ACTIONS(1168),
[anon_sym_short] = ACTIONS(1168),
[anon_sym_int] = ACTIONS(1168),
[anon_sym_long] = ACTIONS(1168),
[anon_sym_char] = ACTIONS(1168),
[anon_sym_float] = ACTIONS(1168),
[anon_sym_double] = ACTIONS(1168),
[sym_boolean_type] = ACTIONS(1168),
[sym_void_type] = ACTIONS(1168),
[sym_this] = ACTIONS(1168),
[sym_super] = ACTIONS(1168),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(345)] = {
[ts_builtin_sym_end] = ACTIONS(1170),
[sym_identifier] = ACTIONS(1172),
[sym_decimal_integer_literal] = ACTIONS(1172),
[sym_hex_integer_literal] = ACTIONS(1172),
[sym_octal_integer_literal] = ACTIONS(1172),
[sym_binary_integer_literal] = ACTIONS(1170),
[sym_decimal_floating_point_literal] = ACTIONS(1170),
[sym_hex_floating_point_literal] = ACTIONS(1172),
[sym_true] = ACTIONS(1172),
[sym_false] = ACTIONS(1172),
[sym_character_literal] = ACTIONS(1170),
[anon_sym_DQUOTE] = ACTIONS(1172),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1170),
[anon_sym_RBRACE] = ACTIONS(1170),
[sym_null_literal] = ACTIONS(1172),
[anon_sym_LPAREN] = ACTIONS(1170),
[anon_sym_LT] = ACTIONS(1170),
[anon_sym_PLUS] = ACTIONS(1172),
[anon_sym_DASH] = ACTIONS(1172),
[anon_sym_TILDE] = ACTIONS(1170),
[anon_sym_BANG] = ACTIONS(1170),
[anon_sym_PLUS_PLUS] = ACTIONS(1170),
[anon_sym_DASH_DASH] = ACTIONS(1170),
[anon_sym_new] = ACTIONS(1172),
[anon_sym_class] = ACTIONS(1172),
[anon_sym_switch] = ACTIONS(1172),
[anon_sym_LBRACE] = ACTIONS(1170),
[anon_sym_case] = ACTIONS(1172),
[anon_sym_default] = ACTIONS(1172),
[anon_sym_SEMI] = ACTIONS(1170),
[anon_sym_assert] = ACTIONS(1172),
[anon_sym_do] = ACTIONS(1172),
[anon_sym_while] = ACTIONS(1172),
[anon_sym_break] = ACTIONS(1172),
[anon_sym_continue] = ACTIONS(1172),
[anon_sym_return] = ACTIONS(1172),
[anon_sym_yield] = ACTIONS(1172),
[anon_sym_synchronized] = ACTIONS(1172),
[anon_sym_throw] = ACTIONS(1172),
[anon_sym_try] = ACTIONS(1172),
[anon_sym_if] = ACTIONS(1172),
[anon_sym_else] = ACTIONS(1172),
[anon_sym_for] = ACTIONS(1172),
[anon_sym_AT] = ACTIONS(1172),
[anon_sym_open] = ACTIONS(1172),
[anon_sym_module] = ACTIONS(1172),
[anon_sym_static] = ACTIONS(1172),
[anon_sym_with] = ACTIONS(1172),
[anon_sym_package] = ACTIONS(1172),
[anon_sym_import] = ACTIONS(1172),
[anon_sym_enum] = ACTIONS(1172),
[anon_sym_public] = ACTIONS(1172),
[anon_sym_protected] = ACTIONS(1172),
[anon_sym_private] = ACTIONS(1172),
[anon_sym_abstract] = ACTIONS(1172),
[anon_sym_final] = ACTIONS(1172),
[anon_sym_strictfp] = ACTIONS(1172),
[anon_sym_native] = ACTIONS(1172),
[anon_sym_transient] = ACTIONS(1172),
[anon_sym_volatile] = ACTIONS(1172),
[anon_sym_sealed] = ACTIONS(1172),
[anon_sym_non_DASHsealed] = ACTIONS(1170),
[anon_sym_record] = ACTIONS(1172),
[anon_sym_ATinterface] = ACTIONS(1170),
[anon_sym_interface] = ACTIONS(1172),
[anon_sym_byte] = ACTIONS(1172),
[anon_sym_short] = ACTIONS(1172),
[anon_sym_int] = ACTIONS(1172),
[anon_sym_long] = ACTIONS(1172),
[anon_sym_char] = ACTIONS(1172),
[anon_sym_float] = ACTIONS(1172),
[anon_sym_double] = ACTIONS(1172),
[sym_boolean_type] = ACTIONS(1172),
[sym_void_type] = ACTIONS(1172),
[sym_this] = ACTIONS(1172),
[sym_super] = ACTIONS(1172),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(346)] = {
[ts_builtin_sym_end] = ACTIONS(1174),
[sym_identifier] = ACTIONS(1176),
[sym_decimal_integer_literal] = ACTIONS(1176),
[sym_hex_integer_literal] = ACTIONS(1176),
[sym_octal_integer_literal] = ACTIONS(1176),
[sym_binary_integer_literal] = ACTIONS(1174),
[sym_decimal_floating_point_literal] = ACTIONS(1174),
[sym_hex_floating_point_literal] = ACTIONS(1176),
[sym_true] = ACTIONS(1176),
[sym_false] = ACTIONS(1176),
[sym_character_literal] = ACTIONS(1174),
[anon_sym_DQUOTE] = ACTIONS(1176),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1174),
[anon_sym_RBRACE] = ACTIONS(1174),
[sym_null_literal] = ACTIONS(1176),
[anon_sym_LPAREN] = ACTIONS(1174),
[anon_sym_LT] = ACTIONS(1174),
[anon_sym_PLUS] = ACTIONS(1176),
[anon_sym_DASH] = ACTIONS(1176),
[anon_sym_TILDE] = ACTIONS(1174),
[anon_sym_BANG] = ACTIONS(1174),
[anon_sym_PLUS_PLUS] = ACTIONS(1174),
[anon_sym_DASH_DASH] = ACTIONS(1174),
[anon_sym_new] = ACTIONS(1176),
[anon_sym_class] = ACTIONS(1176),
[anon_sym_switch] = ACTIONS(1176),
[anon_sym_LBRACE] = ACTIONS(1174),
[anon_sym_case] = ACTIONS(1176),
[anon_sym_default] = ACTIONS(1176),
[anon_sym_SEMI] = ACTIONS(1174),
[anon_sym_assert] = ACTIONS(1176),
[anon_sym_do] = ACTIONS(1176),
[anon_sym_while] = ACTIONS(1176),
[anon_sym_break] = ACTIONS(1176),
[anon_sym_continue] = ACTIONS(1176),
[anon_sym_return] = ACTIONS(1176),
[anon_sym_yield] = ACTIONS(1176),
[anon_sym_synchronized] = ACTIONS(1176),
[anon_sym_throw] = ACTIONS(1176),
[anon_sym_try] = ACTIONS(1176),
[anon_sym_if] = ACTIONS(1176),
[anon_sym_else] = ACTIONS(1176),
[anon_sym_for] = ACTIONS(1176),
[anon_sym_AT] = ACTIONS(1176),
[anon_sym_open] = ACTIONS(1176),
[anon_sym_module] = ACTIONS(1176),
[anon_sym_static] = ACTIONS(1176),
[anon_sym_with] = ACTIONS(1176),
[anon_sym_package] = ACTIONS(1176),
[anon_sym_import] = ACTIONS(1176),
[anon_sym_enum] = ACTIONS(1176),
[anon_sym_public] = ACTIONS(1176),
[anon_sym_protected] = ACTIONS(1176),
[anon_sym_private] = ACTIONS(1176),
[anon_sym_abstract] = ACTIONS(1176),
[anon_sym_final] = ACTIONS(1176),
[anon_sym_strictfp] = ACTIONS(1176),
[anon_sym_native] = ACTIONS(1176),
[anon_sym_transient] = ACTIONS(1176),
[anon_sym_volatile] = ACTIONS(1176),
[anon_sym_sealed] = ACTIONS(1176),
[anon_sym_non_DASHsealed] = ACTIONS(1174),
[anon_sym_record] = ACTIONS(1176),
[anon_sym_ATinterface] = ACTIONS(1174),
[anon_sym_interface] = ACTIONS(1176),
[anon_sym_byte] = ACTIONS(1176),
[anon_sym_short] = ACTIONS(1176),
[anon_sym_int] = ACTIONS(1176),
[anon_sym_long] = ACTIONS(1176),
[anon_sym_char] = ACTIONS(1176),
[anon_sym_float] = ACTIONS(1176),
[anon_sym_double] = ACTIONS(1176),
[sym_boolean_type] = ACTIONS(1176),
[sym_void_type] = ACTIONS(1176),
[sym_this] = ACTIONS(1176),
[sym_super] = ACTIONS(1176),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(347)] = {
[ts_builtin_sym_end] = ACTIONS(1178),
[sym_identifier] = ACTIONS(1180),
[sym_decimal_integer_literal] = ACTIONS(1180),
[sym_hex_integer_literal] = ACTIONS(1180),
[sym_octal_integer_literal] = ACTIONS(1180),
[sym_binary_integer_literal] = ACTIONS(1178),
[sym_decimal_floating_point_literal] = ACTIONS(1178),
[sym_hex_floating_point_literal] = ACTIONS(1180),
[sym_true] = ACTIONS(1180),
[sym_false] = ACTIONS(1180),
[sym_character_literal] = ACTIONS(1178),
[anon_sym_DQUOTE] = ACTIONS(1180),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1178),
[anon_sym_RBRACE] = ACTIONS(1178),
[sym_null_literal] = ACTIONS(1180),
[anon_sym_LPAREN] = ACTIONS(1178),
[anon_sym_LT] = ACTIONS(1178),
[anon_sym_PLUS] = ACTIONS(1180),
[anon_sym_DASH] = ACTIONS(1180),
[anon_sym_TILDE] = ACTIONS(1178),
[anon_sym_BANG] = ACTIONS(1178),
[anon_sym_PLUS_PLUS] = ACTIONS(1178),
[anon_sym_DASH_DASH] = ACTIONS(1178),
[anon_sym_new] = ACTIONS(1180),
[anon_sym_class] = ACTIONS(1180),
[anon_sym_switch] = ACTIONS(1180),
[anon_sym_LBRACE] = ACTIONS(1178),
[anon_sym_case] = ACTIONS(1180),
[anon_sym_default] = ACTIONS(1180),
[anon_sym_SEMI] = ACTIONS(1178),
[anon_sym_assert] = ACTIONS(1180),
[anon_sym_do] = ACTIONS(1180),
[anon_sym_while] = ACTIONS(1180),
[anon_sym_break] = ACTIONS(1180),
[anon_sym_continue] = ACTIONS(1180),
[anon_sym_return] = ACTIONS(1180),
[anon_sym_yield] = ACTIONS(1180),
[anon_sym_synchronized] = ACTIONS(1180),
[anon_sym_throw] = ACTIONS(1180),
[anon_sym_try] = ACTIONS(1180),
[anon_sym_if] = ACTIONS(1180),
[anon_sym_else] = ACTIONS(1180),
[anon_sym_for] = ACTIONS(1180),
[anon_sym_AT] = ACTIONS(1180),
[anon_sym_open] = ACTIONS(1180),
[anon_sym_module] = ACTIONS(1180),
[anon_sym_static] = ACTIONS(1180),
[anon_sym_with] = ACTIONS(1180),
[anon_sym_package] = ACTIONS(1180),
[anon_sym_import] = ACTIONS(1180),
[anon_sym_enum] = ACTIONS(1180),
[anon_sym_public] = ACTIONS(1180),
[anon_sym_protected] = ACTIONS(1180),
[anon_sym_private] = ACTIONS(1180),
[anon_sym_abstract] = ACTIONS(1180),
[anon_sym_final] = ACTIONS(1180),
[anon_sym_strictfp] = ACTIONS(1180),
[anon_sym_native] = ACTIONS(1180),
[anon_sym_transient] = ACTIONS(1180),
[anon_sym_volatile] = ACTIONS(1180),
[anon_sym_sealed] = ACTIONS(1180),
[anon_sym_non_DASHsealed] = ACTIONS(1178),
[anon_sym_record] = ACTIONS(1180),
[anon_sym_ATinterface] = ACTIONS(1178),
[anon_sym_interface] = ACTIONS(1180),
[anon_sym_byte] = ACTIONS(1180),
[anon_sym_short] = ACTIONS(1180),
[anon_sym_int] = ACTIONS(1180),
[anon_sym_long] = ACTIONS(1180),
[anon_sym_char] = ACTIONS(1180),
[anon_sym_float] = ACTIONS(1180),
[anon_sym_double] = ACTIONS(1180),
[sym_boolean_type] = ACTIONS(1180),
[sym_void_type] = ACTIONS(1180),
[sym_this] = ACTIONS(1180),
[sym_super] = ACTIONS(1180),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(348)] = {
[ts_builtin_sym_end] = ACTIONS(1182),
[sym_identifier] = ACTIONS(1184),
[sym_decimal_integer_literal] = ACTIONS(1184),
[sym_hex_integer_literal] = ACTIONS(1184),
[sym_octal_integer_literal] = ACTIONS(1184),
[sym_binary_integer_literal] = ACTIONS(1182),
[sym_decimal_floating_point_literal] = ACTIONS(1182),
[sym_hex_floating_point_literal] = ACTIONS(1184),
[sym_true] = ACTIONS(1184),
[sym_false] = ACTIONS(1184),
[sym_character_literal] = ACTIONS(1182),
[anon_sym_DQUOTE] = ACTIONS(1184),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1182),
[anon_sym_RBRACE] = ACTIONS(1182),
[sym_null_literal] = ACTIONS(1184),
[anon_sym_LPAREN] = ACTIONS(1182),
[anon_sym_LT] = ACTIONS(1182),
[anon_sym_PLUS] = ACTIONS(1184),
[anon_sym_DASH] = ACTIONS(1184),
[anon_sym_TILDE] = ACTIONS(1182),
[anon_sym_BANG] = ACTIONS(1182),
[anon_sym_PLUS_PLUS] = ACTIONS(1182),
[anon_sym_DASH_DASH] = ACTIONS(1182),
[anon_sym_new] = ACTIONS(1184),
[anon_sym_class] = ACTIONS(1184),
[anon_sym_switch] = ACTIONS(1184),
[anon_sym_LBRACE] = ACTIONS(1182),
[anon_sym_case] = ACTIONS(1184),
[anon_sym_default] = ACTIONS(1184),
[anon_sym_SEMI] = ACTIONS(1182),
[anon_sym_assert] = ACTIONS(1184),
[anon_sym_do] = ACTIONS(1184),
[anon_sym_while] = ACTIONS(1184),
[anon_sym_break] = ACTIONS(1184),
[anon_sym_continue] = ACTIONS(1184),
[anon_sym_return] = ACTIONS(1184),
[anon_sym_yield] = ACTIONS(1184),
[anon_sym_synchronized] = ACTIONS(1184),
[anon_sym_throw] = ACTIONS(1184),
[anon_sym_try] = ACTIONS(1184),
[anon_sym_if] = ACTIONS(1184),
[anon_sym_else] = ACTIONS(1184),
[anon_sym_for] = ACTIONS(1184),
[anon_sym_AT] = ACTIONS(1184),
[anon_sym_open] = ACTIONS(1184),
[anon_sym_module] = ACTIONS(1184),
[anon_sym_static] = ACTIONS(1184),
[anon_sym_with] = ACTIONS(1184),
[anon_sym_package] = ACTIONS(1184),
[anon_sym_import] = ACTIONS(1184),
[anon_sym_enum] = ACTIONS(1184),
[anon_sym_public] = ACTIONS(1184),
[anon_sym_protected] = ACTIONS(1184),
[anon_sym_private] = ACTIONS(1184),
[anon_sym_abstract] = ACTIONS(1184),
[anon_sym_final] = ACTIONS(1184),
[anon_sym_strictfp] = ACTIONS(1184),
[anon_sym_native] = ACTIONS(1184),
[anon_sym_transient] = ACTIONS(1184),
[anon_sym_volatile] = ACTIONS(1184),
[anon_sym_sealed] = ACTIONS(1184),
[anon_sym_non_DASHsealed] = ACTIONS(1182),
[anon_sym_record] = ACTIONS(1184),
[anon_sym_ATinterface] = ACTIONS(1182),
[anon_sym_interface] = ACTIONS(1184),
[anon_sym_byte] = ACTIONS(1184),
[anon_sym_short] = ACTIONS(1184),
[anon_sym_int] = ACTIONS(1184),
[anon_sym_long] = ACTIONS(1184),
[anon_sym_char] = ACTIONS(1184),
[anon_sym_float] = ACTIONS(1184),
[anon_sym_double] = ACTIONS(1184),
[sym_boolean_type] = ACTIONS(1184),
[sym_void_type] = ACTIONS(1184),
[sym_this] = ACTIONS(1184),
[sym_super] = ACTIONS(1184),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(349)] = {
[ts_builtin_sym_end] = ACTIONS(1186),
[sym_identifier] = ACTIONS(1188),
[sym_decimal_integer_literal] = ACTIONS(1188),
[sym_hex_integer_literal] = ACTIONS(1188),
[sym_octal_integer_literal] = ACTIONS(1188),
[sym_binary_integer_literal] = ACTIONS(1186),
[sym_decimal_floating_point_literal] = ACTIONS(1186),
[sym_hex_floating_point_literal] = ACTIONS(1188),
[sym_true] = ACTIONS(1188),
[sym_false] = ACTIONS(1188),
[sym_character_literal] = ACTIONS(1186),
[anon_sym_DQUOTE] = ACTIONS(1188),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1186),
[anon_sym_RBRACE] = ACTIONS(1186),
[sym_null_literal] = ACTIONS(1188),
[anon_sym_LPAREN] = ACTIONS(1186),
[anon_sym_LT] = ACTIONS(1186),
[anon_sym_PLUS] = ACTIONS(1188),
[anon_sym_DASH] = ACTIONS(1188),
[anon_sym_TILDE] = ACTIONS(1186),
[anon_sym_BANG] = ACTIONS(1186),
[anon_sym_PLUS_PLUS] = ACTIONS(1186),
[anon_sym_DASH_DASH] = ACTIONS(1186),
[anon_sym_new] = ACTIONS(1188),
[anon_sym_class] = ACTIONS(1188),
[anon_sym_switch] = ACTIONS(1188),
[anon_sym_LBRACE] = ACTIONS(1186),
[anon_sym_case] = ACTIONS(1188),
[anon_sym_default] = ACTIONS(1188),
[anon_sym_SEMI] = ACTIONS(1186),
[anon_sym_assert] = ACTIONS(1188),
[anon_sym_do] = ACTIONS(1188),
[anon_sym_while] = ACTIONS(1188),
[anon_sym_break] = ACTIONS(1188),
[anon_sym_continue] = ACTIONS(1188),
[anon_sym_return] = ACTIONS(1188),
[anon_sym_yield] = ACTIONS(1188),
[anon_sym_synchronized] = ACTIONS(1188),
[anon_sym_throw] = ACTIONS(1188),
[anon_sym_try] = ACTIONS(1188),
[anon_sym_if] = ACTIONS(1188),
[anon_sym_else] = ACTIONS(1188),
[anon_sym_for] = ACTIONS(1188),
[anon_sym_AT] = ACTIONS(1188),
[anon_sym_open] = ACTIONS(1188),
[anon_sym_module] = ACTIONS(1188),
[anon_sym_static] = ACTIONS(1188),
[anon_sym_with] = ACTIONS(1188),
[anon_sym_package] = ACTIONS(1188),
[anon_sym_import] = ACTIONS(1188),
[anon_sym_enum] = ACTIONS(1188),
[anon_sym_public] = ACTIONS(1188),
[anon_sym_protected] = ACTIONS(1188),
[anon_sym_private] = ACTIONS(1188),
[anon_sym_abstract] = ACTIONS(1188),
[anon_sym_final] = ACTIONS(1188),
[anon_sym_strictfp] = ACTIONS(1188),
[anon_sym_native] = ACTIONS(1188),
[anon_sym_transient] = ACTIONS(1188),
[anon_sym_volatile] = ACTIONS(1188),
[anon_sym_sealed] = ACTIONS(1188),
[anon_sym_non_DASHsealed] = ACTIONS(1186),
[anon_sym_record] = ACTIONS(1188),
[anon_sym_ATinterface] = ACTIONS(1186),
[anon_sym_interface] = ACTIONS(1188),
[anon_sym_byte] = ACTIONS(1188),
[anon_sym_short] = ACTIONS(1188),
[anon_sym_int] = ACTIONS(1188),
[anon_sym_long] = ACTIONS(1188),
[anon_sym_char] = ACTIONS(1188),
[anon_sym_float] = ACTIONS(1188),
[anon_sym_double] = ACTIONS(1188),
[sym_boolean_type] = ACTIONS(1188),
[sym_void_type] = ACTIONS(1188),
[sym_this] = ACTIONS(1188),
[sym_super] = ACTIONS(1188),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(350)] = {
[ts_builtin_sym_end] = ACTIONS(1190),
[sym_identifier] = ACTIONS(1192),
[sym_decimal_integer_literal] = ACTIONS(1192),
[sym_hex_integer_literal] = ACTIONS(1192),
[sym_octal_integer_literal] = ACTIONS(1192),
[sym_binary_integer_literal] = ACTIONS(1190),
[sym_decimal_floating_point_literal] = ACTIONS(1190),
[sym_hex_floating_point_literal] = ACTIONS(1192),
[sym_true] = ACTIONS(1192),
[sym_false] = ACTIONS(1192),
[sym_character_literal] = ACTIONS(1190),
[anon_sym_DQUOTE] = ACTIONS(1192),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1190),
[anon_sym_RBRACE] = ACTIONS(1190),
[sym_null_literal] = ACTIONS(1192),
[anon_sym_LPAREN] = ACTIONS(1190),
[anon_sym_LT] = ACTIONS(1190),
[anon_sym_PLUS] = ACTIONS(1192),
[anon_sym_DASH] = ACTIONS(1192),
[anon_sym_TILDE] = ACTIONS(1190),
[anon_sym_BANG] = ACTIONS(1190),
[anon_sym_PLUS_PLUS] = ACTIONS(1190),
[anon_sym_DASH_DASH] = ACTIONS(1190),
[anon_sym_new] = ACTIONS(1192),
[anon_sym_class] = ACTIONS(1192),
[anon_sym_switch] = ACTIONS(1192),
[anon_sym_LBRACE] = ACTIONS(1190),
[anon_sym_case] = ACTIONS(1192),
[anon_sym_default] = ACTIONS(1192),
[anon_sym_SEMI] = ACTIONS(1190),
[anon_sym_assert] = ACTIONS(1192),
[anon_sym_do] = ACTIONS(1192),
[anon_sym_while] = ACTIONS(1192),
[anon_sym_break] = ACTIONS(1192),
[anon_sym_continue] = ACTIONS(1192),
[anon_sym_return] = ACTIONS(1192),
[anon_sym_yield] = ACTIONS(1192),
[anon_sym_synchronized] = ACTIONS(1192),
[anon_sym_throw] = ACTIONS(1192),
[anon_sym_try] = ACTIONS(1192),
[anon_sym_if] = ACTIONS(1192),
[anon_sym_else] = ACTIONS(1192),
[anon_sym_for] = ACTIONS(1192),
[anon_sym_AT] = ACTIONS(1192),
[anon_sym_open] = ACTIONS(1192),
[anon_sym_module] = ACTIONS(1192),
[anon_sym_static] = ACTIONS(1192),
[anon_sym_with] = ACTIONS(1192),
[anon_sym_package] = ACTIONS(1192),
[anon_sym_import] = ACTIONS(1192),
[anon_sym_enum] = ACTIONS(1192),
[anon_sym_public] = ACTIONS(1192),
[anon_sym_protected] = ACTIONS(1192),
[anon_sym_private] = ACTIONS(1192),
[anon_sym_abstract] = ACTIONS(1192),
[anon_sym_final] = ACTIONS(1192),
[anon_sym_strictfp] = ACTIONS(1192),
[anon_sym_native] = ACTIONS(1192),
[anon_sym_transient] = ACTIONS(1192),
[anon_sym_volatile] = ACTIONS(1192),
[anon_sym_sealed] = ACTIONS(1192),
[anon_sym_non_DASHsealed] = ACTIONS(1190),
[anon_sym_record] = ACTIONS(1192),
[anon_sym_ATinterface] = ACTIONS(1190),
[anon_sym_interface] = ACTIONS(1192),
[anon_sym_byte] = ACTIONS(1192),
[anon_sym_short] = ACTIONS(1192),
[anon_sym_int] = ACTIONS(1192),
[anon_sym_long] = ACTIONS(1192),
[anon_sym_char] = ACTIONS(1192),
[anon_sym_float] = ACTIONS(1192),
[anon_sym_double] = ACTIONS(1192),
[sym_boolean_type] = ACTIONS(1192),
[sym_void_type] = ACTIONS(1192),
[sym_this] = ACTIONS(1192),
[sym_super] = ACTIONS(1192),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(351)] = {
[ts_builtin_sym_end] = ACTIONS(1194),
[sym_identifier] = ACTIONS(1196),
[sym_decimal_integer_literal] = ACTIONS(1196),
[sym_hex_integer_literal] = ACTIONS(1196),
[sym_octal_integer_literal] = ACTIONS(1196),
[sym_binary_integer_literal] = ACTIONS(1194),
[sym_decimal_floating_point_literal] = ACTIONS(1194),
[sym_hex_floating_point_literal] = ACTIONS(1196),
[sym_true] = ACTIONS(1196),
[sym_false] = ACTIONS(1196),
[sym_character_literal] = ACTIONS(1194),
[anon_sym_DQUOTE] = ACTIONS(1196),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1194),
[anon_sym_RBRACE] = ACTIONS(1194),
[sym_null_literal] = ACTIONS(1196),
[anon_sym_LPAREN] = ACTIONS(1194),
[anon_sym_LT] = ACTIONS(1194),
[anon_sym_PLUS] = ACTIONS(1196),
[anon_sym_DASH] = ACTIONS(1196),
[anon_sym_TILDE] = ACTIONS(1194),
[anon_sym_BANG] = ACTIONS(1194),
[anon_sym_PLUS_PLUS] = ACTIONS(1194),
[anon_sym_DASH_DASH] = ACTIONS(1194),
[anon_sym_new] = ACTIONS(1196),
[anon_sym_class] = ACTIONS(1196),
[anon_sym_switch] = ACTIONS(1196),
[anon_sym_LBRACE] = ACTIONS(1194),
[anon_sym_case] = ACTIONS(1196),
[anon_sym_default] = ACTIONS(1196),
[anon_sym_SEMI] = ACTIONS(1194),
[anon_sym_assert] = ACTIONS(1196),
[anon_sym_do] = ACTIONS(1196),
[anon_sym_while] = ACTIONS(1196),
[anon_sym_break] = ACTIONS(1196),
[anon_sym_continue] = ACTIONS(1196),
[anon_sym_return] = ACTIONS(1196),
[anon_sym_yield] = ACTIONS(1196),
[anon_sym_synchronized] = ACTIONS(1196),
[anon_sym_throw] = ACTIONS(1196),
[anon_sym_try] = ACTIONS(1196),
[anon_sym_if] = ACTIONS(1196),
[anon_sym_else] = ACTIONS(1196),
[anon_sym_for] = ACTIONS(1196),
[anon_sym_AT] = ACTIONS(1196),
[anon_sym_open] = ACTIONS(1196),
[anon_sym_module] = ACTIONS(1196),
[anon_sym_static] = ACTIONS(1196),
[anon_sym_with] = ACTIONS(1196),
[anon_sym_package] = ACTIONS(1196),
[anon_sym_import] = ACTIONS(1196),
[anon_sym_enum] = ACTIONS(1196),
[anon_sym_public] = ACTIONS(1196),
[anon_sym_protected] = ACTIONS(1196),
[anon_sym_private] = ACTIONS(1196),
[anon_sym_abstract] = ACTIONS(1196),
[anon_sym_final] = ACTIONS(1196),
[anon_sym_strictfp] = ACTIONS(1196),
[anon_sym_native] = ACTIONS(1196),
[anon_sym_transient] = ACTIONS(1196),
[anon_sym_volatile] = ACTIONS(1196),
[anon_sym_sealed] = ACTIONS(1196),
[anon_sym_non_DASHsealed] = ACTIONS(1194),
[anon_sym_record] = ACTIONS(1196),
[anon_sym_ATinterface] = ACTIONS(1194),
[anon_sym_interface] = ACTIONS(1196),
[anon_sym_byte] = ACTIONS(1196),
[anon_sym_short] = ACTIONS(1196),
[anon_sym_int] = ACTIONS(1196),
[anon_sym_long] = ACTIONS(1196),
[anon_sym_char] = ACTIONS(1196),
[anon_sym_float] = ACTIONS(1196),
[anon_sym_double] = ACTIONS(1196),
[sym_boolean_type] = ACTIONS(1196),
[sym_void_type] = ACTIONS(1196),
[sym_this] = ACTIONS(1196),
[sym_super] = ACTIONS(1196),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(352)] = {
[ts_builtin_sym_end] = ACTIONS(1198),
[sym_identifier] = ACTIONS(1200),
[sym_decimal_integer_literal] = ACTIONS(1200),
[sym_hex_integer_literal] = ACTIONS(1200),
[sym_octal_integer_literal] = ACTIONS(1200),
[sym_binary_integer_literal] = ACTIONS(1198),
[sym_decimal_floating_point_literal] = ACTIONS(1198),
[sym_hex_floating_point_literal] = ACTIONS(1200),
[sym_true] = ACTIONS(1200),
[sym_false] = ACTIONS(1200),
[sym_character_literal] = ACTIONS(1198),
[anon_sym_DQUOTE] = ACTIONS(1200),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1198),
[anon_sym_RBRACE] = ACTIONS(1198),
[sym_null_literal] = ACTIONS(1200),
[anon_sym_LPAREN] = ACTIONS(1198),
[anon_sym_LT] = ACTIONS(1198),
[anon_sym_PLUS] = ACTIONS(1200),
[anon_sym_DASH] = ACTIONS(1200),
[anon_sym_TILDE] = ACTIONS(1198),
[anon_sym_BANG] = ACTIONS(1198),
[anon_sym_PLUS_PLUS] = ACTIONS(1198),
[anon_sym_DASH_DASH] = ACTIONS(1198),
[anon_sym_new] = ACTIONS(1200),
[anon_sym_class] = ACTIONS(1200),
[anon_sym_switch] = ACTIONS(1200),
[anon_sym_LBRACE] = ACTIONS(1198),
[anon_sym_case] = ACTIONS(1200),
[anon_sym_default] = ACTIONS(1200),
[anon_sym_SEMI] = ACTIONS(1198),
[anon_sym_assert] = ACTIONS(1200),
[anon_sym_do] = ACTIONS(1200),
[anon_sym_while] = ACTIONS(1200),
[anon_sym_break] = ACTIONS(1200),
[anon_sym_continue] = ACTIONS(1200),
[anon_sym_return] = ACTIONS(1200),
[anon_sym_yield] = ACTIONS(1200),
[anon_sym_synchronized] = ACTIONS(1200),
[anon_sym_throw] = ACTIONS(1200),
[anon_sym_try] = ACTIONS(1200),
[anon_sym_if] = ACTIONS(1200),
[anon_sym_else] = ACTIONS(1200),
[anon_sym_for] = ACTIONS(1200),
[anon_sym_AT] = ACTIONS(1200),
[anon_sym_open] = ACTIONS(1200),
[anon_sym_module] = ACTIONS(1200),
[anon_sym_static] = ACTIONS(1200),
[anon_sym_with] = ACTIONS(1200),
[anon_sym_package] = ACTIONS(1200),
[anon_sym_import] = ACTIONS(1200),
[anon_sym_enum] = ACTIONS(1200),
[anon_sym_public] = ACTIONS(1200),
[anon_sym_protected] = ACTIONS(1200),
[anon_sym_private] = ACTIONS(1200),
[anon_sym_abstract] = ACTIONS(1200),
[anon_sym_final] = ACTIONS(1200),
[anon_sym_strictfp] = ACTIONS(1200),
[anon_sym_native] = ACTIONS(1200),
[anon_sym_transient] = ACTIONS(1200),
[anon_sym_volatile] = ACTIONS(1200),
[anon_sym_sealed] = ACTIONS(1200),
[anon_sym_non_DASHsealed] = ACTIONS(1198),
[anon_sym_record] = ACTIONS(1200),
[anon_sym_ATinterface] = ACTIONS(1198),
[anon_sym_interface] = ACTIONS(1200),
[anon_sym_byte] = ACTIONS(1200),
[anon_sym_short] = ACTIONS(1200),
[anon_sym_int] = ACTIONS(1200),
[anon_sym_long] = ACTIONS(1200),
[anon_sym_char] = ACTIONS(1200),
[anon_sym_float] = ACTIONS(1200),
[anon_sym_double] = ACTIONS(1200),
[sym_boolean_type] = ACTIONS(1200),
[sym_void_type] = ACTIONS(1200),
[sym_this] = ACTIONS(1200),
[sym_super] = ACTIONS(1200),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(353)] = {
[ts_builtin_sym_end] = ACTIONS(1202),
[sym_identifier] = ACTIONS(1204),
[sym_decimal_integer_literal] = ACTIONS(1204),
[sym_hex_integer_literal] = ACTIONS(1204),
[sym_octal_integer_literal] = ACTIONS(1204),
[sym_binary_integer_literal] = ACTIONS(1202),
[sym_decimal_floating_point_literal] = ACTIONS(1202),
[sym_hex_floating_point_literal] = ACTIONS(1204),
[sym_true] = ACTIONS(1204),
[sym_false] = ACTIONS(1204),
[sym_character_literal] = ACTIONS(1202),
[anon_sym_DQUOTE] = ACTIONS(1204),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1202),
[anon_sym_RBRACE] = ACTIONS(1202),
[sym_null_literal] = ACTIONS(1204),
[anon_sym_LPAREN] = ACTIONS(1202),
[anon_sym_LT] = ACTIONS(1202),
[anon_sym_PLUS] = ACTIONS(1204),
[anon_sym_DASH] = ACTIONS(1204),
[anon_sym_TILDE] = ACTIONS(1202),
[anon_sym_BANG] = ACTIONS(1202),
[anon_sym_PLUS_PLUS] = ACTIONS(1202),
[anon_sym_DASH_DASH] = ACTIONS(1202),
[anon_sym_new] = ACTIONS(1204),
[anon_sym_class] = ACTIONS(1204),
[anon_sym_switch] = ACTIONS(1204),
[anon_sym_LBRACE] = ACTIONS(1202),
[anon_sym_case] = ACTIONS(1204),
[anon_sym_default] = ACTIONS(1204),
[anon_sym_SEMI] = ACTIONS(1202),
[anon_sym_assert] = ACTIONS(1204),
[anon_sym_do] = ACTIONS(1204),
[anon_sym_while] = ACTIONS(1204),
[anon_sym_break] = ACTIONS(1204),
[anon_sym_continue] = ACTIONS(1204),
[anon_sym_return] = ACTIONS(1204),
[anon_sym_yield] = ACTIONS(1204),
[anon_sym_synchronized] = ACTIONS(1204),
[anon_sym_throw] = ACTIONS(1204),
[anon_sym_try] = ACTIONS(1204),
[anon_sym_if] = ACTIONS(1204),
[anon_sym_else] = ACTIONS(1204),
[anon_sym_for] = ACTIONS(1204),
[anon_sym_AT] = ACTIONS(1204),
[anon_sym_open] = ACTIONS(1204),
[anon_sym_module] = ACTIONS(1204),
[anon_sym_static] = ACTIONS(1204),
[anon_sym_with] = ACTIONS(1204),
[anon_sym_package] = ACTIONS(1204),
[anon_sym_import] = ACTIONS(1204),
[anon_sym_enum] = ACTIONS(1204),
[anon_sym_public] = ACTIONS(1204),
[anon_sym_protected] = ACTIONS(1204),
[anon_sym_private] = ACTIONS(1204),
[anon_sym_abstract] = ACTIONS(1204),
[anon_sym_final] = ACTIONS(1204),
[anon_sym_strictfp] = ACTIONS(1204),
[anon_sym_native] = ACTIONS(1204),
[anon_sym_transient] = ACTIONS(1204),
[anon_sym_volatile] = ACTIONS(1204),
[anon_sym_sealed] = ACTIONS(1204),
[anon_sym_non_DASHsealed] = ACTIONS(1202),
[anon_sym_record] = ACTIONS(1204),
[anon_sym_ATinterface] = ACTIONS(1202),
[anon_sym_interface] = ACTIONS(1204),
[anon_sym_byte] = ACTIONS(1204),
[anon_sym_short] = ACTIONS(1204),
[anon_sym_int] = ACTIONS(1204),
[anon_sym_long] = ACTIONS(1204),
[anon_sym_char] = ACTIONS(1204),
[anon_sym_float] = ACTIONS(1204),
[anon_sym_double] = ACTIONS(1204),
[sym_boolean_type] = ACTIONS(1204),
[sym_void_type] = ACTIONS(1204),
[sym_this] = ACTIONS(1204),
[sym_super] = ACTIONS(1204),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(354)] = {
[ts_builtin_sym_end] = ACTIONS(1206),
[sym_identifier] = ACTIONS(1208),
[sym_decimal_integer_literal] = ACTIONS(1208),
[sym_hex_integer_literal] = ACTIONS(1208),
[sym_octal_integer_literal] = ACTIONS(1208),
[sym_binary_integer_literal] = ACTIONS(1206),
[sym_decimal_floating_point_literal] = ACTIONS(1206),
[sym_hex_floating_point_literal] = ACTIONS(1208),
[sym_true] = ACTIONS(1208),
[sym_false] = ACTIONS(1208),
[sym_character_literal] = ACTIONS(1206),
[anon_sym_DQUOTE] = ACTIONS(1208),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1206),
[anon_sym_RBRACE] = ACTIONS(1206),
[sym_null_literal] = ACTIONS(1208),
[anon_sym_LPAREN] = ACTIONS(1206),
[anon_sym_LT] = ACTIONS(1206),
[anon_sym_PLUS] = ACTIONS(1208),
[anon_sym_DASH] = ACTIONS(1208),
[anon_sym_TILDE] = ACTIONS(1206),
[anon_sym_BANG] = ACTIONS(1206),
[anon_sym_PLUS_PLUS] = ACTIONS(1206),
[anon_sym_DASH_DASH] = ACTIONS(1206),
[anon_sym_new] = ACTIONS(1208),
[anon_sym_class] = ACTIONS(1208),
[anon_sym_switch] = ACTIONS(1208),
[anon_sym_LBRACE] = ACTIONS(1206),
[anon_sym_case] = ACTIONS(1208),
[anon_sym_default] = ACTIONS(1208),
[anon_sym_SEMI] = ACTIONS(1206),
[anon_sym_assert] = ACTIONS(1208),
[anon_sym_do] = ACTIONS(1208),
[anon_sym_while] = ACTIONS(1208),
[anon_sym_break] = ACTIONS(1208),
[anon_sym_continue] = ACTIONS(1208),
[anon_sym_return] = ACTIONS(1208),
[anon_sym_yield] = ACTIONS(1208),
[anon_sym_synchronized] = ACTIONS(1208),
[anon_sym_throw] = ACTIONS(1208),
[anon_sym_try] = ACTIONS(1208),
[anon_sym_if] = ACTIONS(1208),
[anon_sym_else] = ACTIONS(1208),
[anon_sym_for] = ACTIONS(1208),
[anon_sym_AT] = ACTIONS(1208),
[anon_sym_open] = ACTIONS(1208),
[anon_sym_module] = ACTIONS(1208),
[anon_sym_static] = ACTIONS(1208),
[anon_sym_with] = ACTIONS(1208),
[anon_sym_package] = ACTIONS(1208),
[anon_sym_import] = ACTIONS(1208),
[anon_sym_enum] = ACTIONS(1208),
[anon_sym_public] = ACTIONS(1208),
[anon_sym_protected] = ACTIONS(1208),
[anon_sym_private] = ACTIONS(1208),
[anon_sym_abstract] = ACTIONS(1208),
[anon_sym_final] = ACTIONS(1208),
[anon_sym_strictfp] = ACTIONS(1208),
[anon_sym_native] = ACTIONS(1208),
[anon_sym_transient] = ACTIONS(1208),
[anon_sym_volatile] = ACTIONS(1208),
[anon_sym_sealed] = ACTIONS(1208),
[anon_sym_non_DASHsealed] = ACTIONS(1206),
[anon_sym_record] = ACTIONS(1208),
[anon_sym_ATinterface] = ACTIONS(1206),
[anon_sym_interface] = ACTIONS(1208),
[anon_sym_byte] = ACTIONS(1208),
[anon_sym_short] = ACTIONS(1208),
[anon_sym_int] = ACTIONS(1208),
[anon_sym_long] = ACTIONS(1208),
[anon_sym_char] = ACTIONS(1208),
[anon_sym_float] = ACTIONS(1208),
[anon_sym_double] = ACTIONS(1208),
[sym_boolean_type] = ACTIONS(1208),
[sym_void_type] = ACTIONS(1208),
[sym_this] = ACTIONS(1208),
[sym_super] = ACTIONS(1208),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(355)] = {
[ts_builtin_sym_end] = ACTIONS(1210),
[sym_identifier] = ACTIONS(1212),
[sym_decimal_integer_literal] = ACTIONS(1212),
[sym_hex_integer_literal] = ACTIONS(1212),
[sym_octal_integer_literal] = ACTIONS(1212),
[sym_binary_integer_literal] = ACTIONS(1210),
[sym_decimal_floating_point_literal] = ACTIONS(1210),
[sym_hex_floating_point_literal] = ACTIONS(1212),
[sym_true] = ACTIONS(1212),
[sym_false] = ACTIONS(1212),
[sym_character_literal] = ACTIONS(1210),
[anon_sym_DQUOTE] = ACTIONS(1212),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1210),
[anon_sym_RBRACE] = ACTIONS(1210),
[sym_null_literal] = ACTIONS(1212),
[anon_sym_LPAREN] = ACTIONS(1210),
[anon_sym_LT] = ACTIONS(1210),
[anon_sym_PLUS] = ACTIONS(1212),
[anon_sym_DASH] = ACTIONS(1212),
[anon_sym_TILDE] = ACTIONS(1210),
[anon_sym_BANG] = ACTIONS(1210),
[anon_sym_PLUS_PLUS] = ACTIONS(1210),
[anon_sym_DASH_DASH] = ACTIONS(1210),
[anon_sym_new] = ACTIONS(1212),
[anon_sym_class] = ACTIONS(1212),
[anon_sym_switch] = ACTIONS(1212),
[anon_sym_LBRACE] = ACTIONS(1210),
[anon_sym_case] = ACTIONS(1212),
[anon_sym_default] = ACTIONS(1212),
[anon_sym_SEMI] = ACTIONS(1210),
[anon_sym_assert] = ACTIONS(1212),
[anon_sym_do] = ACTIONS(1212),
[anon_sym_while] = ACTIONS(1212),
[anon_sym_break] = ACTIONS(1212),
[anon_sym_continue] = ACTIONS(1212),
[anon_sym_return] = ACTIONS(1212),
[anon_sym_yield] = ACTIONS(1212),
[anon_sym_synchronized] = ACTIONS(1212),
[anon_sym_throw] = ACTIONS(1212),
[anon_sym_try] = ACTIONS(1212),
[anon_sym_if] = ACTIONS(1212),
[anon_sym_else] = ACTIONS(1212),
[anon_sym_for] = ACTIONS(1212),
[anon_sym_AT] = ACTIONS(1212),
[anon_sym_open] = ACTIONS(1212),
[anon_sym_module] = ACTIONS(1212),
[anon_sym_static] = ACTIONS(1212),
[anon_sym_with] = ACTIONS(1212),
[anon_sym_package] = ACTIONS(1212),
[anon_sym_import] = ACTIONS(1212),
[anon_sym_enum] = ACTIONS(1212),
[anon_sym_public] = ACTIONS(1212),
[anon_sym_protected] = ACTIONS(1212),
[anon_sym_private] = ACTIONS(1212),
[anon_sym_abstract] = ACTIONS(1212),
[anon_sym_final] = ACTIONS(1212),
[anon_sym_strictfp] = ACTIONS(1212),
[anon_sym_native] = ACTIONS(1212),
[anon_sym_transient] = ACTIONS(1212),
[anon_sym_volatile] = ACTIONS(1212),
[anon_sym_sealed] = ACTIONS(1212),
[anon_sym_non_DASHsealed] = ACTIONS(1210),
[anon_sym_record] = ACTIONS(1212),
[anon_sym_ATinterface] = ACTIONS(1210),
[anon_sym_interface] = ACTIONS(1212),
[anon_sym_byte] = ACTIONS(1212),
[anon_sym_short] = ACTIONS(1212),
[anon_sym_int] = ACTIONS(1212),
[anon_sym_long] = ACTIONS(1212),
[anon_sym_char] = ACTIONS(1212),
[anon_sym_float] = ACTIONS(1212),
[anon_sym_double] = ACTIONS(1212),
[sym_boolean_type] = ACTIONS(1212),
[sym_void_type] = ACTIONS(1212),
[sym_this] = ACTIONS(1212),
[sym_super] = ACTIONS(1212),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(356)] = {
[ts_builtin_sym_end] = ACTIONS(1214),
[sym_identifier] = ACTIONS(1216),
[sym_decimal_integer_literal] = ACTIONS(1216),
[sym_hex_integer_literal] = ACTIONS(1216),
[sym_octal_integer_literal] = ACTIONS(1216),
[sym_binary_integer_literal] = ACTIONS(1214),
[sym_decimal_floating_point_literal] = ACTIONS(1214),
[sym_hex_floating_point_literal] = ACTIONS(1216),
[sym_true] = ACTIONS(1216),
[sym_false] = ACTIONS(1216),
[sym_character_literal] = ACTIONS(1214),
[anon_sym_DQUOTE] = ACTIONS(1216),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1214),
[anon_sym_RBRACE] = ACTIONS(1214),
[sym_null_literal] = ACTIONS(1216),
[anon_sym_LPAREN] = ACTIONS(1214),
[anon_sym_LT] = ACTIONS(1214),
[anon_sym_PLUS] = ACTIONS(1216),
[anon_sym_DASH] = ACTIONS(1216),
[anon_sym_TILDE] = ACTIONS(1214),
[anon_sym_BANG] = ACTIONS(1214),
[anon_sym_PLUS_PLUS] = ACTIONS(1214),
[anon_sym_DASH_DASH] = ACTIONS(1214),
[anon_sym_new] = ACTIONS(1216),
[anon_sym_class] = ACTIONS(1216),
[anon_sym_switch] = ACTIONS(1216),
[anon_sym_LBRACE] = ACTIONS(1214),
[anon_sym_case] = ACTIONS(1216),
[anon_sym_default] = ACTIONS(1216),
[anon_sym_SEMI] = ACTIONS(1214),
[anon_sym_assert] = ACTIONS(1216),
[anon_sym_do] = ACTIONS(1216),
[anon_sym_while] = ACTIONS(1216),
[anon_sym_break] = ACTIONS(1216),
[anon_sym_continue] = ACTIONS(1216),
[anon_sym_return] = ACTIONS(1216),
[anon_sym_yield] = ACTIONS(1216),
[anon_sym_synchronized] = ACTIONS(1216),
[anon_sym_throw] = ACTIONS(1216),
[anon_sym_try] = ACTIONS(1216),
[anon_sym_if] = ACTIONS(1216),
[anon_sym_else] = ACTIONS(1216),
[anon_sym_for] = ACTIONS(1216),
[anon_sym_AT] = ACTIONS(1216),
[anon_sym_open] = ACTIONS(1216),
[anon_sym_module] = ACTIONS(1216),
[anon_sym_static] = ACTIONS(1216),
[anon_sym_with] = ACTIONS(1216),
[anon_sym_package] = ACTIONS(1216),
[anon_sym_import] = ACTIONS(1216),
[anon_sym_enum] = ACTIONS(1216),
[anon_sym_public] = ACTIONS(1216),
[anon_sym_protected] = ACTIONS(1216),
[anon_sym_private] = ACTIONS(1216),
[anon_sym_abstract] = ACTIONS(1216),
[anon_sym_final] = ACTIONS(1216),
[anon_sym_strictfp] = ACTIONS(1216),
[anon_sym_native] = ACTIONS(1216),
[anon_sym_transient] = ACTIONS(1216),
[anon_sym_volatile] = ACTIONS(1216),
[anon_sym_sealed] = ACTIONS(1216),
[anon_sym_non_DASHsealed] = ACTIONS(1214),
[anon_sym_record] = ACTIONS(1216),
[anon_sym_ATinterface] = ACTIONS(1214),
[anon_sym_interface] = ACTIONS(1216),
[anon_sym_byte] = ACTIONS(1216),
[anon_sym_short] = ACTIONS(1216),
[anon_sym_int] = ACTIONS(1216),
[anon_sym_long] = ACTIONS(1216),
[anon_sym_char] = ACTIONS(1216),
[anon_sym_float] = ACTIONS(1216),
[anon_sym_double] = ACTIONS(1216),
[sym_boolean_type] = ACTIONS(1216),
[sym_void_type] = ACTIONS(1216),
[sym_this] = ACTIONS(1216),
[sym_super] = ACTIONS(1216),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(357)] = {
[ts_builtin_sym_end] = ACTIONS(1218),
[sym_identifier] = ACTIONS(1220),
[sym_decimal_integer_literal] = ACTIONS(1220),
[sym_hex_integer_literal] = ACTIONS(1220),
[sym_octal_integer_literal] = ACTIONS(1220),
[sym_binary_integer_literal] = ACTIONS(1218),
[sym_decimal_floating_point_literal] = ACTIONS(1218),
[sym_hex_floating_point_literal] = ACTIONS(1220),
[sym_true] = ACTIONS(1220),
[sym_false] = ACTIONS(1220),
[sym_character_literal] = ACTIONS(1218),
[anon_sym_DQUOTE] = ACTIONS(1220),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1218),
[anon_sym_RBRACE] = ACTIONS(1218),
[sym_null_literal] = ACTIONS(1220),
[anon_sym_LPAREN] = ACTIONS(1218),
[anon_sym_LT] = ACTIONS(1218),
[anon_sym_PLUS] = ACTIONS(1220),
[anon_sym_DASH] = ACTIONS(1220),
[anon_sym_TILDE] = ACTIONS(1218),
[anon_sym_BANG] = ACTIONS(1218),
[anon_sym_PLUS_PLUS] = ACTIONS(1218),
[anon_sym_DASH_DASH] = ACTIONS(1218),
[anon_sym_new] = ACTIONS(1220),
[anon_sym_class] = ACTIONS(1220),
[anon_sym_switch] = ACTIONS(1220),
[anon_sym_LBRACE] = ACTIONS(1218),
[anon_sym_case] = ACTIONS(1220),
[anon_sym_default] = ACTIONS(1220),
[anon_sym_SEMI] = ACTIONS(1218),
[anon_sym_assert] = ACTIONS(1220),
[anon_sym_do] = ACTIONS(1220),
[anon_sym_while] = ACTIONS(1220),
[anon_sym_break] = ACTIONS(1220),
[anon_sym_continue] = ACTIONS(1220),
[anon_sym_return] = ACTIONS(1220),
[anon_sym_yield] = ACTIONS(1220),
[anon_sym_synchronized] = ACTIONS(1220),
[anon_sym_throw] = ACTIONS(1220),
[anon_sym_try] = ACTIONS(1220),
[anon_sym_if] = ACTIONS(1220),
[anon_sym_else] = ACTIONS(1220),
[anon_sym_for] = ACTIONS(1220),
[anon_sym_AT] = ACTIONS(1220),
[anon_sym_open] = ACTIONS(1220),
[anon_sym_module] = ACTIONS(1220),
[anon_sym_static] = ACTIONS(1220),
[anon_sym_with] = ACTIONS(1220),
[anon_sym_package] = ACTIONS(1220),
[anon_sym_import] = ACTIONS(1220),
[anon_sym_enum] = ACTIONS(1220),
[anon_sym_public] = ACTIONS(1220),
[anon_sym_protected] = ACTIONS(1220),
[anon_sym_private] = ACTIONS(1220),
[anon_sym_abstract] = ACTIONS(1220),
[anon_sym_final] = ACTIONS(1220),
[anon_sym_strictfp] = ACTIONS(1220),
[anon_sym_native] = ACTIONS(1220),
[anon_sym_transient] = ACTIONS(1220),
[anon_sym_volatile] = ACTIONS(1220),
[anon_sym_sealed] = ACTIONS(1220),
[anon_sym_non_DASHsealed] = ACTIONS(1218),
[anon_sym_record] = ACTIONS(1220),
[anon_sym_ATinterface] = ACTIONS(1218),
[anon_sym_interface] = ACTIONS(1220),
[anon_sym_byte] = ACTIONS(1220),
[anon_sym_short] = ACTIONS(1220),
[anon_sym_int] = ACTIONS(1220),
[anon_sym_long] = ACTIONS(1220),
[anon_sym_char] = ACTIONS(1220),
[anon_sym_float] = ACTIONS(1220),
[anon_sym_double] = ACTIONS(1220),
[sym_boolean_type] = ACTIONS(1220),
[sym_void_type] = ACTIONS(1220),
[sym_this] = ACTIONS(1220),
[sym_super] = ACTIONS(1220),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(358)] = {
[ts_builtin_sym_end] = ACTIONS(1222),
[sym_identifier] = ACTIONS(1224),
[sym_decimal_integer_literal] = ACTIONS(1224),
[sym_hex_integer_literal] = ACTIONS(1224),
[sym_octal_integer_literal] = ACTIONS(1224),
[sym_binary_integer_literal] = ACTIONS(1222),
[sym_decimal_floating_point_literal] = ACTIONS(1222),
[sym_hex_floating_point_literal] = ACTIONS(1224),
[sym_true] = ACTIONS(1224),
[sym_false] = ACTIONS(1224),
[sym_character_literal] = ACTIONS(1222),
[anon_sym_DQUOTE] = ACTIONS(1224),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1222),
[anon_sym_RBRACE] = ACTIONS(1222),
[sym_null_literal] = ACTIONS(1224),
[anon_sym_LPAREN] = ACTIONS(1222),
[anon_sym_LT] = ACTIONS(1222),
[anon_sym_PLUS] = ACTIONS(1224),
[anon_sym_DASH] = ACTIONS(1224),
[anon_sym_TILDE] = ACTIONS(1222),
[anon_sym_BANG] = ACTIONS(1222),
[anon_sym_PLUS_PLUS] = ACTIONS(1222),
[anon_sym_DASH_DASH] = ACTIONS(1222),
[anon_sym_new] = ACTIONS(1224),
[anon_sym_class] = ACTIONS(1224),
[anon_sym_switch] = ACTIONS(1224),
[anon_sym_LBRACE] = ACTIONS(1222),
[anon_sym_case] = ACTIONS(1224),
[anon_sym_default] = ACTIONS(1224),
[anon_sym_SEMI] = ACTIONS(1222),
[anon_sym_assert] = ACTIONS(1224),
[anon_sym_do] = ACTIONS(1224),
[anon_sym_while] = ACTIONS(1224),
[anon_sym_break] = ACTIONS(1224),
[anon_sym_continue] = ACTIONS(1224),
[anon_sym_return] = ACTIONS(1224),
[anon_sym_yield] = ACTIONS(1224),
[anon_sym_synchronized] = ACTIONS(1224),
[anon_sym_throw] = ACTIONS(1224),
[anon_sym_try] = ACTIONS(1224),
[anon_sym_if] = ACTIONS(1224),
[anon_sym_else] = ACTIONS(1224),
[anon_sym_for] = ACTIONS(1224),
[anon_sym_AT] = ACTIONS(1224),
[anon_sym_open] = ACTIONS(1224),
[anon_sym_module] = ACTIONS(1224),
[anon_sym_static] = ACTIONS(1224),
[anon_sym_with] = ACTIONS(1224),
[anon_sym_package] = ACTIONS(1224),
[anon_sym_import] = ACTIONS(1224),
[anon_sym_enum] = ACTIONS(1224),
[anon_sym_public] = ACTIONS(1224),
[anon_sym_protected] = ACTIONS(1224),
[anon_sym_private] = ACTIONS(1224),
[anon_sym_abstract] = ACTIONS(1224),
[anon_sym_final] = ACTIONS(1224),
[anon_sym_strictfp] = ACTIONS(1224),
[anon_sym_native] = ACTIONS(1224),
[anon_sym_transient] = ACTIONS(1224),
[anon_sym_volatile] = ACTIONS(1224),
[anon_sym_sealed] = ACTIONS(1224),
[anon_sym_non_DASHsealed] = ACTIONS(1222),
[anon_sym_record] = ACTIONS(1224),
[anon_sym_ATinterface] = ACTIONS(1222),
[anon_sym_interface] = ACTIONS(1224),
[anon_sym_byte] = ACTIONS(1224),
[anon_sym_short] = ACTIONS(1224),
[anon_sym_int] = ACTIONS(1224),
[anon_sym_long] = ACTIONS(1224),
[anon_sym_char] = ACTIONS(1224),
[anon_sym_float] = ACTIONS(1224),
[anon_sym_double] = ACTIONS(1224),
[sym_boolean_type] = ACTIONS(1224),
[sym_void_type] = ACTIONS(1224),
[sym_this] = ACTIONS(1224),
[sym_super] = ACTIONS(1224),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(359)] = {
[ts_builtin_sym_end] = ACTIONS(1226),
[sym_identifier] = ACTIONS(1228),
[sym_decimal_integer_literal] = ACTIONS(1228),
[sym_hex_integer_literal] = ACTIONS(1228),
[sym_octal_integer_literal] = ACTIONS(1228),
[sym_binary_integer_literal] = ACTIONS(1226),
[sym_decimal_floating_point_literal] = ACTIONS(1226),
[sym_hex_floating_point_literal] = ACTIONS(1228),
[sym_true] = ACTIONS(1228),
[sym_false] = ACTIONS(1228),
[sym_character_literal] = ACTIONS(1226),
[anon_sym_DQUOTE] = ACTIONS(1228),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1226),
[anon_sym_RBRACE] = ACTIONS(1226),
[sym_null_literal] = ACTIONS(1228),
[anon_sym_LPAREN] = ACTIONS(1226),
[anon_sym_LT] = ACTIONS(1226),
[anon_sym_PLUS] = ACTIONS(1228),
[anon_sym_DASH] = ACTIONS(1228),
[anon_sym_TILDE] = ACTIONS(1226),
[anon_sym_BANG] = ACTIONS(1226),
[anon_sym_PLUS_PLUS] = ACTIONS(1226),
[anon_sym_DASH_DASH] = ACTIONS(1226),
[anon_sym_new] = ACTIONS(1228),
[anon_sym_class] = ACTIONS(1228),
[anon_sym_switch] = ACTIONS(1228),
[anon_sym_LBRACE] = ACTIONS(1226),
[anon_sym_case] = ACTIONS(1228),
[anon_sym_default] = ACTIONS(1228),
[anon_sym_SEMI] = ACTIONS(1226),
[anon_sym_assert] = ACTIONS(1228),
[anon_sym_do] = ACTIONS(1228),
[anon_sym_while] = ACTIONS(1228),
[anon_sym_break] = ACTIONS(1228),
[anon_sym_continue] = ACTIONS(1228),
[anon_sym_return] = ACTIONS(1228),
[anon_sym_yield] = ACTIONS(1228),
[anon_sym_synchronized] = ACTIONS(1228),
[anon_sym_throw] = ACTIONS(1228),
[anon_sym_try] = ACTIONS(1228),
[anon_sym_if] = ACTIONS(1228),
[anon_sym_else] = ACTIONS(1228),
[anon_sym_for] = ACTIONS(1228),
[anon_sym_AT] = ACTIONS(1228),
[anon_sym_open] = ACTIONS(1228),
[anon_sym_module] = ACTIONS(1228),
[anon_sym_static] = ACTIONS(1228),
[anon_sym_with] = ACTIONS(1228),
[anon_sym_package] = ACTIONS(1228),
[anon_sym_import] = ACTIONS(1228),
[anon_sym_enum] = ACTIONS(1228),
[anon_sym_public] = ACTIONS(1228),
[anon_sym_protected] = ACTIONS(1228),
[anon_sym_private] = ACTIONS(1228),
[anon_sym_abstract] = ACTIONS(1228),
[anon_sym_final] = ACTIONS(1228),
[anon_sym_strictfp] = ACTIONS(1228),
[anon_sym_native] = ACTIONS(1228),
[anon_sym_transient] = ACTIONS(1228),
[anon_sym_volatile] = ACTIONS(1228),
[anon_sym_sealed] = ACTIONS(1228),
[anon_sym_non_DASHsealed] = ACTIONS(1226),
[anon_sym_record] = ACTIONS(1228),
[anon_sym_ATinterface] = ACTIONS(1226),
[anon_sym_interface] = ACTIONS(1228),
[anon_sym_byte] = ACTIONS(1228),
[anon_sym_short] = ACTIONS(1228),
[anon_sym_int] = ACTIONS(1228),
[anon_sym_long] = ACTIONS(1228),
[anon_sym_char] = ACTIONS(1228),
[anon_sym_float] = ACTIONS(1228),
[anon_sym_double] = ACTIONS(1228),
[sym_boolean_type] = ACTIONS(1228),
[sym_void_type] = ACTIONS(1228),
[sym_this] = ACTIONS(1228),
[sym_super] = ACTIONS(1228),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(360)] = {
[ts_builtin_sym_end] = ACTIONS(1230),
[sym_identifier] = ACTIONS(1232),
[sym_decimal_integer_literal] = ACTIONS(1232),
[sym_hex_integer_literal] = ACTIONS(1232),
[sym_octal_integer_literal] = ACTIONS(1232),
[sym_binary_integer_literal] = ACTIONS(1230),
[sym_decimal_floating_point_literal] = ACTIONS(1230),
[sym_hex_floating_point_literal] = ACTIONS(1232),
[sym_true] = ACTIONS(1232),
[sym_false] = ACTIONS(1232),
[sym_character_literal] = ACTIONS(1230),
[anon_sym_DQUOTE] = ACTIONS(1232),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1230),
[anon_sym_RBRACE] = ACTIONS(1230),
[sym_null_literal] = ACTIONS(1232),
[anon_sym_LPAREN] = ACTIONS(1230),
[anon_sym_LT] = ACTIONS(1230),
[anon_sym_PLUS] = ACTIONS(1232),
[anon_sym_DASH] = ACTIONS(1232),
[anon_sym_TILDE] = ACTIONS(1230),
[anon_sym_BANG] = ACTIONS(1230),
[anon_sym_PLUS_PLUS] = ACTIONS(1230),
[anon_sym_DASH_DASH] = ACTIONS(1230),
[anon_sym_new] = ACTIONS(1232),
[anon_sym_class] = ACTIONS(1232),
[anon_sym_switch] = ACTIONS(1232),
[anon_sym_LBRACE] = ACTIONS(1230),
[anon_sym_case] = ACTIONS(1232),
[anon_sym_default] = ACTIONS(1232),
[anon_sym_SEMI] = ACTIONS(1230),
[anon_sym_assert] = ACTIONS(1232),
[anon_sym_do] = ACTIONS(1232),
[anon_sym_while] = ACTIONS(1232),
[anon_sym_break] = ACTIONS(1232),
[anon_sym_continue] = ACTIONS(1232),
[anon_sym_return] = ACTIONS(1232),
[anon_sym_yield] = ACTIONS(1232),
[anon_sym_synchronized] = ACTIONS(1232),
[anon_sym_throw] = ACTIONS(1232),
[anon_sym_try] = ACTIONS(1232),
[anon_sym_if] = ACTIONS(1232),
[anon_sym_else] = ACTIONS(1232),
[anon_sym_for] = ACTIONS(1232),
[anon_sym_AT] = ACTIONS(1232),
[anon_sym_open] = ACTIONS(1232),
[anon_sym_module] = ACTIONS(1232),
[anon_sym_static] = ACTIONS(1232),
[anon_sym_with] = ACTIONS(1232),
[anon_sym_package] = ACTIONS(1232),
[anon_sym_import] = ACTIONS(1232),
[anon_sym_enum] = ACTIONS(1232),
[anon_sym_public] = ACTIONS(1232),
[anon_sym_protected] = ACTIONS(1232),
[anon_sym_private] = ACTIONS(1232),
[anon_sym_abstract] = ACTIONS(1232),
[anon_sym_final] = ACTIONS(1232),
[anon_sym_strictfp] = ACTIONS(1232),
[anon_sym_native] = ACTIONS(1232),
[anon_sym_transient] = ACTIONS(1232),
[anon_sym_volatile] = ACTIONS(1232),
[anon_sym_sealed] = ACTIONS(1232),
[anon_sym_non_DASHsealed] = ACTIONS(1230),
[anon_sym_record] = ACTIONS(1232),
[anon_sym_ATinterface] = ACTIONS(1230),
[anon_sym_interface] = ACTIONS(1232),
[anon_sym_byte] = ACTIONS(1232),
[anon_sym_short] = ACTIONS(1232),
[anon_sym_int] = ACTIONS(1232),
[anon_sym_long] = ACTIONS(1232),
[anon_sym_char] = ACTIONS(1232),
[anon_sym_float] = ACTIONS(1232),
[anon_sym_double] = ACTIONS(1232),
[sym_boolean_type] = ACTIONS(1232),
[sym_void_type] = ACTIONS(1232),
[sym_this] = ACTIONS(1232),
[sym_super] = ACTIONS(1232),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(361)] = {
[ts_builtin_sym_end] = ACTIONS(1234),
[sym_identifier] = ACTIONS(1236),
[sym_decimal_integer_literal] = ACTIONS(1236),
[sym_hex_integer_literal] = ACTIONS(1236),
[sym_octal_integer_literal] = ACTIONS(1236),
[sym_binary_integer_literal] = ACTIONS(1234),
[sym_decimal_floating_point_literal] = ACTIONS(1234),
[sym_hex_floating_point_literal] = ACTIONS(1236),
[sym_true] = ACTIONS(1236),
[sym_false] = ACTIONS(1236),
[sym_character_literal] = ACTIONS(1234),
[anon_sym_DQUOTE] = ACTIONS(1236),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1234),
[anon_sym_RBRACE] = ACTIONS(1234),
[sym_null_literal] = ACTIONS(1236),
[anon_sym_LPAREN] = ACTIONS(1234),
[anon_sym_LT] = ACTIONS(1234),
[anon_sym_PLUS] = ACTIONS(1236),
[anon_sym_DASH] = ACTIONS(1236),
[anon_sym_TILDE] = ACTIONS(1234),
[anon_sym_BANG] = ACTIONS(1234),
[anon_sym_PLUS_PLUS] = ACTIONS(1234),
[anon_sym_DASH_DASH] = ACTIONS(1234),
[anon_sym_new] = ACTIONS(1236),
[anon_sym_class] = ACTIONS(1236),
[anon_sym_switch] = ACTIONS(1236),
[anon_sym_LBRACE] = ACTIONS(1234),
[anon_sym_case] = ACTIONS(1236),
[anon_sym_default] = ACTIONS(1236),
[anon_sym_SEMI] = ACTIONS(1234),
[anon_sym_assert] = ACTIONS(1236),
[anon_sym_do] = ACTIONS(1236),
[anon_sym_while] = ACTIONS(1236),
[anon_sym_break] = ACTIONS(1236),
[anon_sym_continue] = ACTIONS(1236),
[anon_sym_return] = ACTIONS(1236),
[anon_sym_yield] = ACTIONS(1236),
[anon_sym_synchronized] = ACTIONS(1236),
[anon_sym_throw] = ACTIONS(1236),
[anon_sym_try] = ACTIONS(1236),
[anon_sym_if] = ACTIONS(1236),
[anon_sym_else] = ACTIONS(1236),
[anon_sym_for] = ACTIONS(1236),
[anon_sym_AT] = ACTIONS(1236),
[anon_sym_open] = ACTIONS(1236),
[anon_sym_module] = ACTIONS(1236),
[anon_sym_static] = ACTIONS(1236),
[anon_sym_with] = ACTIONS(1236),
[anon_sym_package] = ACTIONS(1236),
[anon_sym_import] = ACTIONS(1236),
[anon_sym_enum] = ACTIONS(1236),
[anon_sym_public] = ACTIONS(1236),
[anon_sym_protected] = ACTIONS(1236),
[anon_sym_private] = ACTIONS(1236),
[anon_sym_abstract] = ACTIONS(1236),
[anon_sym_final] = ACTIONS(1236),
[anon_sym_strictfp] = ACTIONS(1236),
[anon_sym_native] = ACTIONS(1236),
[anon_sym_transient] = ACTIONS(1236),
[anon_sym_volatile] = ACTIONS(1236),
[anon_sym_sealed] = ACTIONS(1236),
[anon_sym_non_DASHsealed] = ACTIONS(1234),
[anon_sym_record] = ACTIONS(1236),
[anon_sym_ATinterface] = ACTIONS(1234),
[anon_sym_interface] = ACTIONS(1236),
[anon_sym_byte] = ACTIONS(1236),
[anon_sym_short] = ACTIONS(1236),
[anon_sym_int] = ACTIONS(1236),
[anon_sym_long] = ACTIONS(1236),
[anon_sym_char] = ACTIONS(1236),
[anon_sym_float] = ACTIONS(1236),
[anon_sym_double] = ACTIONS(1236),
[sym_boolean_type] = ACTIONS(1236),
[sym_void_type] = ACTIONS(1236),
[sym_this] = ACTIONS(1236),
[sym_super] = ACTIONS(1236),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(362)] = {
[ts_builtin_sym_end] = ACTIONS(1238),
[sym_identifier] = ACTIONS(1240),
[sym_decimal_integer_literal] = ACTIONS(1240),
[sym_hex_integer_literal] = ACTIONS(1240),
[sym_octal_integer_literal] = ACTIONS(1240),
[sym_binary_integer_literal] = ACTIONS(1238),
[sym_decimal_floating_point_literal] = ACTIONS(1238),
[sym_hex_floating_point_literal] = ACTIONS(1240),
[sym_true] = ACTIONS(1240),
[sym_false] = ACTIONS(1240),
[sym_character_literal] = ACTIONS(1238),
[anon_sym_DQUOTE] = ACTIONS(1240),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1238),
[anon_sym_RBRACE] = ACTIONS(1238),
[sym_null_literal] = ACTIONS(1240),
[anon_sym_LPAREN] = ACTIONS(1238),
[anon_sym_LT] = ACTIONS(1238),
[anon_sym_PLUS] = ACTIONS(1240),
[anon_sym_DASH] = ACTIONS(1240),
[anon_sym_TILDE] = ACTIONS(1238),
[anon_sym_BANG] = ACTIONS(1238),
[anon_sym_PLUS_PLUS] = ACTIONS(1238),
[anon_sym_DASH_DASH] = ACTIONS(1238),
[anon_sym_new] = ACTIONS(1240),
[anon_sym_class] = ACTIONS(1240),
[anon_sym_switch] = ACTIONS(1240),
[anon_sym_LBRACE] = ACTIONS(1238),
[anon_sym_case] = ACTIONS(1240),
[anon_sym_default] = ACTIONS(1240),
[anon_sym_SEMI] = ACTIONS(1238),
[anon_sym_assert] = ACTIONS(1240),
[anon_sym_do] = ACTIONS(1240),
[anon_sym_while] = ACTIONS(1240),
[anon_sym_break] = ACTIONS(1240),
[anon_sym_continue] = ACTIONS(1240),
[anon_sym_return] = ACTIONS(1240),
[anon_sym_yield] = ACTIONS(1240),
[anon_sym_synchronized] = ACTIONS(1240),
[anon_sym_throw] = ACTIONS(1240),
[anon_sym_try] = ACTIONS(1240),
[anon_sym_if] = ACTIONS(1240),
[anon_sym_else] = ACTIONS(1240),
[anon_sym_for] = ACTIONS(1240),
[anon_sym_AT] = ACTIONS(1240),
[anon_sym_open] = ACTIONS(1240),
[anon_sym_module] = ACTIONS(1240),
[anon_sym_static] = ACTIONS(1240),
[anon_sym_with] = ACTIONS(1240),
[anon_sym_package] = ACTIONS(1240),
[anon_sym_import] = ACTIONS(1240),
[anon_sym_enum] = ACTIONS(1240),
[anon_sym_public] = ACTIONS(1240),
[anon_sym_protected] = ACTIONS(1240),
[anon_sym_private] = ACTIONS(1240),
[anon_sym_abstract] = ACTIONS(1240),
[anon_sym_final] = ACTIONS(1240),
[anon_sym_strictfp] = ACTIONS(1240),
[anon_sym_native] = ACTIONS(1240),
[anon_sym_transient] = ACTIONS(1240),
[anon_sym_volatile] = ACTIONS(1240),
[anon_sym_sealed] = ACTIONS(1240),
[anon_sym_non_DASHsealed] = ACTIONS(1238),
[anon_sym_record] = ACTIONS(1240),
[anon_sym_ATinterface] = ACTIONS(1238),
[anon_sym_interface] = ACTIONS(1240),
[anon_sym_byte] = ACTIONS(1240),
[anon_sym_short] = ACTIONS(1240),
[anon_sym_int] = ACTIONS(1240),
[anon_sym_long] = ACTIONS(1240),
[anon_sym_char] = ACTIONS(1240),
[anon_sym_float] = ACTIONS(1240),
[anon_sym_double] = ACTIONS(1240),
[sym_boolean_type] = ACTIONS(1240),
[sym_void_type] = ACTIONS(1240),
[sym_this] = ACTIONS(1240),
[sym_super] = ACTIONS(1240),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(363)] = {
[ts_builtin_sym_end] = ACTIONS(1242),
[sym_identifier] = ACTIONS(1244),
[sym_decimal_integer_literal] = ACTIONS(1244),
[sym_hex_integer_literal] = ACTIONS(1244),
[sym_octal_integer_literal] = ACTIONS(1244),
[sym_binary_integer_literal] = ACTIONS(1242),
[sym_decimal_floating_point_literal] = ACTIONS(1242),
[sym_hex_floating_point_literal] = ACTIONS(1244),
[sym_true] = ACTIONS(1244),
[sym_false] = ACTIONS(1244),
[sym_character_literal] = ACTIONS(1242),
[anon_sym_DQUOTE] = ACTIONS(1244),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1242),
[anon_sym_RBRACE] = ACTIONS(1242),
[sym_null_literal] = ACTIONS(1244),
[anon_sym_LPAREN] = ACTIONS(1242),
[anon_sym_LT] = ACTIONS(1242),
[anon_sym_PLUS] = ACTIONS(1244),
[anon_sym_DASH] = ACTIONS(1244),
[anon_sym_TILDE] = ACTIONS(1242),
[anon_sym_BANG] = ACTIONS(1242),
[anon_sym_PLUS_PLUS] = ACTIONS(1242),
[anon_sym_DASH_DASH] = ACTIONS(1242),
[anon_sym_new] = ACTIONS(1244),
[anon_sym_class] = ACTIONS(1244),
[anon_sym_switch] = ACTIONS(1244),
[anon_sym_LBRACE] = ACTIONS(1242),
[anon_sym_case] = ACTIONS(1244),
[anon_sym_default] = ACTIONS(1244),
[anon_sym_SEMI] = ACTIONS(1242),
[anon_sym_assert] = ACTIONS(1244),
[anon_sym_do] = ACTIONS(1244),
[anon_sym_while] = ACTIONS(1244),
[anon_sym_break] = ACTIONS(1244),
[anon_sym_continue] = ACTIONS(1244),
[anon_sym_return] = ACTIONS(1244),
[anon_sym_yield] = ACTIONS(1244),
[anon_sym_synchronized] = ACTIONS(1244),
[anon_sym_throw] = ACTIONS(1244),
[anon_sym_try] = ACTIONS(1244),
[anon_sym_if] = ACTIONS(1244),
[anon_sym_else] = ACTIONS(1244),
[anon_sym_for] = ACTIONS(1244),
[anon_sym_AT] = ACTIONS(1244),
[anon_sym_open] = ACTIONS(1244),
[anon_sym_module] = ACTIONS(1244),
[anon_sym_static] = ACTIONS(1244),
[anon_sym_with] = ACTIONS(1244),
[anon_sym_package] = ACTIONS(1244),
[anon_sym_import] = ACTIONS(1244),
[anon_sym_enum] = ACTIONS(1244),
[anon_sym_public] = ACTIONS(1244),
[anon_sym_protected] = ACTIONS(1244),
[anon_sym_private] = ACTIONS(1244),
[anon_sym_abstract] = ACTIONS(1244),
[anon_sym_final] = ACTIONS(1244),
[anon_sym_strictfp] = ACTIONS(1244),
[anon_sym_native] = ACTIONS(1244),
[anon_sym_transient] = ACTIONS(1244),
[anon_sym_volatile] = ACTIONS(1244),
[anon_sym_sealed] = ACTIONS(1244),
[anon_sym_non_DASHsealed] = ACTIONS(1242),
[anon_sym_record] = ACTIONS(1244),
[anon_sym_ATinterface] = ACTIONS(1242),
[anon_sym_interface] = ACTIONS(1244),
[anon_sym_byte] = ACTIONS(1244),
[anon_sym_short] = ACTIONS(1244),
[anon_sym_int] = ACTIONS(1244),
[anon_sym_long] = ACTIONS(1244),
[anon_sym_char] = ACTIONS(1244),
[anon_sym_float] = ACTIONS(1244),
[anon_sym_double] = ACTIONS(1244),
[sym_boolean_type] = ACTIONS(1244),
[sym_void_type] = ACTIONS(1244),
[sym_this] = ACTIONS(1244),
[sym_super] = ACTIONS(1244),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(364)] = {
[ts_builtin_sym_end] = ACTIONS(1246),
[sym_identifier] = ACTIONS(1248),
[sym_decimal_integer_literal] = ACTIONS(1248),
[sym_hex_integer_literal] = ACTIONS(1248),
[sym_octal_integer_literal] = ACTIONS(1248),
[sym_binary_integer_literal] = ACTIONS(1246),
[sym_decimal_floating_point_literal] = ACTIONS(1246),
[sym_hex_floating_point_literal] = ACTIONS(1248),
[sym_true] = ACTIONS(1248),
[sym_false] = ACTIONS(1248),
[sym_character_literal] = ACTIONS(1246),
[anon_sym_DQUOTE] = ACTIONS(1248),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1246),
[anon_sym_RBRACE] = ACTIONS(1246),
[sym_null_literal] = ACTIONS(1248),
[anon_sym_LPAREN] = ACTIONS(1246),
[anon_sym_LT] = ACTIONS(1246),
[anon_sym_PLUS] = ACTIONS(1248),
[anon_sym_DASH] = ACTIONS(1248),
[anon_sym_TILDE] = ACTIONS(1246),
[anon_sym_BANG] = ACTIONS(1246),
[anon_sym_PLUS_PLUS] = ACTIONS(1246),
[anon_sym_DASH_DASH] = ACTIONS(1246),
[anon_sym_new] = ACTIONS(1248),
[anon_sym_class] = ACTIONS(1248),
[anon_sym_switch] = ACTIONS(1248),
[anon_sym_LBRACE] = ACTIONS(1246),
[anon_sym_case] = ACTIONS(1248),
[anon_sym_default] = ACTIONS(1248),
[anon_sym_SEMI] = ACTIONS(1246),
[anon_sym_assert] = ACTIONS(1248),
[anon_sym_do] = ACTIONS(1248),
[anon_sym_while] = ACTIONS(1248),
[anon_sym_break] = ACTIONS(1248),
[anon_sym_continue] = ACTIONS(1248),
[anon_sym_return] = ACTIONS(1248),
[anon_sym_yield] = ACTIONS(1248),
[anon_sym_synchronized] = ACTIONS(1248),
[anon_sym_throw] = ACTIONS(1248),
[anon_sym_try] = ACTIONS(1248),
[anon_sym_if] = ACTIONS(1248),
[anon_sym_else] = ACTIONS(1248),
[anon_sym_for] = ACTIONS(1248),
[anon_sym_AT] = ACTIONS(1248),
[anon_sym_open] = ACTIONS(1248),
[anon_sym_module] = ACTIONS(1248),
[anon_sym_static] = ACTIONS(1248),
[anon_sym_with] = ACTIONS(1248),
[anon_sym_package] = ACTIONS(1248),
[anon_sym_import] = ACTIONS(1248),
[anon_sym_enum] = ACTIONS(1248),
[anon_sym_public] = ACTIONS(1248),
[anon_sym_protected] = ACTIONS(1248),
[anon_sym_private] = ACTIONS(1248),
[anon_sym_abstract] = ACTIONS(1248),
[anon_sym_final] = ACTIONS(1248),
[anon_sym_strictfp] = ACTIONS(1248),
[anon_sym_native] = ACTIONS(1248),
[anon_sym_transient] = ACTIONS(1248),
[anon_sym_volatile] = ACTIONS(1248),
[anon_sym_sealed] = ACTIONS(1248),
[anon_sym_non_DASHsealed] = ACTIONS(1246),
[anon_sym_record] = ACTIONS(1248),
[anon_sym_ATinterface] = ACTIONS(1246),
[anon_sym_interface] = ACTIONS(1248),
[anon_sym_byte] = ACTIONS(1248),
[anon_sym_short] = ACTIONS(1248),
[anon_sym_int] = ACTIONS(1248),
[anon_sym_long] = ACTIONS(1248),
[anon_sym_char] = ACTIONS(1248),
[anon_sym_float] = ACTIONS(1248),
[anon_sym_double] = ACTIONS(1248),
[sym_boolean_type] = ACTIONS(1248),
[sym_void_type] = ACTIONS(1248),
[sym_this] = ACTIONS(1248),
[sym_super] = ACTIONS(1248),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(365)] = {
[ts_builtin_sym_end] = ACTIONS(1250),
[sym_identifier] = ACTIONS(1252),
[sym_decimal_integer_literal] = ACTIONS(1252),
[sym_hex_integer_literal] = ACTIONS(1252),
[sym_octal_integer_literal] = ACTIONS(1252),
[sym_binary_integer_literal] = ACTIONS(1250),
[sym_decimal_floating_point_literal] = ACTIONS(1250),
[sym_hex_floating_point_literal] = ACTIONS(1252),
[sym_true] = ACTIONS(1252),
[sym_false] = ACTIONS(1252),
[sym_character_literal] = ACTIONS(1250),
[anon_sym_DQUOTE] = ACTIONS(1252),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1250),
[anon_sym_RBRACE] = ACTIONS(1250),
[sym_null_literal] = ACTIONS(1252),
[anon_sym_LPAREN] = ACTIONS(1250),
[anon_sym_LT] = ACTIONS(1250),
[anon_sym_PLUS] = ACTIONS(1252),
[anon_sym_DASH] = ACTIONS(1252),
[anon_sym_TILDE] = ACTIONS(1250),
[anon_sym_BANG] = ACTIONS(1250),
[anon_sym_PLUS_PLUS] = ACTIONS(1250),
[anon_sym_DASH_DASH] = ACTIONS(1250),
[anon_sym_new] = ACTIONS(1252),
[anon_sym_class] = ACTIONS(1252),
[anon_sym_switch] = ACTIONS(1252),
[anon_sym_LBRACE] = ACTIONS(1250),
[anon_sym_case] = ACTIONS(1252),
[anon_sym_default] = ACTIONS(1252),
[anon_sym_SEMI] = ACTIONS(1250),
[anon_sym_assert] = ACTIONS(1252),
[anon_sym_do] = ACTIONS(1252),
[anon_sym_while] = ACTIONS(1252),
[anon_sym_break] = ACTIONS(1252),
[anon_sym_continue] = ACTIONS(1252),
[anon_sym_return] = ACTIONS(1252),
[anon_sym_yield] = ACTIONS(1252),
[anon_sym_synchronized] = ACTIONS(1252),
[anon_sym_throw] = ACTIONS(1252),
[anon_sym_try] = ACTIONS(1252),
[anon_sym_if] = ACTIONS(1252),
[anon_sym_else] = ACTIONS(1252),
[anon_sym_for] = ACTIONS(1252),
[anon_sym_AT] = ACTIONS(1252),
[anon_sym_open] = ACTIONS(1252),
[anon_sym_module] = ACTIONS(1252),
[anon_sym_static] = ACTIONS(1252),
[anon_sym_with] = ACTIONS(1252),
[anon_sym_package] = ACTIONS(1252),
[anon_sym_import] = ACTIONS(1252),
[anon_sym_enum] = ACTIONS(1252),
[anon_sym_public] = ACTIONS(1252),
[anon_sym_protected] = ACTIONS(1252),
[anon_sym_private] = ACTIONS(1252),
[anon_sym_abstract] = ACTIONS(1252),
[anon_sym_final] = ACTIONS(1252),
[anon_sym_strictfp] = ACTIONS(1252),
[anon_sym_native] = ACTIONS(1252),
[anon_sym_transient] = ACTIONS(1252),
[anon_sym_volatile] = ACTIONS(1252),
[anon_sym_sealed] = ACTIONS(1252),
[anon_sym_non_DASHsealed] = ACTIONS(1250),
[anon_sym_record] = ACTIONS(1252),
[anon_sym_ATinterface] = ACTIONS(1250),
[anon_sym_interface] = ACTIONS(1252),
[anon_sym_byte] = ACTIONS(1252),
[anon_sym_short] = ACTIONS(1252),
[anon_sym_int] = ACTIONS(1252),
[anon_sym_long] = ACTIONS(1252),
[anon_sym_char] = ACTIONS(1252),
[anon_sym_float] = ACTIONS(1252),
[anon_sym_double] = ACTIONS(1252),
[sym_boolean_type] = ACTIONS(1252),
[sym_void_type] = ACTIONS(1252),
[sym_this] = ACTIONS(1252),
[sym_super] = ACTIONS(1252),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(366)] = {
[ts_builtin_sym_end] = ACTIONS(1254),
[sym_identifier] = ACTIONS(1256),
[sym_decimal_integer_literal] = ACTIONS(1256),
[sym_hex_integer_literal] = ACTIONS(1256),
[sym_octal_integer_literal] = ACTIONS(1256),
[sym_binary_integer_literal] = ACTIONS(1254),
[sym_decimal_floating_point_literal] = ACTIONS(1254),
[sym_hex_floating_point_literal] = ACTIONS(1256),
[sym_true] = ACTIONS(1256),
[sym_false] = ACTIONS(1256),
[sym_character_literal] = ACTIONS(1254),
[anon_sym_DQUOTE] = ACTIONS(1256),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1254),
[anon_sym_RBRACE] = ACTIONS(1254),
[sym_null_literal] = ACTIONS(1256),
[anon_sym_LPAREN] = ACTIONS(1254),
[anon_sym_LT] = ACTIONS(1254),
[anon_sym_PLUS] = ACTIONS(1256),
[anon_sym_DASH] = ACTIONS(1256),
[anon_sym_TILDE] = ACTIONS(1254),
[anon_sym_BANG] = ACTIONS(1254),
[anon_sym_PLUS_PLUS] = ACTIONS(1254),
[anon_sym_DASH_DASH] = ACTIONS(1254),
[anon_sym_new] = ACTIONS(1256),
[anon_sym_class] = ACTIONS(1256),
[anon_sym_switch] = ACTIONS(1256),
[anon_sym_LBRACE] = ACTIONS(1254),
[anon_sym_case] = ACTIONS(1256),
[anon_sym_default] = ACTIONS(1256),
[anon_sym_SEMI] = ACTIONS(1254),
[anon_sym_assert] = ACTIONS(1256),
[anon_sym_do] = ACTIONS(1256),
[anon_sym_while] = ACTIONS(1256),
[anon_sym_break] = ACTIONS(1256),
[anon_sym_continue] = ACTIONS(1256),
[anon_sym_return] = ACTIONS(1256),
[anon_sym_yield] = ACTIONS(1256),
[anon_sym_synchronized] = ACTIONS(1256),
[anon_sym_throw] = ACTIONS(1256),
[anon_sym_try] = ACTIONS(1256),
[anon_sym_if] = ACTIONS(1256),
[anon_sym_else] = ACTIONS(1256),
[anon_sym_for] = ACTIONS(1256),
[anon_sym_AT] = ACTIONS(1256),
[anon_sym_open] = ACTIONS(1256),
[anon_sym_module] = ACTIONS(1256),
[anon_sym_static] = ACTIONS(1256),
[anon_sym_with] = ACTIONS(1256),
[anon_sym_package] = ACTIONS(1256),
[anon_sym_import] = ACTIONS(1256),
[anon_sym_enum] = ACTIONS(1256),
[anon_sym_public] = ACTIONS(1256),
[anon_sym_protected] = ACTIONS(1256),
[anon_sym_private] = ACTIONS(1256),
[anon_sym_abstract] = ACTIONS(1256),
[anon_sym_final] = ACTIONS(1256),
[anon_sym_strictfp] = ACTIONS(1256),
[anon_sym_native] = ACTIONS(1256),
[anon_sym_transient] = ACTIONS(1256),
[anon_sym_volatile] = ACTIONS(1256),
[anon_sym_sealed] = ACTIONS(1256),
[anon_sym_non_DASHsealed] = ACTIONS(1254),
[anon_sym_record] = ACTIONS(1256),
[anon_sym_ATinterface] = ACTIONS(1254),
[anon_sym_interface] = ACTIONS(1256),
[anon_sym_byte] = ACTIONS(1256),
[anon_sym_short] = ACTIONS(1256),
[anon_sym_int] = ACTIONS(1256),
[anon_sym_long] = ACTIONS(1256),
[anon_sym_char] = ACTIONS(1256),
[anon_sym_float] = ACTIONS(1256),
[anon_sym_double] = ACTIONS(1256),
[sym_boolean_type] = ACTIONS(1256),
[sym_void_type] = ACTIONS(1256),
[sym_this] = ACTIONS(1256),
[sym_super] = ACTIONS(1256),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(367)] = {
[ts_builtin_sym_end] = ACTIONS(1258),
[sym_identifier] = ACTIONS(1260),
[sym_decimal_integer_literal] = ACTIONS(1260),
[sym_hex_integer_literal] = ACTIONS(1260),
[sym_octal_integer_literal] = ACTIONS(1260),
[sym_binary_integer_literal] = ACTIONS(1258),
[sym_decimal_floating_point_literal] = ACTIONS(1258),
[sym_hex_floating_point_literal] = ACTIONS(1260),
[sym_true] = ACTIONS(1260),
[sym_false] = ACTIONS(1260),
[sym_character_literal] = ACTIONS(1258),
[anon_sym_DQUOTE] = ACTIONS(1260),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1258),
[anon_sym_RBRACE] = ACTIONS(1258),
[sym_null_literal] = ACTIONS(1260),
[anon_sym_LPAREN] = ACTIONS(1258),
[anon_sym_LT] = ACTIONS(1258),
[anon_sym_PLUS] = ACTIONS(1260),
[anon_sym_DASH] = ACTIONS(1260),
[anon_sym_TILDE] = ACTIONS(1258),
[anon_sym_BANG] = ACTIONS(1258),
[anon_sym_PLUS_PLUS] = ACTIONS(1258),
[anon_sym_DASH_DASH] = ACTIONS(1258),
[anon_sym_new] = ACTIONS(1260),
[anon_sym_class] = ACTIONS(1260),
[anon_sym_switch] = ACTIONS(1260),
[anon_sym_LBRACE] = ACTIONS(1258),
[anon_sym_case] = ACTIONS(1260),
[anon_sym_default] = ACTIONS(1260),
[anon_sym_SEMI] = ACTIONS(1258),
[anon_sym_assert] = ACTIONS(1260),
[anon_sym_do] = ACTIONS(1260),
[anon_sym_while] = ACTIONS(1260),
[anon_sym_break] = ACTIONS(1260),
[anon_sym_continue] = ACTIONS(1260),
[anon_sym_return] = ACTIONS(1260),
[anon_sym_yield] = ACTIONS(1260),
[anon_sym_synchronized] = ACTIONS(1260),
[anon_sym_throw] = ACTIONS(1260),
[anon_sym_try] = ACTIONS(1260),
[anon_sym_if] = ACTIONS(1260),
[anon_sym_else] = ACTIONS(1260),
[anon_sym_for] = ACTIONS(1260),
[anon_sym_AT] = ACTIONS(1260),
[anon_sym_open] = ACTIONS(1260),
[anon_sym_module] = ACTIONS(1260),
[anon_sym_static] = ACTIONS(1260),
[anon_sym_with] = ACTIONS(1260),
[anon_sym_package] = ACTIONS(1260),
[anon_sym_import] = ACTIONS(1260),
[anon_sym_enum] = ACTIONS(1260),
[anon_sym_public] = ACTIONS(1260),
[anon_sym_protected] = ACTIONS(1260),
[anon_sym_private] = ACTIONS(1260),
[anon_sym_abstract] = ACTIONS(1260),
[anon_sym_final] = ACTIONS(1260),
[anon_sym_strictfp] = ACTIONS(1260),
[anon_sym_native] = ACTIONS(1260),
[anon_sym_transient] = ACTIONS(1260),
[anon_sym_volatile] = ACTIONS(1260),
[anon_sym_sealed] = ACTIONS(1260),
[anon_sym_non_DASHsealed] = ACTIONS(1258),
[anon_sym_record] = ACTIONS(1260),
[anon_sym_ATinterface] = ACTIONS(1258),
[anon_sym_interface] = ACTIONS(1260),
[anon_sym_byte] = ACTIONS(1260),
[anon_sym_short] = ACTIONS(1260),
[anon_sym_int] = ACTIONS(1260),
[anon_sym_long] = ACTIONS(1260),
[anon_sym_char] = ACTIONS(1260),
[anon_sym_float] = ACTIONS(1260),
[anon_sym_double] = ACTIONS(1260),
[sym_boolean_type] = ACTIONS(1260),
[sym_void_type] = ACTIONS(1260),
[sym_this] = ACTIONS(1260),
[sym_super] = ACTIONS(1260),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(368)] = {
[ts_builtin_sym_end] = ACTIONS(1262),
[sym_identifier] = ACTIONS(1264),
[sym_decimal_integer_literal] = ACTIONS(1264),
[sym_hex_integer_literal] = ACTIONS(1264),
[sym_octal_integer_literal] = ACTIONS(1264),
[sym_binary_integer_literal] = ACTIONS(1262),
[sym_decimal_floating_point_literal] = ACTIONS(1262),
[sym_hex_floating_point_literal] = ACTIONS(1264),
[sym_true] = ACTIONS(1264),
[sym_false] = ACTIONS(1264),
[sym_character_literal] = ACTIONS(1262),
[anon_sym_DQUOTE] = ACTIONS(1264),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1262),
[anon_sym_RBRACE] = ACTIONS(1262),
[sym_null_literal] = ACTIONS(1264),
[anon_sym_LPAREN] = ACTIONS(1262),
[anon_sym_LT] = ACTIONS(1262),
[anon_sym_PLUS] = ACTIONS(1264),
[anon_sym_DASH] = ACTIONS(1264),
[anon_sym_TILDE] = ACTIONS(1262),
[anon_sym_BANG] = ACTIONS(1262),
[anon_sym_PLUS_PLUS] = ACTIONS(1262),
[anon_sym_DASH_DASH] = ACTIONS(1262),
[anon_sym_new] = ACTIONS(1264),
[anon_sym_class] = ACTIONS(1264),
[anon_sym_switch] = ACTIONS(1264),
[anon_sym_LBRACE] = ACTIONS(1262),
[anon_sym_case] = ACTIONS(1264),
[anon_sym_default] = ACTIONS(1264),
[anon_sym_SEMI] = ACTIONS(1262),
[anon_sym_assert] = ACTIONS(1264),
[anon_sym_do] = ACTIONS(1264),
[anon_sym_while] = ACTIONS(1264),
[anon_sym_break] = ACTIONS(1264),
[anon_sym_continue] = ACTIONS(1264),
[anon_sym_return] = ACTIONS(1264),
[anon_sym_yield] = ACTIONS(1264),
[anon_sym_synchronized] = ACTIONS(1264),
[anon_sym_throw] = ACTIONS(1264),
[anon_sym_try] = ACTIONS(1264),
[anon_sym_if] = ACTIONS(1264),
[anon_sym_else] = ACTIONS(1264),
[anon_sym_for] = ACTIONS(1264),
[anon_sym_AT] = ACTIONS(1264),
[anon_sym_open] = ACTIONS(1264),
[anon_sym_module] = ACTIONS(1264),
[anon_sym_static] = ACTIONS(1264),
[anon_sym_with] = ACTIONS(1264),
[anon_sym_package] = ACTIONS(1264),
[anon_sym_import] = ACTIONS(1264),
[anon_sym_enum] = ACTIONS(1264),
[anon_sym_public] = ACTIONS(1264),
[anon_sym_protected] = ACTIONS(1264),
[anon_sym_private] = ACTIONS(1264),
[anon_sym_abstract] = ACTIONS(1264),
[anon_sym_final] = ACTIONS(1264),
[anon_sym_strictfp] = ACTIONS(1264),
[anon_sym_native] = ACTIONS(1264),
[anon_sym_transient] = ACTIONS(1264),
[anon_sym_volatile] = ACTIONS(1264),
[anon_sym_sealed] = ACTIONS(1264),
[anon_sym_non_DASHsealed] = ACTIONS(1262),
[anon_sym_record] = ACTIONS(1264),
[anon_sym_ATinterface] = ACTIONS(1262),
[anon_sym_interface] = ACTIONS(1264),
[anon_sym_byte] = ACTIONS(1264),
[anon_sym_short] = ACTIONS(1264),
[anon_sym_int] = ACTIONS(1264),
[anon_sym_long] = ACTIONS(1264),
[anon_sym_char] = ACTIONS(1264),
[anon_sym_float] = ACTIONS(1264),
[anon_sym_double] = ACTIONS(1264),
[sym_boolean_type] = ACTIONS(1264),
[sym_void_type] = ACTIONS(1264),
[sym_this] = ACTIONS(1264),
[sym_super] = ACTIONS(1264),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(369)] = {
[ts_builtin_sym_end] = ACTIONS(1266),
[sym_identifier] = ACTIONS(1268),
[sym_decimal_integer_literal] = ACTIONS(1268),
[sym_hex_integer_literal] = ACTIONS(1268),
[sym_octal_integer_literal] = ACTIONS(1268),
[sym_binary_integer_literal] = ACTIONS(1266),
[sym_decimal_floating_point_literal] = ACTIONS(1266),
[sym_hex_floating_point_literal] = ACTIONS(1268),
[sym_true] = ACTIONS(1268),
[sym_false] = ACTIONS(1268),
[sym_character_literal] = ACTIONS(1266),
[anon_sym_DQUOTE] = ACTIONS(1268),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1266),
[anon_sym_RBRACE] = ACTIONS(1266),
[sym_null_literal] = ACTIONS(1268),
[anon_sym_LPAREN] = ACTIONS(1266),
[anon_sym_LT] = ACTIONS(1266),
[anon_sym_PLUS] = ACTIONS(1268),
[anon_sym_DASH] = ACTIONS(1268),
[anon_sym_TILDE] = ACTIONS(1266),
[anon_sym_BANG] = ACTIONS(1266),
[anon_sym_PLUS_PLUS] = ACTIONS(1266),
[anon_sym_DASH_DASH] = ACTIONS(1266),
[anon_sym_new] = ACTIONS(1268),
[anon_sym_class] = ACTIONS(1268),
[anon_sym_switch] = ACTIONS(1268),
[anon_sym_LBRACE] = ACTIONS(1266),
[anon_sym_case] = ACTIONS(1268),
[anon_sym_default] = ACTIONS(1268),
[anon_sym_SEMI] = ACTIONS(1266),
[anon_sym_assert] = ACTIONS(1268),
[anon_sym_do] = ACTIONS(1268),
[anon_sym_while] = ACTIONS(1268),
[anon_sym_break] = ACTIONS(1268),
[anon_sym_continue] = ACTIONS(1268),
[anon_sym_return] = ACTIONS(1268),
[anon_sym_yield] = ACTIONS(1268),
[anon_sym_synchronized] = ACTIONS(1268),
[anon_sym_throw] = ACTIONS(1268),
[anon_sym_try] = ACTIONS(1268),
[anon_sym_if] = ACTIONS(1268),
[anon_sym_else] = ACTIONS(1268),
[anon_sym_for] = ACTIONS(1268),
[anon_sym_AT] = ACTIONS(1268),
[anon_sym_open] = ACTIONS(1268),
[anon_sym_module] = ACTIONS(1268),
[anon_sym_static] = ACTIONS(1268),
[anon_sym_with] = ACTIONS(1268),
[anon_sym_package] = ACTIONS(1268),
[anon_sym_import] = ACTIONS(1268),
[anon_sym_enum] = ACTIONS(1268),
[anon_sym_public] = ACTIONS(1268),
[anon_sym_protected] = ACTIONS(1268),
[anon_sym_private] = ACTIONS(1268),
[anon_sym_abstract] = ACTIONS(1268),
[anon_sym_final] = ACTIONS(1268),
[anon_sym_strictfp] = ACTIONS(1268),
[anon_sym_native] = ACTIONS(1268),
[anon_sym_transient] = ACTIONS(1268),
[anon_sym_volatile] = ACTIONS(1268),
[anon_sym_sealed] = ACTIONS(1268),
[anon_sym_non_DASHsealed] = ACTIONS(1266),
[anon_sym_record] = ACTIONS(1268),
[anon_sym_ATinterface] = ACTIONS(1266),
[anon_sym_interface] = ACTIONS(1268),
[anon_sym_byte] = ACTIONS(1268),
[anon_sym_short] = ACTIONS(1268),
[anon_sym_int] = ACTIONS(1268),
[anon_sym_long] = ACTIONS(1268),
[anon_sym_char] = ACTIONS(1268),
[anon_sym_float] = ACTIONS(1268),
[anon_sym_double] = ACTIONS(1268),
[sym_boolean_type] = ACTIONS(1268),
[sym_void_type] = ACTIONS(1268),
[sym_this] = ACTIONS(1268),
[sym_super] = ACTIONS(1268),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(370)] = {
[ts_builtin_sym_end] = ACTIONS(1270),
[sym_identifier] = ACTIONS(1272),
[sym_decimal_integer_literal] = ACTIONS(1272),
[sym_hex_integer_literal] = ACTIONS(1272),
[sym_octal_integer_literal] = ACTIONS(1272),
[sym_binary_integer_literal] = ACTIONS(1270),
[sym_decimal_floating_point_literal] = ACTIONS(1270),
[sym_hex_floating_point_literal] = ACTIONS(1272),
[sym_true] = ACTIONS(1272),
[sym_false] = ACTIONS(1272),
[sym_character_literal] = ACTIONS(1270),
[anon_sym_DQUOTE] = ACTIONS(1272),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1270),
[anon_sym_RBRACE] = ACTIONS(1270),
[sym_null_literal] = ACTIONS(1272),
[anon_sym_LPAREN] = ACTIONS(1270),
[anon_sym_LT] = ACTIONS(1270),
[anon_sym_PLUS] = ACTIONS(1272),
[anon_sym_DASH] = ACTIONS(1272),
[anon_sym_TILDE] = ACTIONS(1270),
[anon_sym_BANG] = ACTIONS(1270),
[anon_sym_PLUS_PLUS] = ACTIONS(1270),
[anon_sym_DASH_DASH] = ACTIONS(1270),
[anon_sym_new] = ACTIONS(1272),
[anon_sym_class] = ACTIONS(1272),
[anon_sym_switch] = ACTIONS(1272),
[anon_sym_LBRACE] = ACTIONS(1270),
[anon_sym_case] = ACTIONS(1272),
[anon_sym_default] = ACTIONS(1272),
[anon_sym_SEMI] = ACTIONS(1270),
[anon_sym_assert] = ACTIONS(1272),
[anon_sym_do] = ACTIONS(1272),
[anon_sym_while] = ACTIONS(1272),
[anon_sym_break] = ACTIONS(1272),
[anon_sym_continue] = ACTIONS(1272),
[anon_sym_return] = ACTIONS(1272),
[anon_sym_yield] = ACTIONS(1272),
[anon_sym_synchronized] = ACTIONS(1272),
[anon_sym_throw] = ACTIONS(1272),
[anon_sym_try] = ACTIONS(1272),
[anon_sym_if] = ACTIONS(1272),
[anon_sym_else] = ACTIONS(1272),
[anon_sym_for] = ACTIONS(1272),
[anon_sym_AT] = ACTIONS(1272),
[anon_sym_open] = ACTIONS(1272),
[anon_sym_module] = ACTIONS(1272),
[anon_sym_static] = ACTIONS(1272),
[anon_sym_with] = ACTIONS(1272),
[anon_sym_package] = ACTIONS(1272),
[anon_sym_import] = ACTIONS(1272),
[anon_sym_enum] = ACTIONS(1272),
[anon_sym_public] = ACTIONS(1272),
[anon_sym_protected] = ACTIONS(1272),
[anon_sym_private] = ACTIONS(1272),
[anon_sym_abstract] = ACTIONS(1272),
[anon_sym_final] = ACTIONS(1272),
[anon_sym_strictfp] = ACTIONS(1272),
[anon_sym_native] = ACTIONS(1272),
[anon_sym_transient] = ACTIONS(1272),
[anon_sym_volatile] = ACTIONS(1272),
[anon_sym_sealed] = ACTIONS(1272),
[anon_sym_non_DASHsealed] = ACTIONS(1270),
[anon_sym_record] = ACTIONS(1272),
[anon_sym_ATinterface] = ACTIONS(1270),
[anon_sym_interface] = ACTIONS(1272),
[anon_sym_byte] = ACTIONS(1272),
[anon_sym_short] = ACTIONS(1272),
[anon_sym_int] = ACTIONS(1272),
[anon_sym_long] = ACTIONS(1272),
[anon_sym_char] = ACTIONS(1272),
[anon_sym_float] = ACTIONS(1272),
[anon_sym_double] = ACTIONS(1272),
[sym_boolean_type] = ACTIONS(1272),
[sym_void_type] = ACTIONS(1272),
[sym_this] = ACTIONS(1272),
[sym_super] = ACTIONS(1272),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(371)] = {
[ts_builtin_sym_end] = ACTIONS(1274),
[sym_identifier] = ACTIONS(1276),
[sym_decimal_integer_literal] = ACTIONS(1276),
[sym_hex_integer_literal] = ACTIONS(1276),
[sym_octal_integer_literal] = ACTIONS(1276),
[sym_binary_integer_literal] = ACTIONS(1274),
[sym_decimal_floating_point_literal] = ACTIONS(1274),
[sym_hex_floating_point_literal] = ACTIONS(1276),
[sym_true] = ACTIONS(1276),
[sym_false] = ACTIONS(1276),
[sym_character_literal] = ACTIONS(1274),
[anon_sym_DQUOTE] = ACTIONS(1276),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1274),
[anon_sym_RBRACE] = ACTIONS(1274),
[sym_null_literal] = ACTIONS(1276),
[anon_sym_LPAREN] = ACTIONS(1274),
[anon_sym_LT] = ACTIONS(1274),
[anon_sym_PLUS] = ACTIONS(1276),
[anon_sym_DASH] = ACTIONS(1276),
[anon_sym_TILDE] = ACTIONS(1274),
[anon_sym_BANG] = ACTIONS(1274),
[anon_sym_PLUS_PLUS] = ACTIONS(1274),
[anon_sym_DASH_DASH] = ACTIONS(1274),
[anon_sym_new] = ACTIONS(1276),
[anon_sym_class] = ACTIONS(1276),
[anon_sym_switch] = ACTIONS(1276),
[anon_sym_LBRACE] = ACTIONS(1274),
[anon_sym_case] = ACTIONS(1276),
[anon_sym_default] = ACTIONS(1276),
[anon_sym_SEMI] = ACTIONS(1274),
[anon_sym_assert] = ACTIONS(1276),
[anon_sym_do] = ACTIONS(1276),
[anon_sym_while] = ACTIONS(1276),
[anon_sym_break] = ACTIONS(1276),
[anon_sym_continue] = ACTIONS(1276),
[anon_sym_return] = ACTIONS(1276),
[anon_sym_yield] = ACTIONS(1276),
[anon_sym_synchronized] = ACTIONS(1276),
[anon_sym_throw] = ACTIONS(1276),
[anon_sym_try] = ACTIONS(1276),
[anon_sym_if] = ACTIONS(1276),
[anon_sym_else] = ACTIONS(1276),
[anon_sym_for] = ACTIONS(1276),
[anon_sym_AT] = ACTIONS(1276),
[anon_sym_open] = ACTIONS(1276),
[anon_sym_module] = ACTIONS(1276),
[anon_sym_static] = ACTIONS(1276),
[anon_sym_with] = ACTIONS(1276),
[anon_sym_package] = ACTIONS(1276),
[anon_sym_import] = ACTIONS(1276),
[anon_sym_enum] = ACTIONS(1276),
[anon_sym_public] = ACTIONS(1276),
[anon_sym_protected] = ACTIONS(1276),
[anon_sym_private] = ACTIONS(1276),
[anon_sym_abstract] = ACTIONS(1276),
[anon_sym_final] = ACTIONS(1276),
[anon_sym_strictfp] = ACTIONS(1276),
[anon_sym_native] = ACTIONS(1276),
[anon_sym_transient] = ACTIONS(1276),
[anon_sym_volatile] = ACTIONS(1276),
[anon_sym_sealed] = ACTIONS(1276),
[anon_sym_non_DASHsealed] = ACTIONS(1274),
[anon_sym_record] = ACTIONS(1276),
[anon_sym_ATinterface] = ACTIONS(1274),
[anon_sym_interface] = ACTIONS(1276),
[anon_sym_byte] = ACTIONS(1276),
[anon_sym_short] = ACTIONS(1276),
[anon_sym_int] = ACTIONS(1276),
[anon_sym_long] = ACTIONS(1276),
[anon_sym_char] = ACTIONS(1276),
[anon_sym_float] = ACTIONS(1276),
[anon_sym_double] = ACTIONS(1276),
[sym_boolean_type] = ACTIONS(1276),
[sym_void_type] = ACTIONS(1276),
[sym_this] = ACTIONS(1276),
[sym_super] = ACTIONS(1276),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(372)] = {
[ts_builtin_sym_end] = ACTIONS(1278),
[sym_identifier] = ACTIONS(1280),
[sym_decimal_integer_literal] = ACTIONS(1280),
[sym_hex_integer_literal] = ACTIONS(1280),
[sym_octal_integer_literal] = ACTIONS(1280),
[sym_binary_integer_literal] = ACTIONS(1278),
[sym_decimal_floating_point_literal] = ACTIONS(1278),
[sym_hex_floating_point_literal] = ACTIONS(1280),
[sym_true] = ACTIONS(1280),
[sym_false] = ACTIONS(1280),
[sym_character_literal] = ACTIONS(1278),
[anon_sym_DQUOTE] = ACTIONS(1280),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1278),
[anon_sym_RBRACE] = ACTIONS(1278),
[sym_null_literal] = ACTIONS(1280),
[anon_sym_LPAREN] = ACTIONS(1278),
[anon_sym_LT] = ACTIONS(1278),
[anon_sym_PLUS] = ACTIONS(1280),
[anon_sym_DASH] = ACTIONS(1280),
[anon_sym_TILDE] = ACTIONS(1278),
[anon_sym_BANG] = ACTIONS(1278),
[anon_sym_PLUS_PLUS] = ACTIONS(1278),
[anon_sym_DASH_DASH] = ACTIONS(1278),
[anon_sym_new] = ACTIONS(1280),
[anon_sym_class] = ACTIONS(1280),
[anon_sym_switch] = ACTIONS(1280),
[anon_sym_LBRACE] = ACTIONS(1278),
[anon_sym_case] = ACTIONS(1280),
[anon_sym_default] = ACTIONS(1280),
[anon_sym_SEMI] = ACTIONS(1278),
[anon_sym_assert] = ACTIONS(1280),
[anon_sym_do] = ACTIONS(1280),
[anon_sym_while] = ACTIONS(1280),
[anon_sym_break] = ACTIONS(1280),
[anon_sym_continue] = ACTIONS(1280),
[anon_sym_return] = ACTIONS(1280),
[anon_sym_yield] = ACTIONS(1280),
[anon_sym_synchronized] = ACTIONS(1280),
[anon_sym_throw] = ACTIONS(1280),
[anon_sym_try] = ACTIONS(1280),
[anon_sym_if] = ACTIONS(1280),
[anon_sym_else] = ACTIONS(1280),
[anon_sym_for] = ACTIONS(1280),
[anon_sym_AT] = ACTIONS(1280),
[anon_sym_open] = ACTIONS(1280),
[anon_sym_module] = ACTIONS(1280),
[anon_sym_static] = ACTIONS(1280),
[anon_sym_with] = ACTIONS(1280),
[anon_sym_package] = ACTIONS(1280),
[anon_sym_import] = ACTIONS(1280),
[anon_sym_enum] = ACTIONS(1280),
[anon_sym_public] = ACTIONS(1280),
[anon_sym_protected] = ACTIONS(1280),
[anon_sym_private] = ACTIONS(1280),
[anon_sym_abstract] = ACTIONS(1280),
[anon_sym_final] = ACTIONS(1280),
[anon_sym_strictfp] = ACTIONS(1280),
[anon_sym_native] = ACTIONS(1280),
[anon_sym_transient] = ACTIONS(1280),
[anon_sym_volatile] = ACTIONS(1280),
[anon_sym_sealed] = ACTIONS(1280),
[anon_sym_non_DASHsealed] = ACTIONS(1278),
[anon_sym_record] = ACTIONS(1280),
[anon_sym_ATinterface] = ACTIONS(1278),
[anon_sym_interface] = ACTIONS(1280),
[anon_sym_byte] = ACTIONS(1280),
[anon_sym_short] = ACTIONS(1280),
[anon_sym_int] = ACTIONS(1280),
[anon_sym_long] = ACTIONS(1280),
[anon_sym_char] = ACTIONS(1280),
[anon_sym_float] = ACTIONS(1280),
[anon_sym_double] = ACTIONS(1280),
[sym_boolean_type] = ACTIONS(1280),
[sym_void_type] = ACTIONS(1280),
[sym_this] = ACTIONS(1280),
[sym_super] = ACTIONS(1280),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(373)] = {
[ts_builtin_sym_end] = ACTIONS(1282),
[sym_identifier] = ACTIONS(1284),
[sym_decimal_integer_literal] = ACTIONS(1284),
[sym_hex_integer_literal] = ACTIONS(1284),
[sym_octal_integer_literal] = ACTIONS(1284),
[sym_binary_integer_literal] = ACTIONS(1282),
[sym_decimal_floating_point_literal] = ACTIONS(1282),
[sym_hex_floating_point_literal] = ACTIONS(1284),
[sym_true] = ACTIONS(1284),
[sym_false] = ACTIONS(1284),
[sym_character_literal] = ACTIONS(1282),
[anon_sym_DQUOTE] = ACTIONS(1284),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1282),
[anon_sym_RBRACE] = ACTIONS(1282),
[sym_null_literal] = ACTIONS(1284),
[anon_sym_LPAREN] = ACTIONS(1282),
[anon_sym_LT] = ACTIONS(1282),
[anon_sym_PLUS] = ACTIONS(1284),
[anon_sym_DASH] = ACTIONS(1284),
[anon_sym_TILDE] = ACTIONS(1282),
[anon_sym_BANG] = ACTIONS(1282),
[anon_sym_PLUS_PLUS] = ACTIONS(1282),
[anon_sym_DASH_DASH] = ACTIONS(1282),
[anon_sym_new] = ACTIONS(1284),
[anon_sym_class] = ACTIONS(1284),
[anon_sym_switch] = ACTIONS(1284),
[anon_sym_LBRACE] = ACTIONS(1282),
[anon_sym_case] = ACTIONS(1284),
[anon_sym_default] = ACTIONS(1284),
[anon_sym_SEMI] = ACTIONS(1282),
[anon_sym_assert] = ACTIONS(1284),
[anon_sym_do] = ACTIONS(1284),
[anon_sym_while] = ACTIONS(1284),
[anon_sym_break] = ACTIONS(1284),
[anon_sym_continue] = ACTIONS(1284),
[anon_sym_return] = ACTIONS(1284),
[anon_sym_yield] = ACTIONS(1284),
[anon_sym_synchronized] = ACTIONS(1284),
[anon_sym_throw] = ACTIONS(1284),
[anon_sym_try] = ACTIONS(1284),
[anon_sym_if] = ACTIONS(1284),
[anon_sym_else] = ACTIONS(1284),
[anon_sym_for] = ACTIONS(1284),
[anon_sym_AT] = ACTIONS(1284),
[anon_sym_open] = ACTIONS(1284),
[anon_sym_module] = ACTIONS(1284),
[anon_sym_static] = ACTIONS(1284),
[anon_sym_with] = ACTIONS(1284),
[anon_sym_package] = ACTIONS(1284),
[anon_sym_import] = ACTIONS(1284),
[anon_sym_enum] = ACTIONS(1284),
[anon_sym_public] = ACTIONS(1284),
[anon_sym_protected] = ACTIONS(1284),
[anon_sym_private] = ACTIONS(1284),
[anon_sym_abstract] = ACTIONS(1284),
[anon_sym_final] = ACTIONS(1284),
[anon_sym_strictfp] = ACTIONS(1284),
[anon_sym_native] = ACTIONS(1284),
[anon_sym_transient] = ACTIONS(1284),
[anon_sym_volatile] = ACTIONS(1284),
[anon_sym_sealed] = ACTIONS(1284),
[anon_sym_non_DASHsealed] = ACTIONS(1282),
[anon_sym_record] = ACTIONS(1284),
[anon_sym_ATinterface] = ACTIONS(1282),
[anon_sym_interface] = ACTIONS(1284),
[anon_sym_byte] = ACTIONS(1284),
[anon_sym_short] = ACTIONS(1284),
[anon_sym_int] = ACTIONS(1284),
[anon_sym_long] = ACTIONS(1284),
[anon_sym_char] = ACTIONS(1284),
[anon_sym_float] = ACTIONS(1284),
[anon_sym_double] = ACTIONS(1284),
[sym_boolean_type] = ACTIONS(1284),
[sym_void_type] = ACTIONS(1284),
[sym_this] = ACTIONS(1284),
[sym_super] = ACTIONS(1284),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(374)] = {
[ts_builtin_sym_end] = ACTIONS(1286),
[sym_identifier] = ACTIONS(1288),
[sym_decimal_integer_literal] = ACTIONS(1288),
[sym_hex_integer_literal] = ACTIONS(1288),
[sym_octal_integer_literal] = ACTIONS(1288),
[sym_binary_integer_literal] = ACTIONS(1286),
[sym_decimal_floating_point_literal] = ACTIONS(1286),
[sym_hex_floating_point_literal] = ACTIONS(1288),
[sym_true] = ACTIONS(1288),
[sym_false] = ACTIONS(1288),
[sym_character_literal] = ACTIONS(1286),
[anon_sym_DQUOTE] = ACTIONS(1288),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1286),
[anon_sym_RBRACE] = ACTIONS(1286),
[sym_null_literal] = ACTIONS(1288),
[anon_sym_LPAREN] = ACTIONS(1286),
[anon_sym_LT] = ACTIONS(1286),
[anon_sym_PLUS] = ACTIONS(1288),
[anon_sym_DASH] = ACTIONS(1288),
[anon_sym_TILDE] = ACTIONS(1286),
[anon_sym_BANG] = ACTIONS(1286),
[anon_sym_PLUS_PLUS] = ACTIONS(1286),
[anon_sym_DASH_DASH] = ACTIONS(1286),
[anon_sym_new] = ACTIONS(1288),
[anon_sym_class] = ACTIONS(1288),
[anon_sym_switch] = ACTIONS(1288),
[anon_sym_LBRACE] = ACTIONS(1286),
[anon_sym_case] = ACTIONS(1288),
[anon_sym_default] = ACTIONS(1288),
[anon_sym_SEMI] = ACTIONS(1286),
[anon_sym_assert] = ACTIONS(1288),
[anon_sym_do] = ACTIONS(1288),
[anon_sym_while] = ACTIONS(1288),
[anon_sym_break] = ACTIONS(1288),
[anon_sym_continue] = ACTIONS(1288),
[anon_sym_return] = ACTIONS(1288),
[anon_sym_yield] = ACTIONS(1288),
[anon_sym_synchronized] = ACTIONS(1288),
[anon_sym_throw] = ACTIONS(1288),
[anon_sym_try] = ACTIONS(1288),
[anon_sym_if] = ACTIONS(1288),
[anon_sym_else] = ACTIONS(1288),
[anon_sym_for] = ACTIONS(1288),
[anon_sym_AT] = ACTIONS(1288),
[anon_sym_open] = ACTIONS(1288),
[anon_sym_module] = ACTIONS(1288),
[anon_sym_static] = ACTIONS(1288),
[anon_sym_with] = ACTIONS(1288),
[anon_sym_package] = ACTIONS(1288),
[anon_sym_import] = ACTIONS(1288),
[anon_sym_enum] = ACTIONS(1288),
[anon_sym_public] = ACTIONS(1288),
[anon_sym_protected] = ACTIONS(1288),
[anon_sym_private] = ACTIONS(1288),
[anon_sym_abstract] = ACTIONS(1288),
[anon_sym_final] = ACTIONS(1288),
[anon_sym_strictfp] = ACTIONS(1288),
[anon_sym_native] = ACTIONS(1288),
[anon_sym_transient] = ACTIONS(1288),
[anon_sym_volatile] = ACTIONS(1288),
[anon_sym_sealed] = ACTIONS(1288),
[anon_sym_non_DASHsealed] = ACTIONS(1286),
[anon_sym_record] = ACTIONS(1288),
[anon_sym_ATinterface] = ACTIONS(1286),
[anon_sym_interface] = ACTIONS(1288),
[anon_sym_byte] = ACTIONS(1288),
[anon_sym_short] = ACTIONS(1288),
[anon_sym_int] = ACTIONS(1288),
[anon_sym_long] = ACTIONS(1288),
[anon_sym_char] = ACTIONS(1288),
[anon_sym_float] = ACTIONS(1288),
[anon_sym_double] = ACTIONS(1288),
[sym_boolean_type] = ACTIONS(1288),
[sym_void_type] = ACTIONS(1288),
[sym_this] = ACTIONS(1288),
[sym_super] = ACTIONS(1288),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(375)] = {
[ts_builtin_sym_end] = ACTIONS(1290),
[sym_identifier] = ACTIONS(1292),
[sym_decimal_integer_literal] = ACTIONS(1292),
[sym_hex_integer_literal] = ACTIONS(1292),
[sym_octal_integer_literal] = ACTIONS(1292),
[sym_binary_integer_literal] = ACTIONS(1290),
[sym_decimal_floating_point_literal] = ACTIONS(1290),
[sym_hex_floating_point_literal] = ACTIONS(1292),
[sym_true] = ACTIONS(1292),
[sym_false] = ACTIONS(1292),
[sym_character_literal] = ACTIONS(1290),
[anon_sym_DQUOTE] = ACTIONS(1292),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1290),
[anon_sym_RBRACE] = ACTIONS(1290),
[sym_null_literal] = ACTIONS(1292),
[anon_sym_LPAREN] = ACTIONS(1290),
[anon_sym_LT] = ACTIONS(1290),
[anon_sym_PLUS] = ACTIONS(1292),
[anon_sym_DASH] = ACTIONS(1292),
[anon_sym_TILDE] = ACTIONS(1290),
[anon_sym_BANG] = ACTIONS(1290),
[anon_sym_PLUS_PLUS] = ACTIONS(1290),
[anon_sym_DASH_DASH] = ACTIONS(1290),
[anon_sym_new] = ACTIONS(1292),
[anon_sym_class] = ACTIONS(1292),
[anon_sym_switch] = ACTIONS(1292),
[anon_sym_LBRACE] = ACTIONS(1290),
[anon_sym_case] = ACTIONS(1292),
[anon_sym_default] = ACTIONS(1292),
[anon_sym_SEMI] = ACTIONS(1290),
[anon_sym_assert] = ACTIONS(1292),
[anon_sym_do] = ACTIONS(1292),
[anon_sym_while] = ACTIONS(1292),
[anon_sym_break] = ACTIONS(1292),
[anon_sym_continue] = ACTIONS(1292),
[anon_sym_return] = ACTIONS(1292),
[anon_sym_yield] = ACTIONS(1292),
[anon_sym_synchronized] = ACTIONS(1292),
[anon_sym_throw] = ACTIONS(1292),
[anon_sym_try] = ACTIONS(1292),
[anon_sym_if] = ACTIONS(1292),
[anon_sym_else] = ACTIONS(1292),
[anon_sym_for] = ACTIONS(1292),
[anon_sym_AT] = ACTIONS(1292),
[anon_sym_open] = ACTIONS(1292),
[anon_sym_module] = ACTIONS(1292),
[anon_sym_static] = ACTIONS(1292),
[anon_sym_with] = ACTIONS(1292),
[anon_sym_package] = ACTIONS(1292),
[anon_sym_import] = ACTIONS(1292),
[anon_sym_enum] = ACTIONS(1292),
[anon_sym_public] = ACTIONS(1292),
[anon_sym_protected] = ACTIONS(1292),
[anon_sym_private] = ACTIONS(1292),
[anon_sym_abstract] = ACTIONS(1292),
[anon_sym_final] = ACTIONS(1292),
[anon_sym_strictfp] = ACTIONS(1292),
[anon_sym_native] = ACTIONS(1292),
[anon_sym_transient] = ACTIONS(1292),
[anon_sym_volatile] = ACTIONS(1292),
[anon_sym_sealed] = ACTIONS(1292),
[anon_sym_non_DASHsealed] = ACTIONS(1290),
[anon_sym_record] = ACTIONS(1292),
[anon_sym_ATinterface] = ACTIONS(1290),
[anon_sym_interface] = ACTIONS(1292),
[anon_sym_byte] = ACTIONS(1292),
[anon_sym_short] = ACTIONS(1292),
[anon_sym_int] = ACTIONS(1292),
[anon_sym_long] = ACTIONS(1292),
[anon_sym_char] = ACTIONS(1292),
[anon_sym_float] = ACTIONS(1292),
[anon_sym_double] = ACTIONS(1292),
[sym_boolean_type] = ACTIONS(1292),
[sym_void_type] = ACTIONS(1292),
[sym_this] = ACTIONS(1292),
[sym_super] = ACTIONS(1292),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(376)] = {
[ts_builtin_sym_end] = ACTIONS(1294),
[sym_identifier] = ACTIONS(1296),
[sym_decimal_integer_literal] = ACTIONS(1296),
[sym_hex_integer_literal] = ACTIONS(1296),
[sym_octal_integer_literal] = ACTIONS(1296),
[sym_binary_integer_literal] = ACTIONS(1294),
[sym_decimal_floating_point_literal] = ACTIONS(1294),
[sym_hex_floating_point_literal] = ACTIONS(1296),
[sym_true] = ACTIONS(1296),
[sym_false] = ACTIONS(1296),
[sym_character_literal] = ACTIONS(1294),
[anon_sym_DQUOTE] = ACTIONS(1296),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1294),
[anon_sym_RBRACE] = ACTIONS(1294),
[sym_null_literal] = ACTIONS(1296),
[anon_sym_LPAREN] = ACTIONS(1294),
[anon_sym_LT] = ACTIONS(1294),
[anon_sym_PLUS] = ACTIONS(1296),
[anon_sym_DASH] = ACTIONS(1296),
[anon_sym_TILDE] = ACTIONS(1294),
[anon_sym_BANG] = ACTIONS(1294),
[anon_sym_PLUS_PLUS] = ACTIONS(1294),
[anon_sym_DASH_DASH] = ACTIONS(1294),
[anon_sym_new] = ACTIONS(1296),
[anon_sym_class] = ACTIONS(1296),
[anon_sym_switch] = ACTIONS(1296),
[anon_sym_LBRACE] = ACTIONS(1294),
[anon_sym_case] = ACTIONS(1296),
[anon_sym_default] = ACTIONS(1296),
[anon_sym_SEMI] = ACTIONS(1294),
[anon_sym_assert] = ACTIONS(1296),
[anon_sym_do] = ACTIONS(1296),
[anon_sym_while] = ACTIONS(1296),
[anon_sym_break] = ACTIONS(1296),
[anon_sym_continue] = ACTIONS(1296),
[anon_sym_return] = ACTIONS(1296),
[anon_sym_yield] = ACTIONS(1296),
[anon_sym_synchronized] = ACTIONS(1296),
[anon_sym_throw] = ACTIONS(1296),
[anon_sym_try] = ACTIONS(1296),
[anon_sym_if] = ACTIONS(1296),
[anon_sym_else] = ACTIONS(1296),
[anon_sym_for] = ACTIONS(1296),
[anon_sym_AT] = ACTIONS(1296),
[anon_sym_open] = ACTIONS(1296),
[anon_sym_module] = ACTIONS(1296),
[anon_sym_static] = ACTIONS(1296),
[anon_sym_with] = ACTIONS(1296),
[anon_sym_package] = ACTIONS(1296),
[anon_sym_import] = ACTIONS(1296),
[anon_sym_enum] = ACTIONS(1296),
[anon_sym_public] = ACTIONS(1296),
[anon_sym_protected] = ACTIONS(1296),
[anon_sym_private] = ACTIONS(1296),
[anon_sym_abstract] = ACTIONS(1296),
[anon_sym_final] = ACTIONS(1296),
[anon_sym_strictfp] = ACTIONS(1296),
[anon_sym_native] = ACTIONS(1296),
[anon_sym_transient] = ACTIONS(1296),
[anon_sym_volatile] = ACTIONS(1296),
[anon_sym_sealed] = ACTIONS(1296),
[anon_sym_non_DASHsealed] = ACTIONS(1294),
[anon_sym_record] = ACTIONS(1296),
[anon_sym_ATinterface] = ACTIONS(1294),
[anon_sym_interface] = ACTIONS(1296),
[anon_sym_byte] = ACTIONS(1296),
[anon_sym_short] = ACTIONS(1296),
[anon_sym_int] = ACTIONS(1296),
[anon_sym_long] = ACTIONS(1296),
[anon_sym_char] = ACTIONS(1296),
[anon_sym_float] = ACTIONS(1296),
[anon_sym_double] = ACTIONS(1296),
[sym_boolean_type] = ACTIONS(1296),
[sym_void_type] = ACTIONS(1296),
[sym_this] = ACTIONS(1296),
[sym_super] = ACTIONS(1296),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(377)] = {
[ts_builtin_sym_end] = ACTIONS(1298),
[sym_identifier] = ACTIONS(1300),
[sym_decimal_integer_literal] = ACTIONS(1300),
[sym_hex_integer_literal] = ACTIONS(1300),
[sym_octal_integer_literal] = ACTIONS(1300),
[sym_binary_integer_literal] = ACTIONS(1298),
[sym_decimal_floating_point_literal] = ACTIONS(1298),
[sym_hex_floating_point_literal] = ACTIONS(1300),
[sym_true] = ACTIONS(1300),
[sym_false] = ACTIONS(1300),
[sym_character_literal] = ACTIONS(1298),
[anon_sym_DQUOTE] = ACTIONS(1300),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1298),
[anon_sym_RBRACE] = ACTIONS(1298),
[sym_null_literal] = ACTIONS(1300),
[anon_sym_LPAREN] = ACTIONS(1298),
[anon_sym_LT] = ACTIONS(1298),
[anon_sym_PLUS] = ACTIONS(1300),
[anon_sym_DASH] = ACTIONS(1300),
[anon_sym_TILDE] = ACTIONS(1298),
[anon_sym_BANG] = ACTIONS(1298),
[anon_sym_PLUS_PLUS] = ACTIONS(1298),
[anon_sym_DASH_DASH] = ACTIONS(1298),
[anon_sym_new] = ACTIONS(1300),
[anon_sym_class] = ACTIONS(1300),
[anon_sym_switch] = ACTIONS(1300),
[anon_sym_LBRACE] = ACTIONS(1298),
[anon_sym_case] = ACTIONS(1300),
[anon_sym_default] = ACTIONS(1300),
[anon_sym_SEMI] = ACTIONS(1298),
[anon_sym_assert] = ACTIONS(1300),
[anon_sym_do] = ACTIONS(1300),
[anon_sym_while] = ACTIONS(1300),
[anon_sym_break] = ACTIONS(1300),
[anon_sym_continue] = ACTIONS(1300),
[anon_sym_return] = ACTIONS(1300),
[anon_sym_yield] = ACTIONS(1300),
[anon_sym_synchronized] = ACTIONS(1300),
[anon_sym_throw] = ACTIONS(1300),
[anon_sym_try] = ACTIONS(1300),
[anon_sym_if] = ACTIONS(1300),
[anon_sym_else] = ACTIONS(1300),
[anon_sym_for] = ACTIONS(1300),
[anon_sym_AT] = ACTIONS(1300),
[anon_sym_open] = ACTIONS(1300),
[anon_sym_module] = ACTIONS(1300),
[anon_sym_static] = ACTIONS(1300),
[anon_sym_with] = ACTIONS(1300),
[anon_sym_package] = ACTIONS(1300),
[anon_sym_import] = ACTIONS(1300),
[anon_sym_enum] = ACTIONS(1300),
[anon_sym_public] = ACTIONS(1300),
[anon_sym_protected] = ACTIONS(1300),
[anon_sym_private] = ACTIONS(1300),
[anon_sym_abstract] = ACTIONS(1300),
[anon_sym_final] = ACTIONS(1300),
[anon_sym_strictfp] = ACTIONS(1300),
[anon_sym_native] = ACTIONS(1300),
[anon_sym_transient] = ACTIONS(1300),
[anon_sym_volatile] = ACTIONS(1300),
[anon_sym_sealed] = ACTIONS(1300),
[anon_sym_non_DASHsealed] = ACTIONS(1298),
[anon_sym_record] = ACTIONS(1300),
[anon_sym_ATinterface] = ACTIONS(1298),
[anon_sym_interface] = ACTIONS(1300),
[anon_sym_byte] = ACTIONS(1300),
[anon_sym_short] = ACTIONS(1300),
[anon_sym_int] = ACTIONS(1300),
[anon_sym_long] = ACTIONS(1300),
[anon_sym_char] = ACTIONS(1300),
[anon_sym_float] = ACTIONS(1300),
[anon_sym_double] = ACTIONS(1300),
[sym_boolean_type] = ACTIONS(1300),
[sym_void_type] = ACTIONS(1300),
[sym_this] = ACTIONS(1300),
[sym_super] = ACTIONS(1300),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(378)] = {
[ts_builtin_sym_end] = ACTIONS(1302),
[sym_identifier] = ACTIONS(1304),
[sym_decimal_integer_literal] = ACTIONS(1304),
[sym_hex_integer_literal] = ACTIONS(1304),
[sym_octal_integer_literal] = ACTIONS(1304),
[sym_binary_integer_literal] = ACTIONS(1302),
[sym_decimal_floating_point_literal] = ACTIONS(1302),
[sym_hex_floating_point_literal] = ACTIONS(1304),
[sym_true] = ACTIONS(1304),
[sym_false] = ACTIONS(1304),
[sym_character_literal] = ACTIONS(1302),
[anon_sym_DQUOTE] = ACTIONS(1304),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1302),
[anon_sym_RBRACE] = ACTIONS(1302),
[sym_null_literal] = ACTIONS(1304),
[anon_sym_LPAREN] = ACTIONS(1302),
[anon_sym_LT] = ACTIONS(1302),
[anon_sym_PLUS] = ACTIONS(1304),
[anon_sym_DASH] = ACTIONS(1304),
[anon_sym_TILDE] = ACTIONS(1302),
[anon_sym_BANG] = ACTIONS(1302),
[anon_sym_PLUS_PLUS] = ACTIONS(1302),
[anon_sym_DASH_DASH] = ACTIONS(1302),
[anon_sym_new] = ACTIONS(1304),
[anon_sym_class] = ACTIONS(1304),
[anon_sym_switch] = ACTIONS(1304),
[anon_sym_LBRACE] = ACTIONS(1302),
[anon_sym_case] = ACTIONS(1304),
[anon_sym_default] = ACTIONS(1304),
[anon_sym_SEMI] = ACTIONS(1302),
[anon_sym_assert] = ACTIONS(1304),
[anon_sym_do] = ACTIONS(1304),
[anon_sym_while] = ACTIONS(1304),
[anon_sym_break] = ACTIONS(1304),
[anon_sym_continue] = ACTIONS(1304),
[anon_sym_return] = ACTIONS(1304),
[anon_sym_yield] = ACTIONS(1304),
[anon_sym_synchronized] = ACTIONS(1304),
[anon_sym_throw] = ACTIONS(1304),
[anon_sym_try] = ACTIONS(1304),
[anon_sym_if] = ACTIONS(1304),
[anon_sym_else] = ACTIONS(1304),
[anon_sym_for] = ACTIONS(1304),
[anon_sym_AT] = ACTIONS(1304),
[anon_sym_open] = ACTIONS(1304),
[anon_sym_module] = ACTIONS(1304),
[anon_sym_static] = ACTIONS(1304),
[anon_sym_with] = ACTIONS(1304),
[anon_sym_package] = ACTIONS(1304),
[anon_sym_import] = ACTIONS(1304),
[anon_sym_enum] = ACTIONS(1304),
[anon_sym_public] = ACTIONS(1304),
[anon_sym_protected] = ACTIONS(1304),
[anon_sym_private] = ACTIONS(1304),
[anon_sym_abstract] = ACTIONS(1304),
[anon_sym_final] = ACTIONS(1304),
[anon_sym_strictfp] = ACTIONS(1304),
[anon_sym_native] = ACTIONS(1304),
[anon_sym_transient] = ACTIONS(1304),
[anon_sym_volatile] = ACTIONS(1304),
[anon_sym_sealed] = ACTIONS(1304),
[anon_sym_non_DASHsealed] = ACTIONS(1302),
[anon_sym_record] = ACTIONS(1304),
[anon_sym_ATinterface] = ACTIONS(1302),
[anon_sym_interface] = ACTIONS(1304),
[anon_sym_byte] = ACTIONS(1304),
[anon_sym_short] = ACTIONS(1304),
[anon_sym_int] = ACTIONS(1304),
[anon_sym_long] = ACTIONS(1304),
[anon_sym_char] = ACTIONS(1304),
[anon_sym_float] = ACTIONS(1304),
[anon_sym_double] = ACTIONS(1304),
[sym_boolean_type] = ACTIONS(1304),
[sym_void_type] = ACTIONS(1304),
[sym_this] = ACTIONS(1304),
[sym_super] = ACTIONS(1304),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(379)] = {
[ts_builtin_sym_end] = ACTIONS(1306),
[sym_identifier] = ACTIONS(1308),
[sym_decimal_integer_literal] = ACTIONS(1308),
[sym_hex_integer_literal] = ACTIONS(1308),
[sym_octal_integer_literal] = ACTIONS(1308),
[sym_binary_integer_literal] = ACTIONS(1306),
[sym_decimal_floating_point_literal] = ACTIONS(1306),
[sym_hex_floating_point_literal] = ACTIONS(1308),
[sym_true] = ACTIONS(1308),
[sym_false] = ACTIONS(1308),
[sym_character_literal] = ACTIONS(1306),
[anon_sym_DQUOTE] = ACTIONS(1308),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1306),
[anon_sym_RBRACE] = ACTIONS(1306),
[sym_null_literal] = ACTIONS(1308),
[anon_sym_LPAREN] = ACTIONS(1306),
[anon_sym_LT] = ACTIONS(1306),
[anon_sym_PLUS] = ACTIONS(1308),
[anon_sym_DASH] = ACTIONS(1308),
[anon_sym_TILDE] = ACTIONS(1306),
[anon_sym_BANG] = ACTIONS(1306),
[anon_sym_PLUS_PLUS] = ACTIONS(1306),
[anon_sym_DASH_DASH] = ACTIONS(1306),
[anon_sym_new] = ACTIONS(1308),
[anon_sym_class] = ACTIONS(1308),
[anon_sym_switch] = ACTIONS(1308),
[anon_sym_LBRACE] = ACTIONS(1306),
[anon_sym_case] = ACTIONS(1308),
[anon_sym_default] = ACTIONS(1308),
[anon_sym_SEMI] = ACTIONS(1306),
[anon_sym_assert] = ACTIONS(1308),
[anon_sym_do] = ACTIONS(1308),
[anon_sym_while] = ACTIONS(1308),
[anon_sym_break] = ACTIONS(1308),
[anon_sym_continue] = ACTIONS(1308),
[anon_sym_return] = ACTIONS(1308),
[anon_sym_yield] = ACTIONS(1308),
[anon_sym_synchronized] = ACTIONS(1308),
[anon_sym_throw] = ACTIONS(1308),
[anon_sym_try] = ACTIONS(1308),
[anon_sym_if] = ACTIONS(1308),
[anon_sym_else] = ACTIONS(1308),
[anon_sym_for] = ACTIONS(1308),
[anon_sym_AT] = ACTIONS(1308),
[anon_sym_open] = ACTIONS(1308),
[anon_sym_module] = ACTIONS(1308),
[anon_sym_static] = ACTIONS(1308),
[anon_sym_with] = ACTIONS(1308),
[anon_sym_package] = ACTIONS(1308),
[anon_sym_import] = ACTIONS(1308),
[anon_sym_enum] = ACTIONS(1308),
[anon_sym_public] = ACTIONS(1308),
[anon_sym_protected] = ACTIONS(1308),
[anon_sym_private] = ACTIONS(1308),
[anon_sym_abstract] = ACTIONS(1308),
[anon_sym_final] = ACTIONS(1308),
[anon_sym_strictfp] = ACTIONS(1308),
[anon_sym_native] = ACTIONS(1308),
[anon_sym_transient] = ACTIONS(1308),
[anon_sym_volatile] = ACTIONS(1308),
[anon_sym_sealed] = ACTIONS(1308),
[anon_sym_non_DASHsealed] = ACTIONS(1306),
[anon_sym_record] = ACTIONS(1308),
[anon_sym_ATinterface] = ACTIONS(1306),
[anon_sym_interface] = ACTIONS(1308),
[anon_sym_byte] = ACTIONS(1308),
[anon_sym_short] = ACTIONS(1308),
[anon_sym_int] = ACTIONS(1308),
[anon_sym_long] = ACTIONS(1308),
[anon_sym_char] = ACTIONS(1308),
[anon_sym_float] = ACTIONS(1308),
[anon_sym_double] = ACTIONS(1308),
[sym_boolean_type] = ACTIONS(1308),
[sym_void_type] = ACTIONS(1308),
[sym_this] = ACTIONS(1308),
[sym_super] = ACTIONS(1308),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(380)] = {
[ts_builtin_sym_end] = ACTIONS(1310),
[sym_identifier] = ACTIONS(1312),
[sym_decimal_integer_literal] = ACTIONS(1312),
[sym_hex_integer_literal] = ACTIONS(1312),
[sym_octal_integer_literal] = ACTIONS(1312),
[sym_binary_integer_literal] = ACTIONS(1310),
[sym_decimal_floating_point_literal] = ACTIONS(1310),
[sym_hex_floating_point_literal] = ACTIONS(1312),
[sym_true] = ACTIONS(1312),
[sym_false] = ACTIONS(1312),
[sym_character_literal] = ACTIONS(1310),
[anon_sym_DQUOTE] = ACTIONS(1312),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1310),
[anon_sym_RBRACE] = ACTIONS(1310),
[sym_null_literal] = ACTIONS(1312),
[anon_sym_LPAREN] = ACTIONS(1310),
[anon_sym_LT] = ACTIONS(1310),
[anon_sym_PLUS] = ACTIONS(1312),
[anon_sym_DASH] = ACTIONS(1312),
[anon_sym_TILDE] = ACTIONS(1310),
[anon_sym_BANG] = ACTIONS(1310),
[anon_sym_PLUS_PLUS] = ACTIONS(1310),
[anon_sym_DASH_DASH] = ACTIONS(1310),
[anon_sym_new] = ACTIONS(1312),
[anon_sym_class] = ACTIONS(1312),
[anon_sym_switch] = ACTIONS(1312),
[anon_sym_LBRACE] = ACTIONS(1310),
[anon_sym_case] = ACTIONS(1312),
[anon_sym_default] = ACTIONS(1312),
[anon_sym_SEMI] = ACTIONS(1310),
[anon_sym_assert] = ACTIONS(1312),
[anon_sym_do] = ACTIONS(1312),
[anon_sym_while] = ACTIONS(1312),
[anon_sym_break] = ACTIONS(1312),
[anon_sym_continue] = ACTIONS(1312),
[anon_sym_return] = ACTIONS(1312),
[anon_sym_yield] = ACTIONS(1312),
[anon_sym_synchronized] = ACTIONS(1312),
[anon_sym_throw] = ACTIONS(1312),
[anon_sym_try] = ACTIONS(1312),
[anon_sym_if] = ACTIONS(1312),
[anon_sym_else] = ACTIONS(1312),
[anon_sym_for] = ACTIONS(1312),
[anon_sym_AT] = ACTIONS(1312),
[anon_sym_open] = ACTIONS(1312),
[anon_sym_module] = ACTIONS(1312),
[anon_sym_static] = ACTIONS(1312),
[anon_sym_with] = ACTIONS(1312),
[anon_sym_package] = ACTIONS(1312),
[anon_sym_import] = ACTIONS(1312),
[anon_sym_enum] = ACTIONS(1312),
[anon_sym_public] = ACTIONS(1312),
[anon_sym_protected] = ACTIONS(1312),
[anon_sym_private] = ACTIONS(1312),
[anon_sym_abstract] = ACTIONS(1312),
[anon_sym_final] = ACTIONS(1312),
[anon_sym_strictfp] = ACTIONS(1312),
[anon_sym_native] = ACTIONS(1312),
[anon_sym_transient] = ACTIONS(1312),
[anon_sym_volatile] = ACTIONS(1312),
[anon_sym_sealed] = ACTIONS(1312),
[anon_sym_non_DASHsealed] = ACTIONS(1310),
[anon_sym_record] = ACTIONS(1312),
[anon_sym_ATinterface] = ACTIONS(1310),
[anon_sym_interface] = ACTIONS(1312),
[anon_sym_byte] = ACTIONS(1312),
[anon_sym_short] = ACTIONS(1312),
[anon_sym_int] = ACTIONS(1312),
[anon_sym_long] = ACTIONS(1312),
[anon_sym_char] = ACTIONS(1312),
[anon_sym_float] = ACTIONS(1312),
[anon_sym_double] = ACTIONS(1312),
[sym_boolean_type] = ACTIONS(1312),
[sym_void_type] = ACTIONS(1312),
[sym_this] = ACTIONS(1312),
[sym_super] = ACTIONS(1312),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(381)] = {
[ts_builtin_sym_end] = ACTIONS(1314),
[sym_identifier] = ACTIONS(1316),
[sym_decimal_integer_literal] = ACTIONS(1316),
[sym_hex_integer_literal] = ACTIONS(1316),
[sym_octal_integer_literal] = ACTIONS(1316),
[sym_binary_integer_literal] = ACTIONS(1314),
[sym_decimal_floating_point_literal] = ACTIONS(1314),
[sym_hex_floating_point_literal] = ACTIONS(1316),
[sym_true] = ACTIONS(1316),
[sym_false] = ACTIONS(1316),
[sym_character_literal] = ACTIONS(1314),
[anon_sym_DQUOTE] = ACTIONS(1316),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1314),
[anon_sym_RBRACE] = ACTIONS(1314),
[sym_null_literal] = ACTIONS(1316),
[anon_sym_LPAREN] = ACTIONS(1314),
[anon_sym_LT] = ACTIONS(1314),
[anon_sym_PLUS] = ACTIONS(1316),
[anon_sym_DASH] = ACTIONS(1316),
[anon_sym_TILDE] = ACTIONS(1314),
[anon_sym_BANG] = ACTIONS(1314),
[anon_sym_PLUS_PLUS] = ACTIONS(1314),
[anon_sym_DASH_DASH] = ACTIONS(1314),
[anon_sym_new] = ACTIONS(1316),
[anon_sym_class] = ACTIONS(1316),
[anon_sym_switch] = ACTIONS(1316),
[anon_sym_LBRACE] = ACTIONS(1314),
[anon_sym_case] = ACTIONS(1316),
[anon_sym_default] = ACTIONS(1316),
[anon_sym_SEMI] = ACTIONS(1314),
[anon_sym_assert] = ACTIONS(1316),
[anon_sym_do] = ACTIONS(1316),
[anon_sym_while] = ACTIONS(1316),
[anon_sym_break] = ACTIONS(1316),
[anon_sym_continue] = ACTIONS(1316),
[anon_sym_return] = ACTIONS(1316),
[anon_sym_yield] = ACTIONS(1316),
[anon_sym_synchronized] = ACTIONS(1316),
[anon_sym_throw] = ACTIONS(1316),
[anon_sym_try] = ACTIONS(1316),
[anon_sym_if] = ACTIONS(1316),
[anon_sym_else] = ACTIONS(1316),
[anon_sym_for] = ACTIONS(1316),
[anon_sym_AT] = ACTIONS(1316),
[anon_sym_open] = ACTIONS(1316),
[anon_sym_module] = ACTIONS(1316),
[anon_sym_static] = ACTIONS(1316),
[anon_sym_with] = ACTIONS(1316),
[anon_sym_package] = ACTIONS(1316),
[anon_sym_import] = ACTIONS(1316),
[anon_sym_enum] = ACTIONS(1316),
[anon_sym_public] = ACTIONS(1316),
[anon_sym_protected] = ACTIONS(1316),
[anon_sym_private] = ACTIONS(1316),
[anon_sym_abstract] = ACTIONS(1316),
[anon_sym_final] = ACTIONS(1316),
[anon_sym_strictfp] = ACTIONS(1316),
[anon_sym_native] = ACTIONS(1316),
[anon_sym_transient] = ACTIONS(1316),
[anon_sym_volatile] = ACTIONS(1316),
[anon_sym_sealed] = ACTIONS(1316),
[anon_sym_non_DASHsealed] = ACTIONS(1314),
[anon_sym_record] = ACTIONS(1316),
[anon_sym_ATinterface] = ACTIONS(1314),
[anon_sym_interface] = ACTIONS(1316),
[anon_sym_byte] = ACTIONS(1316),
[anon_sym_short] = ACTIONS(1316),
[anon_sym_int] = ACTIONS(1316),
[anon_sym_long] = ACTIONS(1316),
[anon_sym_char] = ACTIONS(1316),
[anon_sym_float] = ACTIONS(1316),
[anon_sym_double] = ACTIONS(1316),
[sym_boolean_type] = ACTIONS(1316),
[sym_void_type] = ACTIONS(1316),
[sym_this] = ACTIONS(1316),
[sym_super] = ACTIONS(1316),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(382)] = {
[ts_builtin_sym_end] = ACTIONS(1318),
[sym_identifier] = ACTIONS(1320),
[sym_decimal_integer_literal] = ACTIONS(1320),
[sym_hex_integer_literal] = ACTIONS(1320),
[sym_octal_integer_literal] = ACTIONS(1320),
[sym_binary_integer_literal] = ACTIONS(1318),
[sym_decimal_floating_point_literal] = ACTIONS(1318),
[sym_hex_floating_point_literal] = ACTIONS(1320),
[sym_true] = ACTIONS(1320),
[sym_false] = ACTIONS(1320),
[sym_character_literal] = ACTIONS(1318),
[anon_sym_DQUOTE] = ACTIONS(1320),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1318),
[anon_sym_RBRACE] = ACTIONS(1318),
[sym_null_literal] = ACTIONS(1320),
[anon_sym_LPAREN] = ACTIONS(1318),
[anon_sym_LT] = ACTIONS(1318),
[anon_sym_PLUS] = ACTIONS(1320),
[anon_sym_DASH] = ACTIONS(1320),
[anon_sym_TILDE] = ACTIONS(1318),
[anon_sym_BANG] = ACTIONS(1318),
[anon_sym_PLUS_PLUS] = ACTIONS(1318),
[anon_sym_DASH_DASH] = ACTIONS(1318),
[anon_sym_new] = ACTIONS(1320),
[anon_sym_class] = ACTIONS(1320),
[anon_sym_switch] = ACTIONS(1320),
[anon_sym_LBRACE] = ACTIONS(1318),
[anon_sym_case] = ACTIONS(1320),
[anon_sym_default] = ACTIONS(1320),
[anon_sym_SEMI] = ACTIONS(1318),
[anon_sym_assert] = ACTIONS(1320),
[anon_sym_do] = ACTIONS(1320),
[anon_sym_while] = ACTIONS(1320),
[anon_sym_break] = ACTIONS(1320),
[anon_sym_continue] = ACTIONS(1320),
[anon_sym_return] = ACTIONS(1320),
[anon_sym_yield] = ACTIONS(1320),
[anon_sym_synchronized] = ACTIONS(1320),
[anon_sym_throw] = ACTIONS(1320),
[anon_sym_try] = ACTIONS(1320),
[anon_sym_if] = ACTIONS(1320),
[anon_sym_else] = ACTIONS(1320),
[anon_sym_for] = ACTIONS(1320),
[anon_sym_AT] = ACTIONS(1320),
[anon_sym_open] = ACTIONS(1320),
[anon_sym_module] = ACTIONS(1320),
[anon_sym_static] = ACTIONS(1320),
[anon_sym_with] = ACTIONS(1320),
[anon_sym_package] = ACTIONS(1320),
[anon_sym_import] = ACTIONS(1320),
[anon_sym_enum] = ACTIONS(1320),
[anon_sym_public] = ACTIONS(1320),
[anon_sym_protected] = ACTIONS(1320),
[anon_sym_private] = ACTIONS(1320),
[anon_sym_abstract] = ACTIONS(1320),
[anon_sym_final] = ACTIONS(1320),
[anon_sym_strictfp] = ACTIONS(1320),
[anon_sym_native] = ACTIONS(1320),
[anon_sym_transient] = ACTIONS(1320),
[anon_sym_volatile] = ACTIONS(1320),
[anon_sym_sealed] = ACTIONS(1320),
[anon_sym_non_DASHsealed] = ACTIONS(1318),
[anon_sym_record] = ACTIONS(1320),
[anon_sym_ATinterface] = ACTIONS(1318),
[anon_sym_interface] = ACTIONS(1320),
[anon_sym_byte] = ACTIONS(1320),
[anon_sym_short] = ACTIONS(1320),
[anon_sym_int] = ACTIONS(1320),
[anon_sym_long] = ACTIONS(1320),
[anon_sym_char] = ACTIONS(1320),
[anon_sym_float] = ACTIONS(1320),
[anon_sym_double] = ACTIONS(1320),
[sym_boolean_type] = ACTIONS(1320),
[sym_void_type] = ACTIONS(1320),
[sym_this] = ACTIONS(1320),
[sym_super] = ACTIONS(1320),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(383)] = {
[ts_builtin_sym_end] = ACTIONS(1322),
[sym_identifier] = ACTIONS(1324),
[sym_decimal_integer_literal] = ACTIONS(1324),
[sym_hex_integer_literal] = ACTIONS(1324),
[sym_octal_integer_literal] = ACTIONS(1324),
[sym_binary_integer_literal] = ACTIONS(1322),
[sym_decimal_floating_point_literal] = ACTIONS(1322),
[sym_hex_floating_point_literal] = ACTIONS(1324),
[sym_true] = ACTIONS(1324),
[sym_false] = ACTIONS(1324),
[sym_character_literal] = ACTIONS(1322),
[anon_sym_DQUOTE] = ACTIONS(1324),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1322),
[anon_sym_RBRACE] = ACTIONS(1322),
[sym_null_literal] = ACTIONS(1324),
[anon_sym_LPAREN] = ACTIONS(1322),
[anon_sym_LT] = ACTIONS(1322),
[anon_sym_PLUS] = ACTIONS(1324),
[anon_sym_DASH] = ACTIONS(1324),
[anon_sym_TILDE] = ACTIONS(1322),
[anon_sym_BANG] = ACTIONS(1322),
[anon_sym_PLUS_PLUS] = ACTIONS(1322),
[anon_sym_DASH_DASH] = ACTIONS(1322),
[anon_sym_new] = ACTIONS(1324),
[anon_sym_class] = ACTIONS(1324),
[anon_sym_switch] = ACTIONS(1324),
[anon_sym_LBRACE] = ACTIONS(1322),
[anon_sym_case] = ACTIONS(1324),
[anon_sym_default] = ACTIONS(1324),
[anon_sym_SEMI] = ACTIONS(1322),
[anon_sym_assert] = ACTIONS(1324),
[anon_sym_do] = ACTIONS(1324),
[anon_sym_while] = ACTIONS(1324),
[anon_sym_break] = ACTIONS(1324),
[anon_sym_continue] = ACTIONS(1324),
[anon_sym_return] = ACTIONS(1324),
[anon_sym_yield] = ACTIONS(1324),
[anon_sym_synchronized] = ACTIONS(1324),
[anon_sym_throw] = ACTIONS(1324),
[anon_sym_try] = ACTIONS(1324),
[anon_sym_if] = ACTIONS(1324),
[anon_sym_else] = ACTIONS(1324),
[anon_sym_for] = ACTIONS(1324),
[anon_sym_AT] = ACTIONS(1324),
[anon_sym_open] = ACTIONS(1324),
[anon_sym_module] = ACTIONS(1324),
[anon_sym_static] = ACTIONS(1324),
[anon_sym_with] = ACTIONS(1324),
[anon_sym_package] = ACTIONS(1324),
[anon_sym_import] = ACTIONS(1324),
[anon_sym_enum] = ACTIONS(1324),
[anon_sym_public] = ACTIONS(1324),
[anon_sym_protected] = ACTIONS(1324),
[anon_sym_private] = ACTIONS(1324),
[anon_sym_abstract] = ACTIONS(1324),
[anon_sym_final] = ACTIONS(1324),
[anon_sym_strictfp] = ACTIONS(1324),
[anon_sym_native] = ACTIONS(1324),
[anon_sym_transient] = ACTIONS(1324),
[anon_sym_volatile] = ACTIONS(1324),
[anon_sym_sealed] = ACTIONS(1324),
[anon_sym_non_DASHsealed] = ACTIONS(1322),
[anon_sym_record] = ACTIONS(1324),
[anon_sym_ATinterface] = ACTIONS(1322),
[anon_sym_interface] = ACTIONS(1324),
[anon_sym_byte] = ACTIONS(1324),
[anon_sym_short] = ACTIONS(1324),
[anon_sym_int] = ACTIONS(1324),
[anon_sym_long] = ACTIONS(1324),
[anon_sym_char] = ACTIONS(1324),
[anon_sym_float] = ACTIONS(1324),
[anon_sym_double] = ACTIONS(1324),
[sym_boolean_type] = ACTIONS(1324),
[sym_void_type] = ACTIONS(1324),
[sym_this] = ACTIONS(1324),
[sym_super] = ACTIONS(1324),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(384)] = {
[ts_builtin_sym_end] = ACTIONS(1326),
[sym_identifier] = ACTIONS(1328),
[sym_decimal_integer_literal] = ACTIONS(1328),
[sym_hex_integer_literal] = ACTIONS(1328),
[sym_octal_integer_literal] = ACTIONS(1328),
[sym_binary_integer_literal] = ACTIONS(1326),
[sym_decimal_floating_point_literal] = ACTIONS(1326),
[sym_hex_floating_point_literal] = ACTIONS(1328),
[sym_true] = ACTIONS(1328),
[sym_false] = ACTIONS(1328),
[sym_character_literal] = ACTIONS(1326),
[anon_sym_DQUOTE] = ACTIONS(1328),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1326),
[anon_sym_RBRACE] = ACTIONS(1326),
[sym_null_literal] = ACTIONS(1328),
[anon_sym_LPAREN] = ACTIONS(1326),
[anon_sym_LT] = ACTIONS(1326),
[anon_sym_PLUS] = ACTIONS(1328),
[anon_sym_DASH] = ACTIONS(1328),
[anon_sym_TILDE] = ACTIONS(1326),
[anon_sym_BANG] = ACTIONS(1326),
[anon_sym_PLUS_PLUS] = ACTIONS(1326),
[anon_sym_DASH_DASH] = ACTIONS(1326),
[anon_sym_new] = ACTIONS(1328),
[anon_sym_class] = ACTIONS(1328),
[anon_sym_switch] = ACTIONS(1328),
[anon_sym_LBRACE] = ACTIONS(1326),
[anon_sym_case] = ACTIONS(1328),
[anon_sym_default] = ACTIONS(1328),
[anon_sym_SEMI] = ACTIONS(1326),
[anon_sym_assert] = ACTIONS(1328),
[anon_sym_do] = ACTIONS(1328),
[anon_sym_while] = ACTIONS(1328),
[anon_sym_break] = ACTIONS(1328),
[anon_sym_continue] = ACTIONS(1328),
[anon_sym_return] = ACTIONS(1328),
[anon_sym_yield] = ACTIONS(1328),
[anon_sym_synchronized] = ACTIONS(1328),
[anon_sym_throw] = ACTIONS(1328),
[anon_sym_try] = ACTIONS(1328),
[anon_sym_if] = ACTIONS(1328),
[anon_sym_else] = ACTIONS(1328),
[anon_sym_for] = ACTIONS(1328),
[anon_sym_AT] = ACTIONS(1328),
[anon_sym_open] = ACTIONS(1328),
[anon_sym_module] = ACTIONS(1328),
[anon_sym_static] = ACTIONS(1328),
[anon_sym_with] = ACTIONS(1328),
[anon_sym_package] = ACTIONS(1328),
[anon_sym_import] = ACTIONS(1328),
[anon_sym_enum] = ACTIONS(1328),
[anon_sym_public] = ACTIONS(1328),
[anon_sym_protected] = ACTIONS(1328),
[anon_sym_private] = ACTIONS(1328),
[anon_sym_abstract] = ACTIONS(1328),
[anon_sym_final] = ACTIONS(1328),
[anon_sym_strictfp] = ACTIONS(1328),
[anon_sym_native] = ACTIONS(1328),
[anon_sym_transient] = ACTIONS(1328),
[anon_sym_volatile] = ACTIONS(1328),
[anon_sym_sealed] = ACTIONS(1328),
[anon_sym_non_DASHsealed] = ACTIONS(1326),
[anon_sym_record] = ACTIONS(1328),
[anon_sym_ATinterface] = ACTIONS(1326),
[anon_sym_interface] = ACTIONS(1328),
[anon_sym_byte] = ACTIONS(1328),
[anon_sym_short] = ACTIONS(1328),
[anon_sym_int] = ACTIONS(1328),
[anon_sym_long] = ACTIONS(1328),
[anon_sym_char] = ACTIONS(1328),
[anon_sym_float] = ACTIONS(1328),
[anon_sym_double] = ACTIONS(1328),
[sym_boolean_type] = ACTIONS(1328),
[sym_void_type] = ACTIONS(1328),
[sym_this] = ACTIONS(1328),
[sym_super] = ACTIONS(1328),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(385)] = {
[ts_builtin_sym_end] = ACTIONS(1330),
[sym_identifier] = ACTIONS(1332),
[sym_decimal_integer_literal] = ACTIONS(1332),
[sym_hex_integer_literal] = ACTIONS(1332),
[sym_octal_integer_literal] = ACTIONS(1332),
[sym_binary_integer_literal] = ACTIONS(1330),
[sym_decimal_floating_point_literal] = ACTIONS(1330),
[sym_hex_floating_point_literal] = ACTIONS(1332),
[sym_true] = ACTIONS(1332),
[sym_false] = ACTIONS(1332),
[sym_character_literal] = ACTIONS(1330),
[anon_sym_DQUOTE] = ACTIONS(1332),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1330),
[anon_sym_RBRACE] = ACTIONS(1330),
[sym_null_literal] = ACTIONS(1332),
[anon_sym_LPAREN] = ACTIONS(1330),
[anon_sym_LT] = ACTIONS(1330),
[anon_sym_PLUS] = ACTIONS(1332),
[anon_sym_DASH] = ACTIONS(1332),
[anon_sym_TILDE] = ACTIONS(1330),
[anon_sym_BANG] = ACTIONS(1330),
[anon_sym_PLUS_PLUS] = ACTIONS(1330),
[anon_sym_DASH_DASH] = ACTIONS(1330),
[anon_sym_new] = ACTIONS(1332),
[anon_sym_class] = ACTIONS(1332),
[anon_sym_switch] = ACTIONS(1332),
[anon_sym_LBRACE] = ACTIONS(1330),
[anon_sym_case] = ACTIONS(1332),
[anon_sym_default] = ACTIONS(1332),
[anon_sym_SEMI] = ACTIONS(1330),
[anon_sym_assert] = ACTIONS(1332),
[anon_sym_do] = ACTIONS(1332),
[anon_sym_while] = ACTIONS(1332),
[anon_sym_break] = ACTIONS(1332),
[anon_sym_continue] = ACTIONS(1332),
[anon_sym_return] = ACTIONS(1332),
[anon_sym_yield] = ACTIONS(1332),
[anon_sym_synchronized] = ACTIONS(1332),
[anon_sym_throw] = ACTIONS(1332),
[anon_sym_try] = ACTIONS(1332),
[anon_sym_if] = ACTIONS(1332),
[anon_sym_else] = ACTIONS(1332),
[anon_sym_for] = ACTIONS(1332),
[anon_sym_AT] = ACTIONS(1332),
[anon_sym_open] = ACTIONS(1332),
[anon_sym_module] = ACTIONS(1332),
[anon_sym_static] = ACTIONS(1332),
[anon_sym_with] = ACTIONS(1332),
[anon_sym_package] = ACTIONS(1332),
[anon_sym_import] = ACTIONS(1332),
[anon_sym_enum] = ACTIONS(1332),
[anon_sym_public] = ACTIONS(1332),
[anon_sym_protected] = ACTIONS(1332),
[anon_sym_private] = ACTIONS(1332),
[anon_sym_abstract] = ACTIONS(1332),
[anon_sym_final] = ACTIONS(1332),
[anon_sym_strictfp] = ACTIONS(1332),
[anon_sym_native] = ACTIONS(1332),
[anon_sym_transient] = ACTIONS(1332),
[anon_sym_volatile] = ACTIONS(1332),
[anon_sym_sealed] = ACTIONS(1332),
[anon_sym_non_DASHsealed] = ACTIONS(1330),
[anon_sym_record] = ACTIONS(1332),
[anon_sym_ATinterface] = ACTIONS(1330),
[anon_sym_interface] = ACTIONS(1332),
[anon_sym_byte] = ACTIONS(1332),
[anon_sym_short] = ACTIONS(1332),
[anon_sym_int] = ACTIONS(1332),
[anon_sym_long] = ACTIONS(1332),
[anon_sym_char] = ACTIONS(1332),
[anon_sym_float] = ACTIONS(1332),
[anon_sym_double] = ACTIONS(1332),
[sym_boolean_type] = ACTIONS(1332),
[sym_void_type] = ACTIONS(1332),
[sym_this] = ACTIONS(1332),
[sym_super] = ACTIONS(1332),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(386)] = {
[ts_builtin_sym_end] = ACTIONS(651),
[sym_identifier] = ACTIONS(653),
[sym_decimal_integer_literal] = ACTIONS(653),
[sym_hex_integer_literal] = ACTIONS(653),
[sym_octal_integer_literal] = ACTIONS(653),
[sym_binary_integer_literal] = ACTIONS(651),
[sym_decimal_floating_point_literal] = ACTIONS(651),
[sym_hex_floating_point_literal] = ACTIONS(653),
[sym_true] = ACTIONS(653),
[sym_false] = ACTIONS(653),
[sym_character_literal] = ACTIONS(651),
[anon_sym_DQUOTE] = ACTIONS(653),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(651),
[anon_sym_RBRACE] = ACTIONS(651),
[sym_null_literal] = ACTIONS(653),
[anon_sym_LPAREN] = ACTIONS(651),
[anon_sym_LT] = ACTIONS(651),
[anon_sym_PLUS] = ACTIONS(653),
[anon_sym_DASH] = ACTIONS(653),
[anon_sym_TILDE] = ACTIONS(651),
[anon_sym_BANG] = ACTIONS(651),
[anon_sym_PLUS_PLUS] = ACTIONS(651),
[anon_sym_DASH_DASH] = ACTIONS(651),
[anon_sym_new] = ACTIONS(653),
[anon_sym_class] = ACTIONS(653),
[anon_sym_switch] = ACTIONS(653),
[anon_sym_LBRACE] = ACTIONS(651),
[anon_sym_case] = ACTIONS(653),
[anon_sym_default] = ACTIONS(653),
[anon_sym_SEMI] = ACTIONS(651),
[anon_sym_assert] = ACTIONS(653),
[anon_sym_do] = ACTIONS(653),
[anon_sym_while] = ACTIONS(653),
[anon_sym_break] = ACTIONS(653),
[anon_sym_continue] = ACTIONS(653),
[anon_sym_return] = ACTIONS(653),
[anon_sym_yield] = ACTIONS(653),
[anon_sym_synchronized] = ACTIONS(653),
[anon_sym_throw] = ACTIONS(653),
[anon_sym_try] = ACTIONS(653),
[anon_sym_if] = ACTIONS(653),
[anon_sym_else] = ACTIONS(653),
[anon_sym_for] = ACTIONS(653),
[anon_sym_AT] = ACTIONS(653),
[anon_sym_open] = ACTIONS(653),
[anon_sym_module] = ACTIONS(653),
[anon_sym_static] = ACTIONS(653),
[anon_sym_with] = ACTIONS(653),
[anon_sym_package] = ACTIONS(653),
[anon_sym_import] = ACTIONS(653),
[anon_sym_enum] = ACTIONS(653),
[anon_sym_public] = ACTIONS(653),
[anon_sym_protected] = ACTIONS(653),
[anon_sym_private] = ACTIONS(653),
[anon_sym_abstract] = ACTIONS(653),
[anon_sym_final] = ACTIONS(653),
[anon_sym_strictfp] = ACTIONS(653),
[anon_sym_native] = ACTIONS(653),
[anon_sym_transient] = ACTIONS(653),
[anon_sym_volatile] = ACTIONS(653),
[anon_sym_sealed] = ACTIONS(653),
[anon_sym_non_DASHsealed] = ACTIONS(651),
[anon_sym_record] = ACTIONS(653),
[anon_sym_ATinterface] = ACTIONS(651),
[anon_sym_interface] = ACTIONS(653),
[anon_sym_byte] = ACTIONS(653),
[anon_sym_short] = ACTIONS(653),
[anon_sym_int] = ACTIONS(653),
[anon_sym_long] = ACTIONS(653),
[anon_sym_char] = ACTIONS(653),
[anon_sym_float] = ACTIONS(653),
[anon_sym_double] = ACTIONS(653),
[sym_boolean_type] = ACTIONS(653),
[sym_void_type] = ACTIONS(653),
[sym_this] = ACTIONS(653),
[sym_super] = ACTIONS(653),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(387)] = {
[ts_builtin_sym_end] = ACTIONS(1334),
[sym_identifier] = ACTIONS(1336),
[sym_decimal_integer_literal] = ACTIONS(1336),
[sym_hex_integer_literal] = ACTIONS(1336),
[sym_octal_integer_literal] = ACTIONS(1336),
[sym_binary_integer_literal] = ACTIONS(1334),
[sym_decimal_floating_point_literal] = ACTIONS(1334),
[sym_hex_floating_point_literal] = ACTIONS(1336),
[sym_true] = ACTIONS(1336),
[sym_false] = ACTIONS(1336),
[sym_character_literal] = ACTIONS(1334),
[anon_sym_DQUOTE] = ACTIONS(1336),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1334),
[anon_sym_RBRACE] = ACTIONS(1334),
[sym_null_literal] = ACTIONS(1336),
[anon_sym_LPAREN] = ACTIONS(1334),
[anon_sym_LT] = ACTIONS(1334),
[anon_sym_PLUS] = ACTIONS(1336),
[anon_sym_DASH] = ACTIONS(1336),
[anon_sym_TILDE] = ACTIONS(1334),
[anon_sym_BANG] = ACTIONS(1334),
[anon_sym_PLUS_PLUS] = ACTIONS(1334),
[anon_sym_DASH_DASH] = ACTIONS(1334),
[anon_sym_new] = ACTIONS(1336),
[anon_sym_class] = ACTIONS(1336),
[anon_sym_switch] = ACTIONS(1336),
[anon_sym_LBRACE] = ACTIONS(1334),
[anon_sym_case] = ACTIONS(1336),
[anon_sym_default] = ACTIONS(1336),
[anon_sym_SEMI] = ACTIONS(1334),
[anon_sym_assert] = ACTIONS(1336),
[anon_sym_do] = ACTIONS(1336),
[anon_sym_while] = ACTIONS(1336),
[anon_sym_break] = ACTIONS(1336),
[anon_sym_continue] = ACTIONS(1336),
[anon_sym_return] = ACTIONS(1336),
[anon_sym_yield] = ACTIONS(1336),
[anon_sym_synchronized] = ACTIONS(1336),
[anon_sym_throw] = ACTIONS(1336),
[anon_sym_try] = ACTIONS(1336),
[anon_sym_if] = ACTIONS(1336),
[anon_sym_else] = ACTIONS(1336),
[anon_sym_for] = ACTIONS(1336),
[anon_sym_AT] = ACTIONS(1336),
[anon_sym_open] = ACTIONS(1336),
[anon_sym_module] = ACTIONS(1336),
[anon_sym_static] = ACTIONS(1336),
[anon_sym_with] = ACTIONS(1336),
[anon_sym_package] = ACTIONS(1336),
[anon_sym_import] = ACTIONS(1336),
[anon_sym_enum] = ACTIONS(1336),
[anon_sym_public] = ACTIONS(1336),
[anon_sym_protected] = ACTIONS(1336),
[anon_sym_private] = ACTIONS(1336),
[anon_sym_abstract] = ACTIONS(1336),
[anon_sym_final] = ACTIONS(1336),
[anon_sym_strictfp] = ACTIONS(1336),
[anon_sym_native] = ACTIONS(1336),
[anon_sym_transient] = ACTIONS(1336),
[anon_sym_volatile] = ACTIONS(1336),
[anon_sym_sealed] = ACTIONS(1336),
[anon_sym_non_DASHsealed] = ACTIONS(1334),
[anon_sym_record] = ACTIONS(1336),
[anon_sym_ATinterface] = ACTIONS(1334),
[anon_sym_interface] = ACTIONS(1336),
[anon_sym_byte] = ACTIONS(1336),
[anon_sym_short] = ACTIONS(1336),
[anon_sym_int] = ACTIONS(1336),
[anon_sym_long] = ACTIONS(1336),
[anon_sym_char] = ACTIONS(1336),
[anon_sym_float] = ACTIONS(1336),
[anon_sym_double] = ACTIONS(1336),
[sym_boolean_type] = ACTIONS(1336),
[sym_void_type] = ACTIONS(1336),
[sym_this] = ACTIONS(1336),
[sym_super] = ACTIONS(1336),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(388)] = {
[ts_builtin_sym_end] = ACTIONS(1338),
[sym_identifier] = ACTIONS(1340),
[sym_decimal_integer_literal] = ACTIONS(1340),
[sym_hex_integer_literal] = ACTIONS(1340),
[sym_octal_integer_literal] = ACTIONS(1340),
[sym_binary_integer_literal] = ACTIONS(1338),
[sym_decimal_floating_point_literal] = ACTIONS(1338),
[sym_hex_floating_point_literal] = ACTIONS(1340),
[sym_true] = ACTIONS(1340),
[sym_false] = ACTIONS(1340),
[sym_character_literal] = ACTIONS(1338),
[anon_sym_DQUOTE] = ACTIONS(1340),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1338),
[anon_sym_RBRACE] = ACTIONS(1338),
[sym_null_literal] = ACTIONS(1340),
[anon_sym_LPAREN] = ACTIONS(1338),
[anon_sym_LT] = ACTIONS(1338),
[anon_sym_PLUS] = ACTIONS(1340),
[anon_sym_DASH] = ACTIONS(1340),
[anon_sym_TILDE] = ACTIONS(1338),
[anon_sym_BANG] = ACTIONS(1338),
[anon_sym_PLUS_PLUS] = ACTIONS(1338),
[anon_sym_DASH_DASH] = ACTIONS(1338),
[anon_sym_new] = ACTIONS(1340),
[anon_sym_class] = ACTIONS(1340),
[anon_sym_switch] = ACTIONS(1340),
[anon_sym_LBRACE] = ACTIONS(1338),
[anon_sym_case] = ACTIONS(1340),
[anon_sym_default] = ACTIONS(1340),
[anon_sym_SEMI] = ACTIONS(1338),
[anon_sym_assert] = ACTIONS(1340),
[anon_sym_do] = ACTIONS(1340),
[anon_sym_while] = ACTIONS(1340),
[anon_sym_break] = ACTIONS(1340),
[anon_sym_continue] = ACTIONS(1340),
[anon_sym_return] = ACTIONS(1340),
[anon_sym_yield] = ACTIONS(1340),
[anon_sym_synchronized] = ACTIONS(1340),
[anon_sym_throw] = ACTIONS(1340),
[anon_sym_try] = ACTIONS(1340),
[anon_sym_if] = ACTIONS(1340),
[anon_sym_else] = ACTIONS(1340),
[anon_sym_for] = ACTIONS(1340),
[anon_sym_AT] = ACTIONS(1340),
[anon_sym_open] = ACTIONS(1340),
[anon_sym_module] = ACTIONS(1340),
[anon_sym_static] = ACTIONS(1340),
[anon_sym_with] = ACTIONS(1340),
[anon_sym_package] = ACTIONS(1340),
[anon_sym_import] = ACTIONS(1340),
[anon_sym_enum] = ACTIONS(1340),
[anon_sym_public] = ACTIONS(1340),
[anon_sym_protected] = ACTIONS(1340),
[anon_sym_private] = ACTIONS(1340),
[anon_sym_abstract] = ACTIONS(1340),
[anon_sym_final] = ACTIONS(1340),
[anon_sym_strictfp] = ACTIONS(1340),
[anon_sym_native] = ACTIONS(1340),
[anon_sym_transient] = ACTIONS(1340),
[anon_sym_volatile] = ACTIONS(1340),
[anon_sym_sealed] = ACTIONS(1340),
[anon_sym_non_DASHsealed] = ACTIONS(1338),
[anon_sym_record] = ACTIONS(1340),
[anon_sym_ATinterface] = ACTIONS(1338),
[anon_sym_interface] = ACTIONS(1340),
[anon_sym_byte] = ACTIONS(1340),
[anon_sym_short] = ACTIONS(1340),
[anon_sym_int] = ACTIONS(1340),
[anon_sym_long] = ACTIONS(1340),
[anon_sym_char] = ACTIONS(1340),
[anon_sym_float] = ACTIONS(1340),
[anon_sym_double] = ACTIONS(1340),
[sym_boolean_type] = ACTIONS(1340),
[sym_void_type] = ACTIONS(1340),
[sym_this] = ACTIONS(1340),
[sym_super] = ACTIONS(1340),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(389)] = {
[sym_switch_label] = STATE(1376),
[aux_sym_switch_block_statement_group_repeat1] = STATE(389),
[sym_identifier] = ACTIONS(1342),
[sym_decimal_integer_literal] = ACTIONS(1342),
[sym_hex_integer_literal] = ACTIONS(1342),
[sym_octal_integer_literal] = ACTIONS(1342),
[sym_binary_integer_literal] = ACTIONS(1344),
[sym_decimal_floating_point_literal] = ACTIONS(1344),
[sym_hex_floating_point_literal] = ACTIONS(1342),
[sym_true] = ACTIONS(1342),
[sym_false] = ACTIONS(1342),
[sym_character_literal] = ACTIONS(1344),
[anon_sym_DQUOTE] = ACTIONS(1342),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1344),
[anon_sym_RBRACE] = ACTIONS(1344),
[sym_null_literal] = ACTIONS(1342),
[anon_sym_LPAREN] = ACTIONS(1344),
[anon_sym_PLUS] = ACTIONS(1342),
[anon_sym_DASH] = ACTIONS(1342),
[anon_sym_TILDE] = ACTIONS(1344),
[anon_sym_BANG] = ACTIONS(1344),
[anon_sym_PLUS_PLUS] = ACTIONS(1344),
[anon_sym_DASH_DASH] = ACTIONS(1344),
[anon_sym_new] = ACTIONS(1342),
[anon_sym_class] = ACTIONS(1342),
[anon_sym_switch] = ACTIONS(1342),
[anon_sym_LBRACE] = ACTIONS(1344),
[anon_sym_case] = ACTIONS(1346),
[anon_sym_default] = ACTIONS(1349),
[anon_sym_SEMI] = ACTIONS(1344),
[anon_sym_assert] = ACTIONS(1342),
[anon_sym_do] = ACTIONS(1342),
[anon_sym_while] = ACTIONS(1342),
[anon_sym_break] = ACTIONS(1342),
[anon_sym_continue] = ACTIONS(1342),
[anon_sym_return] = ACTIONS(1342),
[anon_sym_yield] = ACTIONS(1342),
[anon_sym_synchronized] = ACTIONS(1342),
[anon_sym_throw] = ACTIONS(1342),
[anon_sym_try] = ACTIONS(1342),
[anon_sym_if] = ACTIONS(1342),
[anon_sym_for] = ACTIONS(1342),
[anon_sym_AT] = ACTIONS(1342),
[anon_sym_open] = ACTIONS(1342),
[anon_sym_module] = ACTIONS(1342),
[anon_sym_static] = ACTIONS(1342),
[anon_sym_with] = ACTIONS(1342),
[anon_sym_package] = ACTIONS(1342),
[anon_sym_import] = ACTIONS(1342),
[anon_sym_enum] = ACTIONS(1342),
[anon_sym_public] = ACTIONS(1342),
[anon_sym_protected] = ACTIONS(1342),
[anon_sym_private] = ACTIONS(1342),
[anon_sym_abstract] = ACTIONS(1342),
[anon_sym_final] = ACTIONS(1342),
[anon_sym_strictfp] = ACTIONS(1342),
[anon_sym_native] = ACTIONS(1342),
[anon_sym_transient] = ACTIONS(1342),
[anon_sym_volatile] = ACTIONS(1342),
[anon_sym_sealed] = ACTIONS(1342),
[anon_sym_non_DASHsealed] = ACTIONS(1344),
[anon_sym_record] = ACTIONS(1342),
[anon_sym_ATinterface] = ACTIONS(1344),
[anon_sym_interface] = ACTIONS(1342),
[anon_sym_byte] = ACTIONS(1342),
[anon_sym_short] = ACTIONS(1342),
[anon_sym_int] = ACTIONS(1342),
[anon_sym_long] = ACTIONS(1342),
[anon_sym_char] = ACTIONS(1342),
[anon_sym_float] = ACTIONS(1342),
[anon_sym_double] = ACTIONS(1342),
[sym_boolean_type] = ACTIONS(1342),
[sym_void_type] = ACTIONS(1342),
[sym_this] = ACTIONS(1342),
[sym_super] = ACTIONS(1342),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(390)] = {
[ts_builtin_sym_end] = ACTIONS(1352),
[sym_identifier] = ACTIONS(1354),
[sym_decimal_integer_literal] = ACTIONS(1354),
[sym_hex_integer_literal] = ACTIONS(1354),
[sym_octal_integer_literal] = ACTIONS(1354),
[sym_binary_integer_literal] = ACTIONS(1352),
[sym_decimal_floating_point_literal] = ACTIONS(1352),
[sym_hex_floating_point_literal] = ACTIONS(1354),
[sym_true] = ACTIONS(1354),
[sym_false] = ACTIONS(1354),
[sym_character_literal] = ACTIONS(1352),
[anon_sym_DQUOTE] = ACTIONS(1354),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1352),
[anon_sym_RBRACE] = ACTIONS(1352),
[sym_null_literal] = ACTIONS(1354),
[anon_sym_LPAREN] = ACTIONS(1352),
[anon_sym_LT] = ACTIONS(1352),
[anon_sym_PLUS] = ACTIONS(1354),
[anon_sym_DASH] = ACTIONS(1354),
[anon_sym_TILDE] = ACTIONS(1352),
[anon_sym_BANG] = ACTIONS(1352),
[anon_sym_PLUS_PLUS] = ACTIONS(1352),
[anon_sym_DASH_DASH] = ACTIONS(1352),
[anon_sym_new] = ACTIONS(1354),
[anon_sym_class] = ACTIONS(1354),
[anon_sym_switch] = ACTIONS(1354),
[anon_sym_LBRACE] = ACTIONS(1352),
[anon_sym_default] = ACTIONS(1354),
[anon_sym_SEMI] = ACTIONS(1352),
[anon_sym_assert] = ACTIONS(1354),
[anon_sym_do] = ACTIONS(1354),
[anon_sym_while] = ACTIONS(1354),
[anon_sym_break] = ACTIONS(1354),
[anon_sym_continue] = ACTIONS(1354),
[anon_sym_return] = ACTIONS(1354),
[anon_sym_yield] = ACTIONS(1354),
[anon_sym_synchronized] = ACTIONS(1354),
[anon_sym_throw] = ACTIONS(1354),
[anon_sym_try] = ACTIONS(1354),
[anon_sym_if] = ACTIONS(1354),
[anon_sym_else] = ACTIONS(1356),
[anon_sym_for] = ACTIONS(1354),
[anon_sym_AT] = ACTIONS(1354),
[anon_sym_open] = ACTIONS(1354),
[anon_sym_module] = ACTIONS(1354),
[anon_sym_static] = ACTIONS(1354),
[anon_sym_with] = ACTIONS(1354),
[anon_sym_package] = ACTIONS(1354),
[anon_sym_import] = ACTIONS(1354),
[anon_sym_enum] = ACTIONS(1354),
[anon_sym_public] = ACTIONS(1354),
[anon_sym_protected] = ACTIONS(1354),
[anon_sym_private] = ACTIONS(1354),
[anon_sym_abstract] = ACTIONS(1354),
[anon_sym_final] = ACTIONS(1354),
[anon_sym_strictfp] = ACTIONS(1354),
[anon_sym_native] = ACTIONS(1354),
[anon_sym_transient] = ACTIONS(1354),
[anon_sym_volatile] = ACTIONS(1354),
[anon_sym_sealed] = ACTIONS(1354),
[anon_sym_non_DASHsealed] = ACTIONS(1352),
[anon_sym_record] = ACTIONS(1354),
[anon_sym_ATinterface] = ACTIONS(1352),
[anon_sym_interface] = ACTIONS(1354),
[anon_sym_byte] = ACTIONS(1354),
[anon_sym_short] = ACTIONS(1354),
[anon_sym_int] = ACTIONS(1354),
[anon_sym_long] = ACTIONS(1354),
[anon_sym_char] = ACTIONS(1354),
[anon_sym_float] = ACTIONS(1354),
[anon_sym_double] = ACTIONS(1354),
[sym_boolean_type] = ACTIONS(1354),
[sym_void_type] = ACTIONS(1354),
[sym_this] = ACTIONS(1354),
[sym_super] = ACTIONS(1354),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(391)] = {
[sym_identifier] = ACTIONS(1358),
[anon_sym_LPAREN] = ACTIONS(571),
[anon_sym_RPAREN] = ACTIONS(571),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_PLUS_EQ] = ACTIONS(571),
[anon_sym_DASH_EQ] = ACTIONS(571),
[anon_sym_STAR_EQ] = ACTIONS(571),
[anon_sym_SLASH_EQ] = ACTIONS(571),
[anon_sym_AMP_EQ] = ACTIONS(571),
[anon_sym_PIPE_EQ] = ACTIONS(571),
[anon_sym_CARET_EQ] = ACTIONS(571),
[anon_sym_PERCENT_EQ] = ACTIONS(571),
[anon_sym_LT_LT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(569),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(569),
[anon_sym_DASH] = ACTIONS(569),
[anon_sym_STAR] = ACTIONS(569),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(569),
[anon_sym_PERCENT] = ACTIONS(569),
[anon_sym_LT_LT] = ACTIONS(569),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(569),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_COMMA] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_PLUS_PLUS] = ACTIONS(571),
[anon_sym_DASH_DASH] = ACTIONS(571),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(571),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_default] = ACTIONS(1358),
[anon_sym_when] = ACTIONS(569),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_yield] = ACTIONS(1358),
[anon_sym_synchronized] = ACTIONS(1358),
[anon_sym_AT] = ACTIONS(1360),
[anon_sym_open] = ACTIONS(1358),
[anon_sym_module] = ACTIONS(1358),
[anon_sym_static] = ACTIONS(1358),
[anon_sym_with] = ACTIONS(1358),
[anon_sym_public] = ACTIONS(1358),
[anon_sym_protected] = ACTIONS(1358),
[anon_sym_private] = ACTIONS(1358),
[anon_sym_abstract] = ACTIONS(1358),
[anon_sym_final] = ACTIONS(1358),
[anon_sym_strictfp] = ACTIONS(1358),
[anon_sym_native] = ACTIONS(1358),
[anon_sym_transient] = ACTIONS(1358),
[anon_sym_volatile] = ACTIONS(1358),
[anon_sym_sealed] = ACTIONS(1358),
[anon_sym_non_DASHsealed] = ACTIONS(1360),
[anon_sym_record] = ACTIONS(1358),
[anon_sym_byte] = ACTIONS(1358),
[anon_sym_short] = ACTIONS(1358),
[anon_sym_int] = ACTIONS(1358),
[anon_sym_long] = ACTIONS(1358),
[anon_sym_char] = ACTIONS(1358),
[anon_sym_float] = ACTIONS(1358),
[anon_sym_double] = ACTIONS(1358),
[sym_boolean_type] = ACTIONS(1358),
[sym_void_type] = ACTIONS(1358),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(392)] = {
[sym_identifier] = ACTIONS(1354),
[sym_decimal_integer_literal] = ACTIONS(1354),
[sym_hex_integer_literal] = ACTIONS(1354),
[sym_octal_integer_literal] = ACTIONS(1354),
[sym_binary_integer_literal] = ACTIONS(1352),
[sym_decimal_floating_point_literal] = ACTIONS(1352),
[sym_hex_floating_point_literal] = ACTIONS(1354),
[sym_true] = ACTIONS(1354),
[sym_false] = ACTIONS(1354),
[sym_character_literal] = ACTIONS(1352),
[anon_sym_DQUOTE] = ACTIONS(1354),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1352),
[anon_sym_RBRACE] = ACTIONS(1352),
[sym_null_literal] = ACTIONS(1354),
[anon_sym_LPAREN] = ACTIONS(1352),
[anon_sym_PLUS] = ACTIONS(1354),
[anon_sym_DASH] = ACTIONS(1354),
[anon_sym_TILDE] = ACTIONS(1352),
[anon_sym_BANG] = ACTIONS(1352),
[anon_sym_PLUS_PLUS] = ACTIONS(1352),
[anon_sym_DASH_DASH] = ACTIONS(1352),
[anon_sym_new] = ACTIONS(1354),
[anon_sym_class] = ACTIONS(1354),
[anon_sym_switch] = ACTIONS(1354),
[anon_sym_LBRACE] = ACTIONS(1352),
[anon_sym_case] = ACTIONS(1354),
[anon_sym_default] = ACTIONS(1354),
[anon_sym_SEMI] = ACTIONS(1352),
[anon_sym_assert] = ACTIONS(1354),
[anon_sym_do] = ACTIONS(1354),
[anon_sym_while] = ACTIONS(1354),
[anon_sym_break] = ACTIONS(1354),
[anon_sym_continue] = ACTIONS(1354),
[anon_sym_return] = ACTIONS(1354),
[anon_sym_yield] = ACTIONS(1354),
[anon_sym_synchronized] = ACTIONS(1354),
[anon_sym_throw] = ACTIONS(1354),
[anon_sym_try] = ACTIONS(1354),
[anon_sym_if] = ACTIONS(1354),
[anon_sym_else] = ACTIONS(1362),
[anon_sym_for] = ACTIONS(1354),
[anon_sym_AT] = ACTIONS(1354),
[anon_sym_open] = ACTIONS(1354),
[anon_sym_module] = ACTIONS(1354),
[anon_sym_static] = ACTIONS(1354),
[anon_sym_with] = ACTIONS(1354),
[anon_sym_package] = ACTIONS(1354),
[anon_sym_import] = ACTIONS(1354),
[anon_sym_enum] = ACTIONS(1354),
[anon_sym_public] = ACTIONS(1354),
[anon_sym_protected] = ACTIONS(1354),
[anon_sym_private] = ACTIONS(1354),
[anon_sym_abstract] = ACTIONS(1354),
[anon_sym_final] = ACTIONS(1354),
[anon_sym_strictfp] = ACTIONS(1354),
[anon_sym_native] = ACTIONS(1354),
[anon_sym_transient] = ACTIONS(1354),
[anon_sym_volatile] = ACTIONS(1354),
[anon_sym_sealed] = ACTIONS(1354),
[anon_sym_non_DASHsealed] = ACTIONS(1352),
[anon_sym_record] = ACTIONS(1354),
[anon_sym_ATinterface] = ACTIONS(1352),
[anon_sym_interface] = ACTIONS(1354),
[anon_sym_byte] = ACTIONS(1354),
[anon_sym_short] = ACTIONS(1354),
[anon_sym_int] = ACTIONS(1354),
[anon_sym_long] = ACTIONS(1354),
[anon_sym_char] = ACTIONS(1354),
[anon_sym_float] = ACTIONS(1354),
[anon_sym_double] = ACTIONS(1354),
[sym_boolean_type] = ACTIONS(1354),
[sym_void_type] = ACTIONS(1354),
[sym_this] = ACTIONS(1354),
[sym_super] = ACTIONS(1354),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(393)] = {
[ts_builtin_sym_end] = ACTIONS(1364),
[sym_identifier] = ACTIONS(1366),
[sym_decimal_integer_literal] = ACTIONS(1366),
[sym_hex_integer_literal] = ACTIONS(1366),
[sym_octal_integer_literal] = ACTIONS(1366),
[sym_binary_integer_literal] = ACTIONS(1364),
[sym_decimal_floating_point_literal] = ACTIONS(1364),
[sym_hex_floating_point_literal] = ACTIONS(1366),
[sym_true] = ACTIONS(1366),
[sym_false] = ACTIONS(1366),
[sym_character_literal] = ACTIONS(1364),
[anon_sym_DQUOTE] = ACTIONS(1366),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1364),
[anon_sym_RBRACE] = ACTIONS(1364),
[sym_null_literal] = ACTIONS(1366),
[anon_sym_LPAREN] = ACTIONS(1364),
[anon_sym_LT] = ACTIONS(1364),
[anon_sym_PLUS] = ACTIONS(1366),
[anon_sym_DASH] = ACTIONS(1366),
[anon_sym_TILDE] = ACTIONS(1364),
[anon_sym_BANG] = ACTIONS(1364),
[anon_sym_PLUS_PLUS] = ACTIONS(1364),
[anon_sym_DASH_DASH] = ACTIONS(1364),
[anon_sym_new] = ACTIONS(1366),
[anon_sym_class] = ACTIONS(1366),
[anon_sym_switch] = ACTIONS(1366),
[anon_sym_LBRACE] = ACTIONS(1364),
[anon_sym_default] = ACTIONS(1366),
[anon_sym_SEMI] = ACTIONS(1364),
[anon_sym_assert] = ACTIONS(1366),
[anon_sym_do] = ACTIONS(1366),
[anon_sym_while] = ACTIONS(1366),
[anon_sym_break] = ACTIONS(1366),
[anon_sym_continue] = ACTIONS(1366),
[anon_sym_return] = ACTIONS(1366),
[anon_sym_yield] = ACTIONS(1366),
[anon_sym_synchronized] = ACTIONS(1366),
[anon_sym_throw] = ACTIONS(1366),
[anon_sym_try] = ACTIONS(1366),
[anon_sym_if] = ACTIONS(1366),
[anon_sym_for] = ACTIONS(1366),
[anon_sym_AT] = ACTIONS(1366),
[anon_sym_open] = ACTIONS(1366),
[anon_sym_module] = ACTIONS(1366),
[anon_sym_static] = ACTIONS(1366),
[anon_sym_with] = ACTIONS(1366),
[anon_sym_package] = ACTIONS(1366),
[anon_sym_import] = ACTIONS(1366),
[anon_sym_enum] = ACTIONS(1366),
[anon_sym_public] = ACTIONS(1366),
[anon_sym_protected] = ACTIONS(1366),
[anon_sym_private] = ACTIONS(1366),
[anon_sym_abstract] = ACTIONS(1366),
[anon_sym_final] = ACTIONS(1366),
[anon_sym_strictfp] = ACTIONS(1366),
[anon_sym_native] = ACTIONS(1366),
[anon_sym_transient] = ACTIONS(1366),
[anon_sym_volatile] = ACTIONS(1366),
[anon_sym_sealed] = ACTIONS(1366),
[anon_sym_non_DASHsealed] = ACTIONS(1364),
[anon_sym_record] = ACTIONS(1366),
[anon_sym_ATinterface] = ACTIONS(1364),
[anon_sym_interface] = ACTIONS(1366),
[anon_sym_byte] = ACTIONS(1366),
[anon_sym_short] = ACTIONS(1366),
[anon_sym_int] = ACTIONS(1366),
[anon_sym_long] = ACTIONS(1366),
[anon_sym_char] = ACTIONS(1366),
[anon_sym_float] = ACTIONS(1366),
[anon_sym_double] = ACTIONS(1366),
[sym_boolean_type] = ACTIONS(1366),
[sym_void_type] = ACTIONS(1366),
[sym_this] = ACTIONS(1366),
[sym_super] = ACTIONS(1366),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(394)] = {
[ts_builtin_sym_end] = ACTIONS(1368),
[sym_identifier] = ACTIONS(1370),
[sym_decimal_integer_literal] = ACTIONS(1370),
[sym_hex_integer_literal] = ACTIONS(1370),
[sym_octal_integer_literal] = ACTIONS(1370),
[sym_binary_integer_literal] = ACTIONS(1368),
[sym_decimal_floating_point_literal] = ACTIONS(1368),
[sym_hex_floating_point_literal] = ACTIONS(1370),
[sym_true] = ACTIONS(1370),
[sym_false] = ACTIONS(1370),
[sym_character_literal] = ACTIONS(1368),
[anon_sym_DQUOTE] = ACTIONS(1370),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1368),
[anon_sym_RBRACE] = ACTIONS(1368),
[sym_null_literal] = ACTIONS(1370),
[anon_sym_LPAREN] = ACTIONS(1368),
[anon_sym_LT] = ACTIONS(1368),
[anon_sym_PLUS] = ACTIONS(1370),
[anon_sym_DASH] = ACTIONS(1370),
[anon_sym_TILDE] = ACTIONS(1368),
[anon_sym_BANG] = ACTIONS(1368),
[anon_sym_PLUS_PLUS] = ACTIONS(1368),
[anon_sym_DASH_DASH] = ACTIONS(1368),
[anon_sym_new] = ACTIONS(1370),
[anon_sym_class] = ACTIONS(1370),
[anon_sym_switch] = ACTIONS(1370),
[anon_sym_LBRACE] = ACTIONS(1368),
[anon_sym_default] = ACTIONS(1370),
[anon_sym_SEMI] = ACTIONS(1368),
[anon_sym_assert] = ACTIONS(1370),
[anon_sym_do] = ACTIONS(1370),
[anon_sym_while] = ACTIONS(1370),
[anon_sym_break] = ACTIONS(1370),
[anon_sym_continue] = ACTIONS(1370),
[anon_sym_return] = ACTIONS(1370),
[anon_sym_yield] = ACTIONS(1370),
[anon_sym_synchronized] = ACTIONS(1370),
[anon_sym_throw] = ACTIONS(1370),
[anon_sym_try] = ACTIONS(1370),
[anon_sym_if] = ACTIONS(1370),
[anon_sym_for] = ACTIONS(1370),
[anon_sym_AT] = ACTIONS(1370),
[anon_sym_open] = ACTIONS(1370),
[anon_sym_module] = ACTIONS(1370),
[anon_sym_static] = ACTIONS(1370),
[anon_sym_with] = ACTIONS(1370),
[anon_sym_package] = ACTIONS(1370),
[anon_sym_import] = ACTIONS(1370),
[anon_sym_enum] = ACTIONS(1370),
[anon_sym_public] = ACTIONS(1370),
[anon_sym_protected] = ACTIONS(1370),
[anon_sym_private] = ACTIONS(1370),
[anon_sym_abstract] = ACTIONS(1370),
[anon_sym_final] = ACTIONS(1370),
[anon_sym_strictfp] = ACTIONS(1370),
[anon_sym_native] = ACTIONS(1370),
[anon_sym_transient] = ACTIONS(1370),
[anon_sym_volatile] = ACTIONS(1370),
[anon_sym_sealed] = ACTIONS(1370),
[anon_sym_non_DASHsealed] = ACTIONS(1368),
[anon_sym_record] = ACTIONS(1370),
[anon_sym_ATinterface] = ACTIONS(1368),
[anon_sym_interface] = ACTIONS(1370),
[anon_sym_byte] = ACTIONS(1370),
[anon_sym_short] = ACTIONS(1370),
[anon_sym_int] = ACTIONS(1370),
[anon_sym_long] = ACTIONS(1370),
[anon_sym_char] = ACTIONS(1370),
[anon_sym_float] = ACTIONS(1370),
[anon_sym_double] = ACTIONS(1370),
[sym_boolean_type] = ACTIONS(1370),
[sym_void_type] = ACTIONS(1370),
[sym_this] = ACTIONS(1370),
[sym_super] = ACTIONS(1370),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(395)] = {
[ts_builtin_sym_end] = ACTIONS(1372),
[sym_identifier] = ACTIONS(1374),
[sym_decimal_integer_literal] = ACTIONS(1374),
[sym_hex_integer_literal] = ACTIONS(1374),
[sym_octal_integer_literal] = ACTIONS(1374),
[sym_binary_integer_literal] = ACTIONS(1372),
[sym_decimal_floating_point_literal] = ACTIONS(1372),
[sym_hex_floating_point_literal] = ACTIONS(1374),
[sym_true] = ACTIONS(1374),
[sym_false] = ACTIONS(1374),
[sym_character_literal] = ACTIONS(1372),
[anon_sym_DQUOTE] = ACTIONS(1374),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1372),
[anon_sym_RBRACE] = ACTIONS(1372),
[sym_null_literal] = ACTIONS(1374),
[anon_sym_LPAREN] = ACTIONS(1372),
[anon_sym_LT] = ACTIONS(1372),
[anon_sym_PLUS] = ACTIONS(1374),
[anon_sym_DASH] = ACTIONS(1374),
[anon_sym_TILDE] = ACTIONS(1372),
[anon_sym_BANG] = ACTIONS(1372),
[anon_sym_PLUS_PLUS] = ACTIONS(1372),
[anon_sym_DASH_DASH] = ACTIONS(1372),
[anon_sym_new] = ACTIONS(1374),
[anon_sym_class] = ACTIONS(1374),
[anon_sym_switch] = ACTIONS(1374),
[anon_sym_LBRACE] = ACTIONS(1372),
[anon_sym_default] = ACTIONS(1374),
[anon_sym_SEMI] = ACTIONS(1372),
[anon_sym_assert] = ACTIONS(1374),
[anon_sym_do] = ACTIONS(1374),
[anon_sym_while] = ACTIONS(1374),
[anon_sym_break] = ACTIONS(1374),
[anon_sym_continue] = ACTIONS(1374),
[anon_sym_return] = ACTIONS(1374),
[anon_sym_yield] = ACTIONS(1374),
[anon_sym_synchronized] = ACTIONS(1374),
[anon_sym_throw] = ACTIONS(1374),
[anon_sym_try] = ACTIONS(1374),
[anon_sym_if] = ACTIONS(1374),
[anon_sym_for] = ACTIONS(1374),
[anon_sym_AT] = ACTIONS(1374),
[anon_sym_open] = ACTIONS(1374),
[anon_sym_module] = ACTIONS(1374),
[anon_sym_static] = ACTIONS(1374),
[anon_sym_with] = ACTIONS(1374),
[anon_sym_package] = ACTIONS(1374),
[anon_sym_import] = ACTIONS(1374),
[anon_sym_enum] = ACTIONS(1374),
[anon_sym_public] = ACTIONS(1374),
[anon_sym_protected] = ACTIONS(1374),
[anon_sym_private] = ACTIONS(1374),
[anon_sym_abstract] = ACTIONS(1374),
[anon_sym_final] = ACTIONS(1374),
[anon_sym_strictfp] = ACTIONS(1374),
[anon_sym_native] = ACTIONS(1374),
[anon_sym_transient] = ACTIONS(1374),
[anon_sym_volatile] = ACTIONS(1374),
[anon_sym_sealed] = ACTIONS(1374),
[anon_sym_non_DASHsealed] = ACTIONS(1372),
[anon_sym_record] = ACTIONS(1374),
[anon_sym_ATinterface] = ACTIONS(1372),
[anon_sym_interface] = ACTIONS(1374),
[anon_sym_byte] = ACTIONS(1374),
[anon_sym_short] = ACTIONS(1374),
[anon_sym_int] = ACTIONS(1374),
[anon_sym_long] = ACTIONS(1374),
[anon_sym_char] = ACTIONS(1374),
[anon_sym_float] = ACTIONS(1374),
[anon_sym_double] = ACTIONS(1374),
[sym_boolean_type] = ACTIONS(1374),
[sym_void_type] = ACTIONS(1374),
[sym_this] = ACTIONS(1374),
[sym_super] = ACTIONS(1374),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(396)] = {
[ts_builtin_sym_end] = ACTIONS(1376),
[sym_identifier] = ACTIONS(1378),
[sym_decimal_integer_literal] = ACTIONS(1378),
[sym_hex_integer_literal] = ACTIONS(1378),
[sym_octal_integer_literal] = ACTIONS(1378),
[sym_binary_integer_literal] = ACTIONS(1376),
[sym_decimal_floating_point_literal] = ACTIONS(1376),
[sym_hex_floating_point_literal] = ACTIONS(1378),
[sym_true] = ACTIONS(1378),
[sym_false] = ACTIONS(1378),
[sym_character_literal] = ACTIONS(1376),
[anon_sym_DQUOTE] = ACTIONS(1378),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1376),
[anon_sym_RBRACE] = ACTIONS(1376),
[sym_null_literal] = ACTIONS(1378),
[anon_sym_LPAREN] = ACTIONS(1376),
[anon_sym_LT] = ACTIONS(1376),
[anon_sym_PLUS] = ACTIONS(1378),
[anon_sym_DASH] = ACTIONS(1378),
[anon_sym_TILDE] = ACTIONS(1376),
[anon_sym_BANG] = ACTIONS(1376),
[anon_sym_PLUS_PLUS] = ACTIONS(1376),
[anon_sym_DASH_DASH] = ACTIONS(1376),
[anon_sym_new] = ACTIONS(1378),
[anon_sym_class] = ACTIONS(1378),
[anon_sym_switch] = ACTIONS(1378),
[anon_sym_LBRACE] = ACTIONS(1376),
[anon_sym_default] = ACTIONS(1378),
[anon_sym_SEMI] = ACTIONS(1376),
[anon_sym_assert] = ACTIONS(1378),
[anon_sym_do] = ACTIONS(1378),
[anon_sym_while] = ACTIONS(1378),
[anon_sym_break] = ACTIONS(1378),
[anon_sym_continue] = ACTIONS(1378),
[anon_sym_return] = ACTIONS(1378),
[anon_sym_yield] = ACTIONS(1378),
[anon_sym_synchronized] = ACTIONS(1378),
[anon_sym_throw] = ACTIONS(1378),
[anon_sym_try] = ACTIONS(1378),
[anon_sym_if] = ACTIONS(1378),
[anon_sym_for] = ACTIONS(1378),
[anon_sym_AT] = ACTIONS(1378),
[anon_sym_open] = ACTIONS(1378),
[anon_sym_module] = ACTIONS(1378),
[anon_sym_static] = ACTIONS(1378),
[anon_sym_with] = ACTIONS(1378),
[anon_sym_package] = ACTIONS(1378),
[anon_sym_import] = ACTIONS(1378),
[anon_sym_enum] = ACTIONS(1378),
[anon_sym_public] = ACTIONS(1378),
[anon_sym_protected] = ACTIONS(1378),
[anon_sym_private] = ACTIONS(1378),
[anon_sym_abstract] = ACTIONS(1378),
[anon_sym_final] = ACTIONS(1378),
[anon_sym_strictfp] = ACTIONS(1378),
[anon_sym_native] = ACTIONS(1378),
[anon_sym_transient] = ACTIONS(1378),
[anon_sym_volatile] = ACTIONS(1378),
[anon_sym_sealed] = ACTIONS(1378),
[anon_sym_non_DASHsealed] = ACTIONS(1376),
[anon_sym_record] = ACTIONS(1378),
[anon_sym_ATinterface] = ACTIONS(1376),
[anon_sym_interface] = ACTIONS(1378),
[anon_sym_byte] = ACTIONS(1378),
[anon_sym_short] = ACTIONS(1378),
[anon_sym_int] = ACTIONS(1378),
[anon_sym_long] = ACTIONS(1378),
[anon_sym_char] = ACTIONS(1378),
[anon_sym_float] = ACTIONS(1378),
[anon_sym_double] = ACTIONS(1378),
[sym_boolean_type] = ACTIONS(1378),
[sym_void_type] = ACTIONS(1378),
[sym_this] = ACTIONS(1378),
[sym_super] = ACTIONS(1378),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(397)] = {
[sym_identifier] = ACTIONS(1380),
[sym_decimal_integer_literal] = ACTIONS(1380),
[sym_hex_integer_literal] = ACTIONS(1380),
[sym_octal_integer_literal] = ACTIONS(1380),
[sym_binary_integer_literal] = ACTIONS(1382),
[sym_decimal_floating_point_literal] = ACTIONS(1382),
[sym_hex_floating_point_literal] = ACTIONS(1380),
[sym_true] = ACTIONS(1380),
[sym_false] = ACTIONS(1380),
[sym_character_literal] = ACTIONS(1382),
[anon_sym_DQUOTE] = ACTIONS(1380),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1382),
[anon_sym_RBRACE] = ACTIONS(1382),
[sym_null_literal] = ACTIONS(1380),
[anon_sym_LPAREN] = ACTIONS(1382),
[anon_sym_LT] = ACTIONS(1382),
[anon_sym_PLUS] = ACTIONS(1380),
[anon_sym_DASH] = ACTIONS(1380),
[anon_sym_TILDE] = ACTIONS(1382),
[anon_sym_BANG] = ACTIONS(1382),
[anon_sym_PLUS_PLUS] = ACTIONS(1382),
[anon_sym_DASH_DASH] = ACTIONS(1382),
[anon_sym_new] = ACTIONS(1380),
[anon_sym_class] = ACTIONS(1380),
[anon_sym_switch] = ACTIONS(1380),
[anon_sym_LBRACE] = ACTIONS(1382),
[anon_sym_default] = ACTIONS(1380),
[anon_sym_SEMI] = ACTIONS(1382),
[anon_sym_assert] = ACTIONS(1380),
[anon_sym_do] = ACTIONS(1380),
[anon_sym_while] = ACTIONS(1380),
[anon_sym_break] = ACTIONS(1380),
[anon_sym_continue] = ACTIONS(1380),
[anon_sym_return] = ACTIONS(1380),
[anon_sym_yield] = ACTIONS(1380),
[anon_sym_synchronized] = ACTIONS(1380),
[anon_sym_throw] = ACTIONS(1380),
[anon_sym_try] = ACTIONS(1380),
[anon_sym_if] = ACTIONS(1380),
[anon_sym_for] = ACTIONS(1380),
[anon_sym_AT] = ACTIONS(1380),
[anon_sym_open] = ACTIONS(1380),
[anon_sym_module] = ACTIONS(1380),
[anon_sym_static] = ACTIONS(1380),
[anon_sym_with] = ACTIONS(1380),
[anon_sym_package] = ACTIONS(1380),
[anon_sym_import] = ACTIONS(1380),
[anon_sym_enum] = ACTIONS(1380),
[anon_sym_public] = ACTIONS(1380),
[anon_sym_protected] = ACTIONS(1380),
[anon_sym_private] = ACTIONS(1380),
[anon_sym_abstract] = ACTIONS(1380),
[anon_sym_final] = ACTIONS(1380),
[anon_sym_strictfp] = ACTIONS(1380),
[anon_sym_native] = ACTIONS(1380),
[anon_sym_transient] = ACTIONS(1380),
[anon_sym_volatile] = ACTIONS(1380),
[anon_sym_sealed] = ACTIONS(1380),
[anon_sym_non_DASHsealed] = ACTIONS(1382),
[anon_sym_record] = ACTIONS(1380),
[anon_sym_ATinterface] = ACTIONS(1382),
[anon_sym_interface] = ACTIONS(1380),
[anon_sym_byte] = ACTIONS(1380),
[anon_sym_short] = ACTIONS(1380),
[anon_sym_int] = ACTIONS(1380),
[anon_sym_long] = ACTIONS(1380),
[anon_sym_char] = ACTIONS(1380),
[anon_sym_float] = ACTIONS(1380),
[anon_sym_double] = ACTIONS(1380),
[sym_boolean_type] = ACTIONS(1380),
[sym_void_type] = ACTIONS(1380),
[sym_this] = ACTIONS(1380),
[sym_super] = ACTIONS(1380),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(398)] = {
[sym_identifier] = ACTIONS(1384),
[sym_decimal_integer_literal] = ACTIONS(1384),
[sym_hex_integer_literal] = ACTIONS(1384),
[sym_octal_integer_literal] = ACTIONS(1384),
[sym_binary_integer_literal] = ACTIONS(1386),
[sym_decimal_floating_point_literal] = ACTIONS(1386),
[sym_hex_floating_point_literal] = ACTIONS(1384),
[sym_true] = ACTIONS(1384),
[sym_false] = ACTIONS(1384),
[sym_character_literal] = ACTIONS(1386),
[anon_sym_DQUOTE] = ACTIONS(1384),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1386),
[anon_sym_RBRACE] = ACTIONS(1386),
[sym_null_literal] = ACTIONS(1384),
[anon_sym_LPAREN] = ACTIONS(1386),
[anon_sym_LT] = ACTIONS(1386),
[anon_sym_PLUS] = ACTIONS(1384),
[anon_sym_DASH] = ACTIONS(1384),
[anon_sym_TILDE] = ACTIONS(1386),
[anon_sym_BANG] = ACTIONS(1386),
[anon_sym_PLUS_PLUS] = ACTIONS(1386),
[anon_sym_DASH_DASH] = ACTIONS(1386),
[anon_sym_new] = ACTIONS(1384),
[anon_sym_class] = ACTIONS(1384),
[anon_sym_switch] = ACTIONS(1384),
[anon_sym_LBRACE] = ACTIONS(1386),
[anon_sym_default] = ACTIONS(1384),
[anon_sym_SEMI] = ACTIONS(1386),
[anon_sym_assert] = ACTIONS(1384),
[anon_sym_do] = ACTIONS(1384),
[anon_sym_while] = ACTIONS(1384),
[anon_sym_break] = ACTIONS(1384),
[anon_sym_continue] = ACTIONS(1384),
[anon_sym_return] = ACTIONS(1384),
[anon_sym_yield] = ACTIONS(1384),
[anon_sym_synchronized] = ACTIONS(1384),
[anon_sym_throw] = ACTIONS(1384),
[anon_sym_try] = ACTIONS(1384),
[anon_sym_if] = ACTIONS(1384),
[anon_sym_for] = ACTIONS(1384),
[anon_sym_AT] = ACTIONS(1384),
[anon_sym_open] = ACTIONS(1384),
[anon_sym_module] = ACTIONS(1384),
[anon_sym_static] = ACTIONS(1384),
[anon_sym_with] = ACTIONS(1384),
[anon_sym_package] = ACTIONS(1384),
[anon_sym_import] = ACTIONS(1384),
[anon_sym_enum] = ACTIONS(1384),
[anon_sym_public] = ACTIONS(1384),
[anon_sym_protected] = ACTIONS(1384),
[anon_sym_private] = ACTIONS(1384),
[anon_sym_abstract] = ACTIONS(1384),
[anon_sym_final] = ACTIONS(1384),
[anon_sym_strictfp] = ACTIONS(1384),
[anon_sym_native] = ACTIONS(1384),
[anon_sym_transient] = ACTIONS(1384),
[anon_sym_volatile] = ACTIONS(1384),
[anon_sym_sealed] = ACTIONS(1384),
[anon_sym_non_DASHsealed] = ACTIONS(1386),
[anon_sym_record] = ACTIONS(1384),
[anon_sym_ATinterface] = ACTIONS(1386),
[anon_sym_interface] = ACTIONS(1384),
[anon_sym_byte] = ACTIONS(1384),
[anon_sym_short] = ACTIONS(1384),
[anon_sym_int] = ACTIONS(1384),
[anon_sym_long] = ACTIONS(1384),
[anon_sym_char] = ACTIONS(1384),
[anon_sym_float] = ACTIONS(1384),
[anon_sym_double] = ACTIONS(1384),
[sym_boolean_type] = ACTIONS(1384),
[sym_void_type] = ACTIONS(1384),
[sym_this] = ACTIONS(1384),
[sym_super] = ACTIONS(1384),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(399)] = {
[sym_identifier] = ACTIONS(1388),
[sym_decimal_integer_literal] = ACTIONS(1388),
[sym_hex_integer_literal] = ACTIONS(1388),
[sym_octal_integer_literal] = ACTIONS(1388),
[sym_binary_integer_literal] = ACTIONS(1390),
[sym_decimal_floating_point_literal] = ACTIONS(1390),
[sym_hex_floating_point_literal] = ACTIONS(1388),
[sym_true] = ACTIONS(1388),
[sym_false] = ACTIONS(1388),
[sym_character_literal] = ACTIONS(1390),
[anon_sym_DQUOTE] = ACTIONS(1388),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1390),
[anon_sym_RBRACE] = ACTIONS(1390),
[sym_null_literal] = ACTIONS(1388),
[anon_sym_LPAREN] = ACTIONS(1390),
[anon_sym_LT] = ACTIONS(1390),
[anon_sym_PLUS] = ACTIONS(1388),
[anon_sym_DASH] = ACTIONS(1388),
[anon_sym_TILDE] = ACTIONS(1390),
[anon_sym_BANG] = ACTIONS(1390),
[anon_sym_PLUS_PLUS] = ACTIONS(1390),
[anon_sym_DASH_DASH] = ACTIONS(1390),
[anon_sym_new] = ACTIONS(1388),
[anon_sym_class] = ACTIONS(1388),
[anon_sym_switch] = ACTIONS(1388),
[anon_sym_LBRACE] = ACTIONS(1390),
[anon_sym_default] = ACTIONS(1388),
[anon_sym_SEMI] = ACTIONS(1390),
[anon_sym_assert] = ACTIONS(1388),
[anon_sym_do] = ACTIONS(1388),
[anon_sym_while] = ACTIONS(1388),
[anon_sym_break] = ACTIONS(1388),
[anon_sym_continue] = ACTIONS(1388),
[anon_sym_return] = ACTIONS(1388),
[anon_sym_yield] = ACTIONS(1388),
[anon_sym_synchronized] = ACTIONS(1388),
[anon_sym_throw] = ACTIONS(1388),
[anon_sym_try] = ACTIONS(1388),
[anon_sym_if] = ACTIONS(1388),
[anon_sym_for] = ACTIONS(1388),
[anon_sym_AT] = ACTIONS(1388),
[anon_sym_open] = ACTIONS(1388),
[anon_sym_module] = ACTIONS(1388),
[anon_sym_static] = ACTIONS(1388),
[anon_sym_with] = ACTIONS(1388),
[anon_sym_package] = ACTIONS(1388),
[anon_sym_import] = ACTIONS(1388),
[anon_sym_enum] = ACTIONS(1388),
[anon_sym_public] = ACTIONS(1388),
[anon_sym_protected] = ACTIONS(1388),
[anon_sym_private] = ACTIONS(1388),
[anon_sym_abstract] = ACTIONS(1388),
[anon_sym_final] = ACTIONS(1388),
[anon_sym_strictfp] = ACTIONS(1388),
[anon_sym_native] = ACTIONS(1388),
[anon_sym_transient] = ACTIONS(1388),
[anon_sym_volatile] = ACTIONS(1388),
[anon_sym_sealed] = ACTIONS(1388),
[anon_sym_non_DASHsealed] = ACTIONS(1390),
[anon_sym_record] = ACTIONS(1388),
[anon_sym_ATinterface] = ACTIONS(1390),
[anon_sym_interface] = ACTIONS(1388),
[anon_sym_byte] = ACTIONS(1388),
[anon_sym_short] = ACTIONS(1388),
[anon_sym_int] = ACTIONS(1388),
[anon_sym_long] = ACTIONS(1388),
[anon_sym_char] = ACTIONS(1388),
[anon_sym_float] = ACTIONS(1388),
[anon_sym_double] = ACTIONS(1388),
[sym_boolean_type] = ACTIONS(1388),
[sym_void_type] = ACTIONS(1388),
[sym_this] = ACTIONS(1388),
[sym_super] = ACTIONS(1388),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(400)] = {
[sym_identifier] = ACTIONS(1342),
[sym_decimal_integer_literal] = ACTIONS(1342),
[sym_hex_integer_literal] = ACTIONS(1342),
[sym_octal_integer_literal] = ACTIONS(1342),
[sym_binary_integer_literal] = ACTIONS(1344),
[sym_decimal_floating_point_literal] = ACTIONS(1344),
[sym_hex_floating_point_literal] = ACTIONS(1342),
[sym_true] = ACTIONS(1342),
[sym_false] = ACTIONS(1342),
[sym_character_literal] = ACTIONS(1344),
[anon_sym_DQUOTE] = ACTIONS(1342),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1344),
[anon_sym_RBRACE] = ACTIONS(1344),
[sym_null_literal] = ACTIONS(1342),
[anon_sym_LPAREN] = ACTIONS(1344),
[anon_sym_PLUS] = ACTIONS(1342),
[anon_sym_DASH] = ACTIONS(1342),
[anon_sym_TILDE] = ACTIONS(1344),
[anon_sym_BANG] = ACTIONS(1344),
[anon_sym_PLUS_PLUS] = ACTIONS(1344),
[anon_sym_DASH_DASH] = ACTIONS(1344),
[anon_sym_new] = ACTIONS(1342),
[anon_sym_class] = ACTIONS(1342),
[anon_sym_switch] = ACTIONS(1342),
[anon_sym_LBRACE] = ACTIONS(1344),
[anon_sym_case] = ACTIONS(1342),
[anon_sym_default] = ACTIONS(1342),
[anon_sym_SEMI] = ACTIONS(1344),
[anon_sym_assert] = ACTIONS(1342),
[anon_sym_do] = ACTIONS(1342),
[anon_sym_while] = ACTIONS(1342),
[anon_sym_break] = ACTIONS(1342),
[anon_sym_continue] = ACTIONS(1342),
[anon_sym_return] = ACTIONS(1342),
[anon_sym_yield] = ACTIONS(1342),
[anon_sym_synchronized] = ACTIONS(1342),
[anon_sym_throw] = ACTIONS(1342),
[anon_sym_try] = ACTIONS(1342),
[anon_sym_if] = ACTIONS(1342),
[anon_sym_for] = ACTIONS(1342),
[anon_sym_AT] = ACTIONS(1342),
[anon_sym_open] = ACTIONS(1342),
[anon_sym_module] = ACTIONS(1342),
[anon_sym_static] = ACTIONS(1342),
[anon_sym_with] = ACTIONS(1342),
[anon_sym_package] = ACTIONS(1342),
[anon_sym_import] = ACTIONS(1342),
[anon_sym_enum] = ACTIONS(1342),
[anon_sym_public] = ACTIONS(1342),
[anon_sym_protected] = ACTIONS(1342),
[anon_sym_private] = ACTIONS(1342),
[anon_sym_abstract] = ACTIONS(1342),
[anon_sym_final] = ACTIONS(1342),
[anon_sym_strictfp] = ACTIONS(1342),
[anon_sym_native] = ACTIONS(1342),
[anon_sym_transient] = ACTIONS(1342),
[anon_sym_volatile] = ACTIONS(1342),
[anon_sym_sealed] = ACTIONS(1342),
[anon_sym_non_DASHsealed] = ACTIONS(1344),
[anon_sym_record] = ACTIONS(1342),
[anon_sym_ATinterface] = ACTIONS(1344),
[anon_sym_interface] = ACTIONS(1342),
[anon_sym_byte] = ACTIONS(1342),
[anon_sym_short] = ACTIONS(1342),
[anon_sym_int] = ACTIONS(1342),
[anon_sym_long] = ACTIONS(1342),
[anon_sym_char] = ACTIONS(1342),
[anon_sym_float] = ACTIONS(1342),
[anon_sym_double] = ACTIONS(1342),
[sym_boolean_type] = ACTIONS(1342),
[sym_void_type] = ACTIONS(1342),
[sym_this] = ACTIONS(1342),
[sym_super] = ACTIONS(1342),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(401)] = {
[sym_identifier] = ACTIONS(1392),
[sym_decimal_integer_literal] = ACTIONS(1392),
[sym_hex_integer_literal] = ACTIONS(1392),
[sym_octal_integer_literal] = ACTIONS(1392),
[sym_binary_integer_literal] = ACTIONS(1394),
[sym_decimal_floating_point_literal] = ACTIONS(1394),
[sym_hex_floating_point_literal] = ACTIONS(1392),
[sym_true] = ACTIONS(1392),
[sym_false] = ACTIONS(1392),
[sym_character_literal] = ACTIONS(1394),
[anon_sym_DQUOTE] = ACTIONS(1392),
[anon_sym_DQUOTE_DQUOTE_DQUOTE] = ACTIONS(1394),
[anon_sym_RBRACE] = ACTIONS(1394),
[sym_null_literal] = ACTIONS(1392),
[anon_sym_LPAREN] = ACTIONS(1394),
[anon_sym_LT] = ACTIONS(1394),
[anon_sym_PLUS] = ACTIONS(1392),
[anon_sym_DASH] = ACTIONS(1392),
[anon_sym_TILDE] = ACTIONS(1394),
[anon_sym_BANG] = ACTIONS(1394),
[anon_sym_PLUS_PLUS] = ACTIONS(1394),
[anon_sym_DASH_DASH] = ACTIONS(1394),
[anon_sym_new] = ACTIONS(1392),
[anon_sym_class] = ACTIONS(1392),
[anon_sym_switch] = ACTIONS(1392),
[anon_sym_LBRACE] = ACTIONS(1394),
[anon_sym_default] = ACTIONS(1392),
[anon_sym_SEMI] = ACTIONS(1394),
[anon_sym_assert] = ACTIONS(1392),
[anon_sym_do] = ACTIONS(1392),
[anon_sym_while] = ACTIONS(1392),
[anon_sym_break] = ACTIONS(1392),
[anon_sym_continue] = ACTIONS(1392),
[anon_sym_return] = ACTIONS(1392),
[anon_sym_yield] = ACTIONS(1392),
[anon_sym_synchronized] = ACTIONS(1392),
[anon_sym_throw] = ACTIONS(1392),
[anon_sym_try] = ACTIONS(1392),
[anon_sym_if] = ACTIONS(1392),
[anon_sym_for] = ACTIONS(1392),
[anon_sym_AT] = ACTIONS(1392),
[anon_sym_open] = ACTIONS(1392),
[anon_sym_module] = ACTIONS(1392),
[anon_sym_static] = ACTIONS(1392),
[anon_sym_with] = ACTIONS(1392),
[anon_sym_package] = ACTIONS(1392),
[anon_sym_import] = ACTIONS(1392),
[anon_sym_enum] = ACTIONS(1392),
[anon_sym_public] = ACTIONS(1392),
[anon_sym_protected] = ACTIONS(1392),
[anon_sym_private] = ACTIONS(1392),
[anon_sym_abstract] = ACTIONS(1392),
[anon_sym_final] = ACTIONS(1392),
[anon_sym_strictfp] = ACTIONS(1392),
[anon_sym_native] = ACTIONS(1392),
[anon_sym_transient] = ACTIONS(1392),
[anon_sym_volatile] = ACTIONS(1392),
[anon_sym_sealed] = ACTIONS(1392),
[anon_sym_non_DASHsealed] = ACTIONS(1394),
[anon_sym_record] = ACTIONS(1392),
[anon_sym_ATinterface] = ACTIONS(1394),
[anon_sym_interface] = ACTIONS(1392),
[anon_sym_byte] = ACTIONS(1392),
[anon_sym_short] = ACTIONS(1392),
[anon_sym_int] = ACTIONS(1392),
[anon_sym_long] = ACTIONS(1392),
[anon_sym_char] = ACTIONS(1392),
[anon_sym_float] = ACTIONS(1392),
[anon_sym_double] = ACTIONS(1392),
[sym_boolean_type] = ACTIONS(1392),
[sym_void_type] = ACTIONS(1392),
[sym_this] = ACTIONS(1392),
[sym_super] = ACTIONS(1392),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(402)] = {
[sym_identifier] = ACTIONS(1358),
[anon_sym_LPAREN] = ACTIONS(571),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_PLUS_EQ] = ACTIONS(571),
[anon_sym_DASH_EQ] = ACTIONS(571),
[anon_sym_STAR_EQ] = ACTIONS(571),
[anon_sym_SLASH_EQ] = ACTIONS(571),
[anon_sym_AMP_EQ] = ACTIONS(571),
[anon_sym_PIPE_EQ] = ACTIONS(571),
[anon_sym_CARET_EQ] = ACTIONS(571),
[anon_sym_PERCENT_EQ] = ACTIONS(571),
[anon_sym_LT_LT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(1358),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(569),
[anon_sym_DASH] = ACTIONS(569),
[anon_sym_STAR] = ACTIONS(569),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(569),
[anon_sym_PERCENT] = ACTIONS(569),
[anon_sym_LT_LT] = ACTIONS(569),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(569),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_PLUS_PLUS] = ACTIONS(571),
[anon_sym_DASH_DASH] = ACTIONS(571),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(571),
[anon_sym_class] = ACTIONS(1358),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_default] = ACTIONS(1358),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_synchronized] = ACTIONS(1358),
[anon_sym_AT] = ACTIONS(1358),
[anon_sym_static] = ACTIONS(1358),
[anon_sym_enum] = ACTIONS(1358),
[anon_sym_public] = ACTIONS(1358),
[anon_sym_protected] = ACTIONS(1358),
[anon_sym_private] = ACTIONS(1358),
[anon_sym_abstract] = ACTIONS(1358),
[anon_sym_final] = ACTIONS(1358),
[anon_sym_strictfp] = ACTIONS(1358),
[anon_sym_native] = ACTIONS(1358),
[anon_sym_transient] = ACTIONS(1358),
[anon_sym_volatile] = ACTIONS(1358),
[anon_sym_sealed] = ACTIONS(1358),
[anon_sym_non_DASHsealed] = ACTIONS(1360),
[anon_sym_record] = ACTIONS(1358),
[anon_sym_ATinterface] = ACTIONS(1360),
[anon_sym_interface] = ACTIONS(1358),
[anon_sym_byte] = ACTIONS(1358),
[anon_sym_short] = ACTIONS(1358),
[anon_sym_int] = ACTIONS(1358),
[anon_sym_long] = ACTIONS(1358),
[anon_sym_char] = ACTIONS(1358),
[anon_sym_float] = ACTIONS(1358),
[anon_sym_double] = ACTIONS(1358),
[sym_boolean_type] = ACTIONS(1358),
[sym_void_type] = ACTIONS(1358),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(403)] = {
[sym_identifier] = ACTIONS(1358),
[anon_sym_LPAREN] = ACTIONS(571),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_PLUS_EQ] = ACTIONS(571),
[anon_sym_DASH_EQ] = ACTIONS(571),
[anon_sym_STAR_EQ] = ACTIONS(571),
[anon_sym_SLASH_EQ] = ACTIONS(571),
[anon_sym_AMP_EQ] = ACTIONS(571),
[anon_sym_PIPE_EQ] = ACTIONS(571),
[anon_sym_CARET_EQ] = ACTIONS(571),
[anon_sym_PERCENT_EQ] = ACTIONS(571),
[anon_sym_LT_LT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT_GT_GT_EQ] = ACTIONS(571),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(569),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(569),
[anon_sym_DASH] = ACTIONS(569),
[anon_sym_STAR] = ACTIONS(569),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(569),
[anon_sym_PERCENT] = ACTIONS(569),
[anon_sym_LT_LT] = ACTIONS(569),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(569),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_PLUS_PLUS] = ACTIONS(571),
[anon_sym_DASH_DASH] = ACTIONS(571),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(571),
[anon_sym_class] = ACTIONS(1358),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_default] = ACTIONS(1358),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_synchronized] = ACTIONS(1358),
[anon_sym_AT] = ACTIONS(1358),
[anon_sym_static] = ACTIONS(1358),
[anon_sym_enum] = ACTIONS(1358),
[anon_sym_public] = ACTIONS(1358),
[anon_sym_protected] = ACTIONS(1358),
[anon_sym_private] = ACTIONS(1358),
[anon_sym_abstract] = ACTIONS(1358),
[anon_sym_final] = ACTIONS(1358),
[anon_sym_strictfp] = ACTIONS(1358),
[anon_sym_native] = ACTIONS(1358),
[anon_sym_transient] = ACTIONS(1358),
[anon_sym_volatile] = ACTIONS(1358),
[anon_sym_sealed] = ACTIONS(1358),
[anon_sym_non_DASHsealed] = ACTIONS(1360),
[anon_sym_record] = ACTIONS(1358),
[anon_sym_ATinterface] = ACTIONS(1360),
[anon_sym_interface] = ACTIONS(1358),
[anon_sym_byte] = ACTIONS(1358),
[anon_sym_short] = ACTIONS(1358),
[anon_sym_int] = ACTIONS(1358),
[anon_sym_long] = ACTIONS(1358),
[anon_sym_char] = ACTIONS(1358),
[anon_sym_float] = ACTIONS(1358),
[anon_sym_double] = ACTIONS(1358),
[sym_boolean_type] = ACTIONS(1358),
[sym_void_type] = ACTIONS(1358),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(404)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_cast_expression] = STATE(624),
[sym_lambda_expression] = STATE(625),
[sym_inferred_parameters] = STATE(1390),
[sym__unary_complement_expression] = STATE(629),
[sym_primary_expression] = STATE(523),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(583),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(583),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(631),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1390),
[sym__reserved_identifier] = STATE(600),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(1396),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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(615),
[anon_sym_TILDE] = ACTIONS(619),
[anon_sym_BANG] = ACTIONS(619),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(1398),
[anon_sym_AT] = ACTIONS(583),
[anon_sym_open] = ACTIONS(1400),
[anon_sym_module] = ACTIONS(1400),
[anon_sym_with] = ACTIONS(1400),
[anon_sym_sealed] = ACTIONS(1400),
[anon_sym_record] = ACTIONS(1400),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(1402),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(405)] = {
[sym__literal] = STATE(583),
[sym_string_literal] = STATE(569),
[sym__string_literal] = STATE(585),
[sym__multiline_string_literal] = STATE(585),
[sym_cast_expression] = STATE(624),
[sym_lambda_expression] = STATE(625),
[sym_inferred_parameters] = STATE(1406),
[sym__unary_complement_expression] = STATE(629),
[sym_primary_expression] = STATE(523),
[sym_array_creation_expression] = STATE(583),
[sym_parenthesized_expression] = STATE(583),
[sym_class_literal] = STATE(583),
[sym_object_creation_expression] = STATE(583),
[sym__unqualified_object_creation_expression] = STATE(559),
[sym_field_access] = STATE(583),
[sym_template_expression] = STATE(583),
[sym_array_access] = STATE(583),
[sym_method_invocation] = STATE(583),
[sym_method_reference] = STATE(583),
[sym_switch_expression] = STATE(631),
[sym__annotation] = STATE(812),
[sym_marker_annotation] = STATE(812),
[sym_annotation] = STATE(812),
[sym__type] = STATE(1367),
[sym__unannotated_type] = STATE(919),
[sym_annotated_type] = STATE(839),
[sym_scoped_type_identifier] = STATE(840),
[sym_generic_type] = STATE(852),
[sym_array_type] = STATE(783),
[sym_integral_type] = STATE(783),
[sym_floating_point_type] = STATE(783),
[sym_formal_parameters] = STATE(1406),
[sym__reserved_identifier] = STATE(496),
[aux_sym_array_creation_expression_repeat1] = STATE(812),
[sym_identifier] = ACTIONS(1404),
[sym_decimal_integer_literal] = ACTIONS(9),
[sym_hex_integer_literal] = ACTIONS(9),
[sym_octal_integer_literal] = ACTIONS(9),
[sym_binary_integer_literal] = ACTIONS(11),
[sym_decimal_floating_point_literal] = ACTIONS(11),
[sym_hex_floating_point_literal] = ACTIONS(9),
[sym_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_TILDE] = ACTIONS(23),
[anon_sym_BANG] = ACTIONS(23),
[anon_sym_new] = ACTIONS(27),
[anon_sym_switch] = ACTIONS(31),
[anon_sym_yield] = ACTIONS(1398),
[anon_sym_AT] = ACTIONS(583),
[anon_sym_open] = ACTIONS(1400),
[anon_sym_module] = ACTIONS(1400),
[anon_sym_with] = ACTIONS(1400),
[anon_sym_sealed] = ACTIONS(1400),
[anon_sym_record] = ACTIONS(1400),
[anon_sym_byte] = ACTIONS(89),
[anon_sym_short] = ACTIONS(89),
[anon_sym_int] = ACTIONS(89),
[anon_sym_long] = ACTIONS(89),
[anon_sym_char] = ACTIONS(89),
[anon_sym_float] = ACTIONS(91),
[anon_sym_double] = ACTIONS(91),
[sym_boolean_type] = ACTIONS(93),
[sym_void_type] = ACTIONS(93),
[sym_this] = ACTIONS(95),
[sym_super] = ACTIONS(1402),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(406)] = {
[sym_identifier] = ACTIONS(569),
[anon_sym_RBRACE] = ACTIONS(571),
[anon_sym_LPAREN] = ACTIONS(571),
[anon_sym_RPAREN] = ACTIONS(571),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(569),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(569),
[anon_sym_DASH] = ACTIONS(569),
[anon_sym_STAR] = ACTIONS(571),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(571),
[anon_sym_PERCENT] = ACTIONS(571),
[anon_sym_LT_LT] = ACTIONS(571),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(571),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_COMMA] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_PLUS_PLUS] = ACTIONS(571),
[anon_sym_DASH_DASH] = ACTIONS(571),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_RBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(569),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_default] = ACTIONS(569),
[anon_sym_when] = ACTIONS(569),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_yield] = ACTIONS(569),
[anon_sym_synchronized] = ACTIONS(569),
[anon_sym_AT] = ACTIONS(571),
[anon_sym_open] = ACTIONS(569),
[anon_sym_module] = ACTIONS(569),
[anon_sym_static] = ACTIONS(569),
[anon_sym_with] = ACTIONS(569),
[anon_sym_public] = ACTIONS(569),
[anon_sym_protected] = ACTIONS(569),
[anon_sym_private] = ACTIONS(569),
[anon_sym_abstract] = ACTIONS(569),
[anon_sym_final] = ACTIONS(569),
[anon_sym_strictfp] = ACTIONS(569),
[anon_sym_native] = ACTIONS(569),
[anon_sym_transient] = ACTIONS(569),
[anon_sym_volatile] = ACTIONS(569),
[anon_sym_sealed] = ACTIONS(569),
[anon_sym_non_DASHsealed] = ACTIONS(571),
[anon_sym_record] = ACTIONS(569),
[anon_sym_byte] = ACTIONS(569),
[anon_sym_short] = ACTIONS(569),
[anon_sym_int] = ACTIONS(569),
[anon_sym_long] = ACTIONS(569),
[anon_sym_char] = ACTIONS(569),
[anon_sym_float] = ACTIONS(569),
[anon_sym_double] = ACTIONS(569),
[sym_boolean_type] = ACTIONS(569),
[sym_void_type] = ACTIONS(569),
[anon_sym_DOT_DOT_DOT] = ACTIONS(571),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
[STATE(407)] = {
[sym_identifier] = ACTIONS(569),
[anon_sym_RBRACE] = ACTIONS(571),
[anon_sym_LPAREN] = ACTIONS(571),
[anon_sym_RPAREN] = ACTIONS(571),
[anon_sym_AMP] = ACTIONS(569),
[anon_sym_EQ] = ACTIONS(569),
[anon_sym_GT] = ACTIONS(569),
[anon_sym_LT] = ACTIONS(569),
[anon_sym_GT_EQ] = ACTIONS(571),
[anon_sym_LT_EQ] = ACTIONS(571),
[anon_sym_EQ_EQ] = ACTIONS(571),
[anon_sym_BANG_EQ] = ACTIONS(571),
[anon_sym_AMP_AMP] = ACTIONS(571),
[anon_sym_PIPE_PIPE] = ACTIONS(571),
[anon_sym_PLUS] = ACTIONS(569),
[anon_sym_DASH] = ACTIONS(569),
[anon_sym_STAR] = ACTIONS(571),
[anon_sym_SLASH] = ACTIONS(569),
[anon_sym_PIPE] = ACTIONS(569),
[anon_sym_CARET] = ACTIONS(571),
[anon_sym_PERCENT] = ACTIONS(571),
[anon_sym_LT_LT] = ACTIONS(571),
[anon_sym_GT_GT] = ACTIONS(569),
[anon_sym_GT_GT_GT] = ACTIONS(571),
[anon_sym_instanceof] = ACTIONS(569),
[anon_sym_DASH_GT] = ACTIONS(571),
[anon_sym_COMMA] = ACTIONS(571),
[anon_sym_QMARK] = ACTIONS(571),
[anon_sym_COLON] = ACTIONS(569),
[anon_sym_PLUS_PLUS] = ACTIONS(571),
[anon_sym_DASH_DASH] = ACTIONS(571),
[anon_sym_LBRACK] = ACTIONS(571),
[anon_sym_RBRACK] = ACTIONS(571),
[anon_sym_DOT] = ACTIONS(569),
[anon_sym_COLON_COLON] = ACTIONS(571),
[anon_sym_default] = ACTIONS(569),
[anon_sym_when] = ACTIONS(569),
[anon_sym_SEMI] = ACTIONS(571),
[anon_sym_yield] = ACTIONS(569),
[anon_sym_synchronized] = ACTIONS(569),
[anon_sym_AT] = ACTIONS(571),
[anon_sym_open] = ACTIONS(569),
[anon_sym_module] = ACTIONS(569),
[anon_sym_static] = ACTIONS(569),
[anon_sym_with] = ACTIONS(569),
[anon_sym_public] = ACTIONS(569),
[anon_sym_protected] = ACTIONS(569),
[anon_sym_private] = ACTIONS(569),
[anon_sym_abstract] = ACTIONS(569),
[anon_sym_final] = ACTIONS(569),
[anon_sym_strictfp] = ACTIONS(569),
[anon_sym_native] = ACTIONS(569),
[anon_sym_transient] = ACTIONS(569),
[anon_sym_volatile] = ACTIONS(569),
[anon_sym_sealed] = ACTIONS(569),
[anon_sym_non_DASHsealed] = ACTIONS(571),
[anon_sym_record] = ACTIONS(569),
[anon_sym_byte] = ACTIONS(569),
[anon_sym_short] = ACTIONS(569),
[anon_sym_int] = ACTIONS(569),
[anon_sym_long] = ACTIONS(569),
[anon_sym_char] = ACTIONS(569),
[anon_sym_float] = ACTIONS(569),
[anon_sym_double] = ACTIONS(569),
[sym_boolean_type] = ACTIONS(569),
[sym_void_type] = ACTIONS(569),
[anon_sym_DOT_DOT_DOT] = ACTIONS(571),
[sym_line_comment] = ACTIONS(3),
[sym_block_comment] = ACTIONS(3),
},
};
static const uint16_t ts_small_parse_table[] = {
[0] = 29,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1406), 1,
sym_identifier,
ACTIONS(1408), 1,
anon_sym_RBRACE,
ACTIONS(1410), 1,
anon_sym_SEMI,
ACTIONS(1412), 1,
anon_sym_static,
ACTIONS(1414), 1,
anon_sym_record,
STATE(712), 1,
sym_modifiers,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(795), 1,
sym_type_parameters,
STATE(796), 1,
sym__unannotated_type,
STATE(1071), 1,
sym__constructor_declarator,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 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(411), 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,
[123] = 29,
ACTIONS(1416), 1,
sym_identifier,
ACTIONS(1419), 1,
anon_sym_RBRACE,
ACTIONS(1421), 1,
anon_sym_LT,
ACTIONS(1424), 1,
anon_sym_class,
ACTIONS(1427), 1,
anon_sym_LBRACE,
ACTIONS(1433), 1,
anon_sym_SEMI,
ACTIONS(1436), 1,
anon_sym_AT,
ACTIONS(1439), 1,
anon_sym_static,
ACTIONS(1442), 1,
anon_sym_enum,
ACTIONS(1448), 1,
anon_sym_non_DASHsealed,
ACTIONS(1451), 1,
anon_sym_record,
ACTIONS(1454), 1,
anon_sym_ATinterface,
ACTIONS(1457), 1,
anon_sym_interface,
STATE(712), 1,
sym_modifiers,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(795), 1,
sym_type_parameters,
STATE(796), 1,
sym__unannotated_type,
STATE(1071), 1,
sym__constructor_declarator,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1463), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1466), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(1445), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(1460), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(1430), 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(409), 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,
[246] = 29,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1406), 1,
sym_identifier,
ACTIONS(1412), 1,
anon_sym_static,
ACTIONS(1414), 1,
anon_sym_record,
ACTIONS(1469), 1,
anon_sym_RBRACE,
ACTIONS(1471), 1,
anon_sym_SEMI,
STATE(712), 1,
sym_modifiers,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(795), 1,
sym_type_parameters,
STATE(796), 1,
sym__unannotated_type,
STATE(1071), 1,
sym__constructor_declarator,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 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(412), 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,
[369] = 29,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1406), 1,
sym_identifier,
ACTIONS(1412), 1,
anon_sym_static,
ACTIONS(1414), 1,
anon_sym_record,
ACTIONS(1473), 1,
anon_sym_RBRACE,
ACTIONS(1475), 1,
anon_sym_SEMI,
STATE(712), 1,
sym_modifiers,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(795), 1,
sym_type_parameters,
STATE(796), 1,
sym__unannotated_type,
STATE(1071), 1,
sym__constructor_declarator,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 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(409), 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,
[492] = 29,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1406), 1,
sym_identifier,
ACTIONS(1412), 1,
anon_sym_static,
ACTIONS(1414), 1,
anon_sym_record,
ACTIONS(1475), 1,
anon_sym_SEMI,
ACTIONS(1477), 1,
anon_sym_RBRACE,
STATE(712), 1,
sym_modifiers,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(795), 1,
sym_type_parameters,
STATE(796), 1,
sym__unannotated_type,
STATE(1071), 1,
sym__constructor_declarator,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 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(409), 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,
[615] = 14,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1479), 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(1489), 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(1481), 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(1485), 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,
[704] = 18,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1505), 1,
anon_sym_RPAREN,
ACTIONS(1509), 1,
anon_sym_AMP,
ACTIONS(1512), 1,
anon_sym_COMMA,
ACTIONS(1514), 1,
anon_sym_DOT,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
STATE(1118), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1503), 2,
anon_sym_AT,
anon_sym_DOT_DOT_DOT,
ACTIONS(1479), 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(1481), 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(1489), 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(1485), 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,
[799] = 26,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1414), 1,
anon_sym_record,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(1520), 1,
anon_sym_RBRACE,
ACTIONS(1522), 1,
anon_sym_SEMI,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(748), 1,
sym_modifiers,
STATE(775), 1,
sym_generic_type,
STATE(805), 1,
sym__unannotated_type,
STATE(807), 1,
sym_type_parameters,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(416), 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,
[910] = 26,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1414), 1,
anon_sym_record,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(1524), 1,
anon_sym_RBRACE,
ACTIONS(1526), 1,
anon_sym_SEMI,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(748), 1,
sym_modifiers,
STATE(775), 1,
sym_generic_type,
STATE(805), 1,
sym__unannotated_type,
STATE(807), 1,
sym_type_parameters,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(417), 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,
[1021] = 26,
ACTIONS(1528), 1,
sym_identifier,
ACTIONS(1531), 1,
anon_sym_RBRACE,
ACTIONS(1533), 1,
anon_sym_LT,
ACTIONS(1536), 1,
anon_sym_class,
ACTIONS(1542), 1,
anon_sym_SEMI,
ACTIONS(1545), 1,
anon_sym_AT,
ACTIONS(1548), 1,
anon_sym_enum,
ACTIONS(1554), 1,
anon_sym_non_DASHsealed,
ACTIONS(1557), 1,
anon_sym_record,
ACTIONS(1560), 1,
anon_sym_ATinterface,
ACTIONS(1563), 1,
anon_sym_interface,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(748), 1,
sym_modifiers,
STATE(775), 1,
sym_generic_type,
STATE(805), 1,
sym__unannotated_type,
STATE(807), 1,
sym_type_parameters,
STATE(1121), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1569), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1572), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(1551), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(1566), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(417), 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(1539), 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,
[1132] = 15,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1575), 1,
anon_sym_LPAREN,
STATE(570), 1,
sym_argument_list,
STATE(612), 1,
sym_record_pattern_body,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1479), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1481), 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(1489), 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(1485), 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,
[1220] = 15,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1575), 1,
anon_sym_LPAREN,
ACTIONS(1577), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
STATE(612), 1,
sym_record_pattern_body,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1479), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1481), 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(1489), 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(1485), 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,
[1307] = 23,
ACTIONS(1580), 1,
sym_identifier,
ACTIONS(1583), 1,
anon_sym_RBRACE,
ACTIONS(1585), 1,
anon_sym_class,
ACTIONS(1591), 1,
anon_sym_SEMI,
ACTIONS(1594), 1,
anon_sym_AT,
ACTIONS(1597), 1,
anon_sym_enum,
ACTIONS(1603), 1,
anon_sym_non_DASHsealed,
ACTIONS(1606), 1,
anon_sym_record,
ACTIONS(1609), 1,
anon_sym_ATinterface,
ACTIONS(1612), 1,
anon_sym_interface,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(808), 1,
sym_modifiers,
STATE(816), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1618), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1621), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(1600), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(1615), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(420), 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(1588), 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,
[1409] = 23,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1414), 1,
anon_sym_record,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(1624), 1,
anon_sym_RBRACE,
ACTIONS(1626), 1,
anon_sym_SEMI,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(808), 1,
sym_modifiers,
STATE(816), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(420), 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,
[1511] = 23,
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_ATinterface,
ACTIONS(87), 1,
anon_sym_interface,
ACTIONS(1414), 1,
anon_sym_record,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(1628), 1,
anon_sym_RBRACE,
ACTIONS(1630), 1,
anon_sym_SEMI,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(808), 1,
sym_modifiers,
STATE(816), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(493), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(421), 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,
[1613] = 15,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1632), 1,
anon_sym_COLON,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1479), 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(1481), 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(1489), 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(1485), 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,
[1699] = 15,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1634), 1,
anon_sym_COLON,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1479), 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(1481), 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(1489), 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(1485), 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,
[1785] = 15,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1636), 1,
anon_sym_COLON,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1479), 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(1481), 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(1489), 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(1485), 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,
[1871] = 7,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(1638), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1154), 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(569), 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(571), 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,
[1939] = 5,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(532), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1642), 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(1640), 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,
[2000] = 8,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[2067] = 5,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(530), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1646), 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(1644), 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,
[2128] = 22,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(603), 1,
anon_sym_sealed,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(611), 1,
sym_underscore_pattern,
ACTIONS(1648), 1,
sym_identifier,
ACTIONS(1650), 1,
anon_sym_RPAREN,
STATE(853), 1,
sym_modifiers,
STATE(856), 1,
sym__unannotated_type,
STATE(875), 1,
sym_scoped_type_identifier,
STATE(889), 1,
sym_generic_type,
STATE(1321), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1123), 2,
sym_record_pattern,
sym_record_pattern_component,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 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(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[2223] = 21,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(603), 1,
anon_sym_sealed,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(1648), 1,
sym_identifier,
STATE(851), 1,
sym__unannotated_type,
STATE(854), 1,
sym_modifiers,
STATE(875), 1,
sym_scoped_type_identifier,
STATE(889), 1,
sym_generic_type,
STATE(1044), 1,
sym_pattern,
STATE(1321), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1085), 2,
sym_type_pattern,
sym_record_pattern,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 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(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[2315] = 12,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(1652), 1,
sym_identifier,
ACTIONS(1658), 1,
anon_sym_LBRACK,
STATE(445), 1,
aux_sym_dimensions_repeat1,
STATE(489), 1,
sym_dimensions,
STATE(606), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1000), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
ACTIONS(1656), 10,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
ACTIONS(1654), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_SEMI,
[2389] = 7,
ACTIONS(1664), 1,
anon_sym_LBRACK,
ACTIONS(1667), 1,
anon_sym_AT,
STATE(433), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1000), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1660), 18,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_COLON,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1662), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
anon_sym_SEMI,
[2453] = 21,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(603), 1,
anon_sym_sealed,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(611), 1,
sym_underscore_pattern,
ACTIONS(1648), 1,
sym_identifier,
STATE(853), 1,
sym_modifiers,
STATE(856), 1,
sym__unannotated_type,
STATE(875), 1,
sym_scoped_type_identifier,
STATE(889), 1,
sym_generic_type,
STATE(1321), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1224), 2,
sym_record_pattern,
sym_record_pattern_component,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 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(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[2545] = 12,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(1658), 1,
anon_sym_LBRACK,
ACTIONS(1670), 1,
sym_identifier,
STATE(445), 1,
aux_sym_dimensions_repeat1,
STATE(489), 1,
sym_dimensions,
STATE(628), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1000), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
ACTIONS(1674), 10,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
ACTIONS(1672), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_SEMI,
[2619] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1642), 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(1640), 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,
[2674] = 5,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[2733] = 13,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1676), 1,
anon_sym_EQ,
ACTIONS(1680), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1678), 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(1481), 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(1485), 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,
[2808] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1685), 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(1683), 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,
[2863] = 9,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1575), 1,
anon_sym_LPAREN,
STATE(570), 1,
sym_argument_list,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[2930] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1646), 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(1644), 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,
[2985] = 13,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1577), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1489), 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(1481), 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(1485), 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,
[3060] = 9,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1575), 1,
anon_sym_LPAREN,
ACTIONS(1577), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[3126] = 20,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(603), 1,
anon_sym_sealed,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(1687), 1,
sym_identifier,
STATE(435), 1,
sym__unannotated_type,
STATE(450), 1,
sym_scoped_type_identifier,
STATE(461), 1,
sym_generic_type,
STATE(614), 1,
sym_record_pattern,
STATE(736), 1,
sym_modifiers,
STATE(1321), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1691), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1693), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(487), 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(1689), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(506), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[3214] = 7,
ACTIONS(1699), 1,
anon_sym_LBRACK,
ACTIONS(1702), 1,
anon_sym_AT,
STATE(433), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1000), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1695), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1697), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_SEMI,
[3276] = 8,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1676), 1,
anon_sym_EQ,
ACTIONS(1680), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1678), 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(1485), 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(1481), 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,
[3339] = 13,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1705), 1,
anon_sym_EQ,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1481), 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(1489), 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(1485), 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,
[3412] = 11,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1512), 1,
anon_sym_COMMA,
ACTIONS(1707), 1,
anon_sym_RPAREN,
STATE(570), 1,
sym_argument_list,
STATE(1118), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1481), 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(1485), 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,
[3481] = 13,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1577), 1,
anon_sym_DASH_GT,
ACTIONS(1676), 1,
anon_sym_EQ,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1481), 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(1678), 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(1485), 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,
[3554] = 8,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(1716), 1,
anon_sym_LT,
ACTIONS(1719), 1,
anon_sym_DOT,
STATE(466), 1,
sym_type_arguments,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1710), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1712), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[3617] = 8,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1577), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[3680] = 8,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(1721), 1,
anon_sym_LT,
ACTIONS(1724), 1,
anon_sym_DOT,
STATE(464), 1,
sym_type_arguments,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1479), 16,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1503), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[3743] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1730), 1,
anon_sym_LBRACK,
STATE(488), 1,
aux_sym_dimensions_repeat1,
STATE(526), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1001), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1728), 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(1726), 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,
[3807] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1730), 1,
anon_sym_LBRACK,
STATE(488), 1,
aux_sym_dimensions_repeat1,
STATE(544), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1001), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1734), 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(1732), 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,
[3871] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1730), 1,
anon_sym_LBRACK,
STATE(488), 1,
aux_sym_dimensions_repeat1,
STATE(540), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1001), 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,
[3935] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1730), 1,
anon_sym_LBRACK,
STATE(488), 1,
aux_sym_dimensions_repeat1,
STATE(521), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(1001), 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(1740), 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,
[3999] = 20,
ACTIONS(595), 1,
anon_sym_RPAREN,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(800), 1,
sym__unannotated_type,
STATE(803), 1,
aux_sym_array_creation_expression_repeat1,
STATE(859), 1,
sym_modifiers,
STATE(1235), 1,
sym_receiver_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1116), 2,
sym_formal_parameter,
sym_spread_parameter,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(626), 3,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
STATE(722), 3,
sym__annotation,
sym_marker_annotation,
sym_annotation,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
ACTIONS(597), 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,
[4085] = 9,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1634), 1,
anon_sym_COLON,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[4149] = 4,
ACTIONS(1744), 1,
anon_sym_module,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(569), 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(571), 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,
[4203] = 9,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1632), 1,
anon_sym_COLON,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[4267] = 6,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(1719), 1,
anon_sym_DOT,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1710), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1712), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[4325] = 4,
ACTIONS(1746), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(569), 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(571), 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,
[4379] = 9,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1487), 1,
anon_sym_EQ,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1636), 1,
anon_sym_COLON,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[4443] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1748), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1750), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[4494] = 5,
ACTIONS(1676), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1678), 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(1485), 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(1481), 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,
[4549] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1752), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1754), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[4600] = 8,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1577), 1,
anon_sym_DASH_GT,
ACTIONS(1676), 1,
anon_sym_EQ,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1678), 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(1481), 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(1485), 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,
[4661] = 8,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1705), 1,
anon_sym_EQ,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1489), 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(1485), 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(1481), 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,
[4722] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1756), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1758), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[4773] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1760), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1762), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[4824] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1660), 18,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_COLON,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1662), 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_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_SEMI,
anon_sym_AT,
[4875] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1764), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1766), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[4926] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1768), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1770), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[4977] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1772), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1774), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[5028] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1776), 18,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_COLON,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1778), 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_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_SEMI,
anon_sym_AT,
[5079] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1780), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1782), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[5130] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1784), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1786), 25,
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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_DOT,
anon_sym_SEMI,
anon_sym_AT,
[5181] = 7,
ACTIONS(1792), 1,
anon_sym_LBRACK,
ACTIONS(1795), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(993), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1790), 9,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1788), 24,
anon_sym_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,
[5239] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1800), 8,
anon_sym_LPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_DOT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1798), 33,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
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,
[5289] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1334), 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(1336), 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,
[5339] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(910), 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(912), 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,
[5389] = 17,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(1802), 1,
anon_sym_RPAREN,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(834), 1,
sym__unannotated_type,
STATE(859), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1168), 2,
sym_formal_parameter,
sym_spread_parameter,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[5467] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1804), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1806), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[5516] = 16,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(834), 1,
sym__unannotated_type,
STATE(859), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1247), 2,
sym_formal_parameter,
sym_spread_parameter,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[5591] = 17,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(838), 1,
sym__unannotated_type,
STATE(844), 1,
sym_modifiers,
STATE(922), 1,
sym_catch_type,
STATE(1381), 1,
sym_catch_formal_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[5668] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1808), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1810), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[5717] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1710), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1712), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[5766] = 7,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1699), 1,
anon_sym_LBRACK,
STATE(433), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1000), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1695), 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(1697), 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,
[5823] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1812), 17,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_instanceof,
anon_sym_when,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
ACTIONS(1814), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_LBRACK,
anon_sym_RBRACK,
anon_sym_SEMI,
anon_sym_AT,
[5872] = 11,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1485), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1481), 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_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_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[5935] = 8,
ACTIONS(1823), 1,
anon_sym_AT,
ACTIONS(1829), 1,
anon_sym_non_DASHsealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1818), 2,
anon_sym_LT,
anon_sym_ATinterface,
ACTIONS(1826), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(491), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(1820), 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(1816), 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,
[5991] = 6,
ACTIONS(1834), 1,
anon_sym_LPAREN,
ACTIONS(1838), 1,
anon_sym_DOT,
STATE(524), 1,
sym_annotation_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1836), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1832), 31,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_package,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[6043] = 8,
ACTIONS(63), 1,
anon_sym_AT,
ACTIONS(81), 1,
anon_sym_non_DASHsealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1842), 2,
anon_sym_LT,
anon_sym_ATinterface,
ACTIONS(77), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(491), 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(1840), 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,
[6099] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(549), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1846), 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(1844), 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,
[6148] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(541), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1852), 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(1850), 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,
[6197] = 6,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1485), 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(1481), 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_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,
[6248] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(529), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1856), 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(1854), 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,
[6297] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(534), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1860), 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(1858), 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,
[6346] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(575), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1864), 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(1862), 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,
[6395] = 7,
ACTIONS(1869), 1,
anon_sym_AT,
ACTIONS(1875), 1,
anon_sym_non_DASHsealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1872), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(500), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(1866), 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(1816), 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,
[6448] = 5,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(532), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1642), 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(1640), 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,
[6497] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(576), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1880), 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(1878), 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,
[6546] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(577), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1884), 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(1882), 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,
[6595] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(578), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1888), 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(1886), 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,
[6644] = 5,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(530), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1646), 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(1644), 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,
[6693] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(1890), 1,
anon_sym_sealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(500), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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(1840), 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,
[6748] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(581), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1895), 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(1893), 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,
[6797] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(548), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1899), 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(1897), 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,
[6846] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(552), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1903), 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(1901), 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,
[6895] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(538), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1907), 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(1905), 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,
[6944] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1786), 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(1784), 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,
[6988] = 6,
ACTIONS(1909), 1,
anon_sym_LPAREN,
ACTIONS(1911), 1,
anon_sym_DOT,
STATE(604), 1,
sym_annotation_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1836), 4,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1832), 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,
[7038] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1915), 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(1913), 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,
[7082] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1919), 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(1917), 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,
[7126] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1923), 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(1921), 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,
[7170] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1758), 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(1756), 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,
[7214] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1927), 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(1925), 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,
[7258] = 3,
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), 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,
[7302] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1766), 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(1764), 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,
[7346] = 3,
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,
[7389] = 3,
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,
[7432] = 5,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1944), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1948), 3,
anon_sym_open,
anon_sym_module,
anon_sym_package,
ACTIONS(1941), 11,
anon_sym_AT,
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(1946), 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,
[7479] = 6,
ACTIONS(1954), 1,
anon_sym_LBRACK,
ACTIONS(1956), 1,
anon_sym_DOT,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1952), 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(1950), 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_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_when,
anon_sym_SEMI,
[7528] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1962), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1960), 31,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_package,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[7571] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1966), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1964), 31,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_package,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[7614] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1970), 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(1968), 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,
[7657] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1974), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1972), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[7700] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1978), 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(1976), 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,
[7743] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1982), 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(1980), 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,
[7786] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1986), 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(1984), 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,
[7829] = 6,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(1990), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 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(660), 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_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_when,
anon_sym_SEMI,
[7878] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1994), 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(1992), 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,
[7921] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1998), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1996), 31,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_package,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[7964] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2002), 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(2000), 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,
[8007] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2006), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2004), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[8050] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2010), 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(2008), 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,
[8093] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1642), 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(1640), 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,
[8136] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2014), 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(2012), 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,
[8179] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2018), 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(2016), 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,
[8222] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2022), 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(2020), 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,
[8265] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2026), 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(2024), 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,
[8308] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2030), 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(2028), 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,
[8351] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1800), 5,
anon_sym_LPAREN,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1798), 29,
anon_sym_DOT,
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,
[8394] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2034), 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(2032), 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,
[8437] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1685), 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(1683), 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,
[8480] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2038), 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(2036), 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,
[8523] = 11,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1491), 1,
anon_sym_LT,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
ACTIONS(1680), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(1485), 8,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_SLASH,
anon_sym_PIPE,
anon_sym_GT_GT,
anon_sym_COLON,
ACTIONS(1481), 17,
anon_sym_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_COMMA,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_when,
[8582] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2042), 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(2040), 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,
[8625] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2046), 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(2044), 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,
[8668] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2050), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2048), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[8711] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1646), 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(1644), 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,
[8754] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2054), 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(2052), 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,
[8797] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2058), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2056), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[8840] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2062), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2060), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[8883] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2066), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2064), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[8926] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2070), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2068), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[8969] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2074), 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(2072), 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,
[9012] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2078), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2076), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[9055] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2082), 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(2080), 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,
[9098] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2086), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2084), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[9141] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2090), 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(2088), 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,
[9184] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2094), 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(2092), 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,
[9227] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2098), 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(2096), 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,
[9270] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2102), 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(2100), 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,
[9313] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2106), 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(2104), 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,
[9356] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2110), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2108), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[9399] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2114), 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(2112), 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,
[9442] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2118), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2116), 31,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_open,
anon_sym_module,
anon_sym_static,
anon_sym_package,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[9485] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2122), 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(2120), 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,
[9528] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2126), 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(2124), 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,
[9571] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2130), 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(2128), 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,
[9614] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2134), 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(2132), 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,
[9657] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2138), 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(2136), 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,
[9700] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2142), 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(2140), 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,
[9743] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2146), 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(2144), 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,
[9786] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2150), 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(2148), 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,
[9829] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2154), 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(2152), 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,
[9872] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2158), 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(2156), 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,
[9915] = 6,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(1990), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2162), 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(2160), 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_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_when,
anon_sym_SEMI,
[9964] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2166), 6,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2164), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10007] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2170), 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(2168), 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,
[10050] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2174), 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(2172), 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,
[10093] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1485), 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(1481), 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,
[10136] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2178), 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(2176), 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,
[10179] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2182), 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(2180), 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,
[10222] = 5,
ACTIONS(33), 1,
anon_sym_LBRACE,
STATE(555), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1360), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1358), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10268] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2186), 5,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2184), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10310] = 5,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(1217), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1360), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1358), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10356] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2190), 5,
anon_sym_RBRACE,
anon_sym_LT,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2188), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10398] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1998), 4,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1996), 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,
[10439] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2194), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2192), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10480] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2198), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2196), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10521] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2202), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2200), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10562] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2206), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2204), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10603] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2210), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2208), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10644] = 7,
ACTIONS(1667), 1,
anon_sym_AT,
ACTIONS(2212), 1,
anon_sym_LBRACK,
STATE(596), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1662), 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(1660), 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,
[10693] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2217), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2215), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10734] = 12,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(1990), 1,
anon_sym_DOT,
ACTIONS(2219), 1,
anon_sym_DASH_GT,
ACTIONS(2221), 1,
anon_sym_COMMA,
ACTIONS(2223), 1,
anon_sym_COLON,
ACTIONS(2225), 1,
anon_sym_when,
STATE(989), 1,
aux_sym_switch_label_repeat2,
STATE(1216), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 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(660), 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_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,
[10793] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2229), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2227), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[10834] = 6,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1680), 1,
anon_sym_DASH_GT,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1485), 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(1481), 20,
anon_sym_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_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,
[10881] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2118), 4,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(2116), 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,
[10922] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1966), 4,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1964), 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,
[10963] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2233), 4,
anon_sym_RBRACE,
anon_sym_SEMI,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2231), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[11004] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1962), 4,
anon_sym_LBRACK,
anon_sym_AT,
anon_sym_non_DASHsealed,
anon_sym_DOT_DOT_DOT,
ACTIONS(1960), 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,
[11045] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2237), 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(2235), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11085] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2241), 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(2239), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11125] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2245), 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(2243), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11165] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2249), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(2247), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[11205] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2253), 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(2251), 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_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,
[11247] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2259), 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(2257), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11287] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2263), 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(2261), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11327] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2267), 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(2265), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11367] = 11,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(1990), 1,
anon_sym_DOT,
ACTIONS(2223), 1,
anon_sym_COLON,
ACTIONS(2269), 1,
anon_sym_COMMA,
ACTIONS(2271), 1,
anon_sym_when,
STATE(1029), 1,
aux_sym_switch_label_repeat2,
STATE(1216), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 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(660), 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_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,
[11423] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2275), 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(2273), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11463] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2162), 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(2160), 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_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,
[11505] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2162), 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(2160), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11545] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1360), 3,
anon_sym_LT,
anon_sym_non_DASHsealed,
anon_sym_ATinterface,
ACTIONS(1358), 28,
anon_sym_class,
anon_sym_default,
anon_sym_synchronized,
anon_sym_AT,
anon_sym_static,
anon_sym_enum,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
anon_sym_abstract,
anon_sym_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,
[11585] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2279), 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(2277), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11625] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2263), 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(2261), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11665] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2283), 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(2281), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11705] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2287), 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(2285), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11745] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2291), 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(2289), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11785] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2295), 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(2293), 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_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,
[11827] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1952), 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(1950), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11867] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1952), 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(1950), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[11907] = 7,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(500), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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(1840), 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,
[11955] = 5,
ACTIONS(2300), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2297), 4,
anon_sym_RPAREN,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_when,
ACTIONS(1919), 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(1917), 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,
[11999] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2305), 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(2303), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[12039] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2309), 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(2307), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[12079] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 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(660), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[12119] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1952), 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(1950), 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_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[12159] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2313), 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(2311), 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_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,
[12201] = 13,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2313), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2311), 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,
[12260] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1360), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(1358), 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,
[12299] = 9,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2313), 4,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
ACTIONS(2311), 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,
[12350] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2333), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[12419] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2243), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[12488] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2249), 2,
anon_sym_AT,
anon_sym_non_DASHsealed,
ACTIONS(2247), 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,
[12527] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2347), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_RBRACK,
anon_sym_when,
anon_sym_SEMI,
[12596] = 12,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2313), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2311), 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,
[12653] = 15,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2311), 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,
[12716] = 16,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2311), 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,
[12781] = 6,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2313), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2311), 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,
[12826] = 15,
ACTIONS(2313), 1,
anon_sym_PIPE,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2311), 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,
[12889] = 14,
ACTIONS(2313), 1,
anon_sym_PIPE,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2311), 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,
[12950] = 7,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2313), 5,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2311), 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,
[12997] = 8,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(1990), 1,
anon_sym_DOT,
ACTIONS(2351), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2349), 3,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_when,
ACTIONS(655), 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(660), 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_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,
[13046] = 5,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(1351), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1485), 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(1481), 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,
[13088] = 8,
ACTIONS(2221), 1,
anon_sym_COMMA,
ACTIONS(2225), 1,
anon_sym_when,
STATE(989), 1,
aux_sym_switch_label_repeat2,
STATE(1216), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2219), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
ACTIONS(655), 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(660), 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_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,
[13136] = 13,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(2353), 1,
sym_identifier,
ACTIONS(2355), 1,
anon_sym_RBRACE,
ACTIONS(2357), 1,
anon_sym_COMMA,
ACTIONS(2359), 1,
anon_sym_SEMI,
STATE(1031), 1,
sym_enum_constant,
STATE(1344), 1,
sym_enum_body_declarations,
STATE(1358), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[13193] = 7,
ACTIONS(1702), 1,
anon_sym_AT,
ACTIONS(2361), 1,
anon_sym_LBRACK,
STATE(596), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1697), 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(1695), 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,
[13238] = 8,
ACTIONS(2219), 1,
anon_sym_COLON,
ACTIONS(2269), 1,
anon_sym_COMMA,
ACTIONS(2271), 1,
anon_sym_when,
STATE(1029), 1,
aux_sym_switch_label_repeat2,
STATE(1216), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 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(660), 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_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,
[13285] = 8,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(1990), 1,
anon_sym_DOT,
ACTIONS(2364), 1,
anon_sym_DASH_GT,
ACTIONS(2366), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 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(660), 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_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,
[13332] = 9,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2313), 4,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
ACTIONS(2311), 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,
[13380] = 12,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(2353), 1,
sym_identifier,
ACTIONS(2359), 1,
anon_sym_SEMI,
ACTIONS(2378), 1,
anon_sym_RBRACE,
STATE(1186), 1,
sym_enum_constant,
STATE(1355), 1,
sym_enum_body_declarations,
STATE(1358), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[13434] = 14,
ACTIONS(2313), 1,
anon_sym_PIPE,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2311), 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,
[13492] = 7,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2313), 5,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2311), 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,
[13536] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1778), 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(1776), 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,
[13572] = 6,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(2388), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(655), 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(660), 16,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_SEMI,
[13614] = 18,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(2390), 1,
anon_sym_AMP_AMP,
ACTIONS(2392), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2394), 1,
anon_sym_PIPE,
ACTIONS(2396), 1,
anon_sym_CARET,
ACTIONS(2398), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2347), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[13680] = 18,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(2390), 1,
anon_sym_AMP_AMP,
ACTIONS(2392), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2394), 1,
anon_sym_PIPE,
ACTIONS(2396), 1,
anon_sym_CARET,
ACTIONS(2398), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2243), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[13746] = 18,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(2390), 1,
anon_sym_AMP_AMP,
ACTIONS(2392), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2394), 1,
anon_sym_PIPE,
ACTIONS(2396), 1,
anon_sym_CARET,
ACTIONS(2398), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2333), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[13812] = 13,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2313), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2311), 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,
[13868] = 12,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(2353), 1,
sym_identifier,
ACTIONS(2359), 1,
anon_sym_SEMI,
ACTIONS(2400), 1,
anon_sym_RBRACE,
STATE(1186), 1,
sym_enum_constant,
STATE(1358), 1,
sym_modifiers,
STATE(1387), 1,
sym_enum_body_declarations,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[13922] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1662), 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(1660), 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,
[13958] = 12,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2313), 2,
anon_sym_AMP,
anon_sym_PIPE,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2311), 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,
[14012] = 15,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(2394), 1,
anon_sym_PIPE,
ACTIONS(2396), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2311), 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,
[14072] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2349), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
ACTIONS(655), 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(660), 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_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,
[14110] = 16,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(2390), 1,
anon_sym_AMP_AMP,
ACTIONS(2394), 1,
anon_sym_PIPE,
ACTIONS(2396), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2311), 6,
anon_sym_PIPE_PIPE,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_COLON,
anon_sym_when,
[14172] = 6,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2313), 7,
anon_sym_AMP,
anon_sym_GT,
anon_sym_LT,
anon_sym_PLUS,
anon_sym_DASH,
anon_sym_PIPE,
anon_sym_GT_GT,
ACTIONS(2311), 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,
[14214] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2402), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[14280] = 15,
ACTIONS(2313), 1,
anon_sym_PIPE,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(2396), 1,
anon_sym_CARET,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2311), 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,
[14340] = 15,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2404), 1,
anon_sym_GT,
ACTIONS(2406), 1,
anon_sym_QMARK,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1143), 2,
sym_wildcard,
sym__type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(786), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[14399] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(651), 2,
anon_sym_while,
anon_sym_else,
ACTIONS(655), 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(660), 16,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
anon_sym_AMP_AMP,
anon_sym_PIPE_PIPE,
anon_sym_STAR,
anon_sym_CARET,
anon_sym_PERCENT,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
anon_sym_instanceof,
anon_sym_QMARK,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
anon_sym_SEMI,
[14436] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2410), 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(2408), 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,
[14481] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2414), 1,
anon_sym_COMMA,
ACTIONS(2416), 1,
anon_sym_SEMI,
STATE(1211), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[14550] = 15,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2406), 1,
anon_sym_QMARK,
ACTIONS(2418), 1,
anon_sym_GT,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1111), 2,
sym_wildcard,
sym__type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(786), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[14609] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2420), 1,
anon_sym_RPAREN,
ACTIONS(2422), 1,
anon_sym_COMMA,
STATE(1183), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[14678] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2424), 1,
anon_sym_RPAREN,
STATE(1106), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[14747] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2426), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[14812] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2428), 1,
anon_sym_RPAREN,
STATE(1125), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[14881] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2430), 1,
anon_sym_RPAREN,
STATE(1167), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[14950] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2432), 1,
anon_sym_RPAREN,
ACTIONS(2434), 1,
anon_sym_COMMA,
STATE(1159), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15019] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2414), 1,
anon_sym_COMMA,
ACTIONS(2436), 1,
anon_sym_SEMI,
STATE(1114), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15088] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2438), 1,
anon_sym_RPAREN,
STATE(1210), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15157] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2440), 1,
anon_sym_RPAREN,
STATE(1187), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15226] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2442), 1,
anon_sym_RPAREN,
STATE(1174), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15295] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2444), 1,
anon_sym_RPAREN,
STATE(1175), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15364] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2446), 1,
anon_sym_RBRACE,
ACTIONS(2448), 1,
anon_sym_COMMA,
STATE(1137), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15433] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2450), 1,
anon_sym_RPAREN,
STATE(1177), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15502] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2452), 1,
anon_sym_RPAREN,
STATE(1179), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15571] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2454), 1,
anon_sym_RPAREN,
STATE(1180), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15640] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2456), 1,
anon_sym_RPAREN,
STATE(1181), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15709] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2458), 1,
anon_sym_RPAREN,
STATE(1182), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15778] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2460), 1,
anon_sym_RPAREN,
STATE(1189), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15847] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2462), 1,
anon_sym_RPAREN,
STATE(1191), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15916] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2464), 1,
anon_sym_RPAREN,
STATE(1192), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[15985] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2466), 1,
anon_sym_RPAREN,
STATE(1193), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16054] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2468), 1,
anon_sym_RPAREN,
STATE(1195), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16123] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2470), 1,
anon_sym_RPAREN,
STATE(1196), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16192] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2472), 1,
anon_sym_RPAREN,
STATE(1197), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16261] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2474), 1,
anon_sym_RPAREN,
STATE(1198), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16330] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2476), 1,
anon_sym_RPAREN,
STATE(1162), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16399] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2478), 1,
anon_sym_RPAREN,
STATE(1133), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16468] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2414), 1,
anon_sym_COMMA,
ACTIONS(2480), 1,
anon_sym_SEMI,
STATE(1209), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16537] = 20,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(2482), 1,
anon_sym_RPAREN,
STATE(1176), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16606] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2484), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[16670] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2402), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[16734] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1760), 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(1762), 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,
[16768] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2486), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[16832] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1772), 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(1774), 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,
[16866] = 18,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2488), 1,
sym_identifier,
ACTIONS(2490), 1,
anon_sym_class,
ACTIONS(2492), 1,
anon_sym_enum,
ACTIONS(2494), 1,
anon_sym_record,
ACTIONS(2496), 1,
anon_sym_ATinterface,
ACTIONS(2498), 1,
anon_sym_interface,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(794), 1,
sym__unannotated_type,
STATE(795), 1,
sym_type_parameters,
STATE(1081), 1,
sym__constructor_declarator,
STATE(1185), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[16930] = 19,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2500), 1,
anon_sym_COLON,
ACTIONS(2502), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[16996] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2504), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[17060] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2506), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[17124] = 4,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2364), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
ACTIONS(655), 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(660), 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_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,
[17160] = 14,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2406), 1,
anon_sym_QMARK,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(1270), 2,
sym_wildcard,
sym__type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(786), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[17216] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2508), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[17280] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2510), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[17344] = 17,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2512), 1,
sym_identifier,
ACTIONS(2516), 1,
anon_sym_DOT,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2520), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(2522), 1,
sym_this,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1203), 1,
aux_sym_receiver_parameter_repeat1,
STATE(1280), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2514), 3,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_COLON_COLON,
STATE(968), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[17406] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2514), 7,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_GT,
anon_sym_PIPE,
anon_sym_COMMA,
anon_sym_LBRACE,
anon_sym_SEMI,
ACTIONS(2524), 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,
[17450] = 5,
ACTIONS(1944), 1,
anon_sym_non_DASHsealed,
ACTIONS(2526), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1941), 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(1946), 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,
[17488] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(2529), 1,
anon_sym_DOT,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1710), 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(1712), 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,
[17528] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(2531), 1,
anon_sym_DOT,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1479), 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(1503), 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,
[17568] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1768), 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(1770), 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,
[17602] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1780), 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(1782), 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,
[17636] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2533), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[17699] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2535), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[17762] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1804), 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(1806), 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,
[17795] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1748), 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(1750), 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,
[17828] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2537), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[17891] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2539), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[17954] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2541), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18017] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2543), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18080] = 14,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1050), 1,
sym__type,
STATE(1413), 1,
sym_type_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18135] = 13,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(1687), 1,
sym_identifier,
STATE(432), 1,
sym__unannotated_type,
STATE(450), 1,
sym_scoped_type_identifier,
STATE(461), 1,
sym_generic_type,
STATE(621), 1,
sym_record_pattern,
STATE(1321), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1691), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(1693), 2,
sym_boolean_type,
sym_void_type,
STATE(487), 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(1689), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18188] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2545), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18251] = 14,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2547), 1,
anon_sym_open,
ACTIONS(2549), 1,
anon_sym_module,
ACTIONS(2551), 1,
anon_sym_package,
STATE(675), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18306] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2553), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18369] = 14,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1050), 1,
sym__type,
STATE(1300), 1,
sym_type_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18424] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2555), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18487] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1808), 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(1810), 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,
[18520] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2557), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18583] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2559), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18646] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2561), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18709] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2563), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18772] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2565), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18835] = 17,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2490), 1,
anon_sym_class,
ACTIONS(2492), 1,
anon_sym_enum,
ACTIONS(2494), 1,
anon_sym_record,
ACTIONS(2496), 1,
anon_sym_ATinterface,
ACTIONS(2498), 1,
anon_sym_interface,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(804), 1,
sym__unannotated_type,
STATE(807), 1,
sym_type_parameters,
STATE(1185), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[18896] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2567), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[18959] = 17,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2490), 1,
anon_sym_class,
ACTIONS(2492), 1,
anon_sym_enum,
ACTIONS(2494), 1,
anon_sym_record,
ACTIONS(2496), 1,
anon_sym_ATinterface,
ACTIONS(2498), 1,
anon_sym_interface,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(807), 1,
sym_type_parameters,
STATE(809), 1,
sym__unannotated_type,
STATE(1185), 1,
sym__method_header,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[19020] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2569), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19083] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2571), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19146] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2573), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19209] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2575), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19272] = 14,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1050), 1,
sym__type,
STATE(1229), 1,
sym_type_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[19327] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2577), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19390] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2579), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19453] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2581), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19516] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2583), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19579] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2585), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19642] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2587), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19705] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2589), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19768] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2591), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19831] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2593), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19894] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2595), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[19957] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(605), 1,
anon_sym_non_DASHsealed,
ACTIONS(2353), 1,
sym_identifier,
STATE(1186), 1,
sym_enum_constant,
STATE(1358), 1,
sym_modifiers,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(601), 3,
anon_sym_public,
anon_sym_protected,
anon_sym_private,
STATE(626), 6,
sym__annotation,
sym_marker_annotation,
sym_annotation,
sym_visibility,
sym__modifier,
aux_sym_modifiers_repeat1,
ACTIONS(597), 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,
[20002] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2597), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20065] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1752), 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(1754), 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,
[20098] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2599), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20161] = 18,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(2601), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20224] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1169), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20276] = 17,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2372), 1,
anon_sym_SLASH,
ACTIONS(2376), 1,
anon_sym_GT_GT,
ACTIONS(2380), 1,
anon_sym_AMP,
ACTIONS(2390), 1,
anon_sym_AMP_AMP,
ACTIONS(2392), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2394), 1,
anon_sym_PIPE,
ACTIONS(2396), 1,
anon_sym_CARET,
ACTIONS(2398), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2368), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2370), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2374), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
ACTIONS(2382), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2384), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2386), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
[20336] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1279), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20388] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1283), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20440] = 4,
ACTIONS(2529), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1710), 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(1712), 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,
[20474] = 17,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2603), 1,
sym_identifier,
ACTIONS(2605), 1,
anon_sym_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(876), 1,
sym__reserved_identifier,
STATE(1043), 1,
sym__method_declarator,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1384), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[20534] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1814), 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(1812), 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,
[20566] = 6,
ACTIONS(2607), 1,
anon_sym_LPAREN,
ACTIONS(2609), 1,
anon_sym_DOT,
STATE(821), 1,
sym_annotation_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1836), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1832), 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,
[20604] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(925), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20656] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1092), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20708] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1087), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20760] = 17,
ACTIONS(2325), 1,
anon_sym_SLASH,
ACTIONS(2329), 1,
anon_sym_GT_GT,
ACTIONS(2331), 1,
anon_sym_instanceof,
ACTIONS(2335), 1,
anon_sym_AMP,
ACTIONS(2337), 1,
anon_sym_AMP_AMP,
ACTIONS(2339), 1,
anon_sym_PIPE_PIPE,
ACTIONS(2341), 1,
anon_sym_PIPE,
ACTIONS(2343), 1,
anon_sym_CARET,
ACTIONS(2345), 1,
anon_sym_QMARK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2255), 2,
anon_sym_PLUS_PLUS,
anon_sym_DASH_DASH,
ACTIONS(2315), 2,
anon_sym_GT,
anon_sym_LT,
ACTIONS(2317), 2,
anon_sym_GT_EQ,
anon_sym_LT_EQ,
ACTIONS(2319), 2,
anon_sym_EQ_EQ,
anon_sym_BANG_EQ,
ACTIONS(2321), 2,
anon_sym_PLUS,
anon_sym_DASH,
ACTIONS(2323), 2,
anon_sym_STAR,
anon_sym_PERCENT,
ACTIONS(2327), 2,
anon_sym_LT_LT,
anon_sym_GT_GT_GT,
[20820] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1712), 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(1710), 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,
[20852] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1134), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20904] = 13,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(721), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(839), 1,
sym_annotated_type,
STATE(1068), 1,
sym__type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(812), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[20956] = 12,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2611), 1,
anon_sym_QMARK,
STATE(675), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21005] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1800), 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(1798), 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,
[21036] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1075), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1347), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21091] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(571), 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(569), 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,
[21122] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1384), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21177] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(571), 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(569), 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,
[21208] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1097), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1347), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21263] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1101), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1347), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21318] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2603), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(876), 1,
sym__reserved_identifier,
STATE(1043), 1,
sym__method_declarator,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1382), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21372] = 11,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2613), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(843), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(810), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21418] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2603), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(876), 1,
sym__reserved_identifier,
STATE(1043), 1,
sym__method_declarator,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1407), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21472] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2615), 1,
sym_identifier,
STATE(826), 1,
sym_type_arguments,
STATE(862), 1,
sym_scoped_type_identifier,
STATE(885), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2617), 2,
sym_boolean_type,
sym_void_type,
STATE(892), 2,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21520] = 11,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(873), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21566] = 14,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2490), 1,
anon_sym_class,
ACTIONS(2492), 1,
anon_sym_enum,
ACTIONS(2494), 1,
anon_sym_record,
ACTIONS(2496), 1,
anon_sym_ATinterface,
ACTIONS(2498), 1,
anon_sym_interface,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(818), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21618] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2512), 1,
sym_identifier,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2520), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(2522), 1,
sym_this,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1203), 1,
aux_sym_receiver_parameter_repeat1,
STATE(1280), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(968), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21672] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2619), 1,
sym_identifier,
STATE(828), 1,
sym_type_arguments,
STATE(1039), 1,
sym_scoped_type_identifier,
STATE(1164), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2621), 2,
sym_boolean_type,
sym_void_type,
STATE(1249), 2,
sym_integral_type,
sym_floating_point_type,
STATE(802), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21720] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2623), 1,
sym_identifier,
STATE(826), 1,
sym_type_arguments,
STATE(1028), 1,
sym_scoped_type_identifier,
STATE(1128), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2625), 2,
sym_boolean_type,
sym_void_type,
STATE(1306), 2,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21768] = 11,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(911), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21814] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2603), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(876), 1,
sym__reserved_identifier,
STATE(1043), 1,
sym__method_declarator,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1370), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21868] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2603), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(876), 1,
sym__reserved_identifier,
STATE(1043), 1,
sym__method_declarator,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1356), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[21922] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2627), 1,
sym_identifier,
STATE(828), 1,
sym_type_arguments,
STATE(870), 1,
sym_scoped_type_identifier,
STATE(879), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2629), 2,
sym_boolean_type,
sym_void_type,
STATE(899), 2,
sym_integral_type,
sym_floating_point_type,
STATE(797), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[21970] = 11,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(843), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(810), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22016] = 14,
ACTIONS(1518), 1,
sym_identifier,
ACTIONS(2490), 1,
anon_sym_class,
ACTIONS(2492), 1,
anon_sym_enum,
ACTIONS(2494), 1,
anon_sym_record,
ACTIONS(2496), 1,
anon_sym_ATinterface,
ACTIONS(2498), 1,
anon_sym_interface,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(817), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22068] = 15,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2603), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(876), 1,
sym__reserved_identifier,
STATE(1043), 1,
sym__method_declarator,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1400), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22122] = 11,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(846), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22168] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2631), 1,
sym_identifier,
STATE(828), 1,
sym_type_arguments,
STATE(868), 1,
sym_scoped_type_identifier,
STATE(886), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2633), 2,
sym_boolean_type,
sym_void_type,
STATE(900), 2,
sym_integral_type,
sym_floating_point_type,
STATE(813), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22216] = 11,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(1518), 1,
sym_identifier,
STATE(675), 1,
sym__unannotated_type,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22262] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2635), 1,
sym_identifier,
STATE(826), 1,
sym_type_arguments,
STATE(865), 1,
sym_scoped_type_identifier,
STATE(881), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2637), 2,
sym_boolean_type,
sym_void_type,
STATE(891), 2,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22310] = 5,
ACTIONS(2643), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2641), 2,
anon_sym_LT,
anon_sym_QMARK,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2639), 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,
[22343] = 13,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1049), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1383), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22392] = 14,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2646), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(898), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1356), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22443] = 14,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2518), 1,
sym_underscore_pattern,
ACTIONS(2648), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(890), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1370), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22494] = 13,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1400), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22543] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2118), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(2116), 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,
[22572] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1998), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1996), 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,
[22601] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1962), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1960), 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,
[22630] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1966), 7,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_LT,
anon_sym_COMMA,
anon_sym_QMARK,
anon_sym_SEMI,
anon_sym_AT,
ACTIONS(1964), 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,
[22659] = 13,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1394), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22708] = 13,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1098), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1383), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22757] = 13,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1102), 1,
sym__variable_declarator_id,
STATE(1202), 1,
sym_variable_declarator,
STATE(1383), 1,
sym__variable_declarator_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22806] = 10,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2650), 1,
sym_identifier,
STATE(1037), 1,
sym_scoped_type_identifier,
STATE(1165), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2652), 2,
sym_boolean_type,
sym_void_type,
STATE(1218), 2,
sym_integral_type,
sym_floating_point_type,
STATE(831), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22848] = 12,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2654), 1,
anon_sym_DOT_DOT_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1309), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(967), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[22894] = 10,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2656), 1,
sym_identifier,
STATE(1018), 1,
sym_scoped_type_identifier,
STATE(1188), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2658), 2,
sym_boolean_type,
sym_void_type,
STATE(1320), 2,
sym_integral_type,
sym_floating_point_type,
STATE(830), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[22936] = 15,
ACTIONS(13), 1,
anon_sym_DQUOTE,
ACTIONS(15), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2660), 1,
sym_identifier,
ACTIONS(2662), 1,
anon_sym_new,
ACTIONS(2664), 1,
sym_this,
ACTIONS(2666), 1,
sym_super,
STATE(427), 1,
sym__reserved_identifier,
STATE(571), 1,
sym_string_literal,
STATE(572), 1,
sym__unqualified_object_creation_expression,
STATE(928), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(585), 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,
[22988] = 10,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2668), 1,
sym_identifier,
STATE(1020), 1,
sym_scoped_type_identifier,
STATE(1107), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2670), 2,
sym_boolean_type,
sym_void_type,
STATE(1282), 2,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[23030] = 10,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2672), 1,
sym_identifier,
STATE(1032), 1,
sym_scoped_type_identifier,
STATE(1150), 1,
sym_generic_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(2674), 2,
sym_boolean_type,
sym_void_type,
STATE(1284), 2,
sym_integral_type,
sym_floating_point_type,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[23072] = 15,
ACTIONS(13), 1,
anon_sym_DQUOTE,
ACTIONS(15), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2660), 1,
sym_identifier,
ACTIONS(2662), 1,
anon_sym_new,
ACTIONS(2664), 1,
sym_this,
ACTIONS(2676), 1,
sym_super,
STATE(427), 1,
sym__reserved_identifier,
STATE(571), 1,
sym_string_literal,
STATE(572), 1,
sym__unqualified_object_creation_expression,
STATE(954), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(585), 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,
[23124] = 15,
ACTIONS(13), 1,
anon_sym_DQUOTE,
ACTIONS(15), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2662), 1,
anon_sym_new,
ACTIONS(2678), 1,
sym_identifier,
ACTIONS(2680), 1,
sym_this,
ACTIONS(2682), 1,
sym_super,
STATE(501), 1,
sym__reserved_identifier,
STATE(571), 1,
sym_string_literal,
STATE(572), 1,
sym__unqualified_object_creation_expression,
STATE(954), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(585), 2,
sym__string_literal,
sym__multiline_string_literal,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[23176] = 12,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2520), 1,
anon_sym_DOT_DOT_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1280), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(968), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[23222] = 11,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(880), 1,
sym__reserved_identifier,
STATE(1366), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[23265] = 10,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1499), 1,
anon_sym_DOT,
ACTIONS(1503), 1,
anon_sym_AT,
STATE(570), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1496), 2,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
ACTIONS(2684), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
ACTIONS(1479), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[23306] = 12,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
ACTIONS(2686), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1315), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[23351] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2690), 1,
anon_sym_PIPE,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(916), 1,
aux_sym_catch_type_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2688), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[23390] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2514), 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(2524), 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,
[23417] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(2692), 1,
anon_sym_DOT,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1712), 6,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
anon_sym_DOT_DOT_DOT,
ACTIONS(1710), 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,
[23450] = 12,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
ACTIONS(2695), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1074), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[23495] = 10,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(2697), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(580), 1,
sym_block,
STATE(730), 1,
sym_type_arguments,
STATE(1223), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1503), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1479), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[23535] = 11,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2701), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1080), 1,
sym__method_declarator,
STATE(1297), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[23577] = 10,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(838), 1,
sym__unannotated_type,
STATE(921), 1,
sym_catch_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[23617] = 10,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(2697), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(558), 1,
sym_block,
STATE(730), 1,
sym_type_arguments,
STATE(1223), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1503), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1479), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[23657] = 11,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2701), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1090), 1,
sym__method_declarator,
STATE(1297), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[23699] = 10,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2703), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1241), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[23738] = 9,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(825), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[23775] = 10,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2705), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1072), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[23814] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2709), 3,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_AT,
ACTIONS(2707), 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,
[23839] = 10,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2695), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1074), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[23878] = 4,
ACTIONS(2692), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1712), 6,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
anon_sym_DOT_DOT_DOT,
ACTIONS(1710), 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,
[23905] = 9,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(847), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[23942] = 9,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(849), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[23979] = 9,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(815), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[24016] = 10,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2686), 1,
sym_identifier,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1315), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 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,
[24055] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2713), 3,
anon_sym_LPAREN,
anon_sym_LBRACE,
anon_sym_AT,
ACTIONS(2711), 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,
[24080] = 9,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(835), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[24117] = 9,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(827), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[24154] = 9,
ACTIONS(1518), 1,
sym_identifier,
STATE(723), 1,
sym_scoped_type_identifier,
STATE(775), 1,
sym_generic_type,
STATE(824), 1,
sym__unannotated_type,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(91), 2,
anon_sym_float,
anon_sym_double,
ACTIONS(93), 2,
sym_boolean_type,
sym_void_type,
STATE(783), 3,
sym_array_type,
sym_integral_type,
sym_floating_point_type,
ACTIONS(89), 5,
anon_sym_byte,
anon_sym_short,
anon_sym_int,
anon_sym_long,
anon_sym_char,
[24191] = 4,
ACTIONS(2715), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2402), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
ACTIONS(1948), 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,
[24217] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(510), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1316), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(455), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24259] = 8,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOT,
STATE(612), 1,
sym_record_pattern_body,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1712), 3,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
ACTIONS(1710), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[24293] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(509), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1312), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(888), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24335] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(510), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1316), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(893), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24377] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(495), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1245), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(894), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24419] = 6,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(596), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(1697), 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,
[24449] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(507), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1294), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(895), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24491] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(509), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1312), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(453), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24533] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(507), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1294), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(456), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24575] = 12,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(495), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1245), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(454), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24617] = 8,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(2697), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(730), 1,
sym_type_arguments,
STATE(1304), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1503), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1479), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[24650] = 10,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2724), 1,
sym_identifier,
ACTIONS(2726), 1,
sym_this,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1172), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2410), 3,
anon_sym_RPAREN,
anon_sym_AMP,
anon_sym_COLON_COLON,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24687] = 8,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(612), 1,
sym_record_pattern_body,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1503), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1479), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[24720] = 8,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(612), 1,
sym_record_pattern_body,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1712), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1710), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[24753] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2697), 1,
anon_sym_LPAREN,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(901), 1,
sym_formal_parameters,
STATE(1023), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2728), 3,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_SEMI,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24787] = 9,
ACTIONS(2730), 1,
anon_sym_RBRACE,
ACTIONS(2732), 1,
anon_sym_requires,
ACTIONS(2734), 1,
anon_sym_exports,
ACTIONS(2736), 1,
anon_sym_opens,
ACTIONS(2738), 1,
anon_sym_uses,
ACTIONS(2740), 1,
anon_sym_provides,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(882), 2,
sym_module_directive,
aux_sym_module_body_repeat1,
STATE(972), 5,
sym_requires_module_directive,
sym_exports_module_directive,
sym_opens_module_directive,
sym_uses_module_directive,
sym_provides_module_directive,
[24821] = 9,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2742), 1,
sym_identifier,
STATE(910), 1,
aux_sym_requires_module_directive_repeat1,
STATE(933), 1,
sym_requires_modifier,
STATE(1275), 1,
sym_scoped_identifier,
STATE(1276), 1,
sym__reserved_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2744), 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,
[24855] = 10,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(507), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1294), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(456), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24891] = 7,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1023), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
ACTIONS(2728), 5,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_SEMI,
[24921] = 10,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(510), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1316), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(893), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[24957] = 9,
ACTIONS(2746), 1,
anon_sym_RBRACE,
ACTIONS(2748), 1,
anon_sym_requires,
ACTIONS(2751), 1,
anon_sym_exports,
ACTIONS(2754), 1,
anon_sym_opens,
ACTIONS(2757), 1,
anon_sym_uses,
ACTIONS(2760), 1,
anon_sym_provides,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(882), 2,
sym_module_directive,
aux_sym_module_body_repeat1,
STATE(972), 5,
sym_requires_module_directive,
sym_exports_module_directive,
sym_opens_module_directive,
sym_uses_module_directive,
sym_provides_module_directive,
[24991] = 8,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2763), 1,
sym_identifier,
STATE(878), 1,
aux_sym_requires_module_directive_repeat1,
STATE(933), 1,
sym_requires_modifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2744), 2,
anon_sym_transitive,
anon_sym_static,
STATE(1302), 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,
[25023] = 6,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(2721), 1,
anon_sym_DOT,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1712), 3,
anon_sym_LBRACK,
anon_sym_COLON_COLON,
anon_sym_AT,
ACTIONS(1710), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[25051] = 10,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(510), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1316), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(455), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25087] = 10,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(507), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1294), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(895), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25123] = 9,
ACTIONS(2732), 1,
anon_sym_requires,
ACTIONS(2734), 1,
anon_sym_exports,
ACTIONS(2736), 1,
anon_sym_opens,
ACTIONS(2738), 1,
anon_sym_uses,
ACTIONS(2740), 1,
anon_sym_provides,
ACTIONS(2765), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(877), 2,
sym_module_directive,
aux_sym_module_body_repeat1,
STATE(972), 5,
sym_requires_module_directive,
sym_exports_module_directive,
sym_opens_module_directive,
sym_uses_module_directive,
sym_provides_module_directive,
[25157] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(526), 1,
sym_dimensions,
STATE(941), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1726), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25188] = 6,
ACTIONS(1714), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1712), 2,
anon_sym_LBRACK,
anon_sym_AT,
ACTIONS(1710), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[25215] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2767), 1,
anon_sym_LPAREN,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1023), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2728), 3,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_SEMI,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25246] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(510), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1316), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(893), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25279] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(510), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1316), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(455), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25312] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(540), 1,
sym_dimensions,
STATE(941), 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(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25343] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(544), 1,
sym_dimensions,
STATE(941), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1732), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25374] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(521), 1,
sym_dimensions,
STATE(941), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1740), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(478), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25405] = 9,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2678), 1,
sym_identifier,
ACTIONS(2680), 1,
sym_this,
ACTIONS(2682), 1,
sym_super,
STATE(501), 1,
sym__reserved_identifier,
STATE(954), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25438] = 9,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2660), 1,
sym_identifier,
ACTIONS(2664), 1,
sym_this,
ACTIONS(2676), 1,
sym_super,
STATE(427), 1,
sym__reserved_identifier,
STATE(954), 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,
[25471] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2769), 1,
anon_sym_LPAREN,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1023), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2728), 3,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_SEMI,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25502] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(507), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1294), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(456), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25535] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2717), 1,
anon_sym_LBRACK,
STATE(507), 1,
sym_argument_list,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1294), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(895), 2,
sym_dimensions_expr,
aux_sym_array_creation_expression_repeat2,
STATE(982), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25568] = 7,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1194), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2771), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_throws,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25596] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2773), 1,
anon_sym_DOT,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1023), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2728), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25626] = 6,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2775), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(571), 2,
anon_sym_DOT,
anon_sym_SEMI,
STATE(1274), 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,
[25652] = 7,
ACTIONS(1398), 1,
anon_sym_yield,
STATE(880), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1266), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25680] = 8,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2777), 1,
sym_identifier,
ACTIONS(2779), 1,
sym_this,
STATE(429), 1,
sym__reserved_identifier,
STATE(947), 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,
[25710] = 7,
ACTIONS(1398), 1,
anon_sym_yield,
STATE(880), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1308), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25738] = 7,
ACTIONS(1398), 1,
anon_sym_yield,
STATE(880), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1291), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25766] = 8,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2781), 1,
sym_identifier,
ACTIONS(2783), 1,
sym_this,
STATE(505), 1,
sym__reserved_identifier,
STATE(947), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25796] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2785), 1,
anon_sym_default,
ACTIONS(2787), 1,
anon_sym_SEMI,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1149), 1,
sym_dimensions,
STATE(1418), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25828] = 5,
STATE(910), 1,
aux_sym_requires_module_directive_repeat1,
STATE(933), 1,
sym_requires_modifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2791), 2,
anon_sym_transitive,
anon_sym_static,
ACTIONS(2789), 7,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[25852] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2724), 1,
sym_identifier,
ACTIONS(2726), 1,
sym_this,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
STATE(1172), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25884] = 7,
ACTIONS(1398), 1,
anon_sym_yield,
STATE(880), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1327), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25912] = 9,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2785), 1,
anon_sym_default,
ACTIONS(2794), 1,
anon_sym_SEMI,
STATE(867), 1,
aux_sym_dimensions_repeat1,
STATE(1120), 1,
sym_dimensions,
STATE(1412), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[25944] = 7,
ACTIONS(1398), 1,
anon_sym_yield,
STATE(880), 1,
sym__reserved_identifier,
STATE(1093), 1,
sym__variable_declarator_id,
STATE(1237), 1,
sym_variable_declarator,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[25972] = 11,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2796), 1,
anon_sym_extends,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(281), 1,
sym_class_body,
STATE(953), 1,
sym_type_parameters,
STATE(987), 1,
sym_superclass,
STATE(1103), 1,
sym_super_interfaces,
STATE(1219), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[26007] = 4,
ACTIONS(2690), 1,
anon_sym_PIPE,
STATE(917), 1,
aux_sym_catch_type_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2802), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[26028] = 4,
ACTIONS(2806), 1,
anon_sym_PIPE,
STATE(917), 1,
aux_sym_catch_type_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2804), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[26049] = 7,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2809), 1,
sym_identifier,
ACTIONS(2811), 1,
anon_sym_module,
ACTIONS(2813), 1,
anon_sym_static,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1230), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(69), 4,
anon_sym_open,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26076] = 8,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2412), 1,
anon_sym_LBRACK,
ACTIONS(2514), 1,
anon_sym_COLON_COLON,
ACTIONS(2605), 1,
anon_sym_DOT,
STATE(651), 1,
aux_sym_dimensions_repeat1,
STATE(777), 1,
sym_dimensions,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[26105] = 11,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2796), 1,
anon_sym_extends,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(275), 1,
sym_class_body,
STATE(948), 1,
sym_type_parameters,
STATE(999), 1,
sym_superclass,
STATE(1082), 1,
sym_super_interfaces,
STATE(1257), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[26140] = 6,
ACTIONS(1398), 1,
anon_sym_yield,
STATE(880), 1,
sym__reserved_identifier,
STATE(1352), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26165] = 6,
ACTIONS(1398), 1,
anon_sym_yield,
STATE(880), 1,
sym__reserved_identifier,
STATE(1349), 1,
sym__variable_declarator_id,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2518), 2,
sym_underscore_pattern,
sym_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26190] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2815), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1281), 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,
[26212] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2817), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1062), 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,
[26234] = 3,
ACTIONS(2819), 1,
anon_sym_PIPE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2804), 8,
sym_underscore_pattern,
anon_sym_yield,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
sym_identifier,
[26252] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2821), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1296), 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,
[26274] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2823), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1227), 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,
[26296] = 6,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2825), 1,
sym_identifier,
ACTIONS(2827), 1,
sym_super,
STATE(1337), 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,
[26320] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2829), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1139), 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,
[26342] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2831), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1142), 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,
[26364] = 6,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2833), 1,
sym_identifier,
STATE(1269), 1,
sym_element_value_pair,
STATE(1391), 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,
[26388] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2835), 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,
[26404] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2837), 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,
[26420] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2839), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(492), 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,
[26442] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2841), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1108), 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,
[26464] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2843), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1109), 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,
[26486] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2845), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1271), 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,
[26508] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2847), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1278), 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,
[26530] = 5,
ACTIONS(1398), 1,
anon_sym_yield,
ACTIONS(2849), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(512), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(1400), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26552] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2851), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1206), 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,
[26574] = 6,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2361), 1,
anon_sym_LBRACK,
STATE(596), 1,
aux_sym_dimensions_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1697), 2,
anon_sym_DOT,
anon_sym_COLON_COLON,
STATE(1011), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[26598] = 5,
ACTIONS(2853), 1,
sym_identifier,
ACTIONS(2855), 1,
anon_sym_yield,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(778), 2,
sym_scoped_identifier,
sym__reserved_identifier,
ACTIONS(2857), 5,
anon_sym_open,
anon_sym_module,
anon_sym_with,
anon_sym_sealed,
anon_sym_record,
[26620] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2859), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1117), 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,
[26642] = 8,
ACTIONS(2861), 1,
anon_sym_RBRACE,
ACTIONS(2863), 1,
anon_sym_case,
ACTIONS(2865), 1,
anon_sym_default,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1267), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(969), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
STATE(998), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[26670] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2867), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1060), 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,
[26692] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2869), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(1061), 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,
[26714] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2871), 1,
sym_identifier,
STATE(1310), 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,
[26735] = 9,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2796), 1,
anon_sym_extends,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(302), 1,
sym_class_body,
STATE(973), 1,
sym_superclass,
STATE(1047), 1,
sym_super_interfaces,
STATE(1331), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[26764] = 6,
ACTIONS(2873), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(2877), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(2879), 1,
sym_escape_sequence,
ACTIONS(2875), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
STATE(952), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[26787] = 9,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2883), 1,
anon_sym_extends,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(278), 1,
sym_interface_body,
STATE(1003), 1,
sym_type_parameters,
STATE(1086), 1,
sym_extends_interfaces,
STATE(1289), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[26816] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2887), 1,
sym_identifier,
STATE(1298), 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,
[26837] = 6,
ACTIONS(2889), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(2894), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(2897), 1,
sym_escape_sequence,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2891), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
STATE(952), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[26860] = 9,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2796), 1,
anon_sym_extends,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(258), 1,
sym_class_body,
STATE(981), 1,
sym_superclass,
STATE(1073), 1,
sym_super_interfaces,
STATE(1318), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[26889] = 5,
ACTIONS(581), 1,
anon_sym_yield,
ACTIONS(2825), 1,
sym_identifier,
STATE(1337), 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,
[26910] = 6,
ACTIONS(2877), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(2900), 1,
anon_sym_DQUOTE_DQUOTE_DQUOTE,
ACTIONS(2902), 1,
sym_escape_sequence,
ACTIONS(2875), 2,
aux_sym__multiline_string_fragment_token1,
aux_sym__multiline_string_fragment_token2,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
STATE(949), 3,
sym__multiline_string_fragment,
sym_string_interpolation,
aux_sym__multiline_string_literal_repeat1,
[26933] = 9,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2883), 1,
anon_sym_extends,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(381), 1,
sym_interface_body,
STATE(1010), 1,
sym_type_parameters,
STATE(1099), 1,
sym_extends_interfaces,
STATE(1326), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[26962] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2904), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[26976] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2906), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[26990] = 6,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(1041), 1,
sym_argument_list,
STATE(1190), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2908), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[27012] = 7,
ACTIONS(2910), 1,
anon_sym_RBRACE,
ACTIONS(2912), 1,
anon_sym_case,
ACTIONS(2915), 1,
anon_sym_default,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1376), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(960), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
[27036] = 5,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2918), 1,
sym_identifier,
STATE(1132), 1,
sym_type_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(974), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27056] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2920), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[27070] = 6,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(1021), 1,
sym_argument_list,
STATE(1113), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2922), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[27092] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2924), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[27106] = 5,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2918), 1,
sym_identifier,
STATE(1299), 1,
sym_type_parameter,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(974), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27126] = 4,
ACTIONS(2926), 1,
anon_sym_AT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2641), 2,
anon_sym_LBRACK,
anon_sym_DOT_DOT_DOT,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27144] = 5,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2929), 1,
anon_sym_LBRACK,
ACTIONS(2931), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27164] = 5,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2929), 1,
anon_sym_LBRACK,
ACTIONS(2933), 1,
anon_sym_DOT_DOT_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27184] = 7,
ACTIONS(2865), 1,
anon_sym_default,
ACTIONS(2935), 1,
anon_sym_RBRACE,
ACTIONS(2937), 1,
anon_sym_case,
STATE(7), 1,
aux_sym_switch_block_statement_group_repeat1,
STATE(1376), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(960), 2,
sym_switch_block_statement_group,
aux_sym_switch_block_repeat1,
[27208] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2939), 7,
anon_sym_DASH_GT,
anon_sym_LBRACK,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_AT,
anon_sym_implements,
anon_sym_throws,
[27222] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2941), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(985), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27239] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2943), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27252] = 7,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(331), 1,
sym_class_body,
STATE(1091), 1,
sym_super_interfaces,
STATE(1317), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[27275] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2945), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27292] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2947), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27309] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2949), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27322] = 6,
ACTIONS(2951), 1,
anon_sym_DQUOTE,
ACTIONS(2953), 1,
sym_string_fragment,
ACTIONS(2955), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(2957), 1,
sym_escape_sequence,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
STATE(1012), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[27343] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2959), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27356] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2961), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27373] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2963), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(984), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27390] = 7,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(282), 1,
sym_class_body,
STATE(1096), 1,
sym_super_interfaces,
STATE(1231), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[27413] = 4,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2965), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27430] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2967), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27443] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2969), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27460] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2971), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(814), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27477] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2973), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(979), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27494] = 7,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(259), 1,
sym_class_body,
STATE(1089), 1,
sym_super_interfaces,
STATE(1228), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[27517] = 6,
ACTIONS(2975), 1,
anon_sym_RBRACE,
ACTIONS(2977), 1,
anon_sym_case,
ACTIONS(2980), 1,
anon_sym_default,
STATE(1396), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(988), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[27538] = 6,
ACTIONS(2221), 1,
anon_sym_COMMA,
ACTIONS(2225), 1,
anon_sym_when,
STATE(1040), 1,
aux_sym_switch_label_repeat2,
STATE(1264), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2983), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[27559] = 6,
ACTIONS(2225), 1,
anon_sym_when,
ACTIONS(2985), 1,
anon_sym_COMMA,
STATE(1015), 1,
aux_sym_switch_label_repeat1,
STATE(1264), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2983), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[27580] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2987), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27593] = 6,
ACTIONS(2225), 1,
anon_sym_when,
ACTIONS(2985), 1,
anon_sym_COMMA,
STATE(990), 1,
aux_sym_switch_label_repeat1,
STATE(1216), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2219), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[27614] = 4,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2989), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27631] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2987), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27644] = 4,
ACTIONS(583), 1,
anon_sym_AT,
ACTIONS(2991), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(975), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27661] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2993), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27674] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2987), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27687] = 6,
ACTIONS(2863), 1,
anon_sym_case,
ACTIONS(2865), 1,
anon_sym_default,
ACTIONS(2935), 1,
anon_sym_RBRACE,
STATE(1396), 1,
sym_switch_label,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(988), 2,
sym_switch_rule,
aux_sym_switch_block_repeat2,
[27708] = 7,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(303), 1,
sym_class_body,
STATE(1048), 1,
sym_super_interfaces,
STATE(1232), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[27731] = 4,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2995), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27748] = 4,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2997), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27765] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2999), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27778] = 7,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2883), 1,
anon_sym_extends,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(308), 1,
sym_interface_body,
STATE(1053), 1,
sym_extends_interfaces,
STATE(1254), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[27801] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3001), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27814] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3003), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27827] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3005), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27840] = 6,
ACTIONS(2955), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3007), 1,
anon_sym_DQUOTE,
ACTIONS(3009), 1,
sym_string_fragment,
ACTIONS(3011), 1,
sym_escape_sequence,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
STATE(977), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[27861] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3013), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27874] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3015), 6,
anon_sym_RBRACE,
anon_sym_requires,
anon_sym_exports,
anon_sym_opens,
anon_sym_uses,
anon_sym_provides,
[27887] = 7,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2883), 1,
anon_sym_extends,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(272), 1,
sym_interface_body,
STATE(1066), 1,
sym_extends_interfaces,
STATE(1314), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[27910] = 4,
ACTIONS(599), 1,
anon_sym_AT,
ACTIONS(2929), 1,
anon_sym_LBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(966), 4,
sym__annotation,
sym_marker_annotation,
sym_annotation,
aux_sym_array_creation_expression_repeat1,
[27927] = 6,
ACTIONS(3017), 1,
anon_sym_DQUOTE,
ACTIONS(3019), 1,
sym_string_fragment,
ACTIONS(3022), 1,
anon_sym_BSLASH_LBRACE,
ACTIONS(3025), 1,
sym_escape_sequence,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
STATE(1012), 2,
sym_string_interpolation,
aux_sym__string_literal_repeat1,
[27948] = 2,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3028), 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,
[27960] = 3,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2684), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
ACTIONS(1481), 3,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
[27974] = 4,
ACTIONS(3032), 1,
anon_sym_COMMA,
STATE(1015), 1,
aux_sym_switch_label_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3030), 3,
anon_sym_DASH_GT,
anon_sym_COLON,
anon_sym_when,
[27990] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(570), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(1481), 3,
anon_sym_LBRACK,
anon_sym_DOT,
anon_sym_COLON_COLON,
[28006] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(498), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28026] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(497), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28046] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(502), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28066] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(499), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28086] = 4,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(1184), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3035), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[28102] = 6,
ACTIONS(2359), 1,
anon_sym_SEMI,
ACTIONS(2378), 1,
anon_sym_RBRACE,
ACTIONS(3037), 1,
anon_sym_COMMA,
STATE(1088), 1,
aux_sym_enum_body_repeat1,
STATE(1355), 1,
sym_enum_body_declarations,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28122] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3039), 5,
anon_sym_RPAREN,
anon_sym_EQ,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_SEMI,
[28134] = 2,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3041), 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,
[28146] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(494), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28166] = 4,
STATE(1330), 1,
sym__wildcard_bounds,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3043), 2,
anon_sym_GT,
anon_sym_COMMA,
ACTIONS(3045), 2,
anon_sym_extends,
sym_super,
[28182] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(495), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28202] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(510), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28222] = 6,
ACTIONS(2269), 1,
anon_sym_COMMA,
ACTIONS(2271), 1,
anon_sym_when,
ACTIONS(2983), 1,
anon_sym_COLON,
STATE(1051), 1,
aux_sym_switch_label_repeat2,
STATE(1264), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28242] = 6,
ACTIONS(2271), 1,
anon_sym_when,
ACTIONS(2983), 1,
anon_sym_COLON,
ACTIONS(2985), 1,
anon_sym_COMMA,
STATE(1015), 1,
aux_sym_switch_label_repeat1,
STATE(1264), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28262] = 6,
ACTIONS(2359), 1,
anon_sym_SEMI,
ACTIONS(3047), 1,
anon_sym_RBRACE,
ACTIONS(3049), 1,
anon_sym_COMMA,
STATE(1022), 1,
aux_sym_enum_body_repeat1,
STATE(1365), 1,
sym_enum_body_declarations,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28282] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(508), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28302] = 6,
ACTIONS(2219), 1,
anon_sym_COLON,
ACTIONS(2271), 1,
anon_sym_when,
ACTIONS(2985), 1,
anon_sym_COMMA,
STATE(1030), 1,
aux_sym_switch_label_repeat1,
STATE(1216), 1,
sym_guard,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28322] = 4,
ACTIONS(3051), 1,
anon_sym_COMMA,
STATE(1034), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3054), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_permits,
[28338] = 5,
ACTIONS(3056), 1,
anon_sym_catch,
ACTIONS(3058), 1,
anon_sym_finally,
STATE(338), 1,
sym_finally_clause,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
STATE(191), 2,
sym_catch_clause,
aux_sym_try_statement_repeat1,
[28356] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(504), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28376] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(503), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28396] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2699), 1,
anon_sym_DOT,
STATE(509), 1,
sym_argument_list,
STATE(730), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28416] = 6,
ACTIONS(243), 1,
anon_sym_LT,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(507), 1,
sym_argument_list,
STATE(768), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28436] = 4,
ACTIONS(3060), 1,
anon_sym_COMMA,
STATE(1040), 1,
aux_sym_switch_label_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2349), 3,
anon_sym_DASH_GT,
anon_sym_COLON,
anon_sym_when,
[28452] = 4,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(1152), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3063), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[28468] = 4,
STATE(1286), 1,
sym__wildcard_bounds,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3045), 2,
anon_sym_extends,
sym_super,
ACTIONS(3065), 2,
anon_sym_GT,
anon_sym_COMMA,
[28484] = 4,
ACTIONS(3069), 1,
anon_sym_throws,
STATE(1251), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3067), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[28499] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3030), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[28510] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3071), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[28521] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3073), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[28532] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(332), 1,
sym_class_body,
STATE(1319), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28549] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(334), 1,
sym_class_body,
STATE(1324), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28566] = 4,
ACTIONS(3075), 1,
anon_sym_EQ,
ACTIONS(3079), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3077), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[28581] = 4,
ACTIONS(3081), 1,
anon_sym_COMMA,
STATE(1095), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3083), 2,
anon_sym_LBRACE,
anon_sym_permits,
[28596] = 4,
ACTIONS(3085), 1,
anon_sym_COMMA,
STATE(1051), 1,
aux_sym_switch_label_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2349), 2,
anon_sym_COLON,
anon_sym_when,
[28611] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
STATE(337), 1,
sym_class_body,
STATE(1215), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28628] = 5,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(340), 1,
sym_interface_body,
STATE(1336), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28645] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3088), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[28656] = 4,
ACTIONS(3081), 1,
anon_sym_COMMA,
STATE(1034), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3090), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[28671] = 4,
ACTIONS(3092), 1,
anon_sym_AMP,
STATE(1056), 1,
aux_sym_type_bound_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3095), 2,
anon_sym_GT,
anon_sym_COMMA,
[28686] = 5,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(3097), 1,
anon_sym_RPAREN,
ACTIONS(3099), 1,
anon_sym_AMP,
STATE(1170), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28703] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
STATE(295), 1,
sym_class_body,
STATE(1295), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28720] = 5,
ACTIONS(3101), 1,
anon_sym_LPAREN,
ACTIONS(3103), 1,
anon_sym_LBRACE,
STATE(1035), 1,
sym_block,
STATE(1220), 1,
sym_resource_specification,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28737] = 5,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3105), 1,
anon_sym_COMMA,
ACTIONS(3107), 1,
anon_sym_SEMI,
STATE(1212), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28754] = 5,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3105), 1,
anon_sym_COMMA,
ACTIONS(3109), 1,
anon_sym_SEMI,
STATE(1110), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28771] = 5,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3111), 1,
anon_sym_COMMA,
ACTIONS(3113), 1,
anon_sym_SEMI,
STATE(1115), 1,
aux_sym_provides_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28788] = 3,
ACTIONS(3115), 1,
sym_string_fragment,
ACTIONS(2881), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3041), 3,
anon_sym_DQUOTE,
anon_sym_BSLASH_LBRACE,
sym_escape_sequence,
[28801] = 5,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(3099), 1,
anon_sym_AMP,
ACTIONS(3117), 1,
anon_sym_RPAREN,
STATE(1141), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28818] = 5,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(3119), 1,
anon_sym_DOT,
STATE(1351), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28835] = 5,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(300), 1,
sym_interface_body,
STATE(1226), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28852] = 5,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(3121), 1,
anon_sym_LBRACE,
STATE(276), 1,
sym_enum_body,
STATE(1261), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28869] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3054), 4,
anon_sym_COMMA,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_permits,
[28880] = 5,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2697), 1,
anon_sym_LPAREN,
STATE(1084), 1,
sym_formal_parameters,
STATE(1265), 1,
sym_type_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28897] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
STATE(269), 1,
sym_class_body,
STATE(1285), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28914] = 5,
ACTIONS(3069), 1,
anon_sym_throws,
ACTIONS(3123), 1,
anon_sym_LBRACE,
STATE(560), 1,
sym_constructor_body,
STATE(1272), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28931] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3125), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[28942] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(283), 1,
sym_class_body,
STATE(1225), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[28959] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3127), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[28970] = 4,
ACTIONS(3075), 1,
anon_sym_EQ,
ACTIONS(3129), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3077), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[28985] = 5,
ACTIONS(2798), 1,
anon_sym_implements,
ACTIONS(3121), 1,
anon_sym_LBRACE,
STATE(379), 1,
sym_enum_body,
STATE(1307), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29002] = 5,
ACTIONS(19), 1,
anon_sym_LT,
ACTIONS(2697), 1,
anon_sym_LPAREN,
STATE(1070), 1,
sym_formal_parameters,
STATE(1334), 1,
sym_type_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29019] = 4,
ACTIONS(243), 1,
anon_sym_LT,
STATE(1255), 1,
sym_type_arguments,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3131), 2,
anon_sym_new,
sym_identifier,
[29034] = 4,
ACTIONS(3133), 1,
anon_sym_AMP,
STATE(1056), 1,
aux_sym_type_bound_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3135), 2,
anon_sym_GT,
anon_sym_COMMA,
[29049] = 4,
ACTIONS(3069), 1,
anon_sym_throws,
STATE(1301), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3137), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[29064] = 5,
ACTIONS(3069), 1,
anon_sym_throws,
ACTIONS(3123), 1,
anon_sym_LBRACE,
STATE(535), 1,
sym_constructor_body,
STATE(1303), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29081] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(304), 1,
sym_class_body,
STATE(1236), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29098] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3139), 4,
anon_sym_RBRACE,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[29109] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2798), 1,
anon_sym_implements,
STATE(307), 1,
sym_class_body,
STATE(1250), 1,
sym_super_interfaces,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29126] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3141), 4,
anon_sym_DASH_GT,
anon_sym_COMMA,
anon_sym_COLON,
anon_sym_when,
[29137] = 5,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(310), 1,
sym_interface_body,
STATE(1260), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29154] = 4,
ACTIONS(3133), 1,
anon_sym_AMP,
STATE(1079), 1,
aux_sym_type_bound_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3143), 2,
anon_sym_GT,
anon_sym_COMMA,
[29169] = 4,
ACTIONS(3147), 1,
anon_sym_COMMA,
STATE(1088), 1,
aux_sym_enum_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3145), 2,
anon_sym_RBRACE,
anon_sym_SEMI,
[29184] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(285), 1,
sym_class_body,
STATE(1221), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29201] = 4,
ACTIONS(3069), 1,
anon_sym_throws,
STATE(1262), 1,
sym_throws,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3150), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[29216] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(349), 1,
sym_class_body,
STATE(1246), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29233] = 4,
ACTIONS(3081), 1,
anon_sym_COMMA,
STATE(1055), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3152), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[29248] = 3,
ACTIONS(3075), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3077), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[29261] = 4,
ACTIONS(3156), 1,
anon_sym_extends,
STATE(1263), 1,
sym_type_bound,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3154), 2,
anon_sym_GT,
anon_sym_COMMA,
[29276] = 4,
ACTIONS(3081), 1,
anon_sym_COMMA,
STATE(1034), 1,
aux_sym_type_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3158), 2,
anon_sym_LBRACE,
anon_sym_permits,
[29291] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(313), 1,
sym_class_body,
STATE(1329), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29308] = 4,
ACTIONS(3075), 1,
anon_sym_EQ,
ACTIONS(3160), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3077), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[29323] = 4,
ACTIONS(3075), 1,
anon_sym_EQ,
ACTIONS(3162), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3077), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[29338] = 5,
ACTIONS(2800), 1,
anon_sym_permits,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(274), 1,
sym_interface_body,
STATE(1333), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29355] = 4,
ACTIONS(3156), 1,
anon_sym_extends,
STATE(1323), 1,
sym_type_bound,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3164), 2,
anon_sym_GT,
anon_sym_COMMA,
[29370] = 4,
ACTIONS(3075), 1,
anon_sym_EQ,
ACTIONS(3166), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3077), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[29385] = 4,
ACTIONS(3075), 1,
anon_sym_EQ,
ACTIONS(3168), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3077), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[29400] = 5,
ACTIONS(1848), 1,
anon_sym_LBRACE,
ACTIONS(2800), 1,
anon_sym_permits,
STATE(260), 1,
sym_class_body,
STATE(1335), 1,
sym_permits,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29417] = 4,
ACTIONS(2504), 1,
anon_sym_RBRACE,
ACTIONS(3170), 1,
anon_sym_COMMA,
STATE(1104), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29431] = 4,
ACTIONS(3173), 1,
anon_sym_RPAREN,
ACTIONS(3175), 1,
anon_sym_COMMA,
STATE(1173), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29445] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3177), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29459] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(499), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29473] = 4,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3179), 1,
anon_sym_SEMI,
ACTIONS(3181), 1,
anon_sym_to,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29487] = 4,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3183), 1,
anon_sym_SEMI,
ACTIONS(3185), 1,
anon_sym_to,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29501] = 4,
ACTIONS(3105), 1,
anon_sym_COMMA,
ACTIONS(3187), 1,
anon_sym_SEMI,
STATE(1140), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29515] = 4,
ACTIONS(3189), 1,
anon_sym_GT,
ACTIONS(3191), 1,
anon_sym_COMMA,
STATE(1213), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29529] = 4,
ACTIONS(2446), 1,
anon_sym_RBRACE,
ACTIONS(2448), 1,
anon_sym_COMMA,
STATE(1137), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29543] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3193), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[29553] = 4,
ACTIONS(2414), 1,
anon_sym_COMMA,
ACTIONS(3195), 1,
anon_sym_SEMI,
STATE(1208), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29567] = 4,
ACTIONS(3111), 1,
anon_sym_COMMA,
ACTIONS(3197), 1,
anon_sym_SEMI,
STATE(1145), 1,
aux_sym_provides_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29581] = 4,
ACTIONS(3199), 1,
anon_sym_RPAREN,
ACTIONS(3201), 1,
anon_sym_COMMA,
STATE(1160), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29595] = 4,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3203), 1,
anon_sym_LBRACE,
STATE(264), 1,
sym_module_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29609] = 4,
ACTIONS(1512), 1,
anon_sym_COMMA,
ACTIONS(3205), 1,
anon_sym_RPAREN,
STATE(1147), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29623] = 4,
ACTIONS(3175), 1,
anon_sym_COMMA,
ACTIONS(3207), 1,
anon_sym_RPAREN,
STATE(1105), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29637] = 4,
ACTIONS(2785), 1,
anon_sym_default,
ACTIONS(3209), 1,
anon_sym_SEMI,
STATE(1359), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29651] = 4,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(3211), 1,
anon_sym_SEMI,
STATE(393), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29665] = 4,
ACTIONS(2486), 1,
anon_sym_RPAREN,
ACTIONS(3213), 1,
anon_sym_COMMA,
STATE(1122), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29679] = 4,
ACTIONS(3216), 1,
anon_sym_RPAREN,
ACTIONS(3218), 1,
anon_sym_COMMA,
STATE(1200), 1,
aux_sym_record_pattern_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29693] = 4,
ACTIONS(3220), 1,
anon_sym_RPAREN,
ACTIONS(3222), 1,
anon_sym_SEMI,
STATE(1204), 1,
aux_sym_resource_specification_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29707] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3224), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29721] = 4,
ACTIONS(3226), 1,
anon_sym_COMMA,
ACTIONS(3228), 1,
anon_sym_SEMI,
STATE(1199), 1,
aux_sym__variable_declarator_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29735] = 4,
ACTIONS(3230), 1,
sym_identifier,
ACTIONS(3232), 1,
anon_sym_STAR,
STATE(1388), 1,
sym_asterisk,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29749] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(510), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29763] = 4,
ACTIONS(3230), 1,
sym_identifier,
ACTIONS(3232), 1,
anon_sym_STAR,
STATE(1401), 1,
sym_asterisk,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29777] = 4,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(1988), 1,
anon_sym_LBRACK,
ACTIONS(1990), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29791] = 4,
ACTIONS(2359), 1,
anon_sym_SEMI,
ACTIONS(3047), 1,
anon_sym_RBRACE,
STATE(1365), 1,
sym_enum_body_declarations,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29805] = 4,
ACTIONS(3234), 1,
anon_sym_GT,
ACTIONS(3236), 1,
anon_sym_COMMA,
STATE(1214), 1,
aux_sym_type_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29819] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3238), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29833] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3095), 3,
anon_sym_AMP,
anon_sym_GT,
anon_sym_COMMA,
[29843] = 4,
ACTIONS(3240), 1,
anon_sym_RBRACE,
ACTIONS(3242), 1,
anon_sym_COMMA,
STATE(1135), 1,
aux_sym_element_value_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29857] = 4,
ACTIONS(3201), 1,
anon_sym_COMMA,
ACTIONS(3245), 1,
anon_sym_RPAREN,
STATE(1166), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29871] = 4,
ACTIONS(689), 1,
anon_sym_RBRACE,
ACTIONS(3247), 1,
anon_sym_COMMA,
STATE(1104), 1,
aux_sym_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29885] = 4,
ACTIONS(3249), 1,
anon_sym_GT,
ACTIONS(3251), 1,
anon_sym_COMMA,
STATE(1138), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29899] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3254), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[29911] = 4,
ACTIONS(3256), 1,
anon_sym_COMMA,
ACTIONS(3259), 1,
anon_sym_SEMI,
STATE(1140), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29925] = 4,
ACTIONS(3099), 1,
anon_sym_AMP,
ACTIONS(3261), 1,
anon_sym_RPAREN,
STATE(1153), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29939] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3263), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[29951] = 4,
ACTIONS(3191), 1,
anon_sym_COMMA,
ACTIONS(3265), 1,
anon_sym_GT,
STATE(1146), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29965] = 4,
ACTIONS(3267), 1,
anon_sym_RPAREN,
ACTIONS(3269), 1,
anon_sym_COMMA,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29979] = 4,
ACTIONS(3272), 1,
anon_sym_COMMA,
ACTIONS(3275), 1,
anon_sym_SEMI,
STATE(1145), 1,
aux_sym_provides_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[29993] = 4,
ACTIONS(3191), 1,
anon_sym_COMMA,
ACTIONS(3277), 1,
anon_sym_GT,
STATE(1138), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30007] = 4,
ACTIONS(3279), 1,
anon_sym_RPAREN,
ACTIONS(3281), 1,
anon_sym_COMMA,
STATE(1147), 1,
aux_sym_inferred_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30021] = 4,
ACTIONS(3175), 1,
anon_sym_COMMA,
ACTIONS(3284), 1,
anon_sym_RPAREN,
STATE(1151), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30035] = 4,
ACTIONS(2785), 1,
anon_sym_default,
ACTIONS(3286), 1,
anon_sym_SEMI,
STATE(1360), 1,
sym__default_value,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30049] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(508), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30063] = 4,
ACTIONS(3175), 1,
anon_sym_COMMA,
ACTIONS(3288), 1,
anon_sym_RPAREN,
STATE(1173), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30077] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3290), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[30087] = 4,
ACTIONS(3292), 1,
anon_sym_RPAREN,
ACTIONS(3294), 1,
anon_sym_AMP,
STATE(1153), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30101] = 4,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3203), 1,
anon_sym_LBRACE,
STATE(376), 1,
sym_module_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30115] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3297), 3,
anon_sym_RBRACE,
anon_sym_case,
anon_sym_default,
[30125] = 4,
ACTIONS(3175), 1,
anon_sym_COMMA,
ACTIONS(3299), 1,
anon_sym_RPAREN,
STATE(1157), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30139] = 4,
ACTIONS(3175), 1,
anon_sym_COMMA,
ACTIONS(3301), 1,
anon_sym_RPAREN,
STATE(1173), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30153] = 4,
ACTIONS(3303), 1,
anon_sym_RPAREN,
ACTIONS(3305), 1,
anon_sym_COMMA,
STATE(1158), 1,
aux_sym_record_pattern_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30167] = 4,
ACTIONS(2434), 1,
anon_sym_COMMA,
ACTIONS(3308), 1,
anon_sym_RPAREN,
STATE(1122), 1,
aux_sym_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30181] = 4,
ACTIONS(1802), 1,
anon_sym_RPAREN,
ACTIONS(3201), 1,
anon_sym_COMMA,
STATE(1166), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30195] = 4,
ACTIONS(3310), 1,
sym_identifier,
ACTIONS(3313), 1,
sym_this,
STATE(1161), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30209] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3315), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30223] = 4,
ACTIONS(3317), 1,
anon_sym_RPAREN,
ACTIONS(3319), 1,
anon_sym_SEMI,
STATE(1163), 1,
aux_sym_resource_specification_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30237] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(507), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30251] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(503), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30265] = 4,
ACTIONS(3322), 1,
anon_sym_RPAREN,
ACTIONS(3324), 1,
anon_sym_COMMA,
STATE(1166), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30279] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3327), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30293] = 4,
ACTIONS(3201), 1,
anon_sym_COMMA,
ACTIONS(3329), 1,
anon_sym_RPAREN,
STATE(1136), 1,
aux_sym_formal_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30307] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3331), 3,
anon_sym_LBRACE,
anon_sym_implements,
anon_sym_permits,
[30317] = 4,
ACTIONS(3099), 1,
anon_sym_AMP,
ACTIONS(3333), 1,
anon_sym_RPAREN,
STATE(1153), 1,
aux_sym_cast_expression_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30331] = 4,
ACTIONS(681), 1,
anon_sym_RBRACE,
ACTIONS(3335), 1,
anon_sym_COMMA,
STATE(1135), 1,
aux_sym_element_value_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30345] = 4,
ACTIONS(2724), 1,
sym_identifier,
ACTIONS(3337), 1,
sym_this,
STATE(1161), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30359] = 4,
ACTIONS(3339), 1,
anon_sym_RPAREN,
ACTIONS(3341), 1,
anon_sym_COMMA,
STATE(1173), 1,
aux_sym_annotation_argument_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30373] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3344), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30387] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3346), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30401] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3348), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30415] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3350), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30429] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(3352), 1,
anon_sym_DOT,
STATE(1389), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30443] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3354), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30457] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3356), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30471] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3358), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30485] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3360), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30499] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3362), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30513] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3364), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[30523] = 4,
ACTIONS(33), 1,
anon_sym_LBRACE,
ACTIONS(3366), 1,
anon_sym_SEMI,
STATE(396), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30537] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3145), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[30547] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3368), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30561] = 4,
ACTIONS(1483), 1,
anon_sym_LPAREN,
ACTIONS(2719), 1,
anon_sym_DOT,
STATE(497), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30575] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3370), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30589] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3372), 3,
anon_sym_RBRACE,
anon_sym_COMMA,
anon_sym_SEMI,
[30599] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3374), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30613] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3376), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30627] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3378), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30641] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3380), 3,
anon_sym_LBRACE,
anon_sym_SEMI,
anon_sym_throws,
[30651] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3382), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30665] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3384), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30679] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3386), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30693] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3388), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30707] = 4,
ACTIONS(3390), 1,
anon_sym_COMMA,
ACTIONS(3393), 1,
anon_sym_SEMI,
STATE(1199), 1,
aux_sym__variable_declarator_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30721] = 4,
ACTIONS(3218), 1,
anon_sym_COMMA,
ACTIONS(3395), 1,
anon_sym_RPAREN,
STATE(1158), 1,
aux_sym_record_pattern_body_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30735] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2426), 3,
anon_sym_RPAREN,
anon_sym_COMMA,
anon_sym_SEMI,
[30745] = 4,
ACTIONS(3226), 1,
anon_sym_COMMA,
ACTIONS(3397), 1,
anon_sym_SEMI,
STATE(1126), 1,
aux_sym__variable_declarator_list_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30759] = 4,
ACTIONS(2724), 1,
sym_identifier,
ACTIONS(2726), 1,
sym_this,
STATE(1161), 1,
aux_sym_receiver_parameter_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30773] = 4,
ACTIONS(812), 1,
anon_sym_RPAREN,
ACTIONS(3399), 1,
anon_sym_SEMI,
STATE(1163), 1,
aux_sym_resource_specification_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30787] = 4,
ACTIONS(3401), 1,
anon_sym_GT,
ACTIONS(3403), 1,
anon_sym_COMMA,
STATE(1205), 1,
aux_sym_type_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30801] = 4,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3203), 1,
anon_sym_LBRACE,
STATE(311), 1,
sym_module_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30815] = 4,
ACTIONS(3406), 1,
anon_sym_RBRACE,
ACTIONS(3408), 1,
anon_sym_COMMA,
STATE(1171), 1,
aux_sym_element_value_array_initializer_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30829] = 4,
ACTIONS(3410), 1,
anon_sym_COMMA,
ACTIONS(3413), 1,
anon_sym_SEMI,
STATE(1208), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30843] = 4,
ACTIONS(2414), 1,
anon_sym_COMMA,
ACTIONS(3415), 1,
anon_sym_SEMI,
STATE(1208), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30857] = 4,
ACTIONS(2422), 1,
anon_sym_COMMA,
ACTIONS(3417), 1,
anon_sym_RPAREN,
STATE(1144), 1,
aux_sym_for_statement_repeat2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30871] = 4,
ACTIONS(2414), 1,
anon_sym_COMMA,
ACTIONS(3419), 1,
anon_sym_SEMI,
STATE(1208), 1,
aux_sym_for_statement_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30885] = 4,
ACTIONS(3105), 1,
anon_sym_COMMA,
ACTIONS(3421), 1,
anon_sym_SEMI,
STATE(1140), 1,
aux_sym_exports_module_directive_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30899] = 4,
ACTIONS(3191), 1,
anon_sym_COMMA,
ACTIONS(3423), 1,
anon_sym_GT,
STATE(1138), 1,
aux_sym_type_arguments_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30913] = 4,
ACTIONS(3236), 1,
anon_sym_COMMA,
ACTIONS(3425), 1,
anon_sym_GT,
STATE(1205), 1,
aux_sym_type_parameters_repeat1,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30927] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(353), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30938] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2983), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[30947] = 3,
ACTIONS(33), 1,
anon_sym_LBRACE,
STATE(323), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30958] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(503), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30969] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(261), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30980] = 3,
ACTIONS(3103), 1,
anon_sym_LBRACE,
STATE(192), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[30991] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(316), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31002] = 3,
ACTIONS(33), 1,
anon_sym_LBRACE,
STATE(388), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31013] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3427), 2,
anon_sym_LBRACE,
anon_sym_throws,
[31022] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3303), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31031] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(315), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31042] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(330), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31053] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3429), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31064] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(286), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31075] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3431), 2,
anon_sym_LBRACE,
anon_sym_permits,
[31084] = 3,
ACTIONS(3433), 1,
anon_sym_DOT,
ACTIONS(3435), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31095] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(314), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31106] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(335), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31117] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3317), 2,
anon_sym_RPAREN,
anon_sym_SEMI,
[31126] = 3,
ACTIONS(3437), 1,
anon_sym_LBRACE,
STATE(380), 1,
sym_annotation_type_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31137] = 3,
ACTIONS(3199), 1,
anon_sym_RPAREN,
ACTIONS(3439), 1,
anon_sym_COMMA,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31148] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(336), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31159] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3441), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31168] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3313), 2,
sym_this,
sym_identifier,
[31177] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(25), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31188] = 3,
ACTIONS(3443), 1,
sym_identifier,
ACTIONS(3445), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31199] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3447), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31208] = 3,
ACTIONS(3103), 1,
anon_sym_LBRACE,
STATE(253), 1,
sym_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31219] = 3,
ACTIONS(3449), 1,
sym_identifier,
ACTIONS(3451), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31230] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3453), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31239] = 3,
ACTIONS(687), 1,
anon_sym_LBRACE,
STATE(542), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31250] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(364), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31261] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3322), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31270] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3455), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31279] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(507), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31290] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(256), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31301] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3457), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[31310] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(45), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31321] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(46), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31332] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(339), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31343] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3459), 2,
anon_sym_new,
sym_identifier,
[31352] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3461), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[31361] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(305), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31372] = 3,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(3119), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31383] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3240), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[31392] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(341), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31403] = 3,
ACTIONS(3121), 1,
anon_sym_LBRACE,
STATE(306), 1,
sym_enum_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31414] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3463), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[31423] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3465), 2,
anon_sym_GT,
anon_sym_COMMA,
[31432] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3467), 2,
anon_sym_DASH_GT,
anon_sym_COLON,
[31441] = 3,
ACTIONS(2697), 1,
anon_sym_LPAREN,
STATE(1052), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31452] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3469), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31461] = 3,
ACTIONS(3471), 1,
anon_sym_DASH_GT,
ACTIONS(3473), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31472] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3475), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31481] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3339), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31490] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3249), 2,
anon_sym_GT,
anon_sym_COMMA,
[31499] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3477), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31510] = 3,
ACTIONS(3123), 1,
anon_sym_LBRACE,
STATE(527), 1,
sym_constructor_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31521] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3479), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31532] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3481), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31543] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3483), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31554] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3485), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31565] = 3,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(3487), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31576] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3489), 1,
anon_sym_with,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31587] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3491), 2,
anon_sym_RPAREN,
anon_sym_AMP,
[31596] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3493), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31605] = 3,
ACTIONS(3481), 1,
anon_sym_SEMI,
ACTIONS(3495), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31616] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(499), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31627] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3497), 2,
anon_sym_GT,
anon_sym_COMMA,
[31636] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(508), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31647] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(296), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31658] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3499), 2,
anon_sym_GT,
anon_sym_COMMA,
[31667] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(74), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31678] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(75), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31689] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(309), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31700] = 3,
ACTIONS(1352), 1,
anon_sym_while,
ACTIONS(3501), 1,
anon_sym_else,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31711] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3503), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31720] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3505), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31729] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3507), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31738] = 3,
ACTIONS(687), 1,
anon_sym_LBRACE,
STATE(584), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31749] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(329), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31760] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3509), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31771] = 3,
ACTIONS(2697), 1,
anon_sym_LPAREN,
STATE(901), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31782] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3279), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31791] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3401), 2,
anon_sym_GT,
anon_sym_COMMA,
[31800] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3511), 2,
anon_sym_LBRACE,
anon_sym_permits,
[31809] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3513), 2,
anon_sym_LBRACE,
anon_sym_SEMI,
[31818] = 3,
ACTIONS(1838), 1,
anon_sym_DOT,
ACTIONS(3515), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31829] = 3,
ACTIONS(3123), 1,
anon_sym_LBRACE,
STATE(550), 1,
sym_constructor_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31840] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3517), 2,
anon_sym_LBRACE,
anon_sym_throws,
[31849] = 3,
ACTIONS(3437), 1,
anon_sym_LBRACE,
STATE(277), 1,
sym_annotation_type_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31860] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(510), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31871] = 3,
ACTIONS(3121), 1,
anon_sym_LBRACE,
STATE(268), 1,
sym_enum_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31882] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3519), 2,
anon_sym_COMMA,
anon_sym_SEMI,
[31891] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3521), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31900] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(573), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31911] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3523), 2,
sym_this,
sym_super,
[31920] = 3,
ACTIONS(687), 1,
anon_sym_LBRACE,
STATE(567), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31931] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(1419), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31942] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(299), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31953] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3525), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[31962] = 3,
ACTIONS(687), 1,
anon_sym_LBRACE,
STATE(539), 1,
sym_array_initializer,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31973] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(350), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31984] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(284), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[31995] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(351), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32006] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(497), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32017] = 3,
ACTIONS(1714), 1,
anon_sym_LPAREN,
STATE(612), 1,
sym_record_pattern_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32028] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(1346), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32039] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3527), 2,
anon_sym_GT,
anon_sym_COMMA,
[32048] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(352), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32059] = 3,
ACTIONS(3529), 1,
anon_sym_LBRACE,
STATE(120), 1,
sym_switch_block,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32070] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(273), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32081] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3531), 2,
anon_sym_RPAREN,
anon_sym_COMMA,
[32090] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(1325), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32101] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(342), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32112] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(3065), 2,
anon_sym_GT,
anon_sym_COMMA,
[32121] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(333), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32132] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(14), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32143] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(301), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32154] = 3,
ACTIONS(2697), 1,
anon_sym_LPAREN,
STATE(1058), 1,
sym_formal_parameters,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32165] = 3,
ACTIONS(1848), 1,
anon_sym_LBRACE,
STATE(287), 1,
sym_class_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32176] = 3,
ACTIONS(2885), 1,
anon_sym_LBRACE,
STATE(354), 1,
sym_interface_body,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32187] = 3,
ACTIONS(1483), 1,
anon_sym_LPAREN,
STATE(565), 1,
sym_argument_list,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32198] = 2,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
ACTIONS(2504), 2,
anon_sym_RBRACE,
anon_sym_COMMA,
[32207] = 3,
ACTIONS(810), 1,
anon_sym_LPAREN,
STATE(1372), 1,
sym_parenthesized_expression,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32218] = 2,
ACTIONS(3533), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32226] = 2,
ACTIONS(3535), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32234] = 2,
ACTIONS(3537), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32242] = 2,
ACTIONS(3539), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32250] = 2,
ACTIONS(3047), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32258] = 2,
ACTIONS(719), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32266] = 2,
ACTIONS(3541), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32274] = 2,
ACTIONS(3543), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32282] = 2,
ACTIONS(3230), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32290] = 2,
ACTIONS(3545), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32298] = 2,
ACTIONS(3547), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32306] = 2,
ACTIONS(3549), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32314] = 2,
ACTIONS(3551), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32322] = 2,
ACTIONS(2773), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32330] = 2,
ACTIONS(3553), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32338] = 2,
ACTIONS(2400), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32346] = 2,
ACTIONS(3555), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32354] = 2,
ACTIONS(3557), 1,
anon_sym_while,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32362] = 2,
ACTIONS(3559), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32370] = 2,
ACTIONS(3561), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32378] = 2,
ACTIONS(3563), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32386] = 2,
ACTIONS(3565), 1,
ts_builtin_sym_end,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32394] = 2,
ACTIONS(3567), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32402] = 2,
ACTIONS(717), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32410] = 2,
ACTIONS(3569), 1,
anon_sym_class,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32418] = 2,
ACTIONS(2378), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32426] = 2,
ACTIONS(3571), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32434] = 2,
ACTIONS(1958), 1,
anon_sym_COLON_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32442] = 2,
ACTIONS(3573), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32450] = 2,
ACTIONS(3575), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32458] = 2,
ACTIONS(3577), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32466] = 2,
ACTIONS(3579), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32474] = 2,
ACTIONS(3581), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32482] = 2,
ACTIONS(3583), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32490] = 2,
ACTIONS(3585), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32498] = 2,
ACTIONS(3587), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32506] = 2,
ACTIONS(3473), 1,
anon_sym_COLON,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32514] = 2,
ACTIONS(3589), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32522] = 2,
ACTIONS(3591), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32530] = 2,
ACTIONS(705), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32538] = 2,
ACTIONS(3593), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32546] = 2,
ACTIONS(3595), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32554] = 2,
ACTIONS(3597), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32562] = 2,
ACTIONS(3599), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32570] = 2,
ACTIONS(3601), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32578] = 2,
ACTIONS(715), 1,
anon_sym_RBRACK,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32586] = 2,
ACTIONS(3603), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32594] = 2,
ACTIONS(3605), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32602] = 2,
ACTIONS(3607), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32610] = 2,
ACTIONS(3609), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32618] = 2,
ACTIONS(3611), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32626] = 2,
ACTIONS(3613), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32634] = 2,
ACTIONS(3615), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32642] = 2,
ACTIONS(3617), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32650] = 2,
ACTIONS(3619), 1,
anon_sym_EQ,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32658] = 2,
ACTIONS(3621), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32666] = 2,
ACTIONS(3471), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32674] = 2,
ACTIONS(3623), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32682] = 2,
ACTIONS(3299), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32690] = 2,
ACTIONS(3625), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32698] = 2,
ACTIONS(3627), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32706] = 2,
ACTIONS(3629), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32714] = 2,
ACTIONS(3207), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32722] = 2,
ACTIONS(3631), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32730] = 2,
ACTIONS(2446), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32738] = 2,
ACTIONS(3633), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32746] = 2,
ACTIONS(1494), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32754] = 2,
ACTIONS(3635), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32762] = 2,
ACTIONS(3284), 1,
anon_sym_RPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32770] = 2,
ACTIONS(3637), 1,
anon_sym_DASH_GT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32778] = 2,
ACTIONS(3639), 1,
sym_identifier,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32786] = 2,
ACTIONS(3641), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32794] = 2,
ACTIONS(3643), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32802] = 2,
ACTIONS(3645), 1,
anon_sym_LBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32810] = 2,
ACTIONS(3647), 1,
anon_sym_LPAREN,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32818] = 2,
ACTIONS(3406), 1,
anon_sym_RBRACE,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32826] = 2,
ACTIONS(3649), 1,
anon_sym_module,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32834] = 2,
ACTIONS(3352), 1,
anon_sym_DOT,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32842] = 2,
ACTIONS(3651), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
[32850] = 2,
ACTIONS(3653), 1,
anon_sym_SEMI,
ACTIONS(3), 2,
sym_line_comment,
sym_block_comment,
};
static const uint32_t ts_small_parse_table_map[] = {
[SMALL_STATE(408)] = 0,
[SMALL_STATE(409)] = 123,
[SMALL_STATE(410)] = 246,
[SMALL_STATE(411)] = 369,
[SMALL_STATE(412)] = 492,
[SMALL_STATE(413)] = 615,
[SMALL_STATE(414)] = 704,
[SMALL_STATE(415)] = 799,
[SMALL_STATE(416)] = 910,
[SMALL_STATE(417)] = 1021,
[SMALL_STATE(418)] = 1132,
[SMALL_STATE(419)] = 1220,
[SMALL_STATE(420)] = 1307,
[SMALL_STATE(421)] = 1409,
[SMALL_STATE(422)] = 1511,
[SMALL_STATE(423)] = 1613,
[SMALL_STATE(424)] = 1699,
[SMALL_STATE(425)] = 1785,
[SMALL_STATE(426)] = 1871,
[SMALL_STATE(427)] = 1939,
[SMALL_STATE(428)] = 2000,
[SMALL_STATE(429)] = 2067,
[SMALL_STATE(430)] = 2128,
[SMALL_STATE(431)] = 2223,
[SMALL_STATE(432)] = 2315,
[SMALL_STATE(433)] = 2389,
[SMALL_STATE(434)] = 2453,
[SMALL_STATE(435)] = 2545,
[SMALL_STATE(436)] = 2619,
[SMALL_STATE(437)] = 2674,
[SMALL_STATE(438)] = 2733,
[SMALL_STATE(439)] = 2808,
[SMALL_STATE(440)] = 2863,
[SMALL_STATE(441)] = 2930,
[SMALL_STATE(442)] = 2985,
[SMALL_STATE(443)] = 3060,
[SMALL_STATE(444)] = 3126,
[SMALL_STATE(445)] = 3214,
[SMALL_STATE(446)] = 3276,
[SMALL_STATE(447)] = 3339,
[SMALL_STATE(448)] = 3412,
[SMALL_STATE(449)] = 3481,
[SMALL_STATE(450)] = 3554,
[SMALL_STATE(451)] = 3617,
[SMALL_STATE(452)] = 3680,
[SMALL_STATE(453)] = 3743,
[SMALL_STATE(454)] = 3807,
[SMALL_STATE(455)] = 3871,
[SMALL_STATE(456)] = 3935,
[SMALL_STATE(457)] = 3999,
[SMALL_STATE(458)] = 4085,
[SMALL_STATE(459)] = 4149,
[SMALL_STATE(460)] = 4203,
[SMALL_STATE(461)] = 4267,
[SMALL_STATE(462)] = 4325,
[SMALL_STATE(463)] = 4379,
[SMALL_STATE(464)] = 4443,
[SMALL_STATE(465)] = 4494,
[SMALL_STATE(466)] = 4549,
[SMALL_STATE(467)] = 4600,
[SMALL_STATE(468)] = 4661,
[SMALL_STATE(469)] = 4722,
[SMALL_STATE(470)] = 4773,
[SMALL_STATE(471)] = 4824,
[SMALL_STATE(472)] = 4875,
[SMALL_STATE(473)] = 4926,
[SMALL_STATE(474)] = 4977,
[SMALL_STATE(475)] = 5028,
[SMALL_STATE(476)] = 5079,
[SMALL_STATE(477)] = 5130,
[SMALL_STATE(478)] = 5181,
[SMALL_STATE(479)] = 5239,
[SMALL_STATE(480)] = 5289,
[SMALL_STATE(481)] = 5339,
[SMALL_STATE(482)] = 5389,
[SMALL_STATE(483)] = 5467,
[SMALL_STATE(484)] = 5516,
[SMALL_STATE(485)] = 5591,
[SMALL_STATE(486)] = 5668,
[SMALL_STATE(487)] = 5717,
[SMALL_STATE(488)] = 5766,
[SMALL_STATE(489)] = 5823,
[SMALL_STATE(490)] = 5872,
[SMALL_STATE(491)] = 5935,
[SMALL_STATE(492)] = 5991,
[SMALL_STATE(493)] = 6043,
[SMALL_STATE(494)] = 6099,
[SMALL_STATE(495)] = 6148,
[SMALL_STATE(496)] = 6197,
[SMALL_STATE(497)] = 6248,
[SMALL_STATE(498)] = 6297,
[SMALL_STATE(499)] = 6346,
[SMALL_STATE(500)] = 6395,
[SMALL_STATE(501)] = 6448,
[SMALL_STATE(502)] = 6497,
[SMALL_STATE(503)] = 6546,
[SMALL_STATE(504)] = 6595,
[SMALL_STATE(505)] = 6644,
[SMALL_STATE(506)] = 6693,
[SMALL_STATE(507)] = 6748,
[SMALL_STATE(508)] = 6797,
[SMALL_STATE(509)] = 6846,
[SMALL_STATE(510)] = 6895,
[SMALL_STATE(511)] = 6944,
[SMALL_STATE(512)] = 6988,
[SMALL_STATE(513)] = 7038,
[SMALL_STATE(514)] = 7082,
[SMALL_STATE(515)] = 7126,
[SMALL_STATE(516)] = 7170,
[SMALL_STATE(517)] = 7214,
[SMALL_STATE(518)] = 7258,
[SMALL_STATE(519)] = 7302,
[SMALL_STATE(520)] = 7346,
[SMALL_STATE(521)] = 7389,
[SMALL_STATE(522)] = 7432,
[SMALL_STATE(523)] = 7479,
[SMALL_STATE(524)] = 7528,
[SMALL_STATE(525)] = 7571,
[SMALL_STATE(526)] = 7614,
[SMALL_STATE(527)] = 7657,
[SMALL_STATE(528)] = 7700,
[SMALL_STATE(529)] = 7743,
[SMALL_STATE(530)] = 7786,
[SMALL_STATE(531)] = 7829,
[SMALL_STATE(532)] = 7878,
[SMALL_STATE(533)] = 7921,
[SMALL_STATE(534)] = 7964,
[SMALL_STATE(535)] = 8007,
[SMALL_STATE(536)] = 8050,
[SMALL_STATE(537)] = 8093,
[SMALL_STATE(538)] = 8136,
[SMALL_STATE(539)] = 8179,
[SMALL_STATE(540)] = 8222,
[SMALL_STATE(541)] = 8265,
[SMALL_STATE(542)] = 8308,
[SMALL_STATE(543)] = 8351,
[SMALL_STATE(544)] = 8394,
[SMALL_STATE(545)] = 8437,
[SMALL_STATE(546)] = 8480,
[SMALL_STATE(547)] = 8523,
[SMALL_STATE(548)] = 8582,
[SMALL_STATE(549)] = 8625,
[SMALL_STATE(550)] = 8668,
[SMALL_STATE(551)] = 8711,
[SMALL_STATE(552)] = 8754,
[SMALL_STATE(553)] = 8797,
[SMALL_STATE(554)] = 8840,
[SMALL_STATE(555)] = 8883,
[SMALL_STATE(556)] = 8926,
[SMALL_STATE(557)] = 8969,
[SMALL_STATE(558)] = 9012,
[SMALL_STATE(559)] = 9055,
[SMALL_STATE(560)] = 9098,
[SMALL_STATE(561)] = 9141,
[SMALL_STATE(562)] = 9184,
[SMALL_STATE(563)] = 9227,
[SMALL_STATE(564)] = 9270,
[SMALL_STATE(565)] = 9313,
[SMALL_STATE(566)] = 9356,
[SMALL_STATE(567)] = 9399,
[SMALL_STATE(568)] = 9442,
[SMALL_STATE(569)] = 9485,
[SMALL_STATE(570)] = 9528,
[SMALL_STATE(571)] = 9571,
[SMALL_STATE(572)] = 9614,
[SMALL_STATE(573)] = 9657,
[SMALL_STATE(574)] = 9700,
[SMALL_STATE(575)] = 9743,
[SMALL_STATE(576)] = 9786,
[SMALL_STATE(577)] = 9829,
[SMALL_STATE(578)] = 9872,
[SMALL_STATE(579)] = 9915,
[SMALL_STATE(580)] = 9964,
[SMALL_STATE(581)] = 10007,
[SMALL_STATE(582)] = 10050,
[SMALL_STATE(583)] = 10093,
[SMALL_STATE(584)] = 10136,
[SMALL_STATE(585)] = 10179,
[SMALL_STATE(586)] = 10222,
[SMALL_STATE(587)] = 10268,
[SMALL_STATE(588)] = 10310,
[SMALL_STATE(589)] = 10356,
[SMALL_STATE(590)] = 10398,
[SMALL_STATE(591)] = 10439,
[SMALL_STATE(592)] = 10480,
[SMALL_STATE(593)] = 10521,
[SMALL_STATE(594)] = 10562,
[SMALL_STATE(595)] = 10603,
[SMALL_STATE(596)] = 10644,
[SMALL_STATE(597)] = 10693,
[SMALL_STATE(598)] = 10734,
[SMALL_STATE(599)] = 10793,
[SMALL_STATE(600)] = 10834,
[SMALL_STATE(601)] = 10881,
[SMALL_STATE(602)] = 10922,
[SMALL_STATE(603)] = 10963,
[SMALL_STATE(604)] = 11004,
[SMALL_STATE(605)] = 11045,
[SMALL_STATE(606)] = 11085,
[SMALL_STATE(607)] = 11125,
[SMALL_STATE(608)] = 11165,
[SMALL_STATE(609)] = 11205,
[SMALL_STATE(610)] = 11247,
[SMALL_STATE(611)] = 11287,
[SMALL_STATE(612)] = 11327,
[SMALL_STATE(613)] = 11367,
[SMALL_STATE(614)] = 11423,
[SMALL_STATE(615)] = 11463,
[SMALL_STATE(616)] = 11505,
[SMALL_STATE(617)] = 11545,
[SMALL_STATE(618)] = 11585,
[SMALL_STATE(619)] = 11625,
[SMALL_STATE(620)] = 11665,
[SMALL_STATE(621)] = 11705,
[SMALL_STATE(622)] = 11745,
[SMALL_STATE(623)] = 11785,
[SMALL_STATE(624)] = 11827,
[SMALL_STATE(625)] = 11867,
[SMALL_STATE(626)] = 11907,
[SMALL_STATE(627)] = 11955,
[SMALL_STATE(628)] = 11999,
[SMALL_STATE(629)] = 12039,
[SMALL_STATE(630)] = 12079,
[SMALL_STATE(631)] = 12119,
[SMALL_STATE(632)] = 12159,
[SMALL_STATE(633)] = 12201,
[SMALL_STATE(634)] = 12260,
[SMALL_STATE(635)] = 12299,
[SMALL_STATE(636)] = 12350,
[SMALL_STATE(637)] = 12419,
[SMALL_STATE(638)] = 12488,
[SMALL_STATE(639)] = 12527,
[SMALL_STATE(640)] = 12596,
[SMALL_STATE(641)] = 12653,
[SMALL_STATE(642)] = 12716,
[SMALL_STATE(643)] = 12781,
[SMALL_STATE(644)] = 12826,
[SMALL_STATE(645)] = 12889,
[SMALL_STATE(646)] = 12950,
[SMALL_STATE(647)] = 12997,
[SMALL_STATE(648)] = 13046,
[SMALL_STATE(649)] = 13088,
[SMALL_STATE(650)] = 13136,
[SMALL_STATE(651)] = 13193,
[SMALL_STATE(652)] = 13238,
[SMALL_STATE(653)] = 13285,
[SMALL_STATE(654)] = 13332,
[SMALL_STATE(655)] = 13380,
[SMALL_STATE(656)] = 13434,
[SMALL_STATE(657)] = 13492,
[SMALL_STATE(658)] = 13536,
[SMALL_STATE(659)] = 13572,
[SMALL_STATE(660)] = 13614,
[SMALL_STATE(661)] = 13680,
[SMALL_STATE(662)] = 13746,
[SMALL_STATE(663)] = 13812,
[SMALL_STATE(664)] = 13868,
[SMALL_STATE(665)] = 13922,
[SMALL_STATE(666)] = 13958,
[SMALL_STATE(667)] = 14012,
[SMALL_STATE(668)] = 14072,
[SMALL_STATE(669)] = 14110,
[SMALL_STATE(670)] = 14172,
[SMALL_STATE(671)] = 14214,
[SMALL_STATE(672)] = 14280,
[SMALL_STATE(673)] = 14340,
[SMALL_STATE(674)] = 14399,
[SMALL_STATE(675)] = 14436,
[SMALL_STATE(676)] = 14481,
[SMALL_STATE(677)] = 14550,
[SMALL_STATE(678)] = 14609,
[SMALL_STATE(679)] = 14678,
[SMALL_STATE(680)] = 14747,
[SMALL_STATE(681)] = 14812,
[SMALL_STATE(682)] = 14881,
[SMALL_STATE(683)] = 14950,
[SMALL_STATE(684)] = 15019,
[SMALL_STATE(685)] = 15088,
[SMALL_STATE(686)] = 15157,
[SMALL_STATE(687)] = 15226,
[SMALL_STATE(688)] = 15295,
[SMALL_STATE(689)] = 15364,
[SMALL_STATE(690)] = 15433,
[SMALL_STATE(691)] = 15502,
[SMALL_STATE(692)] = 15571,
[SMALL_STATE(693)] = 15640,
[SMALL_STATE(694)] = 15709,
[SMALL_STATE(695)] = 15778,
[SMALL_STATE(696)] = 15847,
[SMALL_STATE(697)] = 15916,
[SMALL_STATE(698)] = 15985,
[SMALL_STATE(699)] = 16054,
[SMALL_STATE(700)] = 16123,
[SMALL_STATE(701)] = 16192,
[SMALL_STATE(702)] = 16261,
[SMALL_STATE(703)] = 16330,
[SMALL_STATE(704)] = 16399,
[SMALL_STATE(705)] = 16468,
[SMALL_STATE(706)] = 16537,
[SMALL_STATE(707)] = 16606,
[SMALL_STATE(708)] = 16670,
[SMALL_STATE(709)] = 16734,
[SMALL_STATE(710)] = 16768,
[SMALL_STATE(711)] = 16832,
[SMALL_STATE(712)] = 16866,
[SMALL_STATE(713)] = 16930,
[SMALL_STATE(714)] = 16996,
[SMALL_STATE(715)] = 17060,
[SMALL_STATE(716)] = 17124,
[SMALL_STATE(717)] = 17160,
[SMALL_STATE(718)] = 17216,
[SMALL_STATE(719)] = 17280,
[SMALL_STATE(720)] = 17344,
[SMALL_STATE(721)] = 17406,
[SMALL_STATE(722)] = 17450,
[SMALL_STATE(723)] = 17488,
[SMALL_STATE(724)] = 17528,
[SMALL_STATE(725)] = 17568,
[SMALL_STATE(726)] = 17602,
[SMALL_STATE(727)] = 17636,
[SMALL_STATE(728)] = 17699,
[SMALL_STATE(729)] = 17762,
[SMALL_STATE(730)] = 17795,
[SMALL_STATE(731)] = 17828,
[SMALL_STATE(732)] = 17891,
[SMALL_STATE(733)] = 17954,
[SMALL_STATE(734)] = 18017,
[SMALL_STATE(735)] = 18080,
[SMALL_STATE(736)] = 18135,
[SMALL_STATE(737)] = 18188,
[SMALL_STATE(738)] = 18251,
[SMALL_STATE(739)] = 18306,
[SMALL_STATE(740)] = 18369,
[SMALL_STATE(741)] = 18424,
[SMALL_STATE(742)] = 18487,
[SMALL_STATE(743)] = 18520,
[SMALL_STATE(744)] = 18583,
[SMALL_STATE(745)] = 18646,
[SMALL_STATE(746)] = 18709,
[SMALL_STATE(747)] = 18772,
[SMALL_STATE(748)] = 18835,
[SMALL_STATE(749)] = 18896,
[SMALL_STATE(750)] = 18959,
[SMALL_STATE(751)] = 19020,
[SMALL_STATE(752)] = 19083,
[SMALL_STATE(753)] = 19146,
[SMALL_STATE(754)] = 19209,
[SMALL_STATE(755)] = 19272,
[SMALL_STATE(756)] = 19327,
[SMALL_STATE(757)] = 19390,
[SMALL_STATE(758)] = 19453,
[SMALL_STATE(759)] = 19516,
[SMALL_STATE(760)] = 19579,
[SMALL_STATE(761)] = 19642,
[SMALL_STATE(762)] = 19705,
[SMALL_STATE(763)] = 19768,
[SMALL_STATE(764)] = 19831,
[SMALL_STATE(765)] = 19894,
[SMALL_STATE(766)] = 19957,
[SMALL_STATE(767)] = 20002,
[SMALL_STATE(768)] = 20065,
[SMALL_STATE(769)] = 20098,
[SMALL_STATE(770)] = 20161,
[SMALL_STATE(771)] = 20224,
[SMALL_STATE(772)] = 20276,
[SMALL_STATE(773)] = 20336,
[SMALL_STATE(774)] = 20388,
[SMALL_STATE(775)] = 20440,
[SMALL_STATE(776)] = 20474,
[SMALL_STATE(777)] = 20534,
[SMALL_STATE(778)] = 20566,
[SMALL_STATE(779)] = 20604,
[SMALL_STATE(780)] = 20656,
[SMALL_STATE(781)] = 20708,
[SMALL_STATE(782)] = 20760,
[SMALL_STATE(783)] = 20820,
[SMALL_STATE(784)] = 20852,
[SMALL_STATE(785)] = 20904,
[SMALL_STATE(786)] = 20956,
[SMALL_STATE(787)] = 21005,
[SMALL_STATE(788)] = 21036,
[SMALL_STATE(789)] = 21091,
[SMALL_STATE(790)] = 21122,
[SMALL_STATE(791)] = 21177,
[SMALL_STATE(792)] = 21208,
[SMALL_STATE(793)] = 21263,
[SMALL_STATE(794)] = 21318,
[SMALL_STATE(795)] = 21372,
[SMALL_STATE(796)] = 21418,
[SMALL_STATE(797)] = 21472,
[SMALL_STATE(798)] = 21520,
[SMALL_STATE(799)] = 21566,
[SMALL_STATE(800)] = 21618,
[SMALL_STATE(801)] = 21672,
[SMALL_STATE(802)] = 21720,
[SMALL_STATE(803)] = 21768,
[SMALL_STATE(804)] = 21814,
[SMALL_STATE(805)] = 21868,
[SMALL_STATE(806)] = 21922,
[SMALL_STATE(807)] = 21970,
[SMALL_STATE(808)] = 22016,
[SMALL_STATE(809)] = 22068,
[SMALL_STATE(810)] = 22122,
[SMALL_STATE(811)] = 22168,
[SMALL_STATE(812)] = 22216,
[SMALL_STATE(813)] = 22262,
[SMALL_STATE(814)] = 22310,
[SMALL_STATE(815)] = 22343,
[SMALL_STATE(816)] = 22392,
[SMALL_STATE(817)] = 22443,
[SMALL_STATE(818)] = 22494,
[SMALL_STATE(819)] = 22543,
[SMALL_STATE(820)] = 22572,
[SMALL_STATE(821)] = 22601,
[SMALL_STATE(822)] = 22630,
[SMALL_STATE(823)] = 22659,
[SMALL_STATE(824)] = 22708,
[SMALL_STATE(825)] = 22757,
[SMALL_STATE(826)] = 22806,
[SMALL_STATE(827)] = 22848,
[SMALL_STATE(828)] = 22894,
[SMALL_STATE(829)] = 22936,
[SMALL_STATE(830)] = 22988,
[SMALL_STATE(831)] = 23030,
[SMALL_STATE(832)] = 23072,
[SMALL_STATE(833)] = 23124,
[SMALL_STATE(834)] = 23176,
[SMALL_STATE(835)] = 23222,
[SMALL_STATE(836)] = 23265,
[SMALL_STATE(837)] = 23306,
[SMALL_STATE(838)] = 23351,
[SMALL_STATE(839)] = 23390,
[SMALL_STATE(840)] = 23417,
[SMALL_STATE(841)] = 23450,
[SMALL_STATE(842)] = 23495,
[SMALL_STATE(843)] = 23535,
[SMALL_STATE(844)] = 23577,
[SMALL_STATE(845)] = 23617,
[SMALL_STATE(846)] = 23657,
[SMALL_STATE(847)] = 23699,
[SMALL_STATE(848)] = 23738,
[SMALL_STATE(849)] = 23775,
[SMALL_STATE(850)] = 23814,
[SMALL_STATE(851)] = 23839,
[SMALL_STATE(852)] = 23878,
[SMALL_STATE(853)] = 23905,
[SMALL_STATE(854)] = 23942,
[SMALL_STATE(855)] = 23979,
[SMALL_STATE(856)] = 24016,
[SMALL_STATE(857)] = 24055,
[SMALL_STATE(858)] = 24080,
[SMALL_STATE(859)] = 24117,
[SMALL_STATE(860)] = 24154,
[SMALL_STATE(861)] = 24191,
[SMALL_STATE(862)] = 24217,
[SMALL_STATE(863)] = 24259,
[SMALL_STATE(864)] = 24293,
[SMALL_STATE(865)] = 24335,
[SMALL_STATE(866)] = 24377,
[SMALL_STATE(867)] = 24419,
[SMALL_STATE(868)] = 24449,
[SMALL_STATE(869)] = 24491,
[SMALL_STATE(870)] = 24533,
[SMALL_STATE(871)] = 24575,
[SMALL_STATE(872)] = 24617,
[SMALL_STATE(873)] = 24650,
[SMALL_STATE(874)] = 24687,
[SMALL_STATE(875)] = 24720,
[SMALL_STATE(876)] = 24753,
[SMALL_STATE(877)] = 24787,
[SMALL_STATE(878)] = 24821,
[SMALL_STATE(879)] = 24855,
[SMALL_STATE(880)] = 24891,
[SMALL_STATE(881)] = 24921,
[SMALL_STATE(882)] = 24957,
[SMALL_STATE(883)] = 24991,
[SMALL_STATE(884)] = 25023,
[SMALL_STATE(885)] = 25051,
[SMALL_STATE(886)] = 25087,
[SMALL_STATE(887)] = 25123,
[SMALL_STATE(888)] = 25157,
[SMALL_STATE(889)] = 25188,
[SMALL_STATE(890)] = 25215,
[SMALL_STATE(891)] = 25246,
[SMALL_STATE(892)] = 25279,
[SMALL_STATE(893)] = 25312,
[SMALL_STATE(894)] = 25343,
[SMALL_STATE(895)] = 25374,
[SMALL_STATE(896)] = 25405,
[SMALL_STATE(897)] = 25438,
[SMALL_STATE(898)] = 25471,
[SMALL_STATE(899)] = 25502,
[SMALL_STATE(900)] = 25535,
[SMALL_STATE(901)] = 25568,
[SMALL_STATE(902)] = 25596,
[SMALL_STATE(903)] = 25626,
[SMALL_STATE(904)] = 25652,
[SMALL_STATE(905)] = 25680,
[SMALL_STATE(906)] = 25710,
[SMALL_STATE(907)] = 25738,
[SMALL_STATE(908)] = 25766,
[SMALL_STATE(909)] = 25796,
[SMALL_STATE(910)] = 25828,
[SMALL_STATE(911)] = 25852,
[SMALL_STATE(912)] = 25884,
[SMALL_STATE(913)] = 25912,
[SMALL_STATE(914)] = 25944,
[SMALL_STATE(915)] = 25972,
[SMALL_STATE(916)] = 26007,
[SMALL_STATE(917)] = 26028,
[SMALL_STATE(918)] = 26049,
[SMALL_STATE(919)] = 26076,
[SMALL_STATE(920)] = 26105,
[SMALL_STATE(921)] = 26140,
[SMALL_STATE(922)] = 26165,
[SMALL_STATE(923)] = 26190,
[SMALL_STATE(924)] = 26212,
[SMALL_STATE(925)] = 26234,
[SMALL_STATE(926)] = 26252,
[SMALL_STATE(927)] = 26274,
[SMALL_STATE(928)] = 26296,
[SMALL_STATE(929)] = 26320,
[SMALL_STATE(930)] = 26342,
[SMALL_STATE(931)] = 26364,
[SMALL_STATE(932)] = 26388,
[SMALL_STATE(933)] = 26404,
[SMALL_STATE(934)] = 26420,
[SMALL_STATE(935)] = 26442,
[SMALL_STATE(936)] = 26464,
[SMALL_STATE(937)] = 26486,
[SMALL_STATE(938)] = 26508,
[SMALL_STATE(939)] = 26530,
[SMALL_STATE(940)] = 26552,
[SMALL_STATE(941)] = 26574,
[SMALL_STATE(942)] = 26598,
[SMALL_STATE(943)] = 26620,
[SMALL_STATE(944)] = 26642,
[SMALL_STATE(945)] = 26670,
[SMALL_STATE(946)] = 26692,
[SMALL_STATE(947)] = 26714,
[SMALL_STATE(948)] = 26735,
[SMALL_STATE(949)] = 26764,
[SMALL_STATE(950)] = 26787,
[SMALL_STATE(951)] = 26816,
[SMALL_STATE(952)] = 26837,
[SMALL_STATE(953)] = 26860,
[SMALL_STATE(954)] = 26889,
[SMALL_STATE(955)] = 26910,
[SMALL_STATE(956)] = 26933,
[SMALL_STATE(957)] = 26962,
[SMALL_STATE(958)] = 26976,
[SMALL_STATE(959)] = 26990,
[SMALL_STATE(960)] = 27012,
[SMALL_STATE(961)] = 27036,
[SMALL_STATE(962)] = 27056,
[SMALL_STATE(963)] = 27070,
[SMALL_STATE(964)] = 27092,
[SMALL_STATE(965)] = 27106,
[SMALL_STATE(966)] = 27126,
[SMALL_STATE(967)] = 27144,
[SMALL_STATE(968)] = 27164,
[SMALL_STATE(969)] = 27184,
[SMALL_STATE(970)] = 27208,
[SMALL_STATE(971)] = 27222,
[SMALL_STATE(972)] = 27239,
[SMALL_STATE(973)] = 27252,
[SMALL_STATE(974)] = 27275,
[SMALL_STATE(975)] = 27292,
[SMALL_STATE(976)] = 27309,
[SMALL_STATE(977)] = 27322,
[SMALL_STATE(978)] = 27343,
[SMALL_STATE(979)] = 27356,
[SMALL_STATE(980)] = 27373,
[SMALL_STATE(981)] = 27390,
[SMALL_STATE(982)] = 27413,
[SMALL_STATE(983)] = 27430,
[SMALL_STATE(984)] = 27443,
[SMALL_STATE(985)] = 27460,
[SMALL_STATE(986)] = 27477,
[SMALL_STATE(987)] = 27494,
[SMALL_STATE(988)] = 27517,
[SMALL_STATE(989)] = 27538,
[SMALL_STATE(990)] = 27559,
[SMALL_STATE(991)] = 27580,
[SMALL_STATE(992)] = 27593,
[SMALL_STATE(993)] = 27614,
[SMALL_STATE(994)] = 27631,
[SMALL_STATE(995)] = 27644,
[SMALL_STATE(996)] = 27661,
[SMALL_STATE(997)] = 27674,
[SMALL_STATE(998)] = 27687,
[SMALL_STATE(999)] = 27708,
[SMALL_STATE(1000)] = 27731,
[SMALL_STATE(1001)] = 27748,
[SMALL_STATE(1002)] = 27765,
[SMALL_STATE(1003)] = 27778,
[SMALL_STATE(1004)] = 27801,
[SMALL_STATE(1005)] = 27814,
[SMALL_STATE(1006)] = 27827,
[SMALL_STATE(1007)] = 27840,
[SMALL_STATE(1008)] = 27861,
[SMALL_STATE(1009)] = 27874,
[SMALL_STATE(1010)] = 27887,
[SMALL_STATE(1011)] = 27910,
[SMALL_STATE(1012)] = 27927,
[SMALL_STATE(1013)] = 27948,
[SMALL_STATE(1014)] = 27960,
[SMALL_STATE(1015)] = 27974,
[SMALL_STATE(1016)] = 27990,
[SMALL_STATE(1017)] = 28006,
[SMALL_STATE(1018)] = 28026,
[SMALL_STATE(1019)] = 28046,
[SMALL_STATE(1020)] = 28066,
[SMALL_STATE(1021)] = 28086,
[SMALL_STATE(1022)] = 28102,
[SMALL_STATE(1023)] = 28122,
[SMALL_STATE(1024)] = 28134,
[SMALL_STATE(1025)] = 28146,
[SMALL_STATE(1026)] = 28166,
[SMALL_STATE(1027)] = 28182,
[SMALL_STATE(1028)] = 28202,
[SMALL_STATE(1029)] = 28222,
[SMALL_STATE(1030)] = 28242,
[SMALL_STATE(1031)] = 28262,
[SMALL_STATE(1032)] = 28282,
[SMALL_STATE(1033)] = 28302,
[SMALL_STATE(1034)] = 28322,
[SMALL_STATE(1035)] = 28338,
[SMALL_STATE(1036)] = 28356,
[SMALL_STATE(1037)] = 28376,
[SMALL_STATE(1038)] = 28396,
[SMALL_STATE(1039)] = 28416,
[SMALL_STATE(1040)] = 28436,
[SMALL_STATE(1041)] = 28452,
[SMALL_STATE(1042)] = 28468,
[SMALL_STATE(1043)] = 28484,
[SMALL_STATE(1044)] = 28499,
[SMALL_STATE(1045)] = 28510,
[SMALL_STATE(1046)] = 28521,
[SMALL_STATE(1047)] = 28532,
[SMALL_STATE(1048)] = 28549,
[SMALL_STATE(1049)] = 28566,
[SMALL_STATE(1050)] = 28581,
[SMALL_STATE(1051)] = 28596,
[SMALL_STATE(1052)] = 28611,
[SMALL_STATE(1053)] = 28628,
[SMALL_STATE(1054)] = 28645,
[SMALL_STATE(1055)] = 28656,
[SMALL_STATE(1056)] = 28671,
[SMALL_STATE(1057)] = 28686,
[SMALL_STATE(1058)] = 28703,
[SMALL_STATE(1059)] = 28720,
[SMALL_STATE(1060)] = 28737,
[SMALL_STATE(1061)] = 28754,
[SMALL_STATE(1062)] = 28771,
[SMALL_STATE(1063)] = 28788,
[SMALL_STATE(1064)] = 28801,
[SMALL_STATE(1065)] = 28818,
[SMALL_STATE(1066)] = 28835,
[SMALL_STATE(1067)] = 28852,
[SMALL_STATE(1068)] = 28869,
[SMALL_STATE(1069)] = 28880,
[SMALL_STATE(1070)] = 28897,
[SMALL_STATE(1071)] = 28914,
[SMALL_STATE(1072)] = 28931,
[SMALL_STATE(1073)] = 28942,
[SMALL_STATE(1074)] = 28959,
[SMALL_STATE(1075)] = 28970,
[SMALL_STATE(1076)] = 28985,
[SMALL_STATE(1077)] = 29002,
[SMALL_STATE(1078)] = 29019,
[SMALL_STATE(1079)] = 29034,
[SMALL_STATE(1080)] = 29049,
[SMALL_STATE(1081)] = 29064,
[SMALL_STATE(1082)] = 29081,
[SMALL_STATE(1083)] = 29098,
[SMALL_STATE(1084)] = 29109,
[SMALL_STATE(1085)] = 29126,
[SMALL_STATE(1086)] = 29137,
[SMALL_STATE(1087)] = 29154,
[SMALL_STATE(1088)] = 29169,
[SMALL_STATE(1089)] = 29184,
[SMALL_STATE(1090)] = 29201,
[SMALL_STATE(1091)] = 29216,
[SMALL_STATE(1092)] = 29233,
[SMALL_STATE(1093)] = 29248,
[SMALL_STATE(1094)] = 29261,
[SMALL_STATE(1095)] = 29276,
[SMALL_STATE(1096)] = 29291,
[SMALL_STATE(1097)] = 29308,
[SMALL_STATE(1098)] = 29323,
[SMALL_STATE(1099)] = 29338,
[SMALL_STATE(1100)] = 29355,
[SMALL_STATE(1101)] = 29370,
[SMALL_STATE(1102)] = 29385,
[SMALL_STATE(1103)] = 29400,
[SMALL_STATE(1104)] = 29417,
[SMALL_STATE(1105)] = 29431,
[SMALL_STATE(1106)] = 29445,
[SMALL_STATE(1107)] = 29459,
[SMALL_STATE(1108)] = 29473,
[SMALL_STATE(1109)] = 29487,
[SMALL_STATE(1110)] = 29501,
[SMALL_STATE(1111)] = 29515,
[SMALL_STATE(1112)] = 29529,
[SMALL_STATE(1113)] = 29543,
[SMALL_STATE(1114)] = 29553,
[SMALL_STATE(1115)] = 29567,
[SMALL_STATE(1116)] = 29581,
[SMALL_STATE(1117)] = 29595,
[SMALL_STATE(1118)] = 29609,
[SMALL_STATE(1119)] = 29623,
[SMALL_STATE(1120)] = 29637,
[SMALL_STATE(1121)] = 29651,
[SMALL_STATE(1122)] = 29665,
[SMALL_STATE(1123)] = 29679,
[SMALL_STATE(1124)] = 29693,
[SMALL_STATE(1125)] = 29707,
[SMALL_STATE(1126)] = 29721,
[SMALL_STATE(1127)] = 29735,
[SMALL_STATE(1128)] = 29749,
[SMALL_STATE(1129)] = 29763,
[SMALL_STATE(1130)] = 29777,
[SMALL_STATE(1131)] = 29791,
[SMALL_STATE(1132)] = 29805,
[SMALL_STATE(1133)] = 29819,
[SMALL_STATE(1134)] = 29833,
[SMALL_STATE(1135)] = 29843,
[SMALL_STATE(1136)] = 29857,
[SMALL_STATE(1137)] = 29871,
[SMALL_STATE(1138)] = 29885,
[SMALL_STATE(1139)] = 29899,
[SMALL_STATE(1140)] = 29911,
[SMALL_STATE(1141)] = 29925,
[SMALL_STATE(1142)] = 29939,
[SMALL_STATE(1143)] = 29951,
[SMALL_STATE(1144)] = 29965,
[SMALL_STATE(1145)] = 29979,
[SMALL_STATE(1146)] = 29993,
[SMALL_STATE(1147)] = 30007,
[SMALL_STATE(1148)] = 30021,
[SMALL_STATE(1149)] = 30035,
[SMALL_STATE(1150)] = 30049,
[SMALL_STATE(1151)] = 30063,
[SMALL_STATE(1152)] = 30077,
[SMALL_STATE(1153)] = 30087,
[SMALL_STATE(1154)] = 30101,
[SMALL_STATE(1155)] = 30115,
[SMALL_STATE(1156)] = 30125,
[SMALL_STATE(1157)] = 30139,
[SMALL_STATE(1158)] = 30153,
[SMALL_STATE(1159)] = 30167,
[SMALL_STATE(1160)] = 30181,
[SMALL_STATE(1161)] = 30195,
[SMALL_STATE(1162)] = 30209,
[SMALL_STATE(1163)] = 30223,
[SMALL_STATE(1164)] = 30237,
[SMALL_STATE(1165)] = 30251,
[SMALL_STATE(1166)] = 30265,
[SMALL_STATE(1167)] = 30279,
[SMALL_STATE(1168)] = 30293,
[SMALL_STATE(1169)] = 30307,
[SMALL_STATE(1170)] = 30317,
[SMALL_STATE(1171)] = 30331,
[SMALL_STATE(1172)] = 30345,
[SMALL_STATE(1173)] = 30359,
[SMALL_STATE(1174)] = 30373,
[SMALL_STATE(1175)] = 30387,
[SMALL_STATE(1176)] = 30401,
[SMALL_STATE(1177)] = 30415,
[SMALL_STATE(1178)] = 30429,
[SMALL_STATE(1179)] = 30443,
[SMALL_STATE(1180)] = 30457,
[SMALL_STATE(1181)] = 30471,
[SMALL_STATE(1182)] = 30485,
[SMALL_STATE(1183)] = 30499,
[SMALL_STATE(1184)] = 30513,
[SMALL_STATE(1185)] = 30523,
[SMALL_STATE(1186)] = 30537,
[SMALL_STATE(1187)] = 30547,
[SMALL_STATE(1188)] = 30561,
[SMALL_STATE(1189)] = 30575,
[SMALL_STATE(1190)] = 30589,
[SMALL_STATE(1191)] = 30599,
[SMALL_STATE(1192)] = 30613,
[SMALL_STATE(1193)] = 30627,
[SMALL_STATE(1194)] = 30641,
[SMALL_STATE(1195)] = 30651,
[SMALL_STATE(1196)] = 30665,
[SMALL_STATE(1197)] = 30679,
[SMALL_STATE(1198)] = 30693,
[SMALL_STATE(1199)] = 30707,
[SMALL_STATE(1200)] = 30721,
[SMALL_STATE(1201)] = 30735,
[SMALL_STATE(1202)] = 30745,
[SMALL_STATE(1203)] = 30759,
[SMALL_STATE(1204)] = 30773,
[SMALL_STATE(1205)] = 30787,
[SMALL_STATE(1206)] = 30801,
[SMALL_STATE(1207)] = 30815,
[SMALL_STATE(1208)] = 30829,
[SMALL_STATE(1209)] = 30843,
[SMALL_STATE(1210)] = 30857,
[SMALL_STATE(1211)] = 30871,
[SMALL_STATE(1212)] = 30885,
[SMALL_STATE(1213)] = 30899,
[SMALL_STATE(1214)] = 30913,
[SMALL_STATE(1215)] = 30927,
[SMALL_STATE(1216)] = 30938,
[SMALL_STATE(1217)] = 30947,
[SMALL_STATE(1218)] = 30958,
[SMALL_STATE(1219)] = 30969,
[SMALL_STATE(1220)] = 30980,
[SMALL_STATE(1221)] = 30991,
[SMALL_STATE(1222)] = 31002,
[SMALL_STATE(1223)] = 31013,
[SMALL_STATE(1224)] = 31022,
[SMALL_STATE(1225)] = 31031,
[SMALL_STATE(1226)] = 31042,
[SMALL_STATE(1227)] = 31053,
[SMALL_STATE(1228)] = 31064,
[SMALL_STATE(1229)] = 31075,
[SMALL_STATE(1230)] = 31084,
[SMALL_STATE(1231)] = 31095,
[SMALL_STATE(1232)] = 31106,
[SMALL_STATE(1233)] = 31117,
[SMALL_STATE(1234)] = 31126,
[SMALL_STATE(1235)] = 31137,
[SMALL_STATE(1236)] = 31148,
[SMALL_STATE(1237)] = 31159,
[SMALL_STATE(1238)] = 31168,
[SMALL_STATE(1239)] = 31177,
[SMALL_STATE(1240)] = 31188,
[SMALL_STATE(1241)] = 31199,
[SMALL_STATE(1242)] = 31208,
[SMALL_STATE(1243)] = 31219,
[SMALL_STATE(1244)] = 31230,
[SMALL_STATE(1245)] = 31239,
[SMALL_STATE(1246)] = 31250,
[SMALL_STATE(1247)] = 31261,
[SMALL_STATE(1248)] = 31270,
[SMALL_STATE(1249)] = 31279,
[SMALL_STATE(1250)] = 31290,
[SMALL_STATE(1251)] = 31301,
[SMALL_STATE(1252)] = 31310,
[SMALL_STATE(1253)] = 31321,
[SMALL_STATE(1254)] = 31332,
[SMALL_STATE(1255)] = 31343,
[SMALL_STATE(1256)] = 31352,
[SMALL_STATE(1257)] = 31361,
[SMALL_STATE(1258)] = 31372,
[SMALL_STATE(1259)] = 31383,
[SMALL_STATE(1260)] = 31392,
[SMALL_STATE(1261)] = 31403,
[SMALL_STATE(1262)] = 31414,
[SMALL_STATE(1263)] = 31423,
[SMALL_STATE(1264)] = 31432,
[SMALL_STATE(1265)] = 31441,
[SMALL_STATE(1266)] = 31452,
[SMALL_STATE(1267)] = 31461,
[SMALL_STATE(1268)] = 31472,
[SMALL_STATE(1269)] = 31481,
[SMALL_STATE(1270)] = 31490,
[SMALL_STATE(1271)] = 31499,
[SMALL_STATE(1272)] = 31510,
[SMALL_STATE(1273)] = 31521,
[SMALL_STATE(1274)] = 31532,
[SMALL_STATE(1275)] = 31543,
[SMALL_STATE(1276)] = 31554,
[SMALL_STATE(1277)] = 31565,
[SMALL_STATE(1278)] = 31576,
[SMALL_STATE(1279)] = 31587,
[SMALL_STATE(1280)] = 31596,
[SMALL_STATE(1281)] = 31605,
[SMALL_STATE(1282)] = 31616,
[SMALL_STATE(1283)] = 31627,
[SMALL_STATE(1284)] = 31636,
[SMALL_STATE(1285)] = 31647,
[SMALL_STATE(1286)] = 31658,
[SMALL_STATE(1287)] = 31667,
[SMALL_STATE(1288)] = 31678,
[SMALL_STATE(1289)] = 31689,
[SMALL_STATE(1290)] = 31700,
[SMALL_STATE(1291)] = 31711,
[SMALL_STATE(1292)] = 31720,
[SMALL_STATE(1293)] = 31729,
[SMALL_STATE(1294)] = 31738,
[SMALL_STATE(1295)] = 31749,
[SMALL_STATE(1296)] = 31760,
[SMALL_STATE(1297)] = 31771,
[SMALL_STATE(1298)] = 31782,
[SMALL_STATE(1299)] = 31791,
[SMALL_STATE(1300)] = 31800,
[SMALL_STATE(1301)] = 31809,
[SMALL_STATE(1302)] = 31818,
[SMALL_STATE(1303)] = 31829,
[SMALL_STATE(1304)] = 31840,
[SMALL_STATE(1305)] = 31849,
[SMALL_STATE(1306)] = 31860,
[SMALL_STATE(1307)] = 31871,
[SMALL_STATE(1308)] = 31882,
[SMALL_STATE(1309)] = 31891,
[SMALL_STATE(1310)] = 31900,
[SMALL_STATE(1311)] = 31911,
[SMALL_STATE(1312)] = 31920,
[SMALL_STATE(1313)] = 31931,
[SMALL_STATE(1314)] = 31942,
[SMALL_STATE(1315)] = 31953,
[SMALL_STATE(1316)] = 31962,
[SMALL_STATE(1317)] = 31973,
[SMALL_STATE(1318)] = 31984,
[SMALL_STATE(1319)] = 31995,
[SMALL_STATE(1320)] = 32006,
[SMALL_STATE(1321)] = 32017,
[SMALL_STATE(1322)] = 32028,
[SMALL_STATE(1323)] = 32039,
[SMALL_STATE(1324)] = 32048,
[SMALL_STATE(1325)] = 32059,
[SMALL_STATE(1326)] = 32070,
[SMALL_STATE(1327)] = 32081,
[SMALL_STATE(1328)] = 32090,
[SMALL_STATE(1329)] = 32101,
[SMALL_STATE(1330)] = 32112,
[SMALL_STATE(1331)] = 32121,
[SMALL_STATE(1332)] = 32132,
[SMALL_STATE(1333)] = 32143,
[SMALL_STATE(1334)] = 32154,
[SMALL_STATE(1335)] = 32165,
[SMALL_STATE(1336)] = 32176,
[SMALL_STATE(1337)] = 32187,
[SMALL_STATE(1338)] = 32198,
[SMALL_STATE(1339)] = 32207,
[SMALL_STATE(1340)] = 32218,
[SMALL_STATE(1341)] = 32226,
[SMALL_STATE(1342)] = 32234,
[SMALL_STATE(1343)] = 32242,
[SMALL_STATE(1344)] = 32250,
[SMALL_STATE(1345)] = 32258,
[SMALL_STATE(1346)] = 32266,
[SMALL_STATE(1347)] = 32274,
[SMALL_STATE(1348)] = 32282,
[SMALL_STATE(1349)] = 32290,
[SMALL_STATE(1350)] = 32298,
[SMALL_STATE(1351)] = 32306,
[SMALL_STATE(1352)] = 32314,
[SMALL_STATE(1353)] = 32322,
[SMALL_STATE(1354)] = 32330,
[SMALL_STATE(1355)] = 32338,
[SMALL_STATE(1356)] = 32346,
[SMALL_STATE(1357)] = 32354,
[SMALL_STATE(1358)] = 32362,
[SMALL_STATE(1359)] = 32370,
[SMALL_STATE(1360)] = 32378,
[SMALL_STATE(1361)] = 32386,
[SMALL_STATE(1362)] = 32394,
[SMALL_STATE(1363)] = 32402,
[SMALL_STATE(1364)] = 32410,
[SMALL_STATE(1365)] = 32418,
[SMALL_STATE(1366)] = 32426,
[SMALL_STATE(1367)] = 32434,
[SMALL_STATE(1368)] = 32442,
[SMALL_STATE(1369)] = 32450,
[SMALL_STATE(1370)] = 32458,
[SMALL_STATE(1371)] = 32466,
[SMALL_STATE(1372)] = 32474,
[SMALL_STATE(1373)] = 32482,
[SMALL_STATE(1374)] = 32490,
[SMALL_STATE(1375)] = 32498,
[SMALL_STATE(1376)] = 32506,
[SMALL_STATE(1377)] = 32514,
[SMALL_STATE(1378)] = 32522,
[SMALL_STATE(1379)] = 32530,
[SMALL_STATE(1380)] = 32538,
[SMALL_STATE(1381)] = 32546,
[SMALL_STATE(1382)] = 32554,
[SMALL_STATE(1383)] = 32562,
[SMALL_STATE(1384)] = 32570,
[SMALL_STATE(1385)] = 32578,
[SMALL_STATE(1386)] = 32586,
[SMALL_STATE(1387)] = 32594,
[SMALL_STATE(1388)] = 32602,
[SMALL_STATE(1389)] = 32610,
[SMALL_STATE(1390)] = 32618,
[SMALL_STATE(1391)] = 32626,
[SMALL_STATE(1392)] = 32634,
[SMALL_STATE(1393)] = 32642,
[SMALL_STATE(1394)] = 32650,
[SMALL_STATE(1395)] = 32658,
[SMALL_STATE(1396)] = 32666,
[SMALL_STATE(1397)] = 32674,
[SMALL_STATE(1398)] = 32682,
[SMALL_STATE(1399)] = 32690,
[SMALL_STATE(1400)] = 32698,
[SMALL_STATE(1401)] = 32706,
[SMALL_STATE(1402)] = 32714,
[SMALL_STATE(1403)] = 32722,
[SMALL_STATE(1404)] = 32730,
[SMALL_STATE(1405)] = 32738,
[SMALL_STATE(1406)] = 32746,
[SMALL_STATE(1407)] = 32754,
[SMALL_STATE(1408)] = 32762,
[SMALL_STATE(1409)] = 32770,
[SMALL_STATE(1410)] = 32778,
[SMALL_STATE(1411)] = 32786,
[SMALL_STATE(1412)] = 32794,
[SMALL_STATE(1413)] = 32802,
[SMALL_STATE(1414)] = 32810,
[SMALL_STATE(1415)] = 32818,
[SMALL_STATE(1416)] = 32826,
[SMALL_STATE(1417)] = 32834,
[SMALL_STATE(1418)] = 32842,
[SMALL_STATE(1419)] = 32850,
};
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(423),
[9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569),
[11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569),
[13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007),
[15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955),
[17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109),
[19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961),
[21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188),
[23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186),
[25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201),
[27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806),
[29] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410),
[31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328),
[33] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10),
[35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617),
[37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386),
[39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228),
[41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(16),
[43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239),
[45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1240),
[47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243),
[49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184),
[51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(105),
[53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588),
[55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189),
[57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1059),
[59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332),
[61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392),
[63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934),
[65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459),
[67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426),
[69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142),
[71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927),
[73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918),
[75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380),
[77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608),
[79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(402),
[81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617),
[83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462),
[85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373),
[87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342),
[89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(729),
[91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(742),
[93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783),
[95] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583),
[97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258),
[99] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0),
[101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0),
[103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(423),
[106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(569),
[109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(569),
[112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1007),
[115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(955),
[118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(109),
[121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(961),
[124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(188),
[127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(186),
[130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(201),
[133] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(806),
[136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1410),
[139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1328),
[142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(10),
[145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(386),
[151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(228),
[154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(16),
[157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1239),
[160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1240),
[163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1243),
[166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(184),
[169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(105),
[172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(588),
[175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(189),
[178] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1059),
[181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1332),
[184] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1392),
[187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(934),
[190] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(459),
[193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(426),
[196] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(142),
[199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(927),
[202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(918),
[205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1380),
[208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(608),
[211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(402),
[214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(462),
[220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1373),
[223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1342),
[226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(729),
[229] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(742),
[232] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(783),
[235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(583),
[238] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1258),
[241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554),
[243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677),
[245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403),
[247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648),
[249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1065),
[251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(423),
[254] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(569),
[257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(569),
[260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1007),
[263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(955),
[266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0),
[268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(109),
[271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(677),
[274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(188),
[277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(186),
[280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(201),
[283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(806),
[286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1410),
[289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1328),
[292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(10),
[295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(386),
[301] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(228),
[304] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(16),
[307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1239),
[310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1240),
[313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1243),
[316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(184),
[319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(105),
[322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(588),
[325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(189),
[328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1059),
[331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1332),
[334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1392),
[337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(934),
[340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(459),
[343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(426),
[346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(142),
[349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(927),
[352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(918),
[355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1380),
[358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(608),
[361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(403),
[364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(462),
[370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1373),
[373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1342),
[376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(729),
[379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(742),
[382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(783),
[385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(648),
[388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_constructor_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1065),
[391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566),
[393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(424),
[395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 1, 0, 0),
[397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 1, 0, 0),
[399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1252),
[401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1253),
[403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411),
[405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(424),
[408] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(569),
[411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(569),
[414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1007),
[417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(955),
[420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0),
[422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(109),
[425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(188),
[428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(186),
[431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(201),
[434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(806),
[437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1410),
[440] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1328),
[443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(10),
[446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0),
[448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(617),
[451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(386),
[454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(228),
[457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(16),
[460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1252),
[463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1240),
[466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1243),
[469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(184),
[472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(105),
[475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(588),
[478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(189),
[481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1059),
[484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1253),
[487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1411),
[490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(934),
[493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(459),
[496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(426),
[499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(142),
[502] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(927),
[505] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(918),
[508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1380),
[511] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(608),
[514] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(403),
[517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(617),
[520] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(462),
[523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1373),
[526] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1342),
[529] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(729),
[532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(742),
[535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(783),
[538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(583),
[541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat2, 2, 0, 0), SHIFT_REPEAT(1258),
[544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block_statement_group, 2, 0, 0),
[546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block_statement_group, 2, 0, 0),
[548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115),
[550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113),
[552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255),
[554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254),
[556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425),
[558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287),
[560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1288),
[562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414),
[564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(413),
[566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 1), SHIFT(109),
[569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 1),
[571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 1),
[573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 1), SHIFT(188),
[576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186),
[578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 1), SHIFT(201),
[581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(140),
[583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942),
[585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 2, 0, 0),
[587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 2, 0, 0),
[589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_body, 3, 0, 0),
[591] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_body, 3, 0, 0),
[593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414),
[595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962),
[597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(634),
[599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939),
[601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638),
[603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391),
[605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634),
[607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418),
[609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627),
[611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293),
[613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419),
[615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108),
[617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224),
[619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225),
[621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 3, 0, 0),
[623] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 3, 0, 0),
[625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179),
[627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_block, 2, 0, 0),
[629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_block, 2, 0, 0),
[631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3, 0, 0),
[633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3, 0, 0),
[635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145),
[637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2, 0, 0),
[639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2, 0, 0),
[641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0),
[645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_expression, 3, 0, 22),
[647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_expression, 3, 0, 22),
[649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175),
[651] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0),
[653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0),
[655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0),
[657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0),
[660] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0),
[662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), REDUCE(sym_statement, 1, 0, 0),
[665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054),
[667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415),
[669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125),
[671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447),
[673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819),
[675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601),
[677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568),
[679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045),
[681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046),
[683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528),
[685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404),
[687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131),
[689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546),
[691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582),
[693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(438),
[695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226),
[697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38),
[699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156),
[701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29),
[703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30),
[705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658),
[707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147),
[709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24),
[711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21),
[713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22),
[715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475),
[717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665),
[719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471),
[721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18),
[723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152),
[725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19),
[727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49),
[729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50),
[731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52),
[733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53),
[735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55),
[737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158),
[739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59),
[741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67),
[743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78),
[745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79),
[747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81),
[749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82),
[751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84),
[753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88),
[755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89),
[757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97),
[759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159),
[761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160),
[763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162),
[765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165),
[767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167),
[769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168),
[771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170),
[773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173),
[775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514),
[777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385),
[779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104),
[781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 24),
[783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 24),
[785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1378),
[787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1222),
[789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 3, 0, 25),
[791] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 3, 0, 25),
[793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 4, 0, 25),
[795] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 4, 0, 25),
[797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442),
[799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449),
[801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0),
[803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0),
[805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(1378),
[808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836),
[810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227),
[812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340),
[814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811),
[816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395),
[818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, 0, 156),
[820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, 0, 156),
[822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, 0, 150),
[824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, 0, 150),
[826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0),
[828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0),
[830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 60),
[832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 60),
[834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 61),
[836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 61),
[838] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 62),
[840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 62),
[842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 63),
[844] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 63),
[846] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 4, 0, 24),
[848] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 4, 0, 24),
[850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 4, 0, 65),
[852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 4, 0, 65),
[854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 2, 0, 0),
[856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 2, 0, 0),
[858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 4, 0, 0),
[860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 4, 0, 0),
[862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 2, 0, 0),
[864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 2, 0, 0),
[866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 62),
[868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 62),
[870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 4, 0, 66),
[872] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 4, 0, 66),
[874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 2, 0, 0),
[876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 2, 0, 0),
[878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 2, 0, 0),
[880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 2, 0, 0),
[882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 60),
[884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 60),
[886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 63),
[888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 63),
[890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 67),
[892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 67),
[894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 65),
[896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 65),
[898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 65),
[900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 65),
[902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 4, 0, 65),
[904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 4, 0, 65),
[906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 65),
[908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 65),
[910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 4, 0, 74),
[912] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 4, 0, 74),
[914] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 4, 0, 0),
[916] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 4, 0, 0),
[918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 21),
[920] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 21),
[922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 95),
[924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 95),
[926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 96),
[928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 96),
[930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 97),
[932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 97),
[934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 98),
[936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 98),
[938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 99),
[940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 99),
[942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 100),
[944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 100),
[946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 5, 0, 0),
[948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 5, 0, 0),
[950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 101),
[952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 101),
[954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_with_resources_statement, 5, 0, 25),
[956] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_with_resources_statement, 5, 0, 25),
[958] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 102),
[960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 102),
[962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_body, 3, 0, 0),
[964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_body, 3, 0, 0),
[966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 5, 0, 0),
[968] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 5, 0, 0),
[970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 3, 0, 0),
[972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 3, 0, 0),
[974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 106),
[976] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, 0, 106),
[978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 107),
[980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, 0, 107),
[982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_body, 3, 0, 0),
[984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_body, 3, 0, 0),
[986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_body, 3, 0, 0),
[988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_body, 3, 0, 0),
[990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 97),
[992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 97),
[994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 108),
[996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 108),
[998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 109),
[1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 109),
[1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 114),
[1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 114),
[1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 115),
[1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 115),
[1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 116),
[1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 116),
[1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 117),
[1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 117),
[1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 116),
[1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 116),
[1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 5, 0, 118),
[1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 5, 0, 118),
[1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 114),
[1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 114),
[1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 117),
[1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 117),
[1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 5, 0, 119),
[1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 5, 0, 119),
[1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 5, 0, 120),
[1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 5, 0, 120),
[1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assert_statement, 3, 0, 0),
[1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_assert_statement, 3, 0, 0),
[1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 127),
[1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 127),
[1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 128),
[1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 128),
[1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 129),
[1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 129),
[1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 130),
[1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 130),
[1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 22),
[1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 22),
[1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 0),
[1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 0),
[1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, 0, 0),
[1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, 0, 0),
[1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0),
[1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0),
[1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_statement, 3, 0, 0),
[1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_statement, 3, 0, 0),
[1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 133),
[1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 133),
[1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_synchronized_statement, 3, 0, 23),
[1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_synchronized_statement, 3, 0, 23),
[1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration, 1, 0, 0),
[1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration, 1, 0, 0),
[1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_statement, 3, 0, 0),
[1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_throw_statement, 3, 0, 0),
[1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 134),
[1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 134),
[1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 6, 0, 0),
[1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 6, 0, 0),
[1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 4, 0, 0),
[1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 4, 0, 0),
[1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, 0, 140),
[1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, 0, 140),
[1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 141),
[1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 141),
[1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 143),
[1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 143),
[1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 144),
[1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 144),
[1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 145),
[1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 145),
[1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 146),
[1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 146),
[1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 147),
[1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 147),
[1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 148),
[1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 148),
[1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 6, 0, 149),
[1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 6, 0, 149),
[1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 145),
[1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 145),
[1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 151),
[1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 151),
[1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 6, 0, 152),
[1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 6, 0, 152),
[1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 154),
[1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 154),
[1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 158),
[1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 158),
[1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 161),
[1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 161),
[1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 162),
[1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 162),
[1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 163),
[1176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 163),
[1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 164),
[1180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 164),
[1182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 5, 0, 0),
[1184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 5, 0, 0),
[1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 168),
[1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 168),
[1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 169),
[1192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 169),
[1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 170),
[1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 170),
[1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 171),
[1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 171),
[1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_declaration, 7, 0, 172),
[1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_declaration, 7, 0, 172),
[1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 7, 0, 173),
[1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 7, 0, 173),
[1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 175),
[1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 175),
[1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 176),
[1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 176),
[1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 177),
[1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 177),
[1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 178),
[1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 178),
[1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 179),
[1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 179),
[1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 8, 0, 180),
[1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 8, 0, 180),
[1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 181),
[1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 181),
[1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 182),
[1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 182),
[1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body, 6, 0, 0),
[1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_body, 6, 0, 0),
[1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 186),
[1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 186),
[1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 188),
[1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 188),
[1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 189),
[1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 189),
[1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 190),
[1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 190),
[1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 191),
[1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 191),
[1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 192),
[1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 192),
[1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enhanced_for_statement, 9, 0, 193),
[1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enhanced_for_statement, 9, 0, 193),
[1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 194),
[1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 194),
[1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 206),
[1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 206),
[1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 207),
[1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 207),
[1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 208),
[1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 208),
[1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 213),
[1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 213),
[1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_declaration, 3, 0, 21),
[1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_module_declaration, 3, 0, 21),
[1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_package_declaration, 3, 0, 0),
[1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_package_declaration, 3, 0, 0),
[1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_import_declaration, 3, 0, 0),
[1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_import_declaration, 3, 0, 0),
[1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, 0, 21),
[1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, 0, 21),
[1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_declaration, 3, 0, 21),
[1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_declaration, 3, 0, 21),
[1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 21),
[1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, 0, 21),
[1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_labeled_statement, 3, 0, 0),
[1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_labeled_statement, 3, 0, 0),
[1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0),
[1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0),
[1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0),
[1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0),
[1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0),
[1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0),
[1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_local_variable_declaration, 3, 0, 41),
[1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_local_variable_declaration, 3, 0, 41),
[1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, 0, 0),
[1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, 0, 0),
[1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0),
[1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0),
[1346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0), SHIFT_REPEAT(112),
[1349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_switch_block_statement_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1256),
[1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 26),
[1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 26),
[1356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(17),
[1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifier, 1, 0, 0),
[1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier, 1, 0, 0),
[1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48),
[1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 14),
[1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, 0, 14),
[1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 13),
[1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 2, 0, 13),
[1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 36),
[1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, 0, 36),
[1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 37),
[1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_declaration, 3, 0, 37),
[1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 4, 0, 187),
[1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 4, 0, 187),
[1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 5, 0, 205),
[1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 5, 0, 205),
[1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 3, 0, 174),
[1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 3, 0, 174),
[1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_explicit_constructor_invocation, 6, 0, 212),
[1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_explicit_constructor_invocation, 6, 0, 212),
[1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(547),
[1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(407),
[1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(406),
[1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1277),
[1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490),
[1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(845),
[1408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106),
[1410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411),
[1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586),
[1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350),
[1416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(845),
[1419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0),
[1421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(961),
[1424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1410),
[1427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(10),
[1430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(409),
[1436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(934),
[1439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(586),
[1442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1380),
[1445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(608),
[1448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1350),
[1454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1373),
[1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(1342),
[1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(729),
[1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(742),
[1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_enum_body_declarations_repeat1, 2, 0, 0), SHIFT_REPEAT(783),
[1469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 1, 0, 0),
[1471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412),
[1473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107),
[1475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409),
[1477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_body_declarations, 2, 0, 0),
[1479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 2),
[1481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0),
[1483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183),
[1485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0),
[1487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229),
[1489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229),
[1491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(677),
[1494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138),
[1496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2),
[1499] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(995),
[1503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1, 0, 2),
[1505] = {.entry = {.count = 3, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(1409),
[1509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2),
[1512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951),
[1514] = {.entry = {.count = 3, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(995),
[1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724),
[1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271),
[1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416),
[1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298),
[1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417),
[1528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(724),
[1531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0),
[1533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(961),
[1536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1410),
[1539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(417),
[1545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(934),
[1548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1380),
[1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(608),
[1554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1350),
[1560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1373),
[1563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1342),
[1566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(729),
[1569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(742),
[1572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_interface_body_repeat1, 2, 0, 0), SHIFT_REPEAT(783),
[1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110),
[1577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(138),
[1580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(724),
[1583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0),
[1585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1410),
[1588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(420),
[1594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(934),
[1597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1380),
[1600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(608),
[1603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1350),
[1609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1373),
[1612] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1342),
[1615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(729),
[1618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(742),
[1621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_annotation_type_body_repeat1, 2, 0, 0), SHIFT_REPEAT(783),
[1624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297),
[1626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420),
[1628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270),
[1630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421),
[1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(15),
[1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47),
[1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76),
[1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154),
[1640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 3, 0, 28),
[1642] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 3, 0, 28),
[1644] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_access, 5, 0, 110),
[1646] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_access, 5, 0, 110),
[1648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874),
[1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605),
[1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606),
[1654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, 0, 71),
[1656] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, 0, 71),
[1658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345),
[1660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0),
[1662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0),
[1664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0), SHIFT_REPEAT(1345),
[1667] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0), SHIFT_REPEAT(939),
[1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628),
[1672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 3, 0, 33),
[1674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 3, 0, 33),
[1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209),
[1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209),
[1680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(143),
[1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_access, 4, 0, 73),
[1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_access, 4, 0, 73),
[1687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(452),
[1689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483),
[1691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486),
[1693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487),
[1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions, 1, 0, 0),
[1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0),
[1699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0), SHIFT(1345),
[1702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0), SHIFT(939),
[1705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135),
[1707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), SHIFT(1409),
[1710] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 0),
[1712] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unannotated_type, 1, 0, 0),
[1714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430),
[1716] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 0), SHIFT(673),
[1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971),
[1721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 2), SHIFT(673),
[1724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980),
[1726] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 20),
[1728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 20),
[1730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155),
[1732] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 59),
[1734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 59),
[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 = true}}, REDUCE(sym_array_creation_expression, 3, 0, 18),
[1742] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 18),
[1744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943),
[1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1077),
[1748] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 10, 2),
[1750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 10, 2),
[1752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_generic_type, 2, 10, 0),
[1754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_generic_type, 2, 10, 0),
[1756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 2, 0, 0),
[1758] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 2, 0, 0),
[1760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 31),
[1762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 31),
[1764] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 3, 0, 0),
[1766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 3, 0, 0),
[1768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, 0, 80),
[1770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, 0, 80),
[1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 4, 0, 69),
[1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 4, 0, 69),
[1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_dimensions_repeat1, 3, 0, 0),
[1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 3, 0, 0),
[1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_type_identifier, 3, 0, 43),
[1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_type_identifier, 3, 0, 43),
[1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_arguments, 4, 0, 0),
[1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_arguments, 4, 0, 0),
[1788] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0),
[1790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0),
[1792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(197),
[1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat2, 2, 0, 0), SHIFT_REPEAT(939),
[1798] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_identifier, 3, 0, 64),
[1800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_identifier, 3, 0, 64),
[1802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970),
[1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_integral_type, 1, 0, 0),
[1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_integral_type, 1, 0, 0),
[1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_floating_point_type, 1, 0, 0),
[1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_floating_point_type, 1, 0, 0),
[1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_type, 2, 0, 9),
[1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_type, 2, 0, 9),
[1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0),
[1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0),
[1820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(934),
[1826] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(608),
[1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(617),
[1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_marker_annotation, 2, 0, 6),
[1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128),
[1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_marker_annotation, 2, 0, 6),
[1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348),
[1840] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_modifiers, 1, 0, 0),
[1842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_modifiers, 1, 0, 0),
[1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 123),
[1846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 123),
[1848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408),
[1850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 58),
[1852] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 58),
[1854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 54),
[1856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 54),
[1858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 55),
[1860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 55),
[1862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 85),
[1864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 85),
[1866] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(634),
[1869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(939),
[1872] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(638),
[1875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 2, 0, 0), SHIFT_REPEAT(634),
[1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 86),
[1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 86),
[1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 91),
[1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 91),
[1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 92),
[1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 92),
[1890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_modifiers, 1, 0, 0), SHIFT(634),
[1893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 17),
[1895] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 17),
[1897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 122),
[1899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 122),
[1901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 19),
[1903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 3, 0, 19),
[1905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 56),
[1907] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 56),
[1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127),
[1911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374),
[1913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 3, 0, 0),
[1915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 3, 0, 0),
[1917] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0),
[1919] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0),
[1921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dimensions_expr, 4, 0, 0),
[1923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dimensions_expr, 4, 0, 0),
[1925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 4, 0, 0),
[1927] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 4, 0, 0),
[1929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument_list, 3, 0, 0),
[1931] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_argument_list, 3, 0, 0),
[1933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 3, 0, 0),
[1935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 3, 0, 0),
[1937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 51),
[1939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 51),
[1941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0), REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[1944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[1946] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[1948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0),
[1950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 5, 0, 82),
[1952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 5, 0, 82),
[1954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243),
[1956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833),
[1958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078),
[1960] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation, 3, 0, 27),
[1962] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation, 3, 0, 27),
[1964] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 4, 0, 0),
[1966] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 4, 0, 0),
[1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 53),
[1970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 53),
[1972] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, 0, 126),
[1974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, 0, 126),
[1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 2, 0, 0),
[1978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 2, 0, 0),
[1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 54),
[1982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 54),
[1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 6, 0, 142),
[1986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 6, 0, 142),
[1988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244),
[1990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832),
[1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 4, 0, 68),
[1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 4, 0, 68),
[1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 3, 0, 0),
[1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 3, 0, 0),
[2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 55),
[2002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 55),
[2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 3, 0, 124),
[2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 3, 0, 124),
[2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 3, 0, 0),
[2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 3, 0, 0),
[2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 56),
[2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 56),
[2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 87),
[2018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 87),
[2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 88),
[2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 88),
[2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 58),
[2026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 5, 0, 58),
[2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 89),
[2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 89),
[2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 90),
[2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 90),
[2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 4, 0, 0),
[2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 4, 0, 0),
[2040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 122),
[2042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 122),
[2044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 123),
[2046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 7, 0, 123),
[2048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 4, 0, 153),
[2050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 4, 0, 153),
[2052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 19),
[2054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 19),
[2056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 4, 0, 74),
[2058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 4, 0, 74),
[2060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 3, 0, 0),
[2062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 3, 0, 0),
[2064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_initializer, 2, 0, 0),
[2066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_initializer, 2, 0, 0),
[2068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_field_declaration, 3, 0, 41),
[2070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_field_declaration, 3, 0, 41),
[2072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 3, 0, 0),
[2074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 3, 0, 0),
[2076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 2, 0, 93),
[2078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 2, 0, 93),
[2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 1, 0, 4),
[2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 1, 0, 4),
[2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_declaration, 2, 0, 94),
[2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_declaration, 2, 0, 94),
[2088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string_literal, 2, 0, 0),
[2090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string_literal, 2, 0, 0),
[2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 3, 0, 0),
[2094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 3, 0, 0),
[2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_reference, 4, 0, 0),
[2098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_reference, 4, 0, 0),
[2100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multiline_string_literal, 2, 0, 0),
[2102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_literal, 2, 0, 0),
[2104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 5, 0, 111),
[2106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 5, 0, 111),
[2108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constructor_body, 2, 0, 0),
[2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constructor_body, 2, 0, 0),
[2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 52),
[2114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 52),
[2116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_argument_list, 2, 0, 0),
[2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_argument_list, 2, 0, 0),
[2120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__literal, 1, 0, 0),
[2122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__literal, 1, 0, 0),
[2124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 2, 0, 7),
[2126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 2, 0, 7),
[2128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_template_expression, 3, 0, 34),
[2130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_template_expression, 3, 0, 34),
[2132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 3, 0, 35),
[2134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 3, 0, 35),
[2136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_invocation, 7, 0, 167),
[2138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_method_invocation, 7, 0, 167),
[2140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_literal, 3, 17, 0),
[2142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_literal, 3, 17, 0),
[2144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 85),
[2146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 85),
[2148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 86),
[2150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 86),
[2152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 91),
[2154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 91),
[2156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 92),
[2158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 6, 0, 92),
[2160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 45),
[2162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 45),
[2164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compact_constructor_declaration, 3, 0, 21),
[2166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compact_constructor_declaration, 3, 0, 21),
[2168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 17),
[2170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unqualified_object_creation_expression, 4, 0, 17),
[2172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_initializer, 5, 0, 0),
[2174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_initializer, 5, 0, 0),
[2176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 50),
[2178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 50),
[2180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_literal, 1, 0, 0),
[2182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_literal, 1, 0, 0),
[2184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 3, 0, 41),
[2186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 3, 0, 41),
[2188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_constant_declaration, 4, 0, 74),
[2190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_constant_declaration, 4, 0, 74),
[2192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 209),
[2194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 209),
[2196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 210),
[2198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 210),
[2200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 204),
[2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 204),
[2204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 8, 0, 214),
[2206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 8, 0, 214),
[2208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 5, 0, 185),
[2210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 5, 0, 185),
[2212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_dimensions_repeat1, 2, 0, 0), SHIFT_REPEAT(1363),
[2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 211),
[2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 7, 0, 211),
[2219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 2, 0, 0),
[2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202),
[2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_label, 2, 0, 0),
[2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203),
[2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 201),
[2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 201),
[2231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 203),
[2233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotation_type_element_declaration, 6, 0, 203),
[2235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 2, 0, 0),
[2237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 2, 0, 0),
[2239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 5, 0, 112),
[2241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 5, 0, 112),
[2243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_lambda_expression, 3, 0, 30),
[2245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_lambda_expression, 3, 0, 30),
[2247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility, 1, 0, 0),
[2249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility, 1, 0, 0),
[2251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_complement_expression, 2, 0, 5),
[2253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unary_complement_expression, 2, 0, 5),
[2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619),
[2257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 4, 0, 0),
[2259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 4, 0, 0),
[2261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 0),
[2263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 0),
[2265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern, 2, 0, 0),
[2267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern, 2, 0, 0),
[2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222),
[2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223),
[2273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 3, 0, 32),
[2275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 3, 0, 32),
[2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 46),
[2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 46),
[2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 1, 0, 3),
[2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 1, 0, 3),
[2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, 0, 70),
[2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, 0, 70),
[2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_body, 3, 0, 0),
[2291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_record_pattern_body, 3, 0, 0),
[2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, 0, 5),
[2295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, 0, 5),
[2297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_argument_list, 2, 0, 0), REDUCE(sym_record_pattern_body, 2, 0, 0),
[2300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_argument_list, 2, 0, 0), REDUCE(sym_record_pattern_body, 2, 0, 0),
[2303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_instanceof_expression, 4, 0, 72),
[2305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_instanceof_expression, 4, 0, 72),
[2307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 5, 0, 83),
[2309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 5, 0, 83),
[2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 29),
[2313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 29),
[2315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231),
[2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231),
[2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232),
[2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235),
[2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236),
[2325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236),
[2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239),
[2329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239),
[2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444),
[2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, 0, 113),
[2335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230),
[2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233),
[2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234),
[2341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237),
[2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238),
[2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240),
[2347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 29),
[2349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0),
[2351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0),
[2353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963),
[2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267),
[2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131),
[2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410),
[2361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_dimensions, 1, 0, 0), SHIFT(1363),
[2364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_guard, 2, 0, 0),
[2366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_guard, 2, 0, 0),
[2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215),
[2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247),
[2372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247),
[2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219),
[2376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219),
[2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328),
[2380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210),
[2382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211),
[2384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211),
[2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212),
[2388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829),
[2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213),
[2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214),
[2394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217),
[2396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218),
[2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242),
[2400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348),
[2402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__element_value, 1, 0, 0),
[2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469),
[2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026),
[2408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_annotated_type, 2, 0, 0),
[2410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_annotated_type, 2, 0, 0),
[2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363),
[2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194),
[2416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181),
[2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516),
[2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27),
[2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205),
[2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28),
[2426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 3, 0, 79),
[2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33),
[2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23),
[2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518),
[2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195),
[2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157),
[2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36),
[2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37),
[2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51),
[2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54),
[2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557),
[2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136),
[2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58),
[2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62),
[2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65),
[2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66),
[2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72),
[2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80),
[2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83),
[2464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86),
[2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87),
[2468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92),
[2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95),
[2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96),
[2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102),
[2476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20),
[2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43),
[2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177),
[2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57),
[2484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 103),
[2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0),
[2488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842),
[2490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1397),
[2492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399),
[2494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403),
[2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405),
[2498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341),
[2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190),
[2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312),
[2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2, 0, 0),
[2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 4, 0, 131),
[2508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 5, 0, 155),
[2510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, 0, 159),
[2512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902),
[2514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__type, 1, 0, 0),
[2516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364),
[2518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880),
[2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914),
[2522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292),
[2524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__type, 1, 0, 0),
[2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0), REDUCE(aux_sym_modifiers_repeat1, 1, 0, 0),
[2529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(986),
[2531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995),
[2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513),
[2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150),
[2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024),
[2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221),
[2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545),
[2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196),
[2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151),
[2547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416),
[2549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943),
[2551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926),
[2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257),
[2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439),
[2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60),
[2559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146),
[2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68),
[2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39),
[2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119),
[2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320),
[2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063),
[2571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90),
[2573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144),
[2575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31),
[2577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98),
[2579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161),
[2581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163),
[2583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185),
[2585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166),
[2587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321),
[2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169),
[2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171),
[2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172),
[2595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174),
[2597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325),
[2599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288),
[2601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515),
[2603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876),
[2605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364),
[2607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126),
[2609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393),
[2611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042),
[2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872),
[2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871),
[2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892),
[2619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1038),
[2621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249),
[2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027),
[2625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306),
[2627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869),
[2629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899),
[2631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864),
[2633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900),
[2635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866),
[2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891),
[2639] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0),
[2641] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0),
[2643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(942),
[2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898),
[2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890),
[2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036),
[2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218),
[2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912),
[2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017),
[2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320),
[2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(427),
[2662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801),
[2664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436),
[2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178),
[2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019),
[2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1282),
[2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025),
[2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284),
[2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1417),
[2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(501),
[2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537),
[2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1375),
[2684] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource, 1, 0, 0),
[2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315),
[2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 1, 0, 0),
[2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779),
[2692] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym__unannotated_type, 1, 0, 0), SHIFT(986),
[2695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074),
[2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457),
[2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995),
[2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1297),
[2703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1241),
[2705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072),
[2707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 3, 0, 0),
[2709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 3, 0, 0),
[2711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type_parameters, 4, 0, 0),
[2713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameters, 4, 0, 0),
[2715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 1, 0, 0),
[2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154),
[2719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986),
[2721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__unannotated_type, 1, 0, 0), SHIFT(986),
[2724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1353),
[2726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1244),
[2728] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 1, 0, 8),
[2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292),
[2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883),
[2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935),
[2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936),
[2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937),
[2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938),
[2742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273),
[2744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932),
[2746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0),
[2748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(883),
[2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(935),
[2754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(936),
[2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(937),
[2760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_module_body_repeat1, 2, 0, 0), SHIFT_REPEAT(938),
[2763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302),
[2765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265),
[2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354),
[2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371),
[2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 2, 0, 40),
[2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238),
[2775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1274),
[2777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429),
[2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441),
[2781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505),
[2783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551),
[2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134),
[2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599),
[2789] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, 0, 137),
[2791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 2, 0, 137), SHIFT_REPEAT(932),
[2794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595),
[2796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771),
[2798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755),
[2800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735),
[2802] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_type, 2, 0, 0),
[2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_catch_type_repeat1, 2, 0, 0),
[2806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2, 0, 0), SHIFT_REPEAT(779),
[2809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1230),
[2811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903),
[2813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923),
[2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281),
[2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062),
[2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_catch_type_repeat1, 2, 0, 0),
[2821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296),
[2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227),
[2825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337),
[2827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313),
[2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1139),
[2831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1142),
[2833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391),
[2835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_requires_modifier, 1, 0, 0),
[2837] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_requires_module_directive_repeat1, 1, 0, 105),
[2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492),
[2841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1108),
[2843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1109),
[2845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271),
[2847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1278),
[2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512),
[2851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206),
[2853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778),
[2855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789),
[2857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791),
[2859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1117),
[2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118),
[2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111),
[2865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256),
[2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060),
[2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1061),
[2871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310),
[2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562),
[2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013),
[2877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241),
[2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952),
[2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(),
[2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740),
[2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415),
[2887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1298),
[2889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0),
[2891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1013),
[2894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(241),
[2897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__multiline_string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(952),
[2900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564),
[2902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949),
[2904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0),
[2906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0),
[2908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, 0, 6),
[2910] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0),
[2912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(112),
[2915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(1256),
[2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094),
[2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0),
[2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 1, 0, 8),
[2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 6, 0, 0),
[2926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(939),
[2929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379),
[2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904),
[2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907),
[2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116),
[2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112),
[2939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0),
[2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476),
[2943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_module_directive, 1, 0, 0),
[2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100),
[2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711),
[2949] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 6, 0, 196),
[2951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520),
[2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012),
[2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208),
[2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012),
[2959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 6, 0, 196),
[2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725),
[2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470),
[2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148),
[2967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 6, 0, 199),
[2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474),
[2971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473),
[2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726),
[2975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2, 0, 0),
[2977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2, 0, 0), SHIFT_REPEAT(111),
[2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat2, 2, 0, 0), SHIFT_REPEAT(1256),
[2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 3, 0, 0),
[2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431),
[2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 4, 0, 165),
[2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200),
[2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709),
[2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 5, 0, 183),
[2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385),
[2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153),
[2999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_requires_module_directive, 3, 0, 136),
[3001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exports_module_directive, 3, 0, 138),
[3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 5, 0, 183),
[3005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_opens_module_directive, 3, 0, 138),
[3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561),
[3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977),
[3011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977),
[3013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_uses_module_directive, 3, 0, 47),
[3015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_provides_module_directive, 5, 0, 184),
[3017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0),
[3019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1012),
[3022] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(208),
[3025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__string_literal_repeat1, 2, 0, 0), SHIFT_REPEAT(1012),
[3028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multiline_string_fragment, 1, 0, 0),
[3030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat1, 2, 0, 0),
[3032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat1, 2, 0, 0), SHIFT_REPEAT(431),
[3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, 0, 7),
[3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664),
[3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_id, 2, 0, 39),
[3041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_interpolation, 3, 0, 0),
[3043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 1, 0, 0),
[3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774),
[3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294),
[3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655),
[3051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(785),
[3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0),
[3056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378),
[3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222),
[3060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0), SHIFT_REPEAT(202),
[3063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, 0, 27),
[3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 2, 0, 0),
[3067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 2, 0, 12),
[3069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780),
[3071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 5, 0, 0),
[3073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 4, 0, 0),
[3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141),
[3077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_declarator, 1, 0, 11),
[3079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206),
[3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785),
[3083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1, 0, 0),
[3085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_label_repeat2, 2, 0, 0), SHIFT_REPEAT(222),
[3088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 2, 0, 0),
[3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 3, 0, 0),
[3092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2, 0, 0), SHIFT_REPEAT(784),
[3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_bound_repeat1, 2, 0, 0),
[3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220),
[3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773),
[3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251),
[3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13),
[3105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929),
[3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996),
[3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005),
[3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930),
[3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009),
[3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string_interpolation, 3, 0, 0),
[3117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187),
[3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897),
[3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650),
[3123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6),
[3125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_pattern, 3, 0, 0),
[3127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_pattern, 2, 0, 0),
[3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199),
[3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536),
[3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784),
[3135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 3, 0, 0),
[3137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, 0, 38),
[3139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_array_initializer, 3, 0, 0),
[3141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pattern, 1, 0, 0),
[3143] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_bound, 2, 0, 0),
[3145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0),
[3147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_body_repeat1, 2, 0, 0), SHIFT_REPEAT(766),
[3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, 0, 75),
[3152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throws, 2, 0, 0),
[3154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 1, 0, 2),
[3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781),
[3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2, 0, 0),
[3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245),
[3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246),
[3164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 16),
[3166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216),
[3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207),
[3170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_initializer_repeat1, 2, 0, 0), SHIFT_REPEAT(139),
[3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525),
[3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931),
[3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35),
[3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004),
[3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945),
[3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006),
[3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946),
[3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978),
[3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519),
[3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717),
[3193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 2, 0, 93),
[3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149),
[3197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983),
[3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958),
[3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484),
[3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887),
[3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377),
[3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533),
[3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603),
[3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394),
[3213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(195),
[3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622),
[3218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434),
[3220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386),
[3222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249),
[3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40),
[3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906),
[3228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 2, 0, 42),
[3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479),
[3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369),
[3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850),
[3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965),
[3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44),
[3240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2, 0, 0),
[3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_element_value_array_initializer_repeat1, 2, 0, 0), SHIFT_REPEAT(133),
[3245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964),
[3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137),
[3249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0),
[3251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(717),
[3254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, 0, 195),
[3256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, 0, 197), SHIFT_REPEAT(929),
[3259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_exports_module_directive_repeat1, 2, 0, 197),
[3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405),
[3263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, 0, 198),
[3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472),
[3267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, 0, 160),
[3269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat2, 2, 0, 160), SHIFT_REPEAT(205),
[3272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, 0, 200), SHIFT_REPEAT(930),
[3275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_provides_module_directive_repeat1, 2, 0, 200),
[3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477),
[3279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2, 0, 0),
[3281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_inferred_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(951),
[3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590),
[3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591),
[3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602),
[3290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 4, 0, 166),
[3292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, 0, 48),
[3294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, 0, 48), SHIFT_REPEAT(773),
[3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_rule, 3, 0, 0),
[3299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820),
[3301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822),
[3303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_record_pattern_body_repeat1, 2, 0, 0),
[3305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_record_pattern_body_repeat1, 2, 0, 0), SHIFT_REPEAT(434),
[3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517),
[3310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_receiver_parameter_repeat1, 2, 0, 0), SHIFT_REPEAT(1353),
[3313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_receiver_parameter_repeat1, 2, 0, 0),
[3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26),
[3317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2, 0, 0),
[3319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_resource_specification_repeat1, 2, 0, 0), SHIFT_REPEAT(252),
[3322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0),
[3324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(484),
[3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32),
[3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957),
[3331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_superclass, 2, 0, 0),
[3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404),
[3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129),
[3337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248),
[3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2, 0, 0),
[3341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_annotation_argument_list_repeat1, 2, 0, 0), SHIFT_REPEAT(931),
[3344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56),
[3346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61),
[3348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63),
[3350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64),
[3352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905),
[3354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69),
[3356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70),
[3358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71),
[3360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73),
[3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34),
[3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, 0, 139),
[3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395),
[3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42),
[3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85),
[3372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_constant, 3, 0, 21),
[3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91),
[3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93),
[3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94),
[3380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_declarator, 3, 0, 76),
[3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99),
[3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100),
[3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101),
[3388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103),
[3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, 0, 78), SHIFT_REPEAT(906),
[3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, 0, 78),
[3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610),
[3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_declarator_list, 1, 0, 10),
[3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250),
[3401] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0),
[3403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(965),
[3406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083),
[3408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130),
[3410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 104), SHIFT_REPEAT(194),
[3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2, 0, 104),
[3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178),
[3417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41),
[3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182),
[3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976),
[3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511),
[3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857),
[3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 2, 0, 40),
[3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377),
[3431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_super_interfaces, 2, 0, 0),
[3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127),
[3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378),
[3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422),
[3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482),
[3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 3, 0, 49),
[3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362),
[3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383),
[3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_component, 3, 0, 0),
[3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368),
[3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384),
[3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 3, 0, 0),
[3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 4, 0, 0),
[3457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 3, 0, 12),
[3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563),
[3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 1, 0, 0),
[3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 5, 0, 75),
[3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 2, 0, 2),
[3467] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_label, 4, 0, 0),
[3469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 5, 0, 121),
[3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124),
[3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400),
[3475] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_element_value_pair, 3, 0, 135),
[3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008),
[3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994),
[3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266),
[3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997),
[3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991),
[3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896),
[3489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924),
[3491] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_cast_expression_repeat1, 2, 0, 47),
[3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 2, 0, 15),
[3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129),
[3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__wildcard_bounds, 2, 0, 0),
[3499] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_wildcard, 3, 0, 0),
[3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77),
[3503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 4, 0, 84),
[3505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_receiver_parameter, 2, 0, 0),
[3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_component, 1, 0, 0),
[3509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280),
[3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_extends_interfaces, 2, 0, 0),
[3513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__method_header, 4, 0, 38),
[3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002),
[3517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__constructor_declarator, 3, 0, 125),
[3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__variable_declarator_list_repeat1, 2, 0, 77),
[3521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameter, 3, 0, 44),
[3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322),
[3525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_record_pattern_component, 2, 0, 0),
[3527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_parameter, 3, 0, 16),
[3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944),
[3531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_spread_parameter, 4, 0, 81),
[3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 4, 0, 0),
[3535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950),
[3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956),
[3539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__default_value, 2, 0, 202),
[3541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397),
[3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480),
[3545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 2, 0, 132),
[3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1077),
[3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399),
[3551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_formal_parameter, 3, 0, 157),
[3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909),
[3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587),
[3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339),
[3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959),
[3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597),
[3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594),
[3565] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(),
[3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318),
[3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574),
[3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204),
[3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319),
[3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_asterisk, 1, 0, 0),
[3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589),
[3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913),
[3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289),
[3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234),
[3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543),
[3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908),
[3589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 4, 0, 0),
[3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485),
[3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076),
[3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242),
[3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553),
[3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481),
[3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387),
[3603] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 3, 0, 0),
[3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363),
[3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293),
[3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398),
[3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143),
[3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132),
[3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117),
[3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787),
[3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198),
[3621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_resource_specification, 5, 0, 0),
[3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920),
[3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067),
[3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279),
[3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327),
[3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069),
[3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305),
[3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556),
[3637] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inferred_parameters, 3, 0, 0),
[3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915),
[3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121),
[3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593),
[3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_permits, 2, 0, 0),
[3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114),
[3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940),
[3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592),
[3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401),
};
#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