diff --git a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8.interp b/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8.interp deleted file mode 100644 index 674da111..00000000 --- a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8.interp +++ /dev/null @@ -1,494 +0,0 @@ -token literal names: -null -'sealed' -'non-sealed' -'permits' -'record' -'var' -'yield' -'abstract' -'assert' -'boolean' -'break' -'byte' -'case' -'catch' -'char' -'class' -'const' -'continue' -'default' -'do' -'double' -'else' -'enum' -'extends' -'final' -'finally' -'float' -'for' -'if' -'goto' -'implements' -'import' -'instanceof' -'int' -'interface' -'long' -'native' -'new' -'package' -'private' -'protected' -'public' -'return' -'short' -'static' -'strictfp' -'super' -'switch' -'synchronized' -'this' -'throw' -'throws' -'transient' -'try' -'void' -'volatile' -'while' -null -null -null -null -null -'null' -'(' -')' -'{' -'}' -'[' -']' -';' -',' -'.' -'=' -'>' -'<' -'!' -'~' -'?' -':' -'==' -'<=' -'>=' -'!=' -'&&' -'||' -'++' -'--' -'+' -'-' -'*' -'/' -'&' -'|' -'^' -'%' -'->' -'::' -'+=' -'-=' -'*=' -'/=' -'&=' -'|=' -'^=' -'%=' -'<<=' -'>>=' -'>>>=' -null -'@' -'...' -null -null -null - -token symbolic names: -null -null -null -null -null -null -null -ABSTRACT -ASSERT -BOOLEAN -BREAK -BYTE -CASE -CATCH -CHAR -CLASS -CONST -CONTINUE -DEFAULT -DO -DOUBLE -ELSE -ENUM -EXTENDS -FINAL -FINALLY -FLOAT -FOR -IF -GOTO -IMPLEMENTS -IMPORT -INSTANCEOF -INT -INTERFACE -LONG -NATIVE -NEW -PACKAGE -PRIVATE -PROTECTED -PUBLIC -RETURN -SHORT -STATIC -STRICTFP -SUPER -SWITCH -SYNCHRONIZED -THIS -THROW -THROWS -TRANSIENT -TRY -VOID -VOLATILE -WHILE -IntegerLiteral -FloatingPointLiteral -BooleanLiteral -CharacterLiteral -StringLiteral -NullLiteral -LPAREN -RPAREN -LBRACE -RBRACE -LBRACK -RBRACK -SEMI -COMMA -DOT -ASSIGN -GT -LT -BANG -TILDE -QUESTION -COLON -EQUAL -LE -GE -NOTEQUAL -AND -OR -INC -DEC -ADD -SUB -MUL -DIV -BITAND -BITOR -CARET -MOD -ARROW -COLONCOLON -ADD_ASSIGN -SUB_ASSIGN -MUL_ASSIGN -DIV_ASSIGN -AND_ASSIGN -OR_ASSIGN -XOR_ASSIGN -MOD_ASSIGN -LSHIFT_ASSIGN -RSHIFT_ASSIGN -URSHIFT_ASSIGN -Identifier -AT -ELLIPSIS -WS -COMMENT -LINE_COMMENT - -rule names: -literal -type -primitiveType -numericType -integralType -floatingPointType -referenceType -classOrInterfaceType -classType -classTypeList -classType_lf_classOrInterfaceType -classType_lfno_classOrInterfaceType -interfaceType -interfaceType_lf_classOrInterfaceType -interfaceType_lfno_classOrInterfaceType -typeVariable -arrayType -dims -typeParameter -typeParameterModifier -typeBound -additionalBound -typeArguments -typeArgumentList -typeArgument -wildcard -wildcardBounds -packageName -typeName -packageOrTypeName -expressionName -methodName -ambiguousName -compilationUnit -packageDeclaration -packageModifier -importDeclaration -singleTypeImportDeclaration -typeImportOnDemandDeclaration -singleStaticImportDeclaration -staticImportOnDemandDeclaration -typeDeclaration -classDeclaration -normalClassDeclaration -classModifier -typeParameters -typeParameterList -superclass -superinterfaces -permittedsubclasses -interfaceTypeList -classBody -classBodyDeclaration -classMemberDeclaration -fieldDeclaration -fieldModifier -variableDeclaratorList -variableDeclarator -variableDeclaratorId -variableInitializer -unannType -unannPrimitiveType -unannReferenceType -unannClassOrInterfaceType -unannClassType -unannClassType_lf_unannClassOrInterfaceType -unannClassType_lfno_unannClassOrInterfaceType -unannInterfaceType -unannInterfaceType_lf_unannClassOrInterfaceType -unannInterfaceType_lfno_unannClassOrInterfaceType -unannTypeVariable -unannArrayType -methodDeclaration -methodModifier -methodHeader -result -methodDeclarator -formalParameterList -formalParameters -formalParameter -variableModifier -lastFormalParameter -receiverParameter -throws_ -exceptionTypeList -exceptionType -methodBody -instanceInitializer -staticInitializer -constructorDeclaration -constructorModifier -constructorDeclarator -simpleTypeName -constructorBody -explicitConstructorInvocation -enumDeclaration -enumBody -enumConstantList -enumConstant -enumConstantModifier -enumBodyDeclarations -recordDeclaration -recordHeader -recordComponentList -recordComponent -variableArityRecordComponent -recordBody -recordBodyDeclaration -compactConstructorDeclaration -interfaceDeclaration -normalInterfaceDeclaration -interfaceModifier -extendsInterfaces -interfaceBody -interfaceMemberDeclaration -constantDeclaration -constantModifier -interfaceMethodDeclaration -interfaceMethodModifier -annotationTypeDeclaration -annotationTypeBody -annotationTypeMemberDeclaration -annotationTypeElementDeclaration -annotationTypeElementModifier -defaultValue -annotation -normalAnnotation -elementValuePairList -elementValuePair -elementValue -elementValueArrayInitializer -elementValueList -markerAnnotation -singleElementAnnotation -arrayInitializer -variableInitializerList -block -blockStatements -blockStatement -localVariableDeclarationStatement -unannTypeOrAuto -localVariableDeclaration -statement -statementNoShortIf -statementWithoutTrailingSubstatement -emptyStatement -labeledStatement -labeledStatementNoShortIf -expressionStatement -statementExpression -ifThenStatement -ifThenElseStatement -ifThenElseStatementNoShortIf -assertStatement -switchStatement -switchBlock -switchBlockStatementGroup -switchLabels -switchLabel -switchExpression -switchLabeledRule -guardedPattern -switchRuleOutcome -enumConstantName -enumConstantNameList -whileStatement -whileStatementNoShortIf -doStatement -forStatement -forStatementNoShortIf -basicForStatement -basicForStatementNoShortIf -forInit -forUpdate -statementExpressionList -enhancedForStatement -enhancedForStatementNoShortIf -breakStatement -yieldStatement -continueStatement -returnStatement -throwStatement -synchronizedStatement -tryStatement -catches -catchClause -catchFormalParameter -catchType -finally_ -tryWithResourcesStatement -resourceSpecification -resourceList -resource -primary -primaryNoNewArray -primaryNoNewArray_lf_arrayAccess -primaryNoNewArray_lfno_arrayAccess -primaryNoNewArray_lf_primary -primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary -primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary -primaryNoNewArray_lfno_primary -primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary -primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary -classInstanceCreationExpression -classInstanceCreationExpression_lf_primary -classInstanceCreationExpression_lfno_primary -typeArgumentsOrDiamond -fieldAccess -fieldAccess_lf_primary -fieldAccess_lfno_primary -arrayAccess -arrayAccess_lf_primary -arrayAccess_lfno_primary -methodInvocation -methodInvocation_lf_primary -methodInvocation_lfno_primary -argumentList -methodReference -methodReference_lf_primary -methodReference_lfno_primary -arrayCreationExpression -dimExprs -dimExpr -constantExpression -constantExpressionList -expression -expressionList -parExpression -lambdaExpression -lambdaParameters -inferredFormalParameterList -lambdaBody -assignmentExpression -assignment -leftHandSide -assignmentOperator -conditionalExpression -conditionalOrExpression -conditionalAndExpression -inclusiveOrExpression -exclusiveOrExpression -andExpression -equalityExpression -relationalExpression -shiftExpression -additiveExpression -multiplicativeExpression -unaryExpression -preIncrementExpression -preDecrementExpression -unaryExpressionNotPlusMinus -postfixExpression -postIncrementExpression -postIncrementExpression_lf_postfixExpression -postDecrementExpression -postDecrementExpression_lf_postfixExpression -castExpression - - -atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 3, 115, 3087, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 4, 48, 9, 48, 4, 49, 9, 49, 4, 50, 9, 50, 4, 51, 9, 51, 4, 52, 9, 52, 4, 53, 9, 53, 4, 54, 9, 54, 4, 55, 9, 55, 4, 56, 9, 56, 4, 57, 9, 57, 4, 58, 9, 58, 4, 59, 9, 59, 4, 60, 9, 60, 4, 61, 9, 61, 4, 62, 9, 62, 4, 63, 9, 63, 4, 64, 9, 64, 4, 65, 9, 65, 4, 66, 9, 66, 4, 67, 9, 67, 4, 68, 9, 68, 4, 69, 9, 69, 4, 70, 9, 70, 4, 71, 9, 71, 4, 72, 9, 72, 4, 73, 9, 73, 4, 74, 9, 74, 4, 75, 9, 75, 4, 76, 9, 76, 4, 77, 9, 77, 4, 78, 9, 78, 4, 79, 9, 79, 4, 80, 9, 80, 4, 81, 9, 81, 4, 82, 9, 82, 4, 83, 9, 83, 4, 84, 9, 84, 4, 85, 9, 85, 4, 86, 9, 86, 4, 87, 9, 87, 4, 88, 9, 88, 4, 89, 9, 89, 4, 90, 9, 90, 4, 91, 9, 91, 4, 92, 9, 92, 4, 93, 9, 93, 4, 94, 9, 94, 4, 95, 9, 95, 4, 96, 9, 96, 4, 97, 9, 97, 4, 98, 9, 98, 4, 99, 9, 99, 4, 100, 9, 100, 4, 101, 9, 101, 4, 102, 9, 102, 4, 103, 9, 103, 4, 104, 9, 104, 4, 105, 9, 105, 4, 106, 9, 106, 4, 107, 9, 107, 4, 108, 9, 108, 4, 109, 9, 109, 4, 110, 9, 110, 4, 111, 9, 111, 4, 112, 9, 112, 4, 113, 9, 113, 4, 114, 9, 114, 4, 115, 9, 115, 4, 116, 9, 116, 4, 117, 9, 117, 4, 118, 9, 118, 4, 119, 9, 119, 4, 120, 9, 120, 4, 121, 9, 121, 4, 122, 9, 122, 4, 123, 9, 123, 4, 124, 9, 124, 4, 125, 9, 125, 4, 126, 9, 126, 4, 127, 9, 127, 4, 128, 9, 128, 4, 129, 9, 129, 4, 130, 9, 130, 4, 131, 9, 131, 4, 132, 9, 132, 4, 133, 9, 133, 4, 134, 9, 134, 4, 135, 9, 135, 4, 136, 9, 136, 4, 137, 9, 137, 4, 138, 9, 138, 4, 139, 9, 139, 4, 140, 9, 140, 4, 141, 9, 141, 4, 142, 9, 142, 4, 143, 9, 143, 4, 144, 9, 144, 4, 145, 9, 145, 4, 146, 9, 146, 4, 147, 9, 147, 4, 148, 9, 148, 4, 149, 9, 149, 4, 150, 9, 150, 4, 151, 9, 151, 4, 152, 9, 152, 4, 153, 9, 153, 4, 154, 9, 154, 4, 155, 9, 155, 4, 156, 9, 156, 4, 157, 9, 157, 4, 158, 9, 158, 4, 159, 9, 159, 4, 160, 9, 160, 4, 161, 9, 161, 4, 162, 9, 162, 4, 163, 9, 163, 4, 164, 9, 164, 4, 165, 9, 165, 4, 166, 9, 166, 4, 167, 9, 167, 4, 168, 9, 168, 4, 169, 9, 169, 4, 170, 9, 170, 4, 171, 9, 171, 4, 172, 9, 172, 4, 173, 9, 173, 4, 174, 9, 174, 4, 175, 9, 175, 4, 176, 9, 176, 4, 177, 9, 177, 4, 178, 9, 178, 4, 179, 9, 179, 4, 180, 9, 180, 4, 181, 9, 181, 4, 182, 9, 182, 4, 183, 9, 183, 4, 184, 9, 184, 4, 185, 9, 185, 4, 186, 9, 186, 4, 187, 9, 187, 4, 188, 9, 188, 4, 189, 9, 189, 4, 190, 9, 190, 4, 191, 9, 191, 4, 192, 9, 192, 4, 193, 9, 193, 4, 194, 9, 194, 4, 195, 9, 195, 4, 196, 9, 196, 4, 197, 9, 197, 4, 198, 9, 198, 4, 199, 9, 199, 4, 200, 9, 200, 4, 201, 9, 201, 4, 202, 9, 202, 4, 203, 9, 203, 4, 204, 9, 204, 4, 205, 9, 205, 4, 206, 9, 206, 4, 207, 9, 207, 4, 208, 9, 208, 4, 209, 9, 209, 4, 210, 9, 210, 4, 211, 9, 211, 4, 212, 9, 212, 4, 213, 9, 213, 4, 214, 9, 214, 4, 215, 9, 215, 4, 216, 9, 216, 4, 217, 9, 217, 4, 218, 9, 218, 4, 219, 9, 219, 4, 220, 9, 220, 4, 221, 9, 221, 4, 222, 9, 222, 4, 223, 9, 223, 4, 224, 9, 224, 4, 225, 9, 225, 4, 226, 9, 226, 4, 227, 9, 227, 4, 228, 9, 228, 4, 229, 9, 229, 4, 230, 9, 230, 4, 231, 9, 231, 4, 232, 9, 232, 4, 233, 9, 233, 4, 234, 9, 234, 4, 235, 9, 235, 4, 236, 9, 236, 4, 237, 9, 237, 4, 238, 9, 238, 4, 239, 9, 239, 4, 240, 9, 240, 4, 241, 9, 241, 4, 242, 9, 242, 4, 243, 9, 243, 4, 244, 9, 244, 4, 245, 9, 245, 4, 246, 9, 246, 4, 247, 9, 247, 4, 248, 9, 248, 4, 249, 9, 249, 4, 250, 9, 250, 4, 251, 9, 251, 4, 252, 9, 252, 4, 253, 9, 253, 4, 254, 9, 254, 4, 255, 9, 255, 4, 256, 9, 256, 4, 257, 9, 257, 4, 258, 9, 258, 3, 2, 3, 2, 3, 3, 3, 3, 5, 3, 521, 10, 3, 3, 4, 7, 4, 524, 10, 4, 12, 4, 14, 4, 527, 11, 4, 3, 4, 3, 4, 7, 4, 531, 10, 4, 12, 4, 14, 4, 534, 11, 4, 3, 4, 5, 4, 537, 10, 4, 3, 5, 3, 5, 5, 5, 541, 10, 5, 3, 6, 3, 6, 3, 7, 3, 7, 3, 8, 3, 8, 3, 8, 5, 8, 550, 10, 8, 3, 9, 3, 9, 5, 9, 554, 10, 9, 3, 9, 3, 9, 7, 9, 558, 10, 9, 12, 9, 14, 9, 561, 11, 9, 3, 10, 7, 10, 564, 10, 10, 12, 10, 14, 10, 567, 11, 10, 3, 10, 3, 10, 5, 10, 571, 10, 10, 3, 10, 3, 10, 3, 10, 7, 10, 576, 10, 10, 12, 10, 14, 10, 579, 11, 10, 3, 10, 3, 10, 5, 10, 583, 10, 10, 5, 10, 585, 10, 10, 3, 11, 3, 11, 3, 11, 7, 11, 590, 10, 11, 12, 11, 14, 11, 593, 11, 11, 3, 12, 3, 12, 7, 12, 597, 10, 12, 12, 12, 14, 12, 600, 11, 12, 3, 12, 3, 12, 5, 12, 604, 10, 12, 3, 13, 7, 13, 607, 10, 13, 12, 13, 14, 13, 610, 11, 13, 3, 13, 3, 13, 5, 13, 614, 10, 13, 3, 14, 3, 14, 3, 15, 3, 15, 3, 16, 3, 16, 3, 17, 7, 17, 623, 10, 17, 12, 17, 14, 17, 626, 11, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 5, 18, 639, 10, 18, 3, 19, 7, 19, 642, 10, 19, 12, 19, 14, 19, 645, 11, 19, 3, 19, 3, 19, 3, 19, 7, 19, 650, 10, 19, 12, 19, 14, 19, 653, 11, 19, 3, 19, 3, 19, 7, 19, 657, 10, 19, 12, 19, 14, 19, 660, 11, 19, 3, 20, 7, 20, 663, 10, 20, 12, 20, 14, 20, 666, 11, 20, 3, 20, 3, 20, 5, 20, 670, 10, 20, 3, 21, 3, 21, 3, 22, 3, 22, 3, 22, 3, 22, 3, 22, 7, 22, 679, 10, 22, 12, 22, 14, 22, 682, 11, 22, 5, 22, 684, 10, 22, 3, 23, 3, 23, 3, 23, 3, 24, 3, 24, 3, 24, 3, 24, 3, 25, 3, 25, 3, 25, 7, 25, 696, 10, 25, 12, 25, 14, 25, 699, 11, 25, 3, 26, 3, 26, 5, 26, 703, 10, 26, 3, 27, 7, 27, 706, 10, 27, 12, 27, 14, 27, 709, 11, 27, 3, 27, 3, 27, 5, 27, 713, 10, 27, 3, 28, 3, 28, 3, 28, 3, 28, 5, 28, 719, 10, 28, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 3, 29, 7, 29, 727, 10, 29, 12, 29, 14, 29, 730, 11, 29, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 5, 30, 737, 10, 30, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 7, 31, 745, 10, 31, 12, 31, 14, 31, 748, 11, 31, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 5, 32, 755, 10, 32, 3, 33, 3, 33, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 3, 34, 7, 34, 765, 10, 34, 12, 34, 14, 34, 768, 11, 34, 3, 35, 5, 35, 771, 10, 35, 3, 35, 7, 35, 774, 10, 35, 12, 35, 14, 35, 777, 11, 35, 3, 35, 7, 35, 780, 10, 35, 12, 35, 14, 35, 783, 11, 35, 3, 35, 3, 35, 3, 36, 7, 36, 788, 10, 36, 12, 36, 14, 36, 791, 11, 36, 3, 36, 3, 36, 3, 36, 3, 36, 7, 36, 797, 10, 36, 12, 36, 14, 36, 800, 11, 36, 3, 36, 3, 36, 3, 37, 3, 37, 3, 38, 3, 38, 3, 38, 3, 38, 5, 38, 810, 10, 38, 3, 39, 3, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 43, 3, 43, 3, 43, 5, 43, 839, 10, 43, 3, 44, 3, 44, 3, 44, 5, 44, 844, 10, 44, 3, 45, 7, 45, 847, 10, 45, 12, 45, 14, 45, 850, 11, 45, 3, 45, 3, 45, 3, 45, 5, 45, 855, 10, 45, 3, 45, 5, 45, 858, 10, 45, 3, 45, 5, 45, 861, 10, 45, 3, 45, 5, 45, 864, 10, 45, 3, 45, 3, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 5, 46, 878, 10, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 48, 3, 48, 3, 48, 7, 48, 887, 10, 48, 12, 48, 14, 48, 890, 11, 48, 3, 49, 3, 49, 3, 49, 3, 50, 3, 50, 3, 50, 3, 51, 3, 51, 3, 51, 3, 52, 3, 52, 3, 52, 7, 52, 904, 10, 52, 12, 52, 14, 52, 907, 11, 52, 3, 53, 3, 53, 7, 53, 911, 10, 53, 12, 53, 14, 53, 914, 11, 53, 3, 53, 3, 53, 3, 54, 3, 54, 3, 54, 5, 54, 921, 10, 54, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 5, 55, 928, 10, 55, 3, 56, 7, 56, 931, 10, 56, 12, 56, 14, 56, 934, 11, 56, 3, 56, 5, 56, 937, 10, 56, 3, 56, 3, 56, 3, 56, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 5, 57, 950, 10, 57, 3, 58, 3, 58, 3, 58, 7, 58, 955, 10, 58, 12, 58, 14, 58, 958, 11, 58, 3, 59, 3, 59, 3, 59, 5, 59, 963, 10, 59, 3, 60, 3, 60, 5, 60, 967, 10, 60, 3, 61, 3, 61, 5, 61, 971, 10, 61, 3, 62, 3, 62, 5, 62, 975, 10, 62, 3, 63, 3, 63, 5, 63, 979, 10, 63, 3, 64, 3, 64, 3, 64, 5, 64, 984, 10, 64, 3, 65, 3, 65, 5, 65, 988, 10, 65, 3, 65, 3, 65, 7, 65, 992, 10, 65, 12, 65, 14, 65, 995, 11, 65, 3, 66, 3, 66, 5, 66, 999, 10, 66, 3, 66, 3, 66, 3, 66, 7, 66, 1004, 10, 66, 12, 66, 14, 66, 1007, 11, 66, 3, 66, 3, 66, 5, 66, 1011, 10, 66, 5, 66, 1013, 10, 66, 3, 67, 3, 67, 7, 67, 1017, 10, 67, 12, 67, 14, 67, 1020, 11, 67, 3, 67, 3, 67, 5, 67, 1024, 10, 67, 3, 68, 3, 68, 5, 68, 1028, 10, 68, 3, 69, 3, 69, 3, 70, 3, 70, 3, 71, 3, 71, 3, 72, 3, 72, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 3, 73, 5, 73, 1047, 10, 73, 3, 74, 7, 74, 1050, 10, 74, 12, 74, 14, 74, 1053, 11, 74, 3, 74, 3, 74, 3, 74, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 3, 75, 5, 75, 1068, 10, 75, 3, 76, 5, 76, 1071, 10, 76, 3, 76, 3, 76, 5, 76, 1075, 10, 76, 3, 76, 3, 76, 7, 76, 1079, 10, 76, 12, 76, 14, 76, 1082, 11, 76, 3, 76, 5, 76, 1085, 10, 76, 3, 76, 3, 76, 5, 76, 1089, 10, 76, 5, 76, 1091, 10, 76, 3, 77, 3, 77, 5, 77, 1095, 10, 77, 3, 78, 3, 78, 3, 78, 5, 78, 1100, 10, 78, 3, 78, 3, 78, 5, 78, 1104, 10, 78, 3, 79, 3, 79, 3, 79, 3, 79, 3, 79, 5, 79, 1111, 10, 79, 3, 80, 3, 80, 3, 80, 7, 80, 1116, 10, 80, 12, 80, 14, 80, 1119, 11, 80, 3, 80, 3, 80, 3, 80, 7, 80, 1124, 10, 80, 12, 80, 14, 80, 1127, 11, 80, 5, 80, 1129, 10, 80, 3, 81, 7, 81, 1132, 10, 81, 12, 81, 14, 81, 1135, 11, 81, 3, 81, 5, 81, 1138, 10, 81, 3, 81, 3, 81, 3, 82, 3, 82, 5, 82, 1144, 10, 82, 3, 83, 7, 83, 1147, 10, 83, 12, 83, 14, 83, 1150, 11, 83, 3, 83, 3, 83, 7, 83, 1154, 10, 83, 12, 83, 14, 83, 1157, 11, 83, 3, 83, 3, 83, 3, 83, 3, 83, 5, 83, 1163, 10, 83, 3, 84, 7, 84, 1166, 10, 84, 12, 84, 14, 84, 1169, 11, 84, 3, 84, 3, 84, 3, 84, 5, 84, 1174, 10, 84, 3, 84, 3, 84, 3, 85, 3, 85, 3, 85, 3, 86, 3, 86, 3, 86, 7, 86, 1184, 10, 86, 12, 86, 14, 86, 1187, 11, 86, 3, 87, 3, 87, 5, 87, 1191, 10, 87, 3, 88, 3, 88, 5, 88, 1195, 10, 88, 3, 89, 3, 89, 3, 90, 3, 90, 3, 90, 3, 91, 7, 91, 1203, 10, 91, 12, 91, 14, 91, 1206, 11, 91, 3, 91, 3, 91, 5, 91, 1210, 10, 91, 3, 91, 3, 91, 3, 92, 3, 92, 3, 92, 3, 92, 5, 92, 1218, 10, 92, 3, 93, 5, 93, 1221, 10, 93, 3, 93, 3, 93, 3, 93, 5, 93, 1226, 10, 93, 3, 93, 3, 93, 3, 94, 3, 94, 3, 95, 3, 95, 5, 95, 1234, 10, 95, 3, 95, 5, 95, 1237, 10, 95, 3, 95, 3, 95, 3, 96, 5, 96, 1242, 10, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1247, 10, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1252, 10, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1257, 10, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1264, 10, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1269, 10, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1277, 10, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1282, 10, 96, 3, 96, 3, 96, 3, 96, 5, 96, 1287, 10, 96, 3, 97, 7, 97, 1290, 10, 97, 12, 97, 14, 97, 1293, 11, 97, 3, 97, 3, 97, 3, 97, 5, 97, 1298, 10, 97, 3, 97, 3, 97, 3, 98, 3, 98, 5, 98, 1304, 10, 98, 3, 98, 5, 98, 1307, 10, 98, 3, 98, 5, 98, 1310, 10, 98, 3, 98, 3, 98, 3, 99, 3, 99, 3, 99, 7, 99, 1317, 10, 99, 12, 99, 14, 99, 1320, 11, 99, 3, 100, 7, 100, 1323, 10, 100, 12, 100, 14, 100, 1326, 11, 100, 3, 100, 3, 100, 3, 100, 5, 100, 1331, 10, 100, 3, 100, 5, 100, 1334, 10, 100, 3, 100, 5, 100, 1337, 10, 100, 3, 101, 3, 101, 3, 102, 3, 102, 7, 102, 1343, 10, 102, 12, 102, 14, 102, 1346, 11, 102, 3, 103, 7, 103, 1349, 10, 103, 12, 103, 14, 103, 1352, 11, 103, 3, 103, 3, 103, 3, 103, 5, 103, 1357, 10, 103, 3, 103, 3, 103, 5, 103, 1361, 10, 103, 3, 103, 3, 103, 3, 104, 3, 104, 5, 104, 1367, 10, 104, 3, 104, 3, 104, 3, 105, 3, 105, 3, 105, 7, 105, 1374, 10, 105, 12, 105, 14, 105, 1377, 11, 105, 3, 106, 7, 106, 1380, 10, 106, 12, 106, 14, 106, 1383, 11, 106, 3, 106, 3, 106, 3, 106, 3, 106, 5, 106, 1389, 10, 106, 3, 107, 7, 107, 1392, 10, 107, 12, 107, 14, 107, 1395, 11, 107, 3, 107, 3, 107, 7, 107, 1399, 10, 107, 12, 107, 14, 107, 1402, 11, 107, 3, 107, 3, 107, 3, 107, 3, 108, 3, 108, 7, 108, 1409, 10, 108, 12, 108, 14, 108, 1412, 11, 108, 3, 108, 3, 108, 3, 109, 3, 109, 5, 109, 1418, 10, 109, 3, 110, 7, 110, 1421, 10, 110, 12, 110, 14, 110, 1424, 11, 110, 3, 110, 3, 110, 3, 110, 3, 111, 3, 111, 5, 111, 1431, 10, 111, 3, 112, 7, 112, 1434, 10, 112, 12, 112, 14, 112, 1437, 11, 112, 3, 112, 3, 112, 3, 112, 5, 112, 1442, 10, 112, 3, 112, 5, 112, 1445, 10, 112, 3, 112, 3, 112, 3, 113, 3, 113, 3, 113, 3, 113, 3, 113, 3, 113, 3, 113, 5, 113, 1456, 10, 113, 3, 114, 3, 114, 3, 114, 3, 115, 3, 115, 7, 115, 1463, 10, 115, 12, 115, 14, 115, 1466, 11, 115, 3, 115, 3, 115, 3, 116, 3, 116, 3, 116, 3, 116, 3, 116, 5, 116, 1475, 10, 116, 3, 117, 7, 117, 1478, 10, 117, 12, 117, 14, 117, 1481, 11, 117, 3, 117, 3, 117, 3, 117, 3, 117, 3, 118, 3, 118, 3, 118, 3, 118, 5, 118, 1491, 10, 118, 3, 119, 7, 119, 1494, 10, 119, 12, 119, 14, 119, 1497, 11, 119, 3, 119, 3, 119, 3, 119, 3, 120, 3, 120, 3, 120, 3, 120, 3, 120, 3, 120, 5, 120, 1508, 10, 120, 3, 121, 7, 121, 1511, 10, 121, 12, 121, 14, 121, 1514, 11, 121, 3, 121, 3, 121, 3, 121, 3, 121, 3, 121, 3, 122, 3, 122, 7, 122, 1523, 10, 122, 12, 122, 14, 122, 1526, 11, 122, 3, 122, 3, 122, 3, 123, 3, 123, 3, 123, 3, 123, 3, 123, 5, 123, 1535, 10, 123, 3, 124, 7, 124, 1538, 10, 124, 12, 124, 14, 124, 1541, 11, 124, 3, 124, 3, 124, 3, 124, 3, 124, 3, 124, 5, 124, 1548, 10, 124, 3, 124, 5, 124, 1551, 10, 124, 3, 124, 3, 124, 3, 125, 3, 125, 3, 125, 5, 125, 1558, 10, 125, 3, 126, 3, 126, 3, 126, 3, 127, 3, 127, 3, 127, 5, 127, 1566, 10, 127, 3, 128, 3, 128, 3, 128, 3, 128, 5, 128, 1572, 10, 128, 3, 128, 3, 128, 3, 129, 3, 129, 3, 129, 7, 129, 1579, 10, 129, 12, 129, 14, 129, 1582, 11, 129, 3, 130, 3, 130, 3, 130, 3, 130, 3, 131, 3, 131, 3, 131, 5, 131, 1591, 10, 131, 3, 132, 3, 132, 5, 132, 1595, 10, 132, 3, 132, 5, 132, 1598, 10, 132, 3, 132, 3, 132, 3, 133, 3, 133, 3, 133, 7, 133, 1605, 10, 133, 12, 133, 14, 133, 1608, 11, 133, 3, 134, 3, 134, 3, 134, 3, 135, 3, 135, 3, 135, 3, 135, 3, 135, 3, 135, 3, 136, 3, 136, 5, 136, 1621, 10, 136, 3, 136, 5, 136, 1624, 10, 136, 3, 136, 3, 136, 3, 137, 3, 137, 3, 137, 7, 137, 1631, 10, 137, 12, 137, 14, 137, 1634, 11, 137, 3, 138, 3, 138, 5, 138, 1638, 10, 138, 3, 138, 3, 138, 3, 139, 3, 139, 7, 139, 1644, 10, 139, 12, 139, 14, 139, 1647, 11, 139, 3, 140, 3, 140, 3, 140, 5, 140, 1652, 10, 140, 3, 141, 3, 141, 3, 141, 3, 142, 3, 142, 5, 142, 1659, 10, 142, 3, 143, 7, 143, 1662, 10, 143, 12, 143, 14, 143, 1665, 11, 143, 3, 143, 3, 143, 3, 143, 3, 144, 3, 144, 3, 144, 3, 144, 3, 144, 3, 144, 3, 144, 3, 144, 5, 144, 1678, 10, 144, 5, 144, 1680, 10, 144, 3, 145, 3, 145, 3, 145, 3, 145, 3, 145, 5, 145, 1687, 10, 145, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 3, 146, 5, 146, 1702, 10, 146, 3, 147, 3, 147, 3, 148, 3, 148, 3, 148, 3, 148, 3, 149, 3, 149, 3, 149, 3, 149, 3, 150, 3, 150, 3, 150, 3, 151, 3, 151, 3, 151, 3, 151, 3, 151, 3, 151, 3, 151, 5, 151, 1724, 10, 151, 3, 152, 3, 152, 3, 152, 3, 152, 3, 152, 3, 152, 3, 153, 3, 153, 3, 153, 3, 153, 3, 153, 3, 153, 3, 154, 3, 154, 3, 154, 3, 154, 3, 154, 3, 154, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 5, 155, 1754, 10, 155, 3, 156, 3, 156, 3, 156, 3, 156, 3, 157, 3, 157, 7, 157, 1762, 10, 157, 12, 157, 14, 157, 1765, 11, 157, 3, 157, 7, 157, 1768, 10, 157, 12, 157, 14, 157, 1771, 11, 157, 3, 157, 3, 157, 3, 158, 3, 158, 3, 158, 3, 159, 3, 159, 7, 159, 1780, 10, 159, 12, 159, 14, 159, 1783, 11, 159, 3, 160, 3, 160, 3, 160, 3, 160, 3, 160, 3, 160, 3, 160, 3, 160, 3, 160, 3, 160, 5, 160, 1795, 10, 160, 3, 161, 3, 161, 3, 161, 3, 161, 7, 161, 1801, 10, 161, 12, 161, 14, 161, 1804, 11, 161, 3, 161, 3, 161, 3, 162, 3, 162, 3, 162, 3, 162, 5, 162, 1812, 10, 162, 3, 162, 3, 162, 3, 162, 3, 162, 3, 162, 5, 162, 1819, 10, 162, 3, 163, 3, 163, 3, 163, 3, 163, 3, 163, 3, 163, 7, 163, 1827, 10, 163, 12, 163, 14, 163, 1830, 11, 163, 3, 163, 7, 163, 1833, 10, 163, 12, 163, 14, 163, 1836, 11, 163, 3, 163, 3, 163, 3, 163, 7, 163, 1841, 10, 163, 12, 163, 14, 163, 1844, 11, 163, 5, 163, 1846, 10, 163, 3, 163, 3, 163, 3, 163, 7, 163, 1851, 10, 163, 12, 163, 14, 163, 1854, 11, 163, 3, 164, 3, 164, 7, 164, 1858, 10, 164, 12, 164, 14, 164, 1861, 11, 164, 5, 164, 1863, 10, 164, 3, 165, 3, 165, 3, 166, 3, 166, 3, 166, 7, 166, 1870, 10, 166, 12, 166, 14, 166, 1873, 11, 166, 3, 167, 3, 167, 3, 167, 3, 167, 3, 168, 3, 168, 3, 168, 3, 168, 3, 169, 3, 169, 3, 169, 3, 169, 3, 169, 3, 169, 3, 170, 3, 170, 5, 170, 1891, 10, 170, 3, 171, 3, 171, 5, 171, 1895, 10, 171, 3, 172, 3, 172, 3, 172, 5, 172, 1900, 10, 172, 3, 172, 3, 172, 5, 172, 1904, 10, 172, 3, 172, 3, 172, 5, 172, 1908, 10, 172, 3, 172, 3, 172, 3, 172, 3, 173, 3, 173, 3, 173, 5, 173, 1916, 10, 173, 3, 173, 3, 173, 5, 173, 1920, 10, 173, 3, 173, 3, 173, 5, 173, 1924, 10, 173, 3, 173, 3, 173, 3, 173, 3, 174, 3, 174, 5, 174, 1931, 10, 174, 3, 175, 3, 175, 3, 176, 3, 176, 3, 176, 7, 176, 1938, 10, 176, 12, 176, 14, 176, 1941, 11, 176, 3, 177, 3, 177, 3, 177, 7, 177, 1946, 10, 177, 12, 177, 14, 177, 1949, 11, 177, 3, 177, 3, 177, 3, 177, 3, 177, 3, 177, 3, 177, 3, 177, 3, 178, 3, 178, 3, 178, 7, 178, 1961, 10, 178, 12, 178, 14, 178, 1964, 11, 178, 3, 178, 3, 178, 3, 178, 3, 178, 3, 178, 3, 178, 3, 178, 3, 179, 3, 179, 5, 179, 1975, 10, 179, 3, 179, 3, 179, 3, 180, 3, 180, 5, 180, 1981, 10, 180, 3, 180, 3, 180, 3, 181, 3, 181, 5, 181, 1987, 10, 181, 3, 181, 3, 181, 3, 182, 3, 182, 5, 182, 1993, 10, 182, 3, 182, 3, 182, 3, 183, 3, 183, 3, 183, 3, 183, 3, 184, 3, 184, 3, 184, 3, 184, 3, 185, 3, 185, 3, 185, 3, 185, 3, 185, 3, 185, 3, 185, 5, 185, 2012, 10, 185, 3, 185, 3, 185, 3, 185, 5, 185, 2017, 10, 185, 3, 186, 3, 186, 7, 186, 2021, 10, 186, 12, 186, 14, 186, 2024, 11, 186, 3, 187, 3, 187, 3, 187, 3, 187, 3, 187, 3, 187, 3, 188, 7, 188, 2033, 10, 188, 12, 188, 14, 188, 2036, 11, 188, 3, 188, 3, 188, 3, 188, 3, 189, 3, 189, 3, 189, 7, 189, 2044, 10, 189, 12, 189, 14, 189, 2047, 11, 189, 3, 190, 3, 190, 3, 190, 3, 191, 3, 191, 3, 191, 3, 191, 5, 191, 2056, 10, 191, 3, 191, 5, 191, 2059, 10, 191, 3, 192, 3, 192, 3, 192, 5, 192, 2064, 10, 192, 3, 192, 3, 192, 3, 193, 3, 193, 3, 193, 7, 193, 2071, 10, 193, 12, 193, 14, 193, 2074, 11, 193, 3, 194, 7, 194, 2077, 10, 194, 12, 194, 14, 194, 2080, 11, 194, 3, 194, 3, 194, 3, 194, 3, 194, 3, 194, 3, 195, 3, 195, 5, 195, 2089, 10, 195, 3, 195, 7, 195, 2092, 10, 195, 12, 195, 14, 195, 2095, 11, 195, 3, 196, 3, 196, 3, 196, 3, 196, 7, 196, 2101, 10, 196, 12, 196, 14, 196, 2104, 11, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 3, 196, 5, 196, 2123, 10, 196, 3, 197, 3, 197, 3, 198, 3, 198, 3, 198, 3, 198, 7, 198, 2131, 10, 198, 12, 198, 14, 198, 2134, 11, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 3, 198, 5, 198, 2152, 10, 198, 3, 199, 3, 199, 3, 199, 3, 199, 3, 199, 5, 199, 2159, 10, 199, 3, 200, 3, 200, 3, 201, 3, 201, 3, 201, 3, 201, 5, 201, 2167, 10, 201, 3, 202, 3, 202, 3, 202, 3, 202, 7, 202, 2173, 10, 202, 12, 202, 14, 202, 2176, 11, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 7, 202, 2184, 10, 202, 12, 202, 14, 202, 2187, 11, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 3, 202, 5, 202, 2206, 10, 202, 3, 203, 3, 203, 3, 204, 3, 204, 3, 204, 3, 204, 7, 204, 2214, 10, 204, 12, 204, 14, 204, 2217, 11, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 7, 204, 2225, 10, 204, 12, 204, 14, 204, 2228, 11, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 3, 204, 5, 204, 2246, 10, 204, 3, 205, 3, 205, 5, 205, 2250, 10, 205, 3, 205, 7, 205, 2253, 10, 205, 12, 205, 14, 205, 2256, 11, 205, 3, 205, 3, 205, 3, 205, 7, 205, 2261, 10, 205, 12, 205, 14, 205, 2264, 11, 205, 3, 205, 7, 205, 2267, 10, 205, 12, 205, 14, 205, 2270, 11, 205, 3, 205, 5, 205, 2273, 10, 205, 3, 205, 3, 205, 5, 205, 2277, 10, 205, 3, 205, 3, 205, 5, 205, 2281, 10, 205, 3, 205, 3, 205, 3, 205, 3, 205, 5, 205, 2287, 10, 205, 3, 205, 7, 205, 2290, 10, 205, 12, 205, 14, 205, 2293, 11, 205, 3, 205, 3, 205, 5, 205, 2297, 10, 205, 3, 205, 3, 205, 5, 205, 2301, 10, 205, 3, 205, 3, 205, 5, 205, 2305, 10, 205, 3, 205, 3, 205, 3, 205, 3, 205, 5, 205, 2311, 10, 205, 3, 205, 7, 205, 2314, 10, 205, 12, 205, 14, 205, 2317, 11, 205, 3, 205, 3, 205, 5, 205, 2321, 10, 205, 3, 205, 3, 205, 5, 205, 2325, 10, 205, 3, 205, 3, 205, 5, 205, 2329, 10, 205, 5, 205, 2331, 10, 205, 3, 206, 3, 206, 3, 206, 5, 206, 2336, 10, 206, 3, 206, 7, 206, 2339, 10, 206, 12, 206, 14, 206, 2342, 11, 206, 3, 206, 3, 206, 5, 206, 2346, 10, 206, 3, 206, 3, 206, 5, 206, 2350, 10, 206, 3, 206, 3, 206, 5, 206, 2354, 10, 206, 3, 207, 3, 207, 5, 207, 2358, 10, 207, 3, 207, 7, 207, 2361, 10, 207, 12, 207, 14, 207, 2364, 11, 207, 3, 207, 3, 207, 3, 207, 7, 207, 2369, 10, 207, 12, 207, 14, 207, 2372, 11, 207, 3, 207, 7, 207, 2375, 10, 207, 12, 207, 14, 207, 2378, 11, 207, 3, 207, 5, 207, 2381, 10, 207, 3, 207, 3, 207, 5, 207, 2385, 10, 207, 3, 207, 3, 207, 5, 207, 2389, 10, 207, 3, 207, 3, 207, 3, 207, 3, 207, 5, 207, 2395, 10, 207, 3, 207, 7, 207, 2398, 10, 207, 12, 207, 14, 207, 2401, 11, 207, 3, 207, 3, 207, 5, 207, 2405, 10, 207, 3, 207, 3, 207, 5, 207, 2409, 10, 207, 3, 207, 3, 207, 5, 207, 2413, 10, 207, 5, 207, 2415, 10, 207, 3, 208, 3, 208, 3, 208, 5, 208, 2420, 10, 208, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 3, 209, 5, 209, 2435, 10, 209, 3, 210, 3, 210, 3, 210, 3, 211, 3, 211, 3, 211, 3, 211, 3, 211, 3, 211, 3, 211, 3, 211, 3, 211, 5, 211, 2449, 10, 211, 3, 212, 3, 212, 3, 212, 3, 212, 3, 212, 3, 212, 3, 212, 3, 212, 3, 212, 3, 212, 5, 212, 2461, 10, 212, 3, 212, 3, 212, 3, 212, 3, 212, 3, 212, 7, 212, 2468, 10, 212, 12, 212, 14, 212, 2471, 11, 212, 3, 213, 3, 213, 3, 213, 3, 213, 3, 213, 3, 213, 3, 213, 3, 213, 3, 213, 3, 213, 7, 213, 2483, 10, 213, 12, 213, 14, 213, 2486, 11, 213, 3, 214, 3, 214, 3, 214, 3, 214, 3, 214, 3, 214, 3, 214, 3, 214, 3, 214, 3, 214, 5, 214, 2498, 10, 214, 3, 214, 3, 214, 3, 214, 3, 214, 3, 214, 7, 214, 2505, 10, 214, 12, 214, 14, 214, 2508, 11, 214, 3, 215, 3, 215, 3, 215, 5, 215, 2513, 10, 215, 3, 215, 3, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2520, 10, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2525, 10, 215, 3, 215, 3, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2532, 10, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2537, 10, 215, 3, 215, 3, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2544, 10, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2549, 10, 215, 3, 215, 3, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2556, 10, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2561, 10, 215, 3, 215, 3, 215, 3, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2569, 10, 215, 3, 215, 3, 215, 3, 215, 5, 215, 2574, 10, 215, 3, 215, 3, 215, 5, 215, 2578, 10, 215, 3, 216, 3, 216, 5, 216, 2582, 10, 216, 3, 216, 3, 216, 3, 216, 5, 216, 2587, 10, 216, 3, 216, 3, 216, 3, 217, 3, 217, 3, 217, 5, 217, 2594, 10, 217, 3, 217, 3, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2601, 10, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2606, 10, 217, 3, 217, 3, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2613, 10, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2618, 10, 217, 3, 217, 3, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2625, 10, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2630, 10, 217, 3, 217, 3, 217, 3, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2638, 10, 217, 3, 217, 3, 217, 3, 217, 5, 217, 2643, 10, 217, 3, 217, 3, 217, 5, 217, 2647, 10, 217, 3, 218, 3, 218, 3, 218, 7, 218, 2652, 10, 218, 12, 218, 14, 218, 2655, 11, 218, 3, 219, 3, 219, 3, 219, 5, 219, 2660, 10, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 5, 219, 2667, 10, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 5, 219, 2674, 10, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 5, 219, 2681, 10, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 5, 219, 2689, 10, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 5, 219, 2696, 10, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 3, 219, 5, 219, 2704, 10, 219, 3, 220, 3, 220, 5, 220, 2708, 10, 220, 3, 220, 3, 220, 3, 221, 3, 221, 3, 221, 5, 221, 2715, 10, 221, 3, 221, 3, 221, 3, 221, 3, 221, 3, 221, 5, 221, 2722, 10, 221, 3, 221, 3, 221, 3, 221, 3, 221, 3, 221, 5, 221, 2729, 10, 221, 3, 221, 3, 221, 3, 221, 3, 221, 3, 221, 3, 221, 5, 221, 2737, 10, 221, 3, 221, 3, 221, 3, 221, 3, 221, 3, 221, 5, 221, 2744, 10, 221, 3, 221, 3, 221, 3, 221, 3, 221, 3, 221, 3, 221, 5, 221, 2752, 10, 221, 3, 222, 3, 222, 3, 222, 3, 222, 5, 222, 2758, 10, 222, 3, 222, 3, 222, 3, 222, 3, 222, 5, 222, 2764, 10, 222, 3, 222, 3, 222, 3, 222, 3, 222, 3, 222, 3, 222, 3, 222, 3, 222, 3, 222, 3, 222, 5, 222, 2776, 10, 222, 3, 223, 3, 223, 7, 223, 2780, 10, 223, 12, 223, 14, 223, 2783, 11, 223, 3, 224, 7, 224, 2786, 10, 224, 12, 224, 14, 224, 2789, 11, 224, 3, 224, 3, 224, 3, 224, 3, 224, 3, 225, 3, 225, 3, 226, 3, 226, 3, 226, 7, 226, 2800, 10, 226, 12, 226, 14, 226, 2803, 11, 226, 3, 227, 3, 227, 3, 227, 5, 227, 2808, 10, 227, 3, 228, 3, 228, 3, 228, 7, 228, 2813, 10, 228, 12, 228, 14, 228, 2816, 11, 228, 3, 229, 3, 229, 3, 229, 3, 229, 3, 230, 3, 230, 3, 230, 3, 230, 3, 231, 3, 231, 3, 231, 5, 231, 2829, 10, 231, 3, 231, 5, 231, 2832, 10, 231, 3, 232, 3, 232, 3, 232, 7, 232, 2837, 10, 232, 12, 232, 14, 232, 2840, 11, 232, 3, 233, 3, 233, 5, 233, 2844, 10, 233, 3, 234, 3, 234, 5, 234, 2848, 10, 234, 3, 235, 3, 235, 3, 235, 3, 235, 3, 236, 3, 236, 3, 236, 5, 236, 2857, 10, 236, 3, 237, 3, 237, 3, 238, 3, 238, 3, 238, 3, 238, 3, 238, 3, 238, 3, 238, 5, 238, 2868, 10, 238, 3, 239, 3, 239, 3, 239, 3, 239, 3, 239, 3, 239, 7, 239, 2876, 10, 239, 12, 239, 14, 239, 2879, 11, 239, 3, 240, 3, 240, 3, 240, 3, 240, 3, 240, 3, 240, 7, 240, 2887, 10, 240, 12, 240, 14, 240, 2890, 11, 240, 3, 241, 3, 241, 3, 241, 3, 241, 3, 241, 3, 241, 7, 241, 2898, 10, 241, 12, 241, 14, 241, 2901, 11, 241, 3, 242, 3, 242, 3, 242, 3, 242, 3, 242, 3, 242, 7, 242, 2909, 10, 242, 12, 242, 14, 242, 2912, 11, 242, 3, 243, 3, 243, 3, 243, 3, 243, 3, 243, 3, 243, 7, 243, 2920, 10, 243, 12, 243, 14, 243, 2923, 11, 243, 3, 244, 3, 244, 3, 244, 3, 244, 3, 244, 3, 244, 3, 244, 3, 244, 3, 244, 7, 244, 2934, 10, 244, 12, 244, 14, 244, 2937, 11, 244, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 3, 245, 7, 245, 2957, 10, 245, 12, 245, 14, 245, 2960, 11, 245, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 3, 246, 7, 246, 2978, 10, 246, 12, 246, 14, 246, 2981, 11, 246, 3, 247, 3, 247, 3, 247, 3, 247, 3, 247, 3, 247, 3, 247, 3, 247, 3, 247, 7, 247, 2992, 10, 247, 12, 247, 14, 247, 2995, 11, 247, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 3, 248, 7, 248, 3009, 10, 248, 12, 248, 14, 248, 3012, 11, 248, 3, 249, 3, 249, 3, 249, 3, 249, 3, 249, 3, 249, 3, 249, 5, 249, 3021, 10, 249, 3, 250, 3, 250, 3, 250, 3, 251, 3, 251, 3, 251, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 3, 252, 5, 252, 3035, 10, 252, 3, 253, 3, 253, 5, 253, 3039, 10, 253, 3, 253, 3, 253, 7, 253, 3043, 10, 253, 12, 253, 14, 253, 3046, 11, 253, 3, 254, 3, 254, 3, 254, 3, 255, 3, 255, 3, 256, 3, 256, 3, 256, 3, 257, 3, 257, 3, 258, 3, 258, 3, 258, 3, 258, 3, 258, 3, 258, 3, 258, 3, 258, 7, 258, 3066, 10, 258, 12, 258, 14, 258, 3069, 11, 258, 3, 258, 3, 258, 3, 258, 3, 258, 3, 258, 3, 258, 7, 258, 3077, 10, 258, 12, 258, 14, 258, 3080, 11, 258, 3, 258, 3, 258, 3, 258, 5, 258, 3085, 10, 258, 3, 258, 2, 16, 56, 60, 66, 324, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 259, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38, 40, 42, 44, 46, 48, 50, 52, 54, 56, 58, 60, 62, 64, 66, 68, 70, 72, 74, 76, 78, 80, 82, 84, 86, 88, 90, 92, 94, 96, 98, 100, 102, 104, 106, 108, 110, 112, 114, 116, 118, 120, 122, 124, 126, 128, 130, 132, 134, 136, 138, 140, 142, 144, 146, 148, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 172, 174, 176, 178, 180, 182, 184, 186, 188, 190, 192, 194, 196, 198, 200, 202, 204, 206, 208, 210, 212, 214, 216, 218, 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 302, 304, 306, 308, 310, 312, 314, 316, 318, 320, 322, 324, 326, 328, 330, 332, 334, 336, 338, 340, 342, 344, 346, 348, 350, 352, 354, 356, 358, 360, 362, 364, 366, 368, 370, 372, 374, 376, 378, 380, 382, 384, 386, 388, 390, 392, 394, 396, 398, 400, 402, 404, 406, 408, 410, 412, 414, 416, 418, 420, 422, 424, 426, 428, 430, 432, 434, 436, 438, 440, 442, 444, 446, 448, 450, 452, 454, 456, 458, 460, 462, 464, 466, 468, 470, 472, 474, 476, 478, 480, 482, 484, 486, 488, 490, 492, 494, 496, 498, 500, 502, 504, 506, 508, 510, 512, 514, 2, 7, 3, 2, 59, 64, 7, 2, 13, 13, 16, 16, 35, 35, 37, 37, 45, 45, 4, 2, 22, 22, 28, 28, 4, 2, 80, 80, 97, 97, 4, 2, 74, 74, 99, 109, 2, 3347, 2, 516, 3, 2, 2, 2, 4, 520, 3, 2, 2, 2, 6, 536, 3, 2, 2, 2, 8, 540, 3, 2, 2, 2, 10, 542, 3, 2, 2, 2, 12, 544, 3, 2, 2, 2, 14, 549, 3, 2, 2, 2, 16, 553, 3, 2, 2, 2, 18, 584, 3, 2, 2, 2, 20, 586, 3, 2, 2, 2, 22, 594, 3, 2, 2, 2, 24, 608, 3, 2, 2, 2, 26, 615, 3, 2, 2, 2, 28, 617, 3, 2, 2, 2, 30, 619, 3, 2, 2, 2, 32, 624, 3, 2, 2, 2, 34, 638, 3, 2, 2, 2, 36, 643, 3, 2, 2, 2, 38, 664, 3, 2, 2, 2, 40, 671, 3, 2, 2, 2, 42, 683, 3, 2, 2, 2, 44, 685, 3, 2, 2, 2, 46, 688, 3, 2, 2, 2, 48, 692, 3, 2, 2, 2, 50, 702, 3, 2, 2, 2, 52, 707, 3, 2, 2, 2, 54, 718, 3, 2, 2, 2, 56, 720, 3, 2, 2, 2, 58, 736, 3, 2, 2, 2, 60, 738, 3, 2, 2, 2, 62, 754, 3, 2, 2, 2, 64, 756, 3, 2, 2, 2, 66, 758, 3, 2, 2, 2, 68, 770, 3, 2, 2, 2, 70, 789, 3, 2, 2, 2, 72, 803, 3, 2, 2, 2, 74, 809, 3, 2, 2, 2, 76, 811, 3, 2, 2, 2, 78, 815, 3, 2, 2, 2, 80, 821, 3, 2, 2, 2, 82, 828, 3, 2, 2, 2, 84, 838, 3, 2, 2, 2, 86, 843, 3, 2, 2, 2, 88, 848, 3, 2, 2, 2, 90, 877, 3, 2, 2, 2, 92, 879, 3, 2, 2, 2, 94, 883, 3, 2, 2, 2, 96, 891, 3, 2, 2, 2, 98, 894, 3, 2, 2, 2, 100, 897, 3, 2, 2, 2, 102, 900, 3, 2, 2, 2, 104, 908, 3, 2, 2, 2, 106, 920, 3, 2, 2, 2, 108, 927, 3, 2, 2, 2, 110, 932, 3, 2, 2, 2, 112, 949, 3, 2, 2, 2, 114, 951, 3, 2, 2, 2, 116, 959, 3, 2, 2, 2, 118, 964, 3, 2, 2, 2, 120, 970, 3, 2, 2, 2, 122, 974, 3, 2, 2, 2, 124, 978, 3, 2, 2, 2, 126, 983, 3, 2, 2, 2, 128, 987, 3, 2, 2, 2, 130, 1012, 3, 2, 2, 2, 132, 1014, 3, 2, 2, 2, 134, 1025, 3, 2, 2, 2, 136, 1029, 3, 2, 2, 2, 138, 1031, 3, 2, 2, 2, 140, 1033, 3, 2, 2, 2, 142, 1035, 3, 2, 2, 2, 144, 1046, 3, 2, 2, 2, 146, 1051, 3, 2, 2, 2, 148, 1067, 3, 2, 2, 2, 150, 1090, 3, 2, 2, 2, 152, 1094, 3, 2, 2, 2, 154, 1096, 3, 2, 2, 2, 156, 1110, 3, 2, 2, 2, 158, 1128, 3, 2, 2, 2, 160, 1133, 3, 2, 2, 2, 162, 1143, 3, 2, 2, 2, 164, 1162, 3, 2, 2, 2, 166, 1167, 3, 2, 2, 2, 168, 1177, 3, 2, 2, 2, 170, 1180, 3, 2, 2, 2, 172, 1190, 3, 2, 2, 2, 174, 1194, 3, 2, 2, 2, 176, 1196, 3, 2, 2, 2, 178, 1198, 3, 2, 2, 2, 180, 1204, 3, 2, 2, 2, 182, 1217, 3, 2, 2, 2, 184, 1220, 3, 2, 2, 2, 186, 1229, 3, 2, 2, 2, 188, 1231, 3, 2, 2, 2, 190, 1286, 3, 2, 2, 2, 192, 1291, 3, 2, 2, 2, 194, 1301, 3, 2, 2, 2, 196, 1313, 3, 2, 2, 2, 198, 1324, 3, 2, 2, 2, 200, 1338, 3, 2, 2, 2, 202, 1340, 3, 2, 2, 2, 204, 1350, 3, 2, 2, 2, 206, 1364, 3, 2, 2, 2, 208, 1370, 3, 2, 2, 2, 210, 1388, 3, 2, 2, 2, 212, 1393, 3, 2, 2, 2, 214, 1406, 3, 2, 2, 2, 216, 1417, 3, 2, 2, 2, 218, 1422, 3, 2, 2, 2, 220, 1430, 3, 2, 2, 2, 222, 1435, 3, 2, 2, 2, 224, 1455, 3, 2, 2, 2, 226, 1457, 3, 2, 2, 2, 228, 1460, 3, 2, 2, 2, 230, 1474, 3, 2, 2, 2, 232, 1479, 3, 2, 2, 2, 234, 1490, 3, 2, 2, 2, 236, 1495, 3, 2, 2, 2, 238, 1507, 3, 2, 2, 2, 240, 1512, 3, 2, 2, 2, 242, 1520, 3, 2, 2, 2, 244, 1534, 3, 2, 2, 2, 246, 1539, 3, 2, 2, 2, 248, 1557, 3, 2, 2, 2, 250, 1559, 3, 2, 2, 2, 252, 1565, 3, 2, 2, 2, 254, 1567, 3, 2, 2, 2, 256, 1575, 3, 2, 2, 2, 258, 1583, 3, 2, 2, 2, 260, 1590, 3, 2, 2, 2, 262, 1592, 3, 2, 2, 2, 264, 1601, 3, 2, 2, 2, 266, 1609, 3, 2, 2, 2, 268, 1612, 3, 2, 2, 2, 270, 1618, 3, 2, 2, 2, 272, 1627, 3, 2, 2, 2, 274, 1635, 3, 2, 2, 2, 276, 1641, 3, 2, 2, 2, 278, 1651, 3, 2, 2, 2, 280, 1653, 3, 2, 2, 2, 282, 1658, 3, 2, 2, 2, 284, 1663, 3, 2, 2, 2, 286, 1679, 3, 2, 2, 2, 288, 1686, 3, 2, 2, 2, 290, 1701, 3, 2, 2, 2, 292, 1703, 3, 2, 2, 2, 294, 1705, 3, 2, 2, 2, 296, 1709, 3, 2, 2, 2, 298, 1713, 3, 2, 2, 2, 300, 1723, 3, 2, 2, 2, 302, 1725, 3, 2, 2, 2, 304, 1731, 3, 2, 2, 2, 306, 1737, 3, 2, 2, 2, 308, 1753, 3, 2, 2, 2, 310, 1755, 3, 2, 2, 2, 312, 1759, 3, 2, 2, 2, 314, 1774, 3, 2, 2, 2, 316, 1777, 3, 2, 2, 2, 318, 1794, 3, 2, 2, 2, 320, 1796, 3, 2, 2, 2, 322, 1818, 3, 2, 2, 2, 324, 1845, 3, 2, 2, 2, 326, 1862, 3, 2, 2, 2, 328, 1864, 3, 2, 2, 2, 330, 1866, 3, 2, 2, 2, 332, 1874, 3, 2, 2, 2, 334, 1878, 3, 2, 2, 2, 336, 1882, 3, 2, 2, 2, 338, 1890, 3, 2, 2, 2, 340, 1894, 3, 2, 2, 2, 342, 1896, 3, 2, 2, 2, 344, 1912, 3, 2, 2, 2, 346, 1930, 3, 2, 2, 2, 348, 1932, 3, 2, 2, 2, 350, 1934, 3, 2, 2, 2, 352, 1942, 3, 2, 2, 2, 354, 1957, 3, 2, 2, 2, 356, 1972, 3, 2, 2, 2, 358, 1978, 3, 2, 2, 2, 360, 1984, 3, 2, 2, 2, 362, 1990, 3, 2, 2, 2, 364, 1996, 3, 2, 2, 2, 366, 2000, 3, 2, 2, 2, 368, 2016, 3, 2, 2, 2, 370, 2018, 3, 2, 2, 2, 372, 2025, 3, 2, 2, 2, 374, 2034, 3, 2, 2, 2, 376, 2040, 3, 2, 2, 2, 378, 2048, 3, 2, 2, 2, 380, 2051, 3, 2, 2, 2, 382, 2060, 3, 2, 2, 2, 384, 2067, 3, 2, 2, 2, 386, 2078, 3, 2, 2, 2, 388, 2088, 3, 2, 2, 2, 390, 2122, 3, 2, 2, 2, 392, 2124, 3, 2, 2, 2, 394, 2151, 3, 2, 2, 2, 396, 2158, 3, 2, 2, 2, 398, 2160, 3, 2, 2, 2, 400, 2166, 3, 2, 2, 2, 402, 2205, 3, 2, 2, 2, 404, 2207, 3, 2, 2, 2, 406, 2245, 3, 2, 2, 2, 408, 2330, 3, 2, 2, 2, 410, 2332, 3, 2, 2, 2, 412, 2414, 3, 2, 2, 2, 414, 2419, 3, 2, 2, 2, 416, 2434, 3, 2, 2, 2, 418, 2436, 3, 2, 2, 2, 420, 2448, 3, 2, 2, 2, 422, 2460, 3, 2, 2, 2, 424, 2472, 3, 2, 2, 2, 426, 2497, 3, 2, 2, 2, 428, 2577, 3, 2, 2, 2, 430, 2579, 3, 2, 2, 2, 432, 2646, 3, 2, 2, 2, 434, 2648, 3, 2, 2, 2, 436, 2703, 3, 2, 2, 2, 438, 2705, 3, 2, 2, 2, 440, 2751, 3, 2, 2, 2, 442, 2775, 3, 2, 2, 2, 444, 2777, 3, 2, 2, 2, 446, 2787, 3, 2, 2, 2, 448, 2794, 3, 2, 2, 2, 450, 2796, 3, 2, 2, 2, 452, 2807, 3, 2, 2, 2, 454, 2809, 3, 2, 2, 2, 456, 2817, 3, 2, 2, 2, 458, 2821, 3, 2, 2, 2, 460, 2831, 3, 2, 2, 2, 462, 2833, 3, 2, 2, 2, 464, 2843, 3, 2, 2, 2, 466, 2847, 3, 2, 2, 2, 468, 2849, 3, 2, 2, 2, 470, 2856, 3, 2, 2, 2, 472, 2858, 3, 2, 2, 2, 474, 2867, 3, 2, 2, 2, 476, 2869, 3, 2, 2, 2, 478, 2880, 3, 2, 2, 2, 480, 2891, 3, 2, 2, 2, 482, 2902, 3, 2, 2, 2, 484, 2913, 3, 2, 2, 2, 486, 2924, 3, 2, 2, 2, 488, 2938, 3, 2, 2, 2, 490, 2961, 3, 2, 2, 2, 492, 2982, 3, 2, 2, 2, 494, 2996, 3, 2, 2, 2, 496, 3020, 3, 2, 2, 2, 498, 3022, 3, 2, 2, 2, 500, 3025, 3, 2, 2, 2, 502, 3034, 3, 2, 2, 2, 504, 3038, 3, 2, 2, 2, 506, 3047, 3, 2, 2, 2, 508, 3050, 3, 2, 2, 2, 510, 3052, 3, 2, 2, 2, 512, 3055, 3, 2, 2, 2, 514, 3084, 3, 2, 2, 2, 516, 517, 9, 2, 2, 2, 517, 3, 3, 2, 2, 2, 518, 521, 5, 6, 4, 2, 519, 521, 5, 14, 8, 2, 520, 518, 3, 2, 2, 2, 520, 519, 3, 2, 2, 2, 521, 5, 3, 2, 2, 2, 522, 524, 5, 252, 127, 2, 523, 522, 3, 2, 2, 2, 524, 527, 3, 2, 2, 2, 525, 523, 3, 2, 2, 2, 525, 526, 3, 2, 2, 2, 526, 528, 3, 2, 2, 2, 527, 525, 3, 2, 2, 2, 528, 537, 5, 8, 5, 2, 529, 531, 5, 252, 127, 2, 530, 529, 3, 2, 2, 2, 531, 534, 3, 2, 2, 2, 532, 530, 3, 2, 2, 2, 532, 533, 3, 2, 2, 2, 533, 535, 3, 2, 2, 2, 534, 532, 3, 2, 2, 2, 535, 537, 7, 11, 2, 2, 536, 525, 3, 2, 2, 2, 536, 532, 3, 2, 2, 2, 537, 7, 3, 2, 2, 2, 538, 541, 5, 10, 6, 2, 539, 541, 5, 12, 7, 2, 540, 538, 3, 2, 2, 2, 540, 539, 3, 2, 2, 2, 541, 9, 3, 2, 2, 2, 542, 543, 9, 3, 2, 2, 543, 11, 3, 2, 2, 2, 544, 545, 9, 4, 2, 2, 545, 13, 3, 2, 2, 2, 546, 550, 5, 16, 9, 2, 547, 550, 5, 32, 17, 2, 548, 550, 5, 34, 18, 2, 549, 546, 3, 2, 2, 2, 549, 547, 3, 2, 2, 2, 549, 548, 3, 2, 2, 2, 550, 15, 3, 2, 2, 2, 551, 554, 5, 24, 13, 2, 552, 554, 5, 30, 16, 2, 553, 551, 3, 2, 2, 2, 553, 552, 3, 2, 2, 2, 554, 559, 3, 2, 2, 2, 555, 558, 5, 22, 12, 2, 556, 558, 5, 28, 15, 2, 557, 555, 3, 2, 2, 2, 557, 556, 3, 2, 2, 2, 558, 561, 3, 2, 2, 2, 559, 557, 3, 2, 2, 2, 559, 560, 3, 2, 2, 2, 560, 17, 3, 2, 2, 2, 561, 559, 3, 2, 2, 2, 562, 564, 5, 252, 127, 2, 563, 562, 3, 2, 2, 2, 564, 567, 3, 2, 2, 2, 565, 563, 3, 2, 2, 2, 565, 566, 3, 2, 2, 2, 566, 568, 3, 2, 2, 2, 567, 565, 3, 2, 2, 2, 568, 570, 7, 110, 2, 2, 569, 571, 5, 46, 24, 2, 570, 569, 3, 2, 2, 2, 570, 571, 3, 2, 2, 2, 571, 585, 3, 2, 2, 2, 572, 573, 5, 16, 9, 2, 573, 577, 7, 73, 2, 2, 574, 576, 5, 252, 127, 2, 575, 574, 3, 2, 2, 2, 576, 579, 3, 2, 2, 2, 577, 575, 3, 2, 2, 2, 577, 578, 3, 2, 2, 2, 578, 580, 3, 2, 2, 2, 579, 577, 3, 2, 2, 2, 580, 582, 7, 110, 2, 2, 581, 583, 5, 46, 24, 2, 582, 581, 3, 2, 2, 2, 582, 583, 3, 2, 2, 2, 583, 585, 3, 2, 2, 2, 584, 565, 3, 2, 2, 2, 584, 572, 3, 2, 2, 2, 585, 19, 3, 2, 2, 2, 586, 591, 5, 18, 10, 2, 587, 588, 7, 72, 2, 2, 588, 590, 5, 18, 10, 2, 589, 587, 3, 2, 2, 2, 590, 593, 3, 2, 2, 2, 591, 589, 3, 2, 2, 2, 591, 592, 3, 2, 2, 2, 592, 21, 3, 2, 2, 2, 593, 591, 3, 2, 2, 2, 594, 598, 7, 73, 2, 2, 595, 597, 5, 252, 127, 2, 596, 595, 3, 2, 2, 2, 597, 600, 3, 2, 2, 2, 598, 596, 3, 2, 2, 2, 598, 599, 3, 2, 2, 2, 599, 601, 3, 2, 2, 2, 600, 598, 3, 2, 2, 2, 601, 603, 7, 110, 2, 2, 602, 604, 5, 46, 24, 2, 603, 602, 3, 2, 2, 2, 603, 604, 3, 2, 2, 2, 604, 23, 3, 2, 2, 2, 605, 607, 5, 252, 127, 2, 606, 605, 3, 2, 2, 2, 607, 610, 3, 2, 2, 2, 608, 606, 3, 2, 2, 2, 608, 609, 3, 2, 2, 2, 609, 611, 3, 2, 2, 2, 610, 608, 3, 2, 2, 2, 611, 613, 7, 110, 2, 2, 612, 614, 5, 46, 24, 2, 613, 612, 3, 2, 2, 2, 613, 614, 3, 2, 2, 2, 614, 25, 3, 2, 2, 2, 615, 616, 5, 18, 10, 2, 616, 27, 3, 2, 2, 2, 617, 618, 5, 22, 12, 2, 618, 29, 3, 2, 2, 2, 619, 620, 5, 24, 13, 2, 620, 31, 3, 2, 2, 2, 621, 623, 5, 252, 127, 2, 622, 621, 3, 2, 2, 2, 623, 626, 3, 2, 2, 2, 624, 622, 3, 2, 2, 2, 624, 625, 3, 2, 2, 2, 625, 627, 3, 2, 2, 2, 626, 624, 3, 2, 2, 2, 627, 628, 7, 110, 2, 2, 628, 33, 3, 2, 2, 2, 629, 630, 5, 6, 4, 2, 630, 631, 5, 36, 19, 2, 631, 639, 3, 2, 2, 2, 632, 633, 5, 16, 9, 2, 633, 634, 5, 36, 19, 2, 634, 639, 3, 2, 2, 2, 635, 636, 5, 32, 17, 2, 636, 637, 5, 36, 19, 2, 637, 639, 3, 2, 2, 2, 638, 629, 3, 2, 2, 2, 638, 632, 3, 2, 2, 2, 638, 635, 3, 2, 2, 2, 639, 35, 3, 2, 2, 2, 640, 642, 5, 252, 127, 2, 641, 640, 3, 2, 2, 2, 642, 645, 3, 2, 2, 2, 643, 641, 3, 2, 2, 2, 643, 644, 3, 2, 2, 2, 644, 646, 3, 2, 2, 2, 645, 643, 3, 2, 2, 2, 646, 647, 7, 69, 2, 2, 647, 658, 7, 70, 2, 2, 648, 650, 5, 252, 127, 2, 649, 648, 3, 2, 2, 2, 650, 653, 3, 2, 2, 2, 651, 649, 3, 2, 2, 2, 651, 652, 3, 2, 2, 2, 652, 654, 3, 2, 2, 2, 653, 651, 3, 2, 2, 2, 654, 655, 7, 69, 2, 2, 655, 657, 7, 70, 2, 2, 656, 651, 3, 2, 2, 2, 657, 660, 3, 2, 2, 2, 658, 656, 3, 2, 2, 2, 658, 659, 3, 2, 2, 2, 659, 37, 3, 2, 2, 2, 660, 658, 3, 2, 2, 2, 661, 663, 5, 40, 21, 2, 662, 661, 3, 2, 2, 2, 663, 666, 3, 2, 2, 2, 664, 662, 3, 2, 2, 2, 664, 665, 3, 2, 2, 2, 665, 667, 3, 2, 2, 2, 666, 664, 3, 2, 2, 2, 667, 669, 7, 110, 2, 2, 668, 670, 5, 42, 22, 2, 669, 668, 3, 2, 2, 2, 669, 670, 3, 2, 2, 2, 670, 39, 3, 2, 2, 2, 671, 672, 5, 252, 127, 2, 672, 41, 3, 2, 2, 2, 673, 674, 7, 25, 2, 2, 674, 684, 5, 32, 17, 2, 675, 676, 7, 25, 2, 2, 676, 680, 5, 16, 9, 2, 677, 679, 5, 44, 23, 2, 678, 677, 3, 2, 2, 2, 679, 682, 3, 2, 2, 2, 680, 678, 3, 2, 2, 2, 680, 681, 3, 2, 2, 2, 681, 684, 3, 2, 2, 2, 682, 680, 3, 2, 2, 2, 683, 673, 3, 2, 2, 2, 683, 675, 3, 2, 2, 2, 684, 43, 3, 2, 2, 2, 685, 686, 7, 93, 2, 2, 686, 687, 5, 26, 14, 2, 687, 45, 3, 2, 2, 2, 688, 689, 7, 76, 2, 2, 689, 690, 5, 48, 25, 2, 690, 691, 7, 75, 2, 2, 691, 47, 3, 2, 2, 2, 692, 697, 5, 50, 26, 2, 693, 694, 7, 72, 2, 2, 694, 696, 5, 50, 26, 2, 695, 693, 3, 2, 2, 2, 696, 699, 3, 2, 2, 2, 697, 695, 3, 2, 2, 2, 697, 698, 3, 2, 2, 2, 698, 49, 3, 2, 2, 2, 699, 697, 3, 2, 2, 2, 700, 703, 5, 14, 8, 2, 701, 703, 5, 52, 27, 2, 702, 700, 3, 2, 2, 2, 702, 701, 3, 2, 2, 2, 703, 51, 3, 2, 2, 2, 704, 706, 5, 252, 127, 2, 705, 704, 3, 2, 2, 2, 706, 709, 3, 2, 2, 2, 707, 705, 3, 2, 2, 2, 707, 708, 3, 2, 2, 2, 708, 710, 3, 2, 2, 2, 709, 707, 3, 2, 2, 2, 710, 712, 7, 79, 2, 2, 711, 713, 5, 54, 28, 2, 712, 711, 3, 2, 2, 2, 712, 713, 3, 2, 2, 2, 713, 53, 3, 2, 2, 2, 714, 715, 7, 25, 2, 2, 715, 719, 5, 14, 8, 2, 716, 717, 7, 48, 2, 2, 717, 719, 5, 14, 8, 2, 718, 714, 3, 2, 2, 2, 718, 716, 3, 2, 2, 2, 719, 55, 3, 2, 2, 2, 720, 721, 8, 29, 1, 2, 721, 722, 7, 110, 2, 2, 722, 728, 3, 2, 2, 2, 723, 724, 12, 3, 2, 2, 724, 725, 7, 73, 2, 2, 725, 727, 7, 110, 2, 2, 726, 723, 3, 2, 2, 2, 727, 730, 3, 2, 2, 2, 728, 726, 3, 2, 2, 2, 728, 729, 3, 2, 2, 2, 729, 57, 3, 2, 2, 2, 730, 728, 3, 2, 2, 2, 731, 737, 7, 110, 2, 2, 732, 733, 5, 60, 31, 2, 733, 734, 7, 73, 2, 2, 734, 735, 7, 110, 2, 2, 735, 737, 3, 2, 2, 2, 736, 731, 3, 2, 2, 2, 736, 732, 3, 2, 2, 2, 737, 59, 3, 2, 2, 2, 738, 739, 8, 31, 1, 2, 739, 740, 7, 110, 2, 2, 740, 746, 3, 2, 2, 2, 741, 742, 12, 3, 2, 2, 742, 743, 7, 73, 2, 2, 743, 745, 7, 110, 2, 2, 744, 741, 3, 2, 2, 2, 745, 748, 3, 2, 2, 2, 746, 744, 3, 2, 2, 2, 746, 747, 3, 2, 2, 2, 747, 61, 3, 2, 2, 2, 748, 746, 3, 2, 2, 2, 749, 755, 7, 110, 2, 2, 750, 751, 5, 66, 34, 2, 751, 752, 7, 73, 2, 2, 752, 753, 7, 110, 2, 2, 753, 755, 3, 2, 2, 2, 754, 749, 3, 2, 2, 2, 754, 750, 3, 2, 2, 2, 755, 63, 3, 2, 2, 2, 756, 757, 7, 110, 2, 2, 757, 65, 3, 2, 2, 2, 758, 759, 8, 34, 1, 2, 759, 760, 7, 110, 2, 2, 760, 766, 3, 2, 2, 2, 761, 762, 12, 3, 2, 2, 762, 763, 7, 73, 2, 2, 763, 765, 7, 110, 2, 2, 764, 761, 3, 2, 2, 2, 765, 768, 3, 2, 2, 2, 766, 764, 3, 2, 2, 2, 766, 767, 3, 2, 2, 2, 767, 67, 3, 2, 2, 2, 768, 766, 3, 2, 2, 2, 769, 771, 5, 70, 36, 2, 770, 769, 3, 2, 2, 2, 770, 771, 3, 2, 2, 2, 771, 775, 3, 2, 2, 2, 772, 774, 5, 74, 38, 2, 773, 772, 3, 2, 2, 2, 774, 777, 3, 2, 2, 2, 775, 773, 3, 2, 2, 2, 775, 776, 3, 2, 2, 2, 776, 781, 3, 2, 2, 2, 777, 775, 3, 2, 2, 2, 778, 780, 5, 84, 43, 2, 779, 778, 3, 2, 2, 2, 780, 783, 3, 2, 2, 2, 781, 779, 3, 2, 2, 2, 781, 782, 3, 2, 2, 2, 782, 784, 3, 2, 2, 2, 783, 781, 3, 2, 2, 2, 784, 785, 7, 2, 2, 3, 785, 69, 3, 2, 2, 2, 786, 788, 5, 72, 37, 2, 787, 786, 3, 2, 2, 2, 788, 791, 3, 2, 2, 2, 789, 787, 3, 2, 2, 2, 789, 790, 3, 2, 2, 2, 790, 792, 3, 2, 2, 2, 791, 789, 3, 2, 2, 2, 792, 793, 7, 40, 2, 2, 793, 798, 7, 110, 2, 2, 794, 795, 7, 73, 2, 2, 795, 797, 7, 110, 2, 2, 796, 794, 3, 2, 2, 2, 797, 800, 3, 2, 2, 2, 798, 796, 3, 2, 2, 2, 798, 799, 3, 2, 2, 2, 799, 801, 3, 2, 2, 2, 800, 798, 3, 2, 2, 2, 801, 802, 7, 71, 2, 2, 802, 71, 3, 2, 2, 2, 803, 804, 5, 252, 127, 2, 804, 73, 3, 2, 2, 2, 805, 810, 5, 76, 39, 2, 806, 810, 5, 78, 40, 2, 807, 810, 5, 80, 41, 2, 808, 810, 5, 82, 42, 2, 809, 805, 3, 2, 2, 2, 809, 806, 3, 2, 2, 2, 809, 807, 3, 2, 2, 2, 809, 808, 3, 2, 2, 2, 810, 75, 3, 2, 2, 2, 811, 812, 7, 33, 2, 2, 812, 813, 5, 58, 30, 2, 813, 814, 7, 71, 2, 2, 814, 77, 3, 2, 2, 2, 815, 816, 7, 33, 2, 2, 816, 817, 5, 60, 31, 2, 817, 818, 7, 73, 2, 2, 818, 819, 7, 91, 2, 2, 819, 820, 7, 71, 2, 2, 820, 79, 3, 2, 2, 2, 821, 822, 7, 33, 2, 2, 822, 823, 7, 46, 2, 2, 823, 824, 5, 58, 30, 2, 824, 825, 7, 73, 2, 2, 825, 826, 7, 110, 2, 2, 826, 827, 7, 71, 2, 2, 827, 81, 3, 2, 2, 2, 828, 829, 7, 33, 2, 2, 829, 830, 7, 46, 2, 2, 830, 831, 5, 58, 30, 2, 831, 832, 7, 73, 2, 2, 832, 833, 7, 91, 2, 2, 833, 834, 7, 71, 2, 2, 834, 83, 3, 2, 2, 2, 835, 839, 5, 86, 44, 2, 836, 839, 5, 220, 111, 2, 837, 839, 7, 71, 2, 2, 838, 835, 3, 2, 2, 2, 838, 836, 3, 2, 2, 2, 838, 837, 3, 2, 2, 2, 839, 85, 3, 2, 2, 2, 840, 844, 5, 88, 45, 2, 841, 844, 5, 192, 97, 2, 842, 844, 5, 204, 103, 2, 843, 840, 3, 2, 2, 2, 843, 841, 3, 2, 2, 2, 843, 842, 3, 2, 2, 2, 844, 87, 3, 2, 2, 2, 845, 847, 5, 90, 46, 2, 846, 845, 3, 2, 2, 2, 847, 850, 3, 2, 2, 2, 848, 846, 3, 2, 2, 2, 848, 849, 3, 2, 2, 2, 849, 851, 3, 2, 2, 2, 850, 848, 3, 2, 2, 2, 851, 852, 7, 17, 2, 2, 852, 854, 7, 110, 2, 2, 853, 855, 5, 92, 47, 2, 854, 853, 3, 2, 2, 2, 854, 855, 3, 2, 2, 2, 855, 857, 3, 2, 2, 2, 856, 858, 5, 96, 49, 2, 857, 856, 3, 2, 2, 2, 857, 858, 3, 2, 2, 2, 858, 860, 3, 2, 2, 2, 859, 861, 5, 98, 50, 2, 860, 859, 3, 2, 2, 2, 860, 861, 3, 2, 2, 2, 861, 863, 3, 2, 2, 2, 862, 864, 5, 100, 51, 2, 863, 862, 3, 2, 2, 2, 863, 864, 3, 2, 2, 2, 864, 865, 3, 2, 2, 2, 865, 866, 5, 104, 53, 2, 866, 89, 3, 2, 2, 2, 867, 878, 5, 252, 127, 2, 868, 878, 7, 43, 2, 2, 869, 878, 7, 42, 2, 2, 870, 878, 7, 41, 2, 2, 871, 878, 7, 9, 2, 2, 872, 878, 7, 46, 2, 2, 873, 878, 7, 3, 2, 2, 874, 878, 7, 26, 2, 2, 875, 878, 7, 4, 2, 2, 876, 878, 7, 47, 2, 2, 877, 867, 3, 2, 2, 2, 877, 868, 3, 2, 2, 2, 877, 869, 3, 2, 2, 2, 877, 870, 3, 2, 2, 2, 877, 871, 3, 2, 2, 2, 877, 872, 3, 2, 2, 2, 877, 873, 3, 2, 2, 2, 877, 874, 3, 2, 2, 2, 877, 875, 3, 2, 2, 2, 877, 876, 3, 2, 2, 2, 878, 91, 3, 2, 2, 2, 879, 880, 7, 76, 2, 2, 880, 881, 5, 94, 48, 2, 881, 882, 7, 75, 2, 2, 882, 93, 3, 2, 2, 2, 883, 888, 5, 38, 20, 2, 884, 885, 7, 72, 2, 2, 885, 887, 5, 38, 20, 2, 886, 884, 3, 2, 2, 2, 887, 890, 3, 2, 2, 2, 888, 886, 3, 2, 2, 2, 888, 889, 3, 2, 2, 2, 889, 95, 3, 2, 2, 2, 890, 888, 3, 2, 2, 2, 891, 892, 7, 25, 2, 2, 892, 893, 5, 18, 10, 2, 893, 97, 3, 2, 2, 2, 894, 895, 7, 32, 2, 2, 895, 896, 5, 102, 52, 2, 896, 99, 3, 2, 2, 2, 897, 898, 7, 5, 2, 2, 898, 899, 5, 20, 11, 2, 899, 101, 3, 2, 2, 2, 900, 905, 5, 26, 14, 2, 901, 902, 7, 72, 2, 2, 902, 904, 5, 26, 14, 2, 903, 901, 3, 2, 2, 2, 904, 907, 3, 2, 2, 2, 905, 903, 3, 2, 2, 2, 905, 906, 3, 2, 2, 2, 906, 103, 3, 2, 2, 2, 907, 905, 3, 2, 2, 2, 908, 912, 7, 67, 2, 2, 909, 911, 5, 106, 54, 2, 910, 909, 3, 2, 2, 2, 911, 914, 3, 2, 2, 2, 912, 910, 3, 2, 2, 2, 912, 913, 3, 2, 2, 2, 913, 915, 3, 2, 2, 2, 914, 912, 3, 2, 2, 2, 915, 916, 7, 68, 2, 2, 916, 105, 3, 2, 2, 2, 917, 921, 5, 108, 55, 2, 918, 921, 5, 176, 89, 2, 919, 921, 5, 178, 90, 2, 920, 917, 3, 2, 2, 2, 920, 918, 3, 2, 2, 2, 920, 919, 3, 2, 2, 2, 921, 107, 3, 2, 2, 2, 922, 928, 5, 110, 56, 2, 923, 928, 5, 146, 74, 2, 924, 928, 5, 86, 44, 2, 925, 928, 5, 220, 111, 2, 926, 928, 7, 71, 2, 2, 927, 922, 3, 2, 2, 2, 927, 923, 3, 2, 2, 2, 927, 924, 3, 2, 2, 2, 927, 925, 3, 2, 2, 2, 927, 926, 3, 2, 2, 2, 928, 109, 3, 2, 2, 2, 929, 931, 5, 112, 57, 2, 930, 929, 3, 2, 2, 2, 931, 934, 3, 2, 2, 2, 932, 930, 3, 2, 2, 2, 932, 933, 3, 2, 2, 2, 933, 936, 3, 2, 2, 2, 934, 932, 3, 2, 2, 2, 935, 937, 5, 282, 142, 2, 936, 935, 3, 2, 2, 2, 936, 937, 3, 2, 2, 2, 937, 938, 3, 2, 2, 2, 938, 939, 5, 114, 58, 2, 939, 940, 7, 71, 2, 2, 940, 111, 3, 2, 2, 2, 941, 950, 5, 252, 127, 2, 942, 950, 7, 43, 2, 2, 943, 950, 7, 42, 2, 2, 944, 950, 7, 41, 2, 2, 945, 950, 7, 46, 2, 2, 946, 950, 7, 26, 2, 2, 947, 950, 7, 54, 2, 2, 948, 950, 7, 57, 2, 2, 949, 941, 3, 2, 2, 2, 949, 942, 3, 2, 2, 2, 949, 943, 3, 2, 2, 2, 949, 944, 3, 2, 2, 2, 949, 945, 3, 2, 2, 2, 949, 946, 3, 2, 2, 2, 949, 947, 3, 2, 2, 2, 949, 948, 3, 2, 2, 2, 950, 113, 3, 2, 2, 2, 951, 956, 5, 116, 59, 2, 952, 953, 7, 72, 2, 2, 953, 955, 5, 116, 59, 2, 954, 952, 3, 2, 2, 2, 955, 958, 3, 2, 2, 2, 956, 954, 3, 2, 2, 2, 956, 957, 3, 2, 2, 2, 957, 115, 3, 2, 2, 2, 958, 956, 3, 2, 2, 2, 959, 962, 5, 118, 60, 2, 960, 961, 7, 74, 2, 2, 961, 963, 5, 120, 61, 2, 962, 960, 3, 2, 2, 2, 962, 963, 3, 2, 2, 2, 963, 117, 3, 2, 2, 2, 964, 966, 7, 110, 2, 2, 965, 967, 5, 36, 19, 2, 966, 965, 3, 2, 2, 2, 966, 967, 3, 2, 2, 2, 967, 119, 3, 2, 2, 2, 968, 971, 5, 452, 227, 2, 969, 971, 5, 270, 136, 2, 970, 968, 3, 2, 2, 2, 970, 969, 3, 2, 2, 2, 971, 121, 3, 2, 2, 2, 972, 975, 5, 124, 63, 2, 973, 975, 5, 126, 64, 2, 974, 972, 3, 2, 2, 2, 974, 973, 3, 2, 2, 2, 975, 123, 3, 2, 2, 2, 976, 979, 5, 8, 5, 2, 977, 979, 7, 11, 2, 2, 978, 976, 3, 2, 2, 2, 978, 977, 3, 2, 2, 2, 979, 125, 3, 2, 2, 2, 980, 984, 5, 128, 65, 2, 981, 984, 5, 142, 72, 2, 982, 984, 5, 144, 73, 2, 983, 980, 3, 2, 2, 2, 983, 981, 3, 2, 2, 2, 983, 982, 3, 2, 2, 2, 984, 127, 3, 2, 2, 2, 985, 988, 5, 134, 68, 2, 986, 988, 5, 140, 71, 2, 987, 985, 3, 2, 2, 2, 987, 986, 3, 2, 2, 2, 988, 993, 3, 2, 2, 2, 989, 992, 5, 132, 67, 2, 990, 992, 5, 138, 70, 2, 991, 989, 3, 2, 2, 2, 991, 990, 3, 2, 2, 2, 992, 995, 3, 2, 2, 2, 993, 991, 3, 2, 2, 2, 993, 994, 3, 2, 2, 2, 994, 129, 3, 2, 2, 2, 995, 993, 3, 2, 2, 2, 996, 998, 7, 110, 2, 2, 997, 999, 5, 46, 24, 2, 998, 997, 3, 2, 2, 2, 998, 999, 3, 2, 2, 2, 999, 1013, 3, 2, 2, 2, 1000, 1001, 5, 128, 65, 2, 1001, 1005, 7, 73, 2, 2, 1002, 1004, 5, 252, 127, 2, 1003, 1002, 3, 2, 2, 2, 1004, 1007, 3, 2, 2, 2, 1005, 1003, 3, 2, 2, 2, 1005, 1006, 3, 2, 2, 2, 1006, 1008, 3, 2, 2, 2, 1007, 1005, 3, 2, 2, 2, 1008, 1010, 7, 110, 2, 2, 1009, 1011, 5, 46, 24, 2, 1010, 1009, 3, 2, 2, 2, 1010, 1011, 3, 2, 2, 2, 1011, 1013, 3, 2, 2, 2, 1012, 996, 3, 2, 2, 2, 1012, 1000, 3, 2, 2, 2, 1013, 131, 3, 2, 2, 2, 1014, 1018, 7, 73, 2, 2, 1015, 1017, 5, 252, 127, 2, 1016, 1015, 3, 2, 2, 2, 1017, 1020, 3, 2, 2, 2, 1018, 1016, 3, 2, 2, 2, 1018, 1019, 3, 2, 2, 2, 1019, 1021, 3, 2, 2, 2, 1020, 1018, 3, 2, 2, 2, 1021, 1023, 7, 110, 2, 2, 1022, 1024, 5, 46, 24, 2, 1023, 1022, 3, 2, 2, 2, 1023, 1024, 3, 2, 2, 2, 1024, 133, 3, 2, 2, 2, 1025, 1027, 7, 110, 2, 2, 1026, 1028, 5, 46, 24, 2, 1027, 1026, 3, 2, 2, 2, 1027, 1028, 3, 2, 2, 2, 1028, 135, 3, 2, 2, 2, 1029, 1030, 5, 130, 66, 2, 1030, 137, 3, 2, 2, 2, 1031, 1032, 5, 132, 67, 2, 1032, 139, 3, 2, 2, 2, 1033, 1034, 5, 134, 68, 2, 1034, 141, 3, 2, 2, 2, 1035, 1036, 7, 110, 2, 2, 1036, 143, 3, 2, 2, 2, 1037, 1038, 5, 124, 63, 2, 1038, 1039, 5, 36, 19, 2, 1039, 1047, 3, 2, 2, 2, 1040, 1041, 5, 128, 65, 2, 1041, 1042, 5, 36, 19, 2, 1042, 1047, 3, 2, 2, 2, 1043, 1044, 5, 142, 72, 2, 1044, 1045, 5, 36, 19, 2, 1045, 1047, 3, 2, 2, 2, 1046, 1037, 3, 2, 2, 2, 1046, 1040, 3, 2, 2, 2, 1046, 1043, 3, 2, 2, 2, 1047, 145, 3, 2, 2, 2, 1048, 1050, 5, 148, 75, 2, 1049, 1048, 3, 2, 2, 2, 1050, 1053, 3, 2, 2, 2, 1051, 1049, 3, 2, 2, 2, 1051, 1052, 3, 2, 2, 2, 1052, 1054, 3, 2, 2, 2, 1053, 1051, 3, 2, 2, 2, 1054, 1055, 5, 150, 76, 2, 1055, 1056, 5, 174, 88, 2, 1056, 147, 3, 2, 2, 2, 1057, 1068, 5, 252, 127, 2, 1058, 1068, 7, 43, 2, 2, 1059, 1068, 7, 42, 2, 2, 1060, 1068, 7, 41, 2, 2, 1061, 1068, 7, 9, 2, 2, 1062, 1068, 7, 46, 2, 2, 1063, 1068, 7, 26, 2, 2, 1064, 1068, 7, 50, 2, 2, 1065, 1068, 7, 38, 2, 2, 1066, 1068, 7, 47, 2, 2, 1067, 1057, 3, 2, 2, 2, 1067, 1058, 3, 2, 2, 2, 1067, 1059, 3, 2, 2, 2, 1067, 1060, 3, 2, 2, 2, 1067, 1061, 3, 2, 2, 2, 1067, 1062, 3, 2, 2, 2, 1067, 1063, 3, 2, 2, 2, 1067, 1064, 3, 2, 2, 2, 1067, 1065, 3, 2, 2, 2, 1067, 1066, 3, 2, 2, 2, 1068, 149, 3, 2, 2, 2, 1069, 1071, 5, 152, 77, 2, 1070, 1069, 3, 2, 2, 2, 1070, 1071, 3, 2, 2, 2, 1071, 1072, 3, 2, 2, 2, 1072, 1074, 5, 154, 78, 2, 1073, 1075, 5, 168, 85, 2, 1074, 1073, 3, 2, 2, 2, 1074, 1075, 3, 2, 2, 2, 1075, 1091, 3, 2, 2, 2, 1076, 1080, 5, 92, 47, 2, 1077, 1079, 5, 252, 127, 2, 1078, 1077, 3, 2, 2, 2, 1079, 1082, 3, 2, 2, 2, 1080, 1078, 3, 2, 2, 2, 1080, 1081, 3, 2, 2, 2, 1081, 1084, 3, 2, 2, 2, 1082, 1080, 3, 2, 2, 2, 1083, 1085, 5, 152, 77, 2, 1084, 1083, 3, 2, 2, 2, 1084, 1085, 3, 2, 2, 2, 1085, 1086, 3, 2, 2, 2, 1086, 1088, 5, 154, 78, 2, 1087, 1089, 5, 168, 85, 2, 1088, 1087, 3, 2, 2, 2, 1088, 1089, 3, 2, 2, 2, 1089, 1091, 3, 2, 2, 2, 1090, 1070, 3, 2, 2, 2, 1090, 1076, 3, 2, 2, 2, 1091, 151, 3, 2, 2, 2, 1092, 1095, 5, 122, 62, 2, 1093, 1095, 7, 56, 2, 2, 1094, 1092, 3, 2, 2, 2, 1094, 1093, 3, 2, 2, 2, 1095, 153, 3, 2, 2, 2, 1096, 1097, 7, 110, 2, 2, 1097, 1099, 7, 65, 2, 2, 1098, 1100, 5, 156, 79, 2, 1099, 1098, 3, 2, 2, 2, 1099, 1100, 3, 2, 2, 2, 1100, 1101, 3, 2, 2, 2, 1101, 1103, 7, 66, 2, 2, 1102, 1104, 5, 36, 19, 2, 1103, 1102, 3, 2, 2, 2, 1103, 1104, 3, 2, 2, 2, 1104, 155, 3, 2, 2, 2, 1105, 1106, 5, 158, 80, 2, 1106, 1107, 7, 72, 2, 2, 1107, 1108, 5, 164, 83, 2, 1108, 1111, 3, 2, 2, 2, 1109, 1111, 5, 164, 83, 2, 1110, 1105, 3, 2, 2, 2, 1110, 1109, 3, 2, 2, 2, 1111, 157, 3, 2, 2, 2, 1112, 1117, 5, 160, 81, 2, 1113, 1114, 7, 72, 2, 2, 1114, 1116, 5, 160, 81, 2, 1115, 1113, 3, 2, 2, 2, 1116, 1119, 3, 2, 2, 2, 1117, 1115, 3, 2, 2, 2, 1117, 1118, 3, 2, 2, 2, 1118, 1129, 3, 2, 2, 2, 1119, 1117, 3, 2, 2, 2, 1120, 1125, 5, 166, 84, 2, 1121, 1122, 7, 72, 2, 2, 1122, 1124, 5, 160, 81, 2, 1123, 1121, 3, 2, 2, 2, 1124, 1127, 3, 2, 2, 2, 1125, 1123, 3, 2, 2, 2, 1125, 1126, 3, 2, 2, 2, 1126, 1129, 3, 2, 2, 2, 1127, 1125, 3, 2, 2, 2, 1128, 1112, 3, 2, 2, 2, 1128, 1120, 3, 2, 2, 2, 1129, 159, 3, 2, 2, 2, 1130, 1132, 5, 162, 82, 2, 1131, 1130, 3, 2, 2, 2, 1132, 1135, 3, 2, 2, 2, 1133, 1131, 3, 2, 2, 2, 1133, 1134, 3, 2, 2, 2, 1134, 1137, 3, 2, 2, 2, 1135, 1133, 3, 2, 2, 2, 1136, 1138, 5, 122, 62, 2, 1137, 1136, 3, 2, 2, 2, 1137, 1138, 3, 2, 2, 2, 1138, 1139, 3, 2, 2, 2, 1139, 1140, 5, 118, 60, 2, 1140, 161, 3, 2, 2, 2, 1141, 1144, 5, 252, 127, 2, 1142, 1144, 7, 26, 2, 2, 1143, 1141, 3, 2, 2, 2, 1143, 1142, 3, 2, 2, 2, 1144, 163, 3, 2, 2, 2, 1145, 1147, 5, 162, 82, 2, 1146, 1145, 3, 2, 2, 2, 1147, 1150, 3, 2, 2, 2, 1148, 1146, 3, 2, 2, 2, 1148, 1149, 3, 2, 2, 2, 1149, 1151, 3, 2, 2, 2, 1150, 1148, 3, 2, 2, 2, 1151, 1155, 5, 122, 62, 2, 1152, 1154, 5, 252, 127, 2, 1153, 1152, 3, 2, 2, 2, 1154, 1157, 3, 2, 2, 2, 1155, 1153, 3, 2, 2, 2, 1155, 1156, 3, 2, 2, 2, 1156, 1158, 3, 2, 2, 2, 1157, 1155, 3, 2, 2, 2, 1158, 1159, 7, 112, 2, 2, 1159, 1160, 5, 118, 60, 2, 1160, 1163, 3, 2, 2, 2, 1161, 1163, 5, 160, 81, 2, 1162, 1148, 3, 2, 2, 2, 1162, 1161, 3, 2, 2, 2, 1163, 165, 3, 2, 2, 2, 1164, 1166, 5, 252, 127, 2, 1165, 1164, 3, 2, 2, 2, 1166, 1169, 3, 2, 2, 2, 1167, 1165, 3, 2, 2, 2, 1167, 1168, 3, 2, 2, 2, 1168, 1170, 3, 2, 2, 2, 1169, 1167, 3, 2, 2, 2, 1170, 1173, 5, 122, 62, 2, 1171, 1172, 7, 110, 2, 2, 1172, 1174, 7, 73, 2, 2, 1173, 1171, 3, 2, 2, 2, 1173, 1174, 3, 2, 2, 2, 1174, 1175, 3, 2, 2, 2, 1175, 1176, 7, 51, 2, 2, 1176, 167, 3, 2, 2, 2, 1177, 1178, 7, 53, 2, 2, 1178, 1179, 5, 170, 86, 2, 1179, 169, 3, 2, 2, 2, 1180, 1185, 5, 172, 87, 2, 1181, 1182, 7, 72, 2, 2, 1182, 1184, 5, 172, 87, 2, 1183, 1181, 3, 2, 2, 2, 1184, 1187, 3, 2, 2, 2, 1185, 1183, 3, 2, 2, 2, 1185, 1186, 3, 2, 2, 2, 1186, 171, 3, 2, 2, 2, 1187, 1185, 3, 2, 2, 2, 1188, 1191, 5, 18, 10, 2, 1189, 1191, 5, 32, 17, 2, 1190, 1188, 3, 2, 2, 2, 1190, 1189, 3, 2, 2, 2, 1191, 173, 3, 2, 2, 2, 1192, 1195, 5, 274, 138, 2, 1193, 1195, 7, 71, 2, 2, 1194, 1192, 3, 2, 2, 2, 1194, 1193, 3, 2, 2, 2, 1195, 175, 3, 2, 2, 2, 1196, 1197, 5, 274, 138, 2, 1197, 177, 3, 2, 2, 2, 1198, 1199, 7, 46, 2, 2, 1199, 1200, 5, 274, 138, 2, 1200, 179, 3, 2, 2, 2, 1201, 1203, 5, 182, 92, 2, 1202, 1201, 3, 2, 2, 2, 1203, 1206, 3, 2, 2, 2, 1204, 1202, 3, 2, 2, 2, 1204, 1205, 3, 2, 2, 2, 1205, 1207, 3, 2, 2, 2, 1206, 1204, 3, 2, 2, 2, 1207, 1209, 5, 184, 93, 2, 1208, 1210, 5, 168, 85, 2, 1209, 1208, 3, 2, 2, 2, 1209, 1210, 3, 2, 2, 2, 1210, 1211, 3, 2, 2, 2, 1211, 1212, 5, 188, 95, 2, 1212, 181, 3, 2, 2, 2, 1213, 1218, 5, 252, 127, 2, 1214, 1218, 7, 43, 2, 2, 1215, 1218, 7, 42, 2, 2, 1216, 1218, 7, 41, 2, 2, 1217, 1213, 3, 2, 2, 2, 1217, 1214, 3, 2, 2, 2, 1217, 1215, 3, 2, 2, 2, 1217, 1216, 3, 2, 2, 2, 1218, 183, 3, 2, 2, 2, 1219, 1221, 5, 92, 47, 2, 1220, 1219, 3, 2, 2, 2, 1220, 1221, 3, 2, 2, 2, 1221, 1222, 3, 2, 2, 2, 1222, 1223, 5, 186, 94, 2, 1223, 1225, 7, 65, 2, 2, 1224, 1226, 5, 156, 79, 2, 1225, 1224, 3, 2, 2, 2, 1225, 1226, 3, 2, 2, 2, 1226, 1227, 3, 2, 2, 2, 1227, 1228, 7, 66, 2, 2, 1228, 185, 3, 2, 2, 2, 1229, 1230, 7, 110, 2, 2, 1230, 187, 3, 2, 2, 2, 1231, 1233, 7, 67, 2, 2, 1232, 1234, 5, 190, 96, 2, 1233, 1232, 3, 2, 2, 2, 1233, 1234, 3, 2, 2, 2, 1234, 1236, 3, 2, 2, 2, 1235, 1237, 5, 276, 139, 2, 1236, 1235, 3, 2, 2, 2, 1236, 1237, 3, 2, 2, 2, 1237, 1238, 3, 2, 2, 2, 1238, 1239, 7, 68, 2, 2, 1239, 189, 3, 2, 2, 2, 1240, 1242, 5, 46, 24, 2, 1241, 1240, 3, 2, 2, 2, 1241, 1242, 3, 2, 2, 2, 1242, 1243, 3, 2, 2, 2, 1243, 1244, 7, 51, 2, 2, 1244, 1246, 7, 65, 2, 2, 1245, 1247, 5, 434, 218, 2, 1246, 1245, 3, 2, 2, 2, 1246, 1247, 3, 2, 2, 2, 1247, 1248, 3, 2, 2, 2, 1248, 1249, 7, 66, 2, 2, 1249, 1287, 7, 71, 2, 2, 1250, 1252, 5, 46, 24, 2, 1251, 1250, 3, 2, 2, 2, 1251, 1252, 3, 2, 2, 2, 1252, 1253, 3, 2, 2, 2, 1253, 1254, 7, 48, 2, 2, 1254, 1256, 7, 65, 2, 2, 1255, 1257, 5, 434, 218, 2, 1256, 1255, 3, 2, 2, 2, 1256, 1257, 3, 2, 2, 2, 1257, 1258, 3, 2, 2, 2, 1258, 1259, 7, 66, 2, 2, 1259, 1287, 7, 71, 2, 2, 1260, 1261, 5, 62, 32, 2, 1261, 1263, 7, 73, 2, 2, 1262, 1264, 5, 46, 24, 2, 1263, 1262, 3, 2, 2, 2, 1263, 1264, 3, 2, 2, 2, 1264, 1265, 3, 2, 2, 2, 1265, 1266, 7, 48, 2, 2, 1266, 1268, 7, 65, 2, 2, 1267, 1269, 5, 434, 218, 2, 1268, 1267, 3, 2, 2, 2, 1268, 1269, 3, 2, 2, 2, 1269, 1270, 3, 2, 2, 2, 1270, 1271, 7, 66, 2, 2, 1271, 1272, 7, 71, 2, 2, 1272, 1287, 3, 2, 2, 2, 1273, 1274, 5, 388, 195, 2, 1274, 1276, 7, 73, 2, 2, 1275, 1277, 5, 46, 24, 2, 1276, 1275, 3, 2, 2, 2, 1276, 1277, 3, 2, 2, 2, 1277, 1278, 3, 2, 2, 2, 1278, 1279, 7, 48, 2, 2, 1279, 1281, 7, 65, 2, 2, 1280, 1282, 5, 434, 218, 2, 1281, 1280, 3, 2, 2, 2, 1281, 1282, 3, 2, 2, 2, 1282, 1283, 3, 2, 2, 2, 1283, 1284, 7, 66, 2, 2, 1284, 1285, 7, 71, 2, 2, 1285, 1287, 3, 2, 2, 2, 1286, 1241, 3, 2, 2, 2, 1286, 1251, 3, 2, 2, 2, 1286, 1260, 3, 2, 2, 2, 1286, 1273, 3, 2, 2, 2, 1287, 191, 3, 2, 2, 2, 1288, 1290, 5, 90, 46, 2, 1289, 1288, 3, 2, 2, 2, 1290, 1293, 3, 2, 2, 2, 1291, 1289, 3, 2, 2, 2, 1291, 1292, 3, 2, 2, 2, 1292, 1294, 3, 2, 2, 2, 1293, 1291, 3, 2, 2, 2, 1294, 1295, 7, 24, 2, 2, 1295, 1297, 7, 110, 2, 2, 1296, 1298, 5, 98, 50, 2, 1297, 1296, 3, 2, 2, 2, 1297, 1298, 3, 2, 2, 2, 1298, 1299, 3, 2, 2, 2, 1299, 1300, 5, 194, 98, 2, 1300, 193, 3, 2, 2, 2, 1301, 1303, 7, 67, 2, 2, 1302, 1304, 5, 196, 99, 2, 1303, 1302, 3, 2, 2, 2, 1303, 1304, 3, 2, 2, 2, 1304, 1306, 3, 2, 2, 2, 1305, 1307, 7, 72, 2, 2, 1306, 1305, 3, 2, 2, 2, 1306, 1307, 3, 2, 2, 2, 1307, 1309, 3, 2, 2, 2, 1308, 1310, 5, 202, 102, 2, 1309, 1308, 3, 2, 2, 2, 1309, 1310, 3, 2, 2, 2, 1310, 1311, 3, 2, 2, 2, 1311, 1312, 7, 68, 2, 2, 1312, 195, 3, 2, 2, 2, 1313, 1318, 5, 198, 100, 2, 1314, 1315, 7, 72, 2, 2, 1315, 1317, 5, 198, 100, 2, 1316, 1314, 3, 2, 2, 2, 1317, 1320, 3, 2, 2, 2, 1318, 1316, 3, 2, 2, 2, 1318, 1319, 3, 2, 2, 2, 1319, 197, 3, 2, 2, 2, 1320, 1318, 3, 2, 2, 2, 1321, 1323, 5, 200, 101, 2, 1322, 1321, 3, 2, 2, 2, 1323, 1326, 3, 2, 2, 2, 1324, 1322, 3, 2, 2, 2, 1324, 1325, 3, 2, 2, 2, 1325, 1327, 3, 2, 2, 2, 1326, 1324, 3, 2, 2, 2, 1327, 1333, 7, 110, 2, 2, 1328, 1330, 7, 65, 2, 2, 1329, 1331, 5, 434, 218, 2, 1330, 1329, 3, 2, 2, 2, 1330, 1331, 3, 2, 2, 2, 1331, 1332, 3, 2, 2, 2, 1332, 1334, 7, 66, 2, 2, 1333, 1328, 3, 2, 2, 2, 1333, 1334, 3, 2, 2, 2, 1334, 1336, 3, 2, 2, 2, 1335, 1337, 5, 104, 53, 2, 1336, 1335, 3, 2, 2, 2, 1336, 1337, 3, 2, 2, 2, 1337, 199, 3, 2, 2, 2, 1338, 1339, 5, 252, 127, 2, 1339, 201, 3, 2, 2, 2, 1340, 1344, 7, 71, 2, 2, 1341, 1343, 5, 106, 54, 2, 1342, 1341, 3, 2, 2, 2, 1343, 1346, 3, 2, 2, 2, 1344, 1342, 3, 2, 2, 2, 1344, 1345, 3, 2, 2, 2, 1345, 203, 3, 2, 2, 2, 1346, 1344, 3, 2, 2, 2, 1347, 1349, 5, 90, 46, 2, 1348, 1347, 3, 2, 2, 2, 1349, 1352, 3, 2, 2, 2, 1350, 1348, 3, 2, 2, 2, 1350, 1351, 3, 2, 2, 2, 1351, 1353, 3, 2, 2, 2, 1352, 1350, 3, 2, 2, 2, 1353, 1354, 7, 6, 2, 2, 1354, 1356, 7, 110, 2, 2, 1355, 1357, 5, 92, 47, 2, 1356, 1355, 3, 2, 2, 2, 1356, 1357, 3, 2, 2, 2, 1357, 1358, 3, 2, 2, 2, 1358, 1360, 5, 206, 104, 2, 1359, 1361, 5, 98, 50, 2, 1360, 1359, 3, 2, 2, 2, 1360, 1361, 3, 2, 2, 2, 1361, 1362, 3, 2, 2, 2, 1362, 1363, 5, 214, 108, 2, 1363, 205, 3, 2, 2, 2, 1364, 1366, 7, 65, 2, 2, 1365, 1367, 5, 208, 105, 2, 1366, 1365, 3, 2, 2, 2, 1366, 1367, 3, 2, 2, 2, 1367, 1368, 3, 2, 2, 2, 1368, 1369, 7, 66, 2, 2, 1369, 207, 3, 2, 2, 2, 1370, 1375, 5, 210, 106, 2, 1371, 1372, 7, 72, 2, 2, 1372, 1374, 5, 210, 106, 2, 1373, 1371, 3, 2, 2, 2, 1374, 1377, 3, 2, 2, 2, 1375, 1373, 3, 2, 2, 2, 1375, 1376, 3, 2, 2, 2, 1376, 209, 3, 2, 2, 2, 1377, 1375, 3, 2, 2, 2, 1378, 1380, 5, 252, 127, 2, 1379, 1378, 3, 2, 2, 2, 1380, 1383, 3, 2, 2, 2, 1381, 1379, 3, 2, 2, 2, 1381, 1382, 3, 2, 2, 2, 1382, 1384, 3, 2, 2, 2, 1383, 1381, 3, 2, 2, 2, 1384, 1385, 5, 122, 62, 2, 1385, 1386, 7, 110, 2, 2, 1386, 1389, 3, 2, 2, 2, 1387, 1389, 5, 212, 107, 2, 1388, 1381, 3, 2, 2, 2, 1388, 1387, 3, 2, 2, 2, 1389, 211, 3, 2, 2, 2, 1390, 1392, 5, 252, 127, 2, 1391, 1390, 3, 2, 2, 2, 1392, 1395, 3, 2, 2, 2, 1393, 1391, 3, 2, 2, 2, 1393, 1394, 3, 2, 2, 2, 1394, 1396, 3, 2, 2, 2, 1395, 1393, 3, 2, 2, 2, 1396, 1400, 5, 122, 62, 2, 1397, 1399, 5, 252, 127, 2, 1398, 1397, 3, 2, 2, 2, 1399, 1402, 3, 2, 2, 2, 1400, 1398, 3, 2, 2, 2, 1400, 1401, 3, 2, 2, 2, 1401, 1403, 3, 2, 2, 2, 1402, 1400, 3, 2, 2, 2, 1403, 1404, 7, 112, 2, 2, 1404, 1405, 7, 110, 2, 2, 1405, 213, 3, 2, 2, 2, 1406, 1410, 7, 67, 2, 2, 1407, 1409, 5, 216, 109, 2, 1408, 1407, 3, 2, 2, 2, 1409, 1412, 3, 2, 2, 2, 1410, 1408, 3, 2, 2, 2, 1410, 1411, 3, 2, 2, 2, 1411, 1413, 3, 2, 2, 2, 1412, 1410, 3, 2, 2, 2, 1413, 1414, 7, 68, 2, 2, 1414, 215, 3, 2, 2, 2, 1415, 1418, 5, 106, 54, 2, 1416, 1418, 5, 218, 110, 2, 1417, 1415, 3, 2, 2, 2, 1417, 1416, 3, 2, 2, 2, 1418, 217, 3, 2, 2, 2, 1419, 1421, 5, 182, 92, 2, 1420, 1419, 3, 2, 2, 2, 1421, 1424, 3, 2, 2, 2, 1422, 1420, 3, 2, 2, 2, 1422, 1423, 3, 2, 2, 2, 1423, 1425, 3, 2, 2, 2, 1424, 1422, 3, 2, 2, 2, 1425, 1426, 5, 186, 94, 2, 1426, 1427, 5, 188, 95, 2, 1427, 219, 3, 2, 2, 2, 1428, 1431, 5, 222, 112, 2, 1429, 1431, 5, 240, 121, 2, 1430, 1428, 3, 2, 2, 2, 1430, 1429, 3, 2, 2, 2, 1431, 221, 3, 2, 2, 2, 1432, 1434, 5, 224, 113, 2, 1433, 1432, 3, 2, 2, 2, 1434, 1437, 3, 2, 2, 2, 1435, 1433, 3, 2, 2, 2, 1435, 1436, 3, 2, 2, 2, 1436, 1438, 3, 2, 2, 2, 1437, 1435, 3, 2, 2, 2, 1438, 1439, 7, 36, 2, 2, 1439, 1441, 7, 110, 2, 2, 1440, 1442, 5, 92, 47, 2, 1441, 1440, 3, 2, 2, 2, 1441, 1442, 3, 2, 2, 2, 1442, 1444, 3, 2, 2, 2, 1443, 1445, 5, 226, 114, 2, 1444, 1443, 3, 2, 2, 2, 1444, 1445, 3, 2, 2, 2, 1445, 1446, 3, 2, 2, 2, 1446, 1447, 5, 228, 115, 2, 1447, 223, 3, 2, 2, 2, 1448, 1456, 5, 252, 127, 2, 1449, 1456, 7, 43, 2, 2, 1450, 1456, 7, 42, 2, 2, 1451, 1456, 7, 41, 2, 2, 1452, 1456, 7, 9, 2, 2, 1453, 1456, 7, 46, 2, 2, 1454, 1456, 7, 47, 2, 2, 1455, 1448, 3, 2, 2, 2, 1455, 1449, 3, 2, 2, 2, 1455, 1450, 3, 2, 2, 2, 1455, 1451, 3, 2, 2, 2, 1455, 1452, 3, 2, 2, 2, 1455, 1453, 3, 2, 2, 2, 1455, 1454, 3, 2, 2, 2, 1456, 225, 3, 2, 2, 2, 1457, 1458, 7, 25, 2, 2, 1458, 1459, 5, 102, 52, 2, 1459, 227, 3, 2, 2, 2, 1460, 1464, 7, 67, 2, 2, 1461, 1463, 5, 230, 116, 2, 1462, 1461, 3, 2, 2, 2, 1463, 1466, 3, 2, 2, 2, 1464, 1462, 3, 2, 2, 2, 1464, 1465, 3, 2, 2, 2, 1465, 1467, 3, 2, 2, 2, 1466, 1464, 3, 2, 2, 2, 1467, 1468, 7, 68, 2, 2, 1468, 229, 3, 2, 2, 2, 1469, 1475, 5, 232, 117, 2, 1470, 1475, 5, 236, 119, 2, 1471, 1475, 5, 86, 44, 2, 1472, 1475, 5, 220, 111, 2, 1473, 1475, 7, 71, 2, 2, 1474, 1469, 3, 2, 2, 2, 1474, 1470, 3, 2, 2, 2, 1474, 1471, 3, 2, 2, 2, 1474, 1472, 3, 2, 2, 2, 1474, 1473, 3, 2, 2, 2, 1475, 231, 3, 2, 2, 2, 1476, 1478, 5, 234, 118, 2, 1477, 1476, 3, 2, 2, 2, 1478, 1481, 3, 2, 2, 2, 1479, 1477, 3, 2, 2, 2, 1479, 1480, 3, 2, 2, 2, 1480, 1482, 3, 2, 2, 2, 1481, 1479, 3, 2, 2, 2, 1482, 1483, 5, 122, 62, 2, 1483, 1484, 5, 114, 58, 2, 1484, 1485, 7, 71, 2, 2, 1485, 233, 3, 2, 2, 2, 1486, 1491, 5, 252, 127, 2, 1487, 1491, 7, 43, 2, 2, 1488, 1491, 7, 46, 2, 2, 1489, 1491, 7, 26, 2, 2, 1490, 1486, 3, 2, 2, 2, 1490, 1487, 3, 2, 2, 2, 1490, 1488, 3, 2, 2, 2, 1490, 1489, 3, 2, 2, 2, 1491, 235, 3, 2, 2, 2, 1492, 1494, 5, 238, 120, 2, 1493, 1492, 3, 2, 2, 2, 1494, 1497, 3, 2, 2, 2, 1495, 1493, 3, 2, 2, 2, 1495, 1496, 3, 2, 2, 2, 1496, 1498, 3, 2, 2, 2, 1497, 1495, 3, 2, 2, 2, 1498, 1499, 5, 150, 76, 2, 1499, 1500, 5, 174, 88, 2, 1500, 237, 3, 2, 2, 2, 1501, 1508, 5, 252, 127, 2, 1502, 1508, 7, 43, 2, 2, 1503, 1508, 7, 9, 2, 2, 1504, 1508, 7, 20, 2, 2, 1505, 1508, 7, 46, 2, 2, 1506, 1508, 7, 47, 2, 2, 1507, 1501, 3, 2, 2, 2, 1507, 1502, 3, 2, 2, 2, 1507, 1503, 3, 2, 2, 2, 1507, 1504, 3, 2, 2, 2, 1507, 1505, 3, 2, 2, 2, 1507, 1506, 3, 2, 2, 2, 1508, 239, 3, 2, 2, 2, 1509, 1511, 5, 224, 113, 2, 1510, 1509, 3, 2, 2, 2, 1511, 1514, 3, 2, 2, 2, 1512, 1510, 3, 2, 2, 2, 1512, 1513, 3, 2, 2, 2, 1513, 1515, 3, 2, 2, 2, 1514, 1512, 3, 2, 2, 2, 1515, 1516, 7, 111, 2, 2, 1516, 1517, 7, 36, 2, 2, 1517, 1518, 7, 110, 2, 2, 1518, 1519, 5, 242, 122, 2, 1519, 241, 3, 2, 2, 2, 1520, 1524, 7, 67, 2, 2, 1521, 1523, 5, 244, 123, 2, 1522, 1521, 3, 2, 2, 2, 1523, 1526, 3, 2, 2, 2, 1524, 1522, 3, 2, 2, 2, 1524, 1525, 3, 2, 2, 2, 1525, 1527, 3, 2, 2, 2, 1526, 1524, 3, 2, 2, 2, 1527, 1528, 7, 68, 2, 2, 1528, 243, 3, 2, 2, 2, 1529, 1535, 5, 246, 124, 2, 1530, 1535, 5, 232, 117, 2, 1531, 1535, 5, 86, 44, 2, 1532, 1535, 5, 220, 111, 2, 1533, 1535, 7, 71, 2, 2, 1534, 1529, 3, 2, 2, 2, 1534, 1530, 3, 2, 2, 2, 1534, 1531, 3, 2, 2, 2, 1534, 1532, 3, 2, 2, 2, 1534, 1533, 3, 2, 2, 2, 1535, 245, 3, 2, 2, 2, 1536, 1538, 5, 248, 125, 2, 1537, 1536, 3, 2, 2, 2, 1538, 1541, 3, 2, 2, 2, 1539, 1537, 3, 2, 2, 2, 1539, 1540, 3, 2, 2, 2, 1540, 1542, 3, 2, 2, 2, 1541, 1539, 3, 2, 2, 2, 1542, 1543, 5, 122, 62, 2, 1543, 1544, 7, 110, 2, 2, 1544, 1545, 7, 65, 2, 2, 1545, 1547, 7, 66, 2, 2, 1546, 1548, 5, 36, 19, 2, 1547, 1546, 3, 2, 2, 2, 1547, 1548, 3, 2, 2, 2, 1548, 1550, 3, 2, 2, 2, 1549, 1551, 5, 250, 126, 2, 1550, 1549, 3, 2, 2, 2, 1550, 1551, 3, 2, 2, 2, 1551, 1552, 3, 2, 2, 2, 1552, 1553, 7, 71, 2, 2, 1553, 247, 3, 2, 2, 2, 1554, 1558, 5, 252, 127, 2, 1555, 1558, 7, 43, 2, 2, 1556, 1558, 7, 9, 2, 2, 1557, 1554, 3, 2, 2, 2, 1557, 1555, 3, 2, 2, 2, 1557, 1556, 3, 2, 2, 2, 1558, 249, 3, 2, 2, 2, 1559, 1560, 7, 20, 2, 2, 1560, 1561, 5, 260, 131, 2, 1561, 251, 3, 2, 2, 2, 1562, 1566, 5, 254, 128, 2, 1563, 1566, 5, 266, 134, 2, 1564, 1566, 5, 268, 135, 2, 1565, 1562, 3, 2, 2, 2, 1565, 1563, 3, 2, 2, 2, 1565, 1564, 3, 2, 2, 2, 1566, 253, 3, 2, 2, 2, 1567, 1568, 7, 111, 2, 2, 1568, 1569, 5, 58, 30, 2, 1569, 1571, 7, 65, 2, 2, 1570, 1572, 5, 256, 129, 2, 1571, 1570, 3, 2, 2, 2, 1571, 1572, 3, 2, 2, 2, 1572, 1573, 3, 2, 2, 2, 1573, 1574, 7, 66, 2, 2, 1574, 255, 3, 2, 2, 2, 1575, 1580, 5, 258, 130, 2, 1576, 1577, 7, 72, 2, 2, 1577, 1579, 5, 258, 130, 2, 1578, 1576, 3, 2, 2, 2, 1579, 1582, 3, 2, 2, 2, 1580, 1578, 3, 2, 2, 2, 1580, 1581, 3, 2, 2, 2, 1581, 257, 3, 2, 2, 2, 1582, 1580, 3, 2, 2, 2, 1583, 1584, 7, 110, 2, 2, 1584, 1585, 7, 74, 2, 2, 1585, 1586, 5, 260, 131, 2, 1586, 259, 3, 2, 2, 2, 1587, 1591, 5, 474, 238, 2, 1588, 1591, 5, 262, 132, 2, 1589, 1591, 5, 252, 127, 2, 1590, 1587, 3, 2, 2, 2, 1590, 1588, 3, 2, 2, 2, 1590, 1589, 3, 2, 2, 2, 1591, 261, 3, 2, 2, 2, 1592, 1594, 7, 67, 2, 2, 1593, 1595, 5, 264, 133, 2, 1594, 1593, 3, 2, 2, 2, 1594, 1595, 3, 2, 2, 2, 1595, 1597, 3, 2, 2, 2, 1596, 1598, 7, 72, 2, 2, 1597, 1596, 3, 2, 2, 2, 1597, 1598, 3, 2, 2, 2, 1598, 1599, 3, 2, 2, 2, 1599, 1600, 7, 68, 2, 2, 1600, 263, 3, 2, 2, 2, 1601, 1606, 5, 260, 131, 2, 1602, 1603, 7, 72, 2, 2, 1603, 1605, 5, 260, 131, 2, 1604, 1602, 3, 2, 2, 2, 1605, 1608, 3, 2, 2, 2, 1606, 1604, 3, 2, 2, 2, 1606, 1607, 3, 2, 2, 2, 1607, 265, 3, 2, 2, 2, 1608, 1606, 3, 2, 2, 2, 1609, 1610, 7, 111, 2, 2, 1610, 1611, 5, 58, 30, 2, 1611, 267, 3, 2, 2, 2, 1612, 1613, 7, 111, 2, 2, 1613, 1614, 5, 58, 30, 2, 1614, 1615, 7, 65, 2, 2, 1615, 1616, 5, 260, 131, 2, 1616, 1617, 7, 66, 2, 2, 1617, 269, 3, 2, 2, 2, 1618, 1620, 7, 67, 2, 2, 1619, 1621, 5, 272, 137, 2, 1620, 1619, 3, 2, 2, 2, 1620, 1621, 3, 2, 2, 2, 1621, 1623, 3, 2, 2, 2, 1622, 1624, 7, 72, 2, 2, 1623, 1622, 3, 2, 2, 2, 1623, 1624, 3, 2, 2, 2, 1624, 1625, 3, 2, 2, 2, 1625, 1626, 7, 68, 2, 2, 1626, 271, 3, 2, 2, 2, 1627, 1632, 5, 120, 61, 2, 1628, 1629, 7, 72, 2, 2, 1629, 1631, 5, 120, 61, 2, 1630, 1628, 3, 2, 2, 2, 1631, 1634, 3, 2, 2, 2, 1632, 1630, 3, 2, 2, 2, 1632, 1633, 3, 2, 2, 2, 1633, 273, 3, 2, 2, 2, 1634, 1632, 3, 2, 2, 2, 1635, 1637, 7, 67, 2, 2, 1636, 1638, 5, 276, 139, 2, 1637, 1636, 3, 2, 2, 2, 1637, 1638, 3, 2, 2, 2, 1638, 1639, 3, 2, 2, 2, 1639, 1640, 7, 68, 2, 2, 1640, 275, 3, 2, 2, 2, 1641, 1645, 5, 278, 140, 2, 1642, 1644, 5, 278, 140, 2, 1643, 1642, 3, 2, 2, 2, 1644, 1647, 3, 2, 2, 2, 1645, 1643, 3, 2, 2, 2, 1645, 1646, 3, 2, 2, 2, 1646, 277, 3, 2, 2, 2, 1647, 1645, 3, 2, 2, 2, 1648, 1652, 5, 280, 141, 2, 1649, 1652, 5, 86, 44, 2, 1650, 1652, 5, 286, 144, 2, 1651, 1648, 3, 2, 2, 2, 1651, 1649, 3, 2, 2, 2, 1651, 1650, 3, 2, 2, 2, 1652, 279, 3, 2, 2, 2, 1653, 1654, 5, 284, 143, 2, 1654, 1655, 7, 71, 2, 2, 1655, 281, 3, 2, 2, 2, 1656, 1659, 5, 122, 62, 2, 1657, 1659, 7, 7, 2, 2, 1658, 1656, 3, 2, 2, 2, 1658, 1657, 3, 2, 2, 2, 1659, 283, 3, 2, 2, 2, 1660, 1662, 5, 162, 82, 2, 1661, 1660, 3, 2, 2, 2, 1662, 1665, 3, 2, 2, 2, 1663, 1661, 3, 2, 2, 2, 1663, 1664, 3, 2, 2, 2, 1664, 1666, 3, 2, 2, 2, 1665, 1663, 3, 2, 2, 2, 1666, 1667, 5, 282, 142, 2, 1667, 1668, 5, 114, 58, 2, 1668, 285, 3, 2, 2, 2, 1669, 1680, 5, 290, 146, 2, 1670, 1680, 5, 294, 148, 2, 1671, 1680, 5, 302, 152, 2, 1672, 1680, 5, 304, 153, 2, 1673, 1680, 5, 332, 167, 2, 1674, 1680, 5, 338, 170, 2, 1675, 1677, 5, 320, 161, 2, 1676, 1678, 7, 71, 2, 2, 1677, 1676, 3, 2, 2, 2, 1677, 1678, 3, 2, 2, 2, 1678, 1680, 3, 2, 2, 2, 1679, 1669, 3, 2, 2, 2, 1679, 1670, 3, 2, 2, 2, 1679, 1671, 3, 2, 2, 2, 1679, 1672, 3, 2, 2, 2, 1679, 1673, 3, 2, 2, 2, 1679, 1674, 3, 2, 2, 2, 1679, 1675, 3, 2, 2, 2, 1680, 287, 3, 2, 2, 2, 1681, 1687, 5, 290, 146, 2, 1682, 1687, 5, 296, 149, 2, 1683, 1687, 5, 306, 154, 2, 1684, 1687, 5, 334, 168, 2, 1685, 1687, 5, 340, 171, 2, 1686, 1681, 3, 2, 2, 2, 1686, 1682, 3, 2, 2, 2, 1686, 1683, 3, 2, 2, 2, 1686, 1684, 3, 2, 2, 2, 1686, 1685, 3, 2, 2, 2, 1687, 289, 3, 2, 2, 2, 1688, 1702, 5, 274, 138, 2, 1689, 1702, 5, 292, 147, 2, 1690, 1702, 5, 298, 150, 2, 1691, 1702, 5, 308, 155, 2, 1692, 1702, 5, 310, 156, 2, 1693, 1702, 5, 336, 169, 2, 1694, 1702, 5, 356, 179, 2, 1695, 1702, 5, 358, 180, 2, 1696, 1702, 5, 360, 181, 2, 1697, 1702, 5, 362, 182, 2, 1698, 1702, 5, 366, 184, 2, 1699, 1702, 5, 364, 183, 2, 1700, 1702, 5, 368, 185, 2, 1701, 1688, 3, 2, 2, 2, 1701, 1689, 3, 2, 2, 2, 1701, 1690, 3, 2, 2, 2, 1701, 1691, 3, 2, 2, 2, 1701, 1692, 3, 2, 2, 2, 1701, 1693, 3, 2, 2, 2, 1701, 1694, 3, 2, 2, 2, 1701, 1695, 3, 2, 2, 2, 1701, 1696, 3, 2, 2, 2, 1701, 1697, 3, 2, 2, 2, 1701, 1698, 3, 2, 2, 2, 1701, 1699, 3, 2, 2, 2, 1701, 1700, 3, 2, 2, 2, 1702, 291, 3, 2, 2, 2, 1703, 1704, 7, 71, 2, 2, 1704, 293, 3, 2, 2, 2, 1705, 1706, 7, 110, 2, 2, 1706, 1707, 7, 80, 2, 2, 1707, 1708, 5, 286, 144, 2, 1708, 295, 3, 2, 2, 2, 1709, 1710, 7, 110, 2, 2, 1710, 1711, 7, 80, 2, 2, 1711, 1712, 5, 288, 145, 2, 1712, 297, 3, 2, 2, 2, 1713, 1714, 5, 300, 151, 2, 1714, 1715, 7, 71, 2, 2, 1715, 299, 3, 2, 2, 2, 1716, 1724, 5, 468, 235, 2, 1717, 1724, 5, 498, 250, 2, 1718, 1724, 5, 500, 251, 2, 1719, 1724, 5, 506, 254, 2, 1720, 1724, 5, 510, 256, 2, 1721, 1724, 5, 428, 215, 2, 1722, 1724, 5, 408, 205, 2, 1723, 1716, 3, 2, 2, 2, 1723, 1717, 3, 2, 2, 2, 1723, 1718, 3, 2, 2, 2, 1723, 1719, 3, 2, 2, 2, 1723, 1720, 3, 2, 2, 2, 1723, 1721, 3, 2, 2, 2, 1723, 1722, 3, 2, 2, 2, 1724, 301, 3, 2, 2, 2, 1725, 1726, 7, 30, 2, 2, 1726, 1727, 7, 65, 2, 2, 1727, 1728, 5, 452, 227, 2, 1728, 1729, 7, 66, 2, 2, 1729, 1730, 5, 286, 144, 2, 1730, 303, 3, 2, 2, 2, 1731, 1732, 7, 30, 2, 2, 1732, 1733, 5, 456, 229, 2, 1733, 1734, 5, 288, 145, 2, 1734, 1735, 7, 23, 2, 2, 1735, 1736, 5, 286, 144, 2, 1736, 305, 3, 2, 2, 2, 1737, 1738, 7, 30, 2, 2, 1738, 1739, 5, 456, 229, 2, 1739, 1740, 5, 288, 145, 2, 1740, 1741, 7, 23, 2, 2, 1741, 1742, 5, 288, 145, 2, 1742, 307, 3, 2, 2, 2, 1743, 1744, 7, 10, 2, 2, 1744, 1745, 5, 452, 227, 2, 1745, 1746, 7, 71, 2, 2, 1746, 1754, 3, 2, 2, 2, 1747, 1748, 7, 10, 2, 2, 1748, 1749, 5, 452, 227, 2, 1749, 1750, 7, 80, 2, 2, 1750, 1751, 5, 452, 227, 2, 1751, 1752, 7, 71, 2, 2, 1752, 1754, 3, 2, 2, 2, 1753, 1743, 3, 2, 2, 2, 1753, 1747, 3, 2, 2, 2, 1754, 309, 3, 2, 2, 2, 1755, 1756, 7, 49, 2, 2, 1756, 1757, 5, 456, 229, 2, 1757, 1758, 5, 312, 157, 2, 1758, 311, 3, 2, 2, 2, 1759, 1763, 7, 67, 2, 2, 1760, 1762, 5, 314, 158, 2, 1761, 1760, 3, 2, 2, 2, 1762, 1765, 3, 2, 2, 2, 1763, 1761, 3, 2, 2, 2, 1763, 1764, 3, 2, 2, 2, 1764, 1769, 3, 2, 2, 2, 1765, 1763, 3, 2, 2, 2, 1766, 1768, 5, 318, 160, 2, 1767, 1766, 3, 2, 2, 2, 1768, 1771, 3, 2, 2, 2, 1769, 1767, 3, 2, 2, 2, 1769, 1770, 3, 2, 2, 2, 1770, 1772, 3, 2, 2, 2, 1771, 1769, 3, 2, 2, 2, 1772, 1773, 7, 68, 2, 2, 1773, 313, 3, 2, 2, 2, 1774, 1775, 5, 316, 159, 2, 1775, 1776, 5, 276, 139, 2, 1776, 315, 3, 2, 2, 2, 1777, 1781, 5, 318, 160, 2, 1778, 1780, 5, 318, 160, 2, 1779, 1778, 3, 2, 2, 2, 1780, 1783, 3, 2, 2, 2, 1781, 1779, 3, 2, 2, 2, 1781, 1782, 3, 2, 2, 2, 1782, 317, 3, 2, 2, 2, 1783, 1781, 3, 2, 2, 2, 1784, 1785, 7, 14, 2, 2, 1785, 1786, 5, 448, 225, 2, 1786, 1787, 7, 80, 2, 2, 1787, 1795, 3, 2, 2, 2, 1788, 1789, 7, 14, 2, 2, 1789, 1790, 5, 328, 165, 2, 1790, 1791, 7, 80, 2, 2, 1791, 1795, 3, 2, 2, 2, 1792, 1793, 7, 20, 2, 2, 1793, 1795, 7, 80, 2, 2, 1794, 1784, 3, 2, 2, 2, 1794, 1788, 3, 2, 2, 2, 1794, 1792, 3, 2, 2, 2, 1795, 319, 3, 2, 2, 2, 1796, 1797, 7, 49, 2, 2, 1797, 1798, 5, 456, 229, 2, 1798, 1802, 7, 67, 2, 2, 1799, 1801, 5, 322, 162, 2, 1800, 1799, 3, 2, 2, 2, 1801, 1804, 3, 2, 2, 2, 1802, 1800, 3, 2, 2, 2, 1802, 1803, 3, 2, 2, 2, 1803, 1805, 3, 2, 2, 2, 1804, 1802, 3, 2, 2, 2, 1805, 1806, 7, 68, 2, 2, 1806, 321, 3, 2, 2, 2, 1807, 1811, 7, 14, 2, 2, 1808, 1812, 5, 454, 228, 2, 1809, 1812, 7, 64, 2, 2, 1810, 1812, 5, 324, 163, 2, 1811, 1808, 3, 2, 2, 2, 1811, 1809, 3, 2, 2, 2, 1811, 1810, 3, 2, 2, 2, 1812, 1813, 3, 2, 2, 2, 1813, 1814, 9, 5, 2, 2, 1814, 1819, 5, 326, 164, 2, 1815, 1816, 7, 20, 2, 2, 1816, 1817, 9, 5, 2, 2, 1817, 1819, 5, 326, 164, 2, 1818, 1807, 3, 2, 2, 2, 1818, 1815, 3, 2, 2, 2, 1819, 323, 3, 2, 2, 2, 1820, 1821, 8, 163, 1, 2, 1821, 1822, 7, 65, 2, 2, 1822, 1823, 5, 324, 163, 2, 1823, 1824, 7, 66, 2, 2, 1824, 1846, 3, 2, 2, 2, 1825, 1827, 5, 162, 82, 2, 1826, 1825, 3, 2, 2, 2, 1827, 1830, 3, 2, 2, 2, 1828, 1826, 3, 2, 2, 2, 1828, 1829, 3, 2, 2, 2, 1829, 1834, 3, 2, 2, 2, 1830, 1828, 3, 2, 2, 2, 1831, 1833, 5, 252, 127, 2, 1832, 1831, 3, 2, 2, 2, 1833, 1836, 3, 2, 2, 2, 1834, 1832, 3, 2, 2, 2, 1834, 1835, 3, 2, 2, 2, 1835, 1837, 3, 2, 2, 2, 1836, 1834, 3, 2, 2, 2, 1837, 1842, 7, 110, 2, 2, 1838, 1839, 7, 85, 2, 2, 1839, 1841, 5, 452, 227, 2, 1840, 1838, 3, 2, 2, 2, 1841, 1844, 3, 2, 2, 2, 1842, 1840, 3, 2, 2, 2, 1842, 1843, 3, 2, 2, 2, 1843, 1846, 3, 2, 2, 2, 1844, 1842, 3, 2, 2, 2, 1845, 1820, 3, 2, 2, 2, 1845, 1828, 3, 2, 2, 2, 1846, 1852, 3, 2, 2, 2, 1847, 1848, 12, 3, 2, 2, 1848, 1849, 7, 85, 2, 2, 1849, 1851, 5, 452, 227, 2, 1850, 1847, 3, 2, 2, 2, 1851, 1854, 3, 2, 2, 2, 1852, 1850, 3, 2, 2, 2, 1852, 1853, 3, 2, 2, 2, 1853, 325, 3, 2, 2, 2, 1854, 1852, 3, 2, 2, 2, 1855, 1863, 5, 274, 138, 2, 1856, 1858, 5, 278, 140, 2, 1857, 1856, 3, 2, 2, 2, 1858, 1861, 3, 2, 2, 2, 1859, 1857, 3, 2, 2, 2, 1859, 1860, 3, 2, 2, 2, 1860, 1863, 3, 2, 2, 2, 1861, 1859, 3, 2, 2, 2, 1862, 1855, 3, 2, 2, 2, 1862, 1859, 3, 2, 2, 2, 1863, 327, 3, 2, 2, 2, 1864, 1865, 7, 110, 2, 2, 1865, 329, 3, 2, 2, 2, 1866, 1871, 5, 328, 165, 2, 1867, 1868, 7, 72, 2, 2, 1868, 1870, 5, 328, 165, 2, 1869, 1867, 3, 2, 2, 2, 1870, 1873, 3, 2, 2, 2, 1871, 1869, 3, 2, 2, 2, 1871, 1872, 3, 2, 2, 2, 1872, 331, 3, 2, 2, 2, 1873, 1871, 3, 2, 2, 2, 1874, 1875, 7, 58, 2, 2, 1875, 1876, 5, 456, 229, 2, 1876, 1877, 5, 286, 144, 2, 1877, 333, 3, 2, 2, 2, 1878, 1879, 7, 58, 2, 2, 1879, 1880, 5, 456, 229, 2, 1880, 1881, 5, 288, 145, 2, 1881, 335, 3, 2, 2, 2, 1882, 1883, 7, 21, 2, 2, 1883, 1884, 5, 286, 144, 2, 1884, 1885, 7, 58, 2, 2, 1885, 1886, 5, 456, 229, 2, 1886, 1887, 7, 71, 2, 2, 1887, 337, 3, 2, 2, 2, 1888, 1891, 5, 342, 172, 2, 1889, 1891, 5, 352, 177, 2, 1890, 1888, 3, 2, 2, 2, 1890, 1889, 3, 2, 2, 2, 1891, 339, 3, 2, 2, 2, 1892, 1895, 5, 344, 173, 2, 1893, 1895, 5, 354, 178, 2, 1894, 1892, 3, 2, 2, 2, 1894, 1893, 3, 2, 2, 2, 1895, 341, 3, 2, 2, 2, 1896, 1897, 7, 29, 2, 2, 1897, 1899, 7, 65, 2, 2, 1898, 1900, 5, 346, 174, 2, 1899, 1898, 3, 2, 2, 2, 1899, 1900, 3, 2, 2, 2, 1900, 1901, 3, 2, 2, 2, 1901, 1903, 7, 71, 2, 2, 1902, 1904, 5, 452, 227, 2, 1903, 1902, 3, 2, 2, 2, 1903, 1904, 3, 2, 2, 2, 1904, 1905, 3, 2, 2, 2, 1905, 1907, 7, 71, 2, 2, 1906, 1908, 5, 348, 175, 2, 1907, 1906, 3, 2, 2, 2, 1907, 1908, 3, 2, 2, 2, 1908, 1909, 3, 2, 2, 2, 1909, 1910, 7, 66, 2, 2, 1910, 1911, 5, 286, 144, 2, 1911, 343, 3, 2, 2, 2, 1912, 1913, 7, 29, 2, 2, 1913, 1915, 7, 65, 2, 2, 1914, 1916, 5, 346, 174, 2, 1915, 1914, 3, 2, 2, 2, 1915, 1916, 3, 2, 2, 2, 1916, 1917, 3, 2, 2, 2, 1917, 1919, 7, 71, 2, 2, 1918, 1920, 5, 452, 227, 2, 1919, 1918, 3, 2, 2, 2, 1919, 1920, 3, 2, 2, 2, 1920, 1921, 3, 2, 2, 2, 1921, 1923, 7, 71, 2, 2, 1922, 1924, 5, 348, 175, 2, 1923, 1922, 3, 2, 2, 2, 1923, 1924, 3, 2, 2, 2, 1924, 1925, 3, 2, 2, 2, 1925, 1926, 7, 66, 2, 2, 1926, 1927, 5, 288, 145, 2, 1927, 345, 3, 2, 2, 2, 1928, 1931, 5, 350, 176, 2, 1929, 1931, 5, 284, 143, 2, 1930, 1928, 3, 2, 2, 2, 1930, 1929, 3, 2, 2, 2, 1931, 347, 3, 2, 2, 2, 1932, 1933, 5, 350, 176, 2, 1933, 349, 3, 2, 2, 2, 1934, 1939, 5, 300, 151, 2, 1935, 1936, 7, 72, 2, 2, 1936, 1938, 5, 300, 151, 2, 1937, 1935, 3, 2, 2, 2, 1938, 1941, 3, 2, 2, 2, 1939, 1937, 3, 2, 2, 2, 1939, 1940, 3, 2, 2, 2, 1940, 351, 3, 2, 2, 2, 1941, 1939, 3, 2, 2, 2, 1942, 1943, 7, 29, 2, 2, 1943, 1947, 7, 65, 2, 2, 1944, 1946, 5, 162, 82, 2, 1945, 1944, 3, 2, 2, 2, 1946, 1949, 3, 2, 2, 2, 1947, 1945, 3, 2, 2, 2, 1947, 1948, 3, 2, 2, 2, 1948, 1950, 3, 2, 2, 2, 1949, 1947, 3, 2, 2, 2, 1950, 1951, 5, 122, 62, 2, 1951, 1952, 5, 118, 60, 2, 1952, 1953, 7, 80, 2, 2, 1953, 1954, 5, 452, 227, 2, 1954, 1955, 7, 66, 2, 2, 1955, 1956, 5, 286, 144, 2, 1956, 353, 3, 2, 2, 2, 1957, 1958, 7, 29, 2, 2, 1958, 1962, 7, 65, 2, 2, 1959, 1961, 5, 162, 82, 2, 1960, 1959, 3, 2, 2, 2, 1961, 1964, 3, 2, 2, 2, 1962, 1960, 3, 2, 2, 2, 1962, 1963, 3, 2, 2, 2, 1963, 1965, 3, 2, 2, 2, 1964, 1962, 3, 2, 2, 2, 1965, 1966, 5, 122, 62, 2, 1966, 1967, 5, 118, 60, 2, 1967, 1968, 7, 80, 2, 2, 1968, 1969, 5, 452, 227, 2, 1969, 1970, 7, 66, 2, 2, 1970, 1971, 5, 288, 145, 2, 1971, 355, 3, 2, 2, 2, 1972, 1974, 7, 12, 2, 2, 1973, 1975, 7, 110, 2, 2, 1974, 1973, 3, 2, 2, 2, 1974, 1975, 3, 2, 2, 2, 1975, 1976, 3, 2, 2, 2, 1976, 1977, 7, 71, 2, 2, 1977, 357, 3, 2, 2, 2, 1978, 1980, 7, 8, 2, 2, 1979, 1981, 7, 110, 2, 2, 1980, 1979, 3, 2, 2, 2, 1980, 1981, 3, 2, 2, 2, 1981, 1982, 3, 2, 2, 2, 1982, 1983, 7, 71, 2, 2, 1983, 359, 3, 2, 2, 2, 1984, 1986, 7, 19, 2, 2, 1985, 1987, 7, 110, 2, 2, 1986, 1985, 3, 2, 2, 2, 1986, 1987, 3, 2, 2, 2, 1987, 1988, 3, 2, 2, 2, 1988, 1989, 7, 71, 2, 2, 1989, 361, 3, 2, 2, 2, 1990, 1992, 7, 44, 2, 2, 1991, 1993, 5, 452, 227, 2, 1992, 1991, 3, 2, 2, 2, 1992, 1993, 3, 2, 2, 2, 1993, 1994, 3, 2, 2, 2, 1994, 1995, 7, 71, 2, 2, 1995, 363, 3, 2, 2, 2, 1996, 1997, 7, 52, 2, 2, 1997, 1998, 5, 452, 227, 2, 1998, 1999, 7, 71, 2, 2, 1999, 365, 3, 2, 2, 2, 2000, 2001, 7, 50, 2, 2, 2001, 2002, 5, 456, 229, 2, 2002, 2003, 5, 274, 138, 2, 2003, 367, 3, 2, 2, 2, 2004, 2005, 7, 55, 2, 2, 2005, 2006, 5, 274, 138, 2, 2006, 2007, 5, 370, 186, 2, 2007, 2017, 3, 2, 2, 2, 2008, 2009, 7, 55, 2, 2, 2009, 2011, 5, 274, 138, 2, 2010, 2012, 5, 370, 186, 2, 2011, 2010, 3, 2, 2, 2, 2011, 2012, 3, 2, 2, 2, 2012, 2013, 3, 2, 2, 2, 2013, 2014, 5, 378, 190, 2, 2014, 2017, 3, 2, 2, 2, 2015, 2017, 5, 380, 191, 2, 2016, 2004, 3, 2, 2, 2, 2016, 2008, 3, 2, 2, 2, 2016, 2015, 3, 2, 2, 2, 2017, 369, 3, 2, 2, 2, 2018, 2022, 5, 372, 187, 2, 2019, 2021, 5, 372, 187, 2, 2020, 2019, 3, 2, 2, 2, 2021, 2024, 3, 2, 2, 2, 2022, 2020, 3, 2, 2, 2, 2022, 2023, 3, 2, 2, 2, 2023, 371, 3, 2, 2, 2, 2024, 2022, 3, 2, 2, 2, 2025, 2026, 7, 15, 2, 2, 2026, 2027, 7, 65, 2, 2, 2027, 2028, 5, 374, 188, 2, 2028, 2029, 7, 66, 2, 2, 2029, 2030, 5, 274, 138, 2, 2030, 373, 3, 2, 2, 2, 2031, 2033, 5, 162, 82, 2, 2032, 2031, 3, 2, 2, 2, 2033, 2036, 3, 2, 2, 2, 2034, 2032, 3, 2, 2, 2, 2034, 2035, 3, 2, 2, 2, 2035, 2037, 3, 2, 2, 2, 2036, 2034, 3, 2, 2, 2, 2037, 2038, 5, 376, 189, 2, 2038, 2039, 5, 118, 60, 2, 2039, 375, 3, 2, 2, 2, 2040, 2045, 5, 130, 66, 2, 2041, 2042, 7, 94, 2, 2, 2042, 2044, 5, 18, 10, 2, 2043, 2041, 3, 2, 2, 2, 2044, 2047, 3, 2, 2, 2, 2045, 2043, 3, 2, 2, 2, 2045, 2046, 3, 2, 2, 2, 2046, 377, 3, 2, 2, 2, 2047, 2045, 3, 2, 2, 2, 2048, 2049, 7, 27, 2, 2, 2049, 2050, 5, 274, 138, 2, 2050, 379, 3, 2, 2, 2, 2051, 2052, 7, 55, 2, 2, 2052, 2053, 5, 382, 192, 2, 2053, 2055, 5, 274, 138, 2, 2054, 2056, 5, 370, 186, 2, 2055, 2054, 3, 2, 2, 2, 2055, 2056, 3, 2, 2, 2, 2056, 2058, 3, 2, 2, 2, 2057, 2059, 5, 378, 190, 2, 2058, 2057, 3, 2, 2, 2, 2058, 2059, 3, 2, 2, 2, 2059, 381, 3, 2, 2, 2, 2060, 2061, 7, 65, 2, 2, 2061, 2063, 5, 384, 193, 2, 2062, 2064, 7, 71, 2, 2, 2063, 2062, 3, 2, 2, 2, 2063, 2064, 3, 2, 2, 2, 2064, 2065, 3, 2, 2, 2, 2065, 2066, 7, 66, 2, 2, 2066, 383, 3, 2, 2, 2, 2067, 2072, 5, 386, 194, 2, 2068, 2069, 7, 71, 2, 2, 2069, 2071, 5, 386, 194, 2, 2070, 2068, 3, 2, 2, 2, 2071, 2074, 3, 2, 2, 2, 2072, 2070, 3, 2, 2, 2, 2072, 2073, 3, 2, 2, 2, 2073, 385, 3, 2, 2, 2, 2074, 2072, 3, 2, 2, 2, 2075, 2077, 5, 162, 82, 2, 2076, 2075, 3, 2, 2, 2, 2077, 2080, 3, 2, 2, 2, 2078, 2076, 3, 2, 2, 2, 2078, 2079, 3, 2, 2, 2, 2079, 2081, 3, 2, 2, 2, 2080, 2078, 3, 2, 2, 2, 2081, 2082, 5, 122, 62, 2, 2082, 2083, 5, 118, 60, 2, 2083, 2084, 7, 74, 2, 2, 2084, 2085, 5, 452, 227, 2, 2085, 387, 3, 2, 2, 2, 2086, 2089, 5, 402, 202, 2, 2087, 2089, 5, 442, 222, 2, 2088, 2086, 3, 2, 2, 2, 2088, 2087, 3, 2, 2, 2, 2089, 2093, 3, 2, 2, 2, 2090, 2092, 5, 396, 199, 2, 2091, 2090, 3, 2, 2, 2, 2092, 2095, 3, 2, 2, 2, 2093, 2091, 3, 2, 2, 2, 2093, 2094, 3, 2, 2, 2, 2094, 389, 3, 2, 2, 2, 2095, 2093, 3, 2, 2, 2, 2096, 2123, 5, 2, 2, 2, 2097, 2102, 5, 58, 30, 2, 2098, 2099, 7, 69, 2, 2, 2099, 2101, 7, 70, 2, 2, 2100, 2098, 3, 2, 2, 2, 2101, 2104, 3, 2, 2, 2, 2102, 2100, 3, 2, 2, 2, 2102, 2103, 3, 2, 2, 2, 2103, 2105, 3, 2, 2, 2, 2104, 2102, 3, 2, 2, 2, 2105, 2106, 7, 73, 2, 2, 2106, 2107, 7, 17, 2, 2, 2107, 2123, 3, 2, 2, 2, 2108, 2109, 7, 56, 2, 2, 2109, 2110, 7, 73, 2, 2, 2110, 2123, 7, 17, 2, 2, 2111, 2123, 7, 51, 2, 2, 2112, 2113, 5, 58, 30, 2, 2113, 2114, 7, 73, 2, 2, 2114, 2115, 7, 51, 2, 2, 2115, 2123, 3, 2, 2, 2, 2116, 2123, 5, 456, 229, 2, 2117, 2123, 5, 408, 205, 2, 2118, 2123, 5, 416, 209, 2, 2119, 2123, 5, 422, 212, 2, 2120, 2123, 5, 428, 215, 2, 2121, 2123, 5, 436, 219, 2, 2122, 2096, 3, 2, 2, 2, 2122, 2097, 3, 2, 2, 2, 2122, 2108, 3, 2, 2, 2, 2122, 2111, 3, 2, 2, 2, 2122, 2112, 3, 2, 2, 2, 2122, 2116, 3, 2, 2, 2, 2122, 2117, 3, 2, 2, 2, 2122, 2118, 3, 2, 2, 2, 2122, 2119, 3, 2, 2, 2, 2122, 2120, 3, 2, 2, 2, 2122, 2121, 3, 2, 2, 2, 2123, 391, 3, 2, 2, 2, 2124, 2125, 3, 2, 2, 2, 2125, 393, 3, 2, 2, 2, 2126, 2152, 5, 2, 2, 2, 2127, 2132, 5, 58, 30, 2, 2128, 2129, 7, 69, 2, 2, 2129, 2131, 7, 70, 2, 2, 2130, 2128, 3, 2, 2, 2, 2131, 2134, 3, 2, 2, 2, 2132, 2130, 3, 2, 2, 2, 2132, 2133, 3, 2, 2, 2, 2133, 2135, 3, 2, 2, 2, 2134, 2132, 3, 2, 2, 2, 2135, 2136, 7, 73, 2, 2, 2136, 2137, 7, 17, 2, 2, 2137, 2152, 3, 2, 2, 2, 2138, 2139, 7, 56, 2, 2, 2139, 2140, 7, 73, 2, 2, 2140, 2152, 7, 17, 2, 2, 2141, 2152, 7, 51, 2, 2, 2142, 2143, 5, 58, 30, 2, 2143, 2144, 7, 73, 2, 2, 2144, 2145, 7, 51, 2, 2, 2145, 2152, 3, 2, 2, 2, 2146, 2152, 5, 456, 229, 2, 2147, 2152, 5, 408, 205, 2, 2148, 2152, 5, 416, 209, 2, 2149, 2152, 5, 428, 215, 2, 2150, 2152, 5, 436, 219, 2, 2151, 2126, 3, 2, 2, 2, 2151, 2127, 3, 2, 2, 2, 2151, 2138, 3, 2, 2, 2, 2151, 2141, 3, 2, 2, 2, 2151, 2142, 3, 2, 2, 2, 2151, 2146, 3, 2, 2, 2, 2151, 2147, 3, 2, 2, 2, 2151, 2148, 3, 2, 2, 2, 2151, 2149, 3, 2, 2, 2, 2151, 2150, 3, 2, 2, 2, 2152, 395, 3, 2, 2, 2, 2153, 2159, 5, 410, 206, 2, 2154, 2159, 5, 418, 210, 2, 2155, 2159, 5, 424, 213, 2, 2156, 2159, 5, 430, 216, 2, 2157, 2159, 5, 438, 220, 2, 2158, 2153, 3, 2, 2, 2, 2158, 2154, 3, 2, 2, 2, 2158, 2155, 3, 2, 2, 2, 2158, 2156, 3, 2, 2, 2, 2158, 2157, 3, 2, 2, 2, 2159, 397, 3, 2, 2, 2, 2160, 2161, 3, 2, 2, 2, 2161, 399, 3, 2, 2, 2, 2162, 2167, 5, 410, 206, 2, 2163, 2167, 5, 418, 210, 2, 2164, 2167, 5, 430, 216, 2, 2165, 2167, 5, 438, 220, 2, 2166, 2162, 3, 2, 2, 2, 2166, 2163, 3, 2, 2, 2, 2166, 2164, 3, 2, 2, 2, 2166, 2165, 3, 2, 2, 2, 2167, 401, 3, 2, 2, 2, 2168, 2206, 5, 2, 2, 2, 2169, 2174, 5, 58, 30, 2, 2170, 2171, 7, 69, 2, 2, 2171, 2173, 7, 70, 2, 2, 2172, 2170, 3, 2, 2, 2, 2173, 2176, 3, 2, 2, 2, 2174, 2172, 3, 2, 2, 2, 2174, 2175, 3, 2, 2, 2, 2175, 2177, 3, 2, 2, 2, 2176, 2174, 3, 2, 2, 2, 2177, 2178, 7, 73, 2, 2, 2178, 2179, 7, 17, 2, 2, 2179, 2206, 3, 2, 2, 2, 2180, 2185, 5, 124, 63, 2, 2181, 2182, 7, 69, 2, 2, 2182, 2184, 7, 70, 2, 2, 2183, 2181, 3, 2, 2, 2, 2184, 2187, 3, 2, 2, 2, 2185, 2183, 3, 2, 2, 2, 2185, 2186, 3, 2, 2, 2, 2186, 2188, 3, 2, 2, 2, 2187, 2185, 3, 2, 2, 2, 2188, 2189, 7, 73, 2, 2, 2189, 2190, 7, 17, 2, 2, 2190, 2206, 3, 2, 2, 2, 2191, 2192, 7, 56, 2, 2, 2192, 2193, 7, 73, 2, 2, 2193, 2206, 7, 17, 2, 2, 2194, 2206, 7, 51, 2, 2, 2195, 2196, 5, 58, 30, 2, 2196, 2197, 7, 73, 2, 2, 2197, 2198, 7, 51, 2, 2, 2198, 2206, 3, 2, 2, 2, 2199, 2206, 5, 456, 229, 2, 2200, 2206, 5, 412, 207, 2, 2201, 2206, 5, 420, 211, 2, 2202, 2206, 5, 426, 214, 2, 2203, 2206, 5, 432, 217, 2, 2204, 2206, 5, 440, 221, 2, 2205, 2168, 3, 2, 2, 2, 2205, 2169, 3, 2, 2, 2, 2205, 2180, 3, 2, 2, 2, 2205, 2191, 3, 2, 2, 2, 2205, 2194, 3, 2, 2, 2, 2205, 2195, 3, 2, 2, 2, 2205, 2199, 3, 2, 2, 2, 2205, 2200, 3, 2, 2, 2, 2205, 2201, 3, 2, 2, 2, 2205, 2202, 3, 2, 2, 2, 2205, 2203, 3, 2, 2, 2, 2205, 2204, 3, 2, 2, 2, 2206, 403, 3, 2, 2, 2, 2207, 2208, 3, 2, 2, 2, 2208, 405, 3, 2, 2, 2, 2209, 2246, 5, 2, 2, 2, 2210, 2215, 5, 58, 30, 2, 2211, 2212, 7, 69, 2, 2, 2212, 2214, 7, 70, 2, 2, 2213, 2211, 3, 2, 2, 2, 2214, 2217, 3, 2, 2, 2, 2215, 2213, 3, 2, 2, 2, 2215, 2216, 3, 2, 2, 2, 2216, 2218, 3, 2, 2, 2, 2217, 2215, 3, 2, 2, 2, 2218, 2219, 7, 73, 2, 2, 2219, 2220, 7, 17, 2, 2, 2220, 2246, 3, 2, 2, 2, 2221, 2226, 5, 124, 63, 2, 2222, 2223, 7, 69, 2, 2, 2223, 2225, 7, 70, 2, 2, 2224, 2222, 3, 2, 2, 2, 2225, 2228, 3, 2, 2, 2, 2226, 2224, 3, 2, 2, 2, 2226, 2227, 3, 2, 2, 2, 2227, 2229, 3, 2, 2, 2, 2228, 2226, 3, 2, 2, 2, 2229, 2230, 7, 73, 2, 2, 2230, 2231, 7, 17, 2, 2, 2231, 2246, 3, 2, 2, 2, 2232, 2233, 7, 56, 2, 2, 2233, 2234, 7, 73, 2, 2, 2234, 2246, 7, 17, 2, 2, 2235, 2246, 7, 51, 2, 2, 2236, 2237, 5, 58, 30, 2, 2237, 2238, 7, 73, 2, 2, 2238, 2239, 7, 51, 2, 2, 2239, 2246, 3, 2, 2, 2, 2240, 2246, 5, 456, 229, 2, 2241, 2246, 5, 412, 207, 2, 2242, 2246, 5, 420, 211, 2, 2243, 2246, 5, 432, 217, 2, 2244, 2246, 5, 440, 221, 2, 2245, 2209, 3, 2, 2, 2, 2245, 2210, 3, 2, 2, 2, 2245, 2221, 3, 2, 2, 2, 2245, 2232, 3, 2, 2, 2, 2245, 2235, 3, 2, 2, 2, 2245, 2236, 3, 2, 2, 2, 2245, 2240, 3, 2, 2, 2, 2245, 2241, 3, 2, 2, 2, 2245, 2242, 3, 2, 2, 2, 2245, 2243, 3, 2, 2, 2, 2245, 2244, 3, 2, 2, 2, 2246, 407, 3, 2, 2, 2, 2247, 2249, 7, 39, 2, 2, 2248, 2250, 5, 46, 24, 2, 2249, 2248, 3, 2, 2, 2, 2249, 2250, 3, 2, 2, 2, 2250, 2254, 3, 2, 2, 2, 2251, 2253, 5, 252, 127, 2, 2252, 2251, 3, 2, 2, 2, 2253, 2256, 3, 2, 2, 2, 2254, 2252, 3, 2, 2, 2, 2254, 2255, 3, 2, 2, 2, 2255, 2257, 3, 2, 2, 2, 2256, 2254, 3, 2, 2, 2, 2257, 2268, 7, 110, 2, 2, 2258, 2262, 7, 73, 2, 2, 2259, 2261, 5, 252, 127, 2, 2260, 2259, 3, 2, 2, 2, 2261, 2264, 3, 2, 2, 2, 2262, 2260, 3, 2, 2, 2, 2262, 2263, 3, 2, 2, 2, 2263, 2265, 3, 2, 2, 2, 2264, 2262, 3, 2, 2, 2, 2265, 2267, 7, 110, 2, 2, 2266, 2258, 3, 2, 2, 2, 2267, 2270, 3, 2, 2, 2, 2268, 2266, 3, 2, 2, 2, 2268, 2269, 3, 2, 2, 2, 2269, 2272, 3, 2, 2, 2, 2270, 2268, 3, 2, 2, 2, 2271, 2273, 5, 414, 208, 2, 2272, 2271, 3, 2, 2, 2, 2272, 2273, 3, 2, 2, 2, 2273, 2274, 3, 2, 2, 2, 2274, 2276, 7, 65, 2, 2, 2275, 2277, 5, 434, 218, 2, 2276, 2275, 3, 2, 2, 2, 2276, 2277, 3, 2, 2, 2, 2277, 2278, 3, 2, 2, 2, 2278, 2280, 7, 66, 2, 2, 2279, 2281, 5, 104, 53, 2, 2280, 2279, 3, 2, 2, 2, 2280, 2281, 3, 2, 2, 2, 2281, 2331, 3, 2, 2, 2, 2282, 2283, 5, 62, 32, 2, 2283, 2284, 7, 73, 2, 2, 2284, 2286, 7, 39, 2, 2, 2285, 2287, 5, 46, 24, 2, 2286, 2285, 3, 2, 2, 2, 2286, 2287, 3, 2, 2, 2, 2287, 2291, 3, 2, 2, 2, 2288, 2290, 5, 252, 127, 2, 2289, 2288, 3, 2, 2, 2, 2290, 2293, 3, 2, 2, 2, 2291, 2289, 3, 2, 2, 2, 2291, 2292, 3, 2, 2, 2, 2292, 2294, 3, 2, 2, 2, 2293, 2291, 3, 2, 2, 2, 2294, 2296, 7, 110, 2, 2, 2295, 2297, 5, 414, 208, 2, 2296, 2295, 3, 2, 2, 2, 2296, 2297, 3, 2, 2, 2, 2297, 2298, 3, 2, 2, 2, 2298, 2300, 7, 65, 2, 2, 2299, 2301, 5, 434, 218, 2, 2300, 2299, 3, 2, 2, 2, 2300, 2301, 3, 2, 2, 2, 2301, 2302, 3, 2, 2, 2, 2302, 2304, 7, 66, 2, 2, 2303, 2305, 5, 104, 53, 2, 2304, 2303, 3, 2, 2, 2, 2304, 2305, 3, 2, 2, 2, 2305, 2331, 3, 2, 2, 2, 2306, 2307, 5, 388, 195, 2, 2307, 2308, 7, 73, 2, 2, 2308, 2310, 7, 39, 2, 2, 2309, 2311, 5, 46, 24, 2, 2310, 2309, 3, 2, 2, 2, 2310, 2311, 3, 2, 2, 2, 2311, 2315, 3, 2, 2, 2, 2312, 2314, 5, 252, 127, 2, 2313, 2312, 3, 2, 2, 2, 2314, 2317, 3, 2, 2, 2, 2315, 2313, 3, 2, 2, 2, 2315, 2316, 3, 2, 2, 2, 2316, 2318, 3, 2, 2, 2, 2317, 2315, 3, 2, 2, 2, 2318, 2320, 7, 110, 2, 2, 2319, 2321, 5, 414, 208, 2, 2320, 2319, 3, 2, 2, 2, 2320, 2321, 3, 2, 2, 2, 2321, 2322, 3, 2, 2, 2, 2322, 2324, 7, 65, 2, 2, 2323, 2325, 5, 434, 218, 2, 2324, 2323, 3, 2, 2, 2, 2324, 2325, 3, 2, 2, 2, 2325, 2326, 3, 2, 2, 2, 2326, 2328, 7, 66, 2, 2, 2327, 2329, 5, 104, 53, 2, 2328, 2327, 3, 2, 2, 2, 2328, 2329, 3, 2, 2, 2, 2329, 2331, 3, 2, 2, 2, 2330, 2247, 3, 2, 2, 2, 2330, 2282, 3, 2, 2, 2, 2330, 2306, 3, 2, 2, 2, 2331, 409, 3, 2, 2, 2, 2332, 2333, 7, 73, 2, 2, 2333, 2335, 7, 39, 2, 2, 2334, 2336, 5, 46, 24, 2, 2335, 2334, 3, 2, 2, 2, 2335, 2336, 3, 2, 2, 2, 2336, 2340, 3, 2, 2, 2, 2337, 2339, 5, 252, 127, 2, 2338, 2337, 3, 2, 2, 2, 2339, 2342, 3, 2, 2, 2, 2340, 2338, 3, 2, 2, 2, 2340, 2341, 3, 2, 2, 2, 2341, 2343, 3, 2, 2, 2, 2342, 2340, 3, 2, 2, 2, 2343, 2345, 7, 110, 2, 2, 2344, 2346, 5, 414, 208, 2, 2345, 2344, 3, 2, 2, 2, 2345, 2346, 3, 2, 2, 2, 2346, 2347, 3, 2, 2, 2, 2347, 2349, 7, 65, 2, 2, 2348, 2350, 5, 434, 218, 2, 2349, 2348, 3, 2, 2, 2, 2349, 2350, 3, 2, 2, 2, 2350, 2351, 3, 2, 2, 2, 2351, 2353, 7, 66, 2, 2, 2352, 2354, 5, 104, 53, 2, 2353, 2352, 3, 2, 2, 2, 2353, 2354, 3, 2, 2, 2, 2354, 411, 3, 2, 2, 2, 2355, 2357, 7, 39, 2, 2, 2356, 2358, 5, 46, 24, 2, 2357, 2356, 3, 2, 2, 2, 2357, 2358, 3, 2, 2, 2, 2358, 2362, 3, 2, 2, 2, 2359, 2361, 5, 252, 127, 2, 2360, 2359, 3, 2, 2, 2, 2361, 2364, 3, 2, 2, 2, 2362, 2360, 3, 2, 2, 2, 2362, 2363, 3, 2, 2, 2, 2363, 2365, 3, 2, 2, 2, 2364, 2362, 3, 2, 2, 2, 2365, 2376, 7, 110, 2, 2, 2366, 2370, 7, 73, 2, 2, 2367, 2369, 5, 252, 127, 2, 2368, 2367, 3, 2, 2, 2, 2369, 2372, 3, 2, 2, 2, 2370, 2368, 3, 2, 2, 2, 2370, 2371, 3, 2, 2, 2, 2371, 2373, 3, 2, 2, 2, 2372, 2370, 3, 2, 2, 2, 2373, 2375, 7, 110, 2, 2, 2374, 2366, 3, 2, 2, 2, 2375, 2378, 3, 2, 2, 2, 2376, 2374, 3, 2, 2, 2, 2376, 2377, 3, 2, 2, 2, 2377, 2380, 3, 2, 2, 2, 2378, 2376, 3, 2, 2, 2, 2379, 2381, 5, 414, 208, 2, 2380, 2379, 3, 2, 2, 2, 2380, 2381, 3, 2, 2, 2, 2381, 2382, 3, 2, 2, 2, 2382, 2384, 7, 65, 2, 2, 2383, 2385, 5, 434, 218, 2, 2384, 2383, 3, 2, 2, 2, 2384, 2385, 3, 2, 2, 2, 2385, 2386, 3, 2, 2, 2, 2386, 2388, 7, 66, 2, 2, 2387, 2389, 5, 104, 53, 2, 2388, 2387, 3, 2, 2, 2, 2388, 2389, 3, 2, 2, 2, 2389, 2415, 3, 2, 2, 2, 2390, 2391, 5, 62, 32, 2, 2391, 2392, 7, 73, 2, 2, 2392, 2394, 7, 39, 2, 2, 2393, 2395, 5, 46, 24, 2, 2394, 2393, 3, 2, 2, 2, 2394, 2395, 3, 2, 2, 2, 2395, 2399, 3, 2, 2, 2, 2396, 2398, 5, 252, 127, 2, 2397, 2396, 3, 2, 2, 2, 2398, 2401, 3, 2, 2, 2, 2399, 2397, 3, 2, 2, 2, 2399, 2400, 3, 2, 2, 2, 2400, 2402, 3, 2, 2, 2, 2401, 2399, 3, 2, 2, 2, 2402, 2404, 7, 110, 2, 2, 2403, 2405, 5, 414, 208, 2, 2404, 2403, 3, 2, 2, 2, 2404, 2405, 3, 2, 2, 2, 2405, 2406, 3, 2, 2, 2, 2406, 2408, 7, 65, 2, 2, 2407, 2409, 5, 434, 218, 2, 2408, 2407, 3, 2, 2, 2, 2408, 2409, 3, 2, 2, 2, 2409, 2410, 3, 2, 2, 2, 2410, 2412, 7, 66, 2, 2, 2411, 2413, 5, 104, 53, 2, 2412, 2411, 3, 2, 2, 2, 2412, 2413, 3, 2, 2, 2, 2413, 2415, 3, 2, 2, 2, 2414, 2355, 3, 2, 2, 2, 2414, 2390, 3, 2, 2, 2, 2415, 413, 3, 2, 2, 2, 2416, 2420, 5, 46, 24, 2, 2417, 2418, 7, 76, 2, 2, 2418, 2420, 7, 75, 2, 2, 2419, 2416, 3, 2, 2, 2, 2419, 2417, 3, 2, 2, 2, 2420, 415, 3, 2, 2, 2, 2421, 2422, 5, 388, 195, 2, 2422, 2423, 7, 73, 2, 2, 2423, 2424, 7, 110, 2, 2, 2424, 2435, 3, 2, 2, 2, 2425, 2426, 7, 48, 2, 2, 2426, 2427, 7, 73, 2, 2, 2427, 2435, 7, 110, 2, 2, 2428, 2429, 5, 58, 30, 2, 2429, 2430, 7, 73, 2, 2, 2430, 2431, 7, 48, 2, 2, 2431, 2432, 7, 73, 2, 2, 2432, 2433, 7, 110, 2, 2, 2433, 2435, 3, 2, 2, 2, 2434, 2421, 3, 2, 2, 2, 2434, 2425, 3, 2, 2, 2, 2434, 2428, 3, 2, 2, 2, 2435, 417, 3, 2, 2, 2, 2436, 2437, 7, 73, 2, 2, 2437, 2438, 7, 110, 2, 2, 2438, 419, 3, 2, 2, 2, 2439, 2440, 7, 48, 2, 2, 2440, 2441, 7, 73, 2, 2, 2441, 2449, 7, 110, 2, 2, 2442, 2443, 5, 58, 30, 2, 2443, 2444, 7, 73, 2, 2, 2444, 2445, 7, 48, 2, 2, 2445, 2446, 7, 73, 2, 2, 2446, 2447, 7, 110, 2, 2, 2447, 2449, 3, 2, 2, 2, 2448, 2439, 3, 2, 2, 2, 2448, 2442, 3, 2, 2, 2, 2449, 421, 3, 2, 2, 2, 2450, 2451, 5, 62, 32, 2, 2451, 2452, 7, 69, 2, 2, 2452, 2453, 5, 452, 227, 2, 2453, 2454, 7, 70, 2, 2, 2454, 2461, 3, 2, 2, 2, 2455, 2456, 5, 394, 198, 2, 2456, 2457, 7, 69, 2, 2, 2457, 2458, 5, 452, 227, 2, 2458, 2459, 7, 70, 2, 2, 2459, 2461, 3, 2, 2, 2, 2460, 2450, 3, 2, 2, 2, 2460, 2455, 3, 2, 2, 2, 2461, 2469, 3, 2, 2, 2, 2462, 2463, 5, 392, 197, 2, 2463, 2464, 7, 69, 2, 2, 2464, 2465, 5, 452, 227, 2, 2465, 2466, 7, 70, 2, 2, 2466, 2468, 3, 2, 2, 2, 2467, 2462, 3, 2, 2, 2, 2468, 2471, 3, 2, 2, 2, 2469, 2467, 3, 2, 2, 2, 2469, 2470, 3, 2, 2, 2, 2470, 423, 3, 2, 2, 2, 2471, 2469, 3, 2, 2, 2, 2472, 2473, 5, 400, 201, 2, 2473, 2474, 7, 69, 2, 2, 2474, 2475, 5, 452, 227, 2, 2475, 2476, 7, 70, 2, 2, 2476, 2484, 3, 2, 2, 2, 2477, 2478, 5, 398, 200, 2, 2478, 2479, 7, 69, 2, 2, 2479, 2480, 5, 452, 227, 2, 2480, 2481, 7, 70, 2, 2, 2481, 2483, 3, 2, 2, 2, 2482, 2477, 3, 2, 2, 2, 2483, 2486, 3, 2, 2, 2, 2484, 2482, 3, 2, 2, 2, 2484, 2485, 3, 2, 2, 2, 2485, 425, 3, 2, 2, 2, 2486, 2484, 3, 2, 2, 2, 2487, 2488, 5, 62, 32, 2, 2488, 2489, 7, 69, 2, 2, 2489, 2490, 5, 452, 227, 2, 2490, 2491, 7, 70, 2, 2, 2491, 2498, 3, 2, 2, 2, 2492, 2493, 5, 406, 204, 2, 2493, 2494, 7, 69, 2, 2, 2494, 2495, 5, 452, 227, 2, 2495, 2496, 7, 70, 2, 2, 2496, 2498, 3, 2, 2, 2, 2497, 2487, 3, 2, 2, 2, 2497, 2492, 3, 2, 2, 2, 2498, 2506, 3, 2, 2, 2, 2499, 2500, 5, 404, 203, 2, 2500, 2501, 7, 69, 2, 2, 2501, 2502, 5, 452, 227, 2, 2502, 2503, 7, 70, 2, 2, 2503, 2505, 3, 2, 2, 2, 2504, 2499, 3, 2, 2, 2, 2505, 2508, 3, 2, 2, 2, 2506, 2504, 3, 2, 2, 2, 2506, 2507, 3, 2, 2, 2, 2507, 427, 3, 2, 2, 2, 2508, 2506, 3, 2, 2, 2, 2509, 2510, 5, 64, 33, 2, 2510, 2512, 7, 65, 2, 2, 2511, 2513, 5, 434, 218, 2, 2512, 2511, 3, 2, 2, 2, 2512, 2513, 3, 2, 2, 2, 2513, 2514, 3, 2, 2, 2, 2514, 2515, 7, 66, 2, 2, 2515, 2578, 3, 2, 2, 2, 2516, 2517, 5, 58, 30, 2, 2517, 2519, 7, 73, 2, 2, 2518, 2520, 5, 46, 24, 2, 2519, 2518, 3, 2, 2, 2, 2519, 2520, 3, 2, 2, 2, 2520, 2521, 3, 2, 2, 2, 2521, 2522, 7, 110, 2, 2, 2522, 2524, 7, 65, 2, 2, 2523, 2525, 5, 434, 218, 2, 2524, 2523, 3, 2, 2, 2, 2524, 2525, 3, 2, 2, 2, 2525, 2526, 3, 2, 2, 2, 2526, 2527, 7, 66, 2, 2, 2527, 2578, 3, 2, 2, 2, 2528, 2529, 5, 62, 32, 2, 2529, 2531, 7, 73, 2, 2, 2530, 2532, 5, 46, 24, 2, 2531, 2530, 3, 2, 2, 2, 2531, 2532, 3, 2, 2, 2, 2532, 2533, 3, 2, 2, 2, 2533, 2534, 7, 110, 2, 2, 2534, 2536, 7, 65, 2, 2, 2535, 2537, 5, 434, 218, 2, 2536, 2535, 3, 2, 2, 2, 2536, 2537, 3, 2, 2, 2, 2537, 2538, 3, 2, 2, 2, 2538, 2539, 7, 66, 2, 2, 2539, 2578, 3, 2, 2, 2, 2540, 2541, 5, 388, 195, 2, 2541, 2543, 7, 73, 2, 2, 2542, 2544, 5, 46, 24, 2, 2543, 2542, 3, 2, 2, 2, 2543, 2544, 3, 2, 2, 2, 2544, 2545, 3, 2, 2, 2, 2545, 2546, 7, 110, 2, 2, 2546, 2548, 7, 65, 2, 2, 2547, 2549, 5, 434, 218, 2, 2548, 2547, 3, 2, 2, 2, 2548, 2549, 3, 2, 2, 2, 2549, 2550, 3, 2, 2, 2, 2550, 2551, 7, 66, 2, 2, 2551, 2578, 3, 2, 2, 2, 2552, 2553, 7, 48, 2, 2, 2553, 2555, 7, 73, 2, 2, 2554, 2556, 5, 46, 24, 2, 2555, 2554, 3, 2, 2, 2, 2555, 2556, 3, 2, 2, 2, 2556, 2557, 3, 2, 2, 2, 2557, 2558, 7, 110, 2, 2, 2558, 2560, 7, 65, 2, 2, 2559, 2561, 5, 434, 218, 2, 2560, 2559, 3, 2, 2, 2, 2560, 2561, 3, 2, 2, 2, 2561, 2562, 3, 2, 2, 2, 2562, 2578, 7, 66, 2, 2, 2563, 2564, 5, 58, 30, 2, 2564, 2565, 7, 73, 2, 2, 2565, 2566, 7, 48, 2, 2, 2566, 2568, 7, 73, 2, 2, 2567, 2569, 5, 46, 24, 2, 2568, 2567, 3, 2, 2, 2, 2568, 2569, 3, 2, 2, 2, 2569, 2570, 3, 2, 2, 2, 2570, 2571, 7, 110, 2, 2, 2571, 2573, 7, 65, 2, 2, 2572, 2574, 5, 434, 218, 2, 2573, 2572, 3, 2, 2, 2, 2573, 2574, 3, 2, 2, 2, 2574, 2575, 3, 2, 2, 2, 2575, 2576, 7, 66, 2, 2, 2576, 2578, 3, 2, 2, 2, 2577, 2509, 3, 2, 2, 2, 2577, 2516, 3, 2, 2, 2, 2577, 2528, 3, 2, 2, 2, 2577, 2540, 3, 2, 2, 2, 2577, 2552, 3, 2, 2, 2, 2577, 2563, 3, 2, 2, 2, 2578, 429, 3, 2, 2, 2, 2579, 2581, 7, 73, 2, 2, 2580, 2582, 5, 46, 24, 2, 2581, 2580, 3, 2, 2, 2, 2581, 2582, 3, 2, 2, 2, 2582, 2583, 3, 2, 2, 2, 2583, 2584, 7, 110, 2, 2, 2584, 2586, 7, 65, 2, 2, 2585, 2587, 5, 434, 218, 2, 2586, 2585, 3, 2, 2, 2, 2586, 2587, 3, 2, 2, 2, 2587, 2588, 3, 2, 2, 2, 2588, 2589, 7, 66, 2, 2, 2589, 431, 3, 2, 2, 2, 2590, 2591, 5, 64, 33, 2, 2591, 2593, 7, 65, 2, 2, 2592, 2594, 5, 434, 218, 2, 2593, 2592, 3, 2, 2, 2, 2593, 2594, 3, 2, 2, 2, 2594, 2595, 3, 2, 2, 2, 2595, 2596, 7, 66, 2, 2, 2596, 2647, 3, 2, 2, 2, 2597, 2598, 5, 58, 30, 2, 2598, 2600, 7, 73, 2, 2, 2599, 2601, 5, 46, 24, 2, 2600, 2599, 3, 2, 2, 2, 2600, 2601, 3, 2, 2, 2, 2601, 2602, 3, 2, 2, 2, 2602, 2603, 7, 110, 2, 2, 2603, 2605, 7, 65, 2, 2, 2604, 2606, 5, 434, 218, 2, 2605, 2604, 3, 2, 2, 2, 2605, 2606, 3, 2, 2, 2, 2606, 2607, 3, 2, 2, 2, 2607, 2608, 7, 66, 2, 2, 2608, 2647, 3, 2, 2, 2, 2609, 2610, 5, 62, 32, 2, 2610, 2612, 7, 73, 2, 2, 2611, 2613, 5, 46, 24, 2, 2612, 2611, 3, 2, 2, 2, 2612, 2613, 3, 2, 2, 2, 2613, 2614, 3, 2, 2, 2, 2614, 2615, 7, 110, 2, 2, 2615, 2617, 7, 65, 2, 2, 2616, 2618, 5, 434, 218, 2, 2617, 2616, 3, 2, 2, 2, 2617, 2618, 3, 2, 2, 2, 2618, 2619, 3, 2, 2, 2, 2619, 2620, 7, 66, 2, 2, 2620, 2647, 3, 2, 2, 2, 2621, 2622, 7, 48, 2, 2, 2622, 2624, 7, 73, 2, 2, 2623, 2625, 5, 46, 24, 2, 2624, 2623, 3, 2, 2, 2, 2624, 2625, 3, 2, 2, 2, 2625, 2626, 3, 2, 2, 2, 2626, 2627, 7, 110, 2, 2, 2627, 2629, 7, 65, 2, 2, 2628, 2630, 5, 434, 218, 2, 2629, 2628, 3, 2, 2, 2, 2629, 2630, 3, 2, 2, 2, 2630, 2631, 3, 2, 2, 2, 2631, 2647, 7, 66, 2, 2, 2632, 2633, 5, 58, 30, 2, 2633, 2634, 7, 73, 2, 2, 2634, 2635, 7, 48, 2, 2, 2635, 2637, 7, 73, 2, 2, 2636, 2638, 5, 46, 24, 2, 2637, 2636, 3, 2, 2, 2, 2637, 2638, 3, 2, 2, 2, 2638, 2639, 3, 2, 2, 2, 2639, 2640, 7, 110, 2, 2, 2640, 2642, 7, 65, 2, 2, 2641, 2643, 5, 434, 218, 2, 2642, 2641, 3, 2, 2, 2, 2642, 2643, 3, 2, 2, 2, 2643, 2644, 3, 2, 2, 2, 2644, 2645, 7, 66, 2, 2, 2645, 2647, 3, 2, 2, 2, 2646, 2590, 3, 2, 2, 2, 2646, 2597, 3, 2, 2, 2, 2646, 2609, 3, 2, 2, 2, 2646, 2621, 3, 2, 2, 2, 2646, 2632, 3, 2, 2, 2, 2647, 433, 3, 2, 2, 2, 2648, 2653, 5, 452, 227, 2, 2649, 2650, 7, 72, 2, 2, 2650, 2652, 5, 452, 227, 2, 2651, 2649, 3, 2, 2, 2, 2652, 2655, 3, 2, 2, 2, 2653, 2651, 3, 2, 2, 2, 2653, 2654, 3, 2, 2, 2, 2654, 435, 3, 2, 2, 2, 2655, 2653, 3, 2, 2, 2, 2656, 2657, 5, 62, 32, 2, 2657, 2659, 7, 98, 2, 2, 2658, 2660, 5, 46, 24, 2, 2659, 2658, 3, 2, 2, 2, 2659, 2660, 3, 2, 2, 2, 2660, 2661, 3, 2, 2, 2, 2661, 2662, 7, 110, 2, 2, 2662, 2704, 3, 2, 2, 2, 2663, 2664, 5, 14, 8, 2, 2664, 2666, 7, 98, 2, 2, 2665, 2667, 5, 46, 24, 2, 2666, 2665, 3, 2, 2, 2, 2666, 2667, 3, 2, 2, 2, 2667, 2668, 3, 2, 2, 2, 2668, 2669, 7, 110, 2, 2, 2669, 2704, 3, 2, 2, 2, 2670, 2671, 5, 388, 195, 2, 2671, 2673, 7, 98, 2, 2, 2672, 2674, 5, 46, 24, 2, 2673, 2672, 3, 2, 2, 2, 2673, 2674, 3, 2, 2, 2, 2674, 2675, 3, 2, 2, 2, 2675, 2676, 7, 110, 2, 2, 2676, 2704, 3, 2, 2, 2, 2677, 2678, 7, 48, 2, 2, 2678, 2680, 7, 98, 2, 2, 2679, 2681, 5, 46, 24, 2, 2680, 2679, 3, 2, 2, 2, 2680, 2681, 3, 2, 2, 2, 2681, 2682, 3, 2, 2, 2, 2682, 2704, 7, 110, 2, 2, 2683, 2684, 5, 58, 30, 2, 2684, 2685, 7, 73, 2, 2, 2685, 2686, 7, 48, 2, 2, 2686, 2688, 7, 98, 2, 2, 2687, 2689, 5, 46, 24, 2, 2688, 2687, 3, 2, 2, 2, 2688, 2689, 3, 2, 2, 2, 2689, 2690, 3, 2, 2, 2, 2690, 2691, 7, 110, 2, 2, 2691, 2704, 3, 2, 2, 2, 2692, 2693, 5, 18, 10, 2, 2693, 2695, 7, 98, 2, 2, 2694, 2696, 5, 46, 24, 2, 2695, 2694, 3, 2, 2, 2, 2695, 2696, 3, 2, 2, 2, 2696, 2697, 3, 2, 2, 2, 2697, 2698, 7, 39, 2, 2, 2698, 2704, 3, 2, 2, 2, 2699, 2700, 5, 34, 18, 2, 2700, 2701, 7, 98, 2, 2, 2701, 2702, 7, 39, 2, 2, 2702, 2704, 3, 2, 2, 2, 2703, 2656, 3, 2, 2, 2, 2703, 2663, 3, 2, 2, 2, 2703, 2670, 3, 2, 2, 2, 2703, 2677, 3, 2, 2, 2, 2703, 2683, 3, 2, 2, 2, 2703, 2692, 3, 2, 2, 2, 2703, 2699, 3, 2, 2, 2, 2704, 437, 3, 2, 2, 2, 2705, 2707, 7, 98, 2, 2, 2706, 2708, 5, 46, 24, 2, 2707, 2706, 3, 2, 2, 2, 2707, 2708, 3, 2, 2, 2, 2708, 2709, 3, 2, 2, 2, 2709, 2710, 7, 110, 2, 2, 2710, 439, 3, 2, 2, 2, 2711, 2712, 5, 62, 32, 2, 2712, 2714, 7, 98, 2, 2, 2713, 2715, 5, 46, 24, 2, 2714, 2713, 3, 2, 2, 2, 2714, 2715, 3, 2, 2, 2, 2715, 2716, 3, 2, 2, 2, 2716, 2717, 7, 110, 2, 2, 2717, 2752, 3, 2, 2, 2, 2718, 2719, 5, 14, 8, 2, 2719, 2721, 7, 98, 2, 2, 2720, 2722, 5, 46, 24, 2, 2721, 2720, 3, 2, 2, 2, 2721, 2722, 3, 2, 2, 2, 2722, 2723, 3, 2, 2, 2, 2723, 2724, 7, 110, 2, 2, 2724, 2752, 3, 2, 2, 2, 2725, 2726, 7, 48, 2, 2, 2726, 2728, 7, 98, 2, 2, 2727, 2729, 5, 46, 24, 2, 2728, 2727, 3, 2, 2, 2, 2728, 2729, 3, 2, 2, 2, 2729, 2730, 3, 2, 2, 2, 2730, 2752, 7, 110, 2, 2, 2731, 2732, 5, 58, 30, 2, 2732, 2733, 7, 73, 2, 2, 2733, 2734, 7, 48, 2, 2, 2734, 2736, 7, 98, 2, 2, 2735, 2737, 5, 46, 24, 2, 2736, 2735, 3, 2, 2, 2, 2736, 2737, 3, 2, 2, 2, 2737, 2738, 3, 2, 2, 2, 2738, 2739, 7, 110, 2, 2, 2739, 2752, 3, 2, 2, 2, 2740, 2741, 5, 18, 10, 2, 2741, 2743, 7, 98, 2, 2, 2742, 2744, 5, 46, 24, 2, 2743, 2742, 3, 2, 2, 2, 2743, 2744, 3, 2, 2, 2, 2744, 2745, 3, 2, 2, 2, 2745, 2746, 7, 39, 2, 2, 2746, 2752, 3, 2, 2, 2, 2747, 2748, 5, 34, 18, 2, 2748, 2749, 7, 98, 2, 2, 2749, 2750, 7, 39, 2, 2, 2750, 2752, 3, 2, 2, 2, 2751, 2711, 3, 2, 2, 2, 2751, 2718, 3, 2, 2, 2, 2751, 2725, 3, 2, 2, 2, 2751, 2731, 3, 2, 2, 2, 2751, 2740, 3, 2, 2, 2, 2751, 2747, 3, 2, 2, 2, 2752, 441, 3, 2, 2, 2, 2753, 2754, 7, 39, 2, 2, 2754, 2755, 5, 6, 4, 2, 2755, 2757, 5, 444, 223, 2, 2756, 2758, 5, 36, 19, 2, 2757, 2756, 3, 2, 2, 2, 2757, 2758, 3, 2, 2, 2, 2758, 2776, 3, 2, 2, 2, 2759, 2760, 7, 39, 2, 2, 2760, 2761, 5, 16, 9, 2, 2761, 2763, 5, 444, 223, 2, 2762, 2764, 5, 36, 19, 2, 2763, 2762, 3, 2, 2, 2, 2763, 2764, 3, 2, 2, 2, 2764, 2776, 3, 2, 2, 2, 2765, 2766, 7, 39, 2, 2, 2766, 2767, 5, 6, 4, 2, 2767, 2768, 5, 36, 19, 2, 2768, 2769, 5, 270, 136, 2, 2769, 2776, 3, 2, 2, 2, 2770, 2771, 7, 39, 2, 2, 2771, 2772, 5, 16, 9, 2, 2772, 2773, 5, 36, 19, 2, 2773, 2774, 5, 270, 136, 2, 2774, 2776, 3, 2, 2, 2, 2775, 2753, 3, 2, 2, 2, 2775, 2759, 3, 2, 2, 2, 2775, 2765, 3, 2, 2, 2, 2775, 2770, 3, 2, 2, 2, 2776, 443, 3, 2, 2, 2, 2777, 2781, 5, 446, 224, 2, 2778, 2780, 5, 446, 224, 2, 2779, 2778, 3, 2, 2, 2, 2780, 2783, 3, 2, 2, 2, 2781, 2779, 3, 2, 2, 2, 2781, 2782, 3, 2, 2, 2, 2782, 445, 3, 2, 2, 2, 2783, 2781, 3, 2, 2, 2, 2784, 2786, 5, 252, 127, 2, 2785, 2784, 3, 2, 2, 2, 2786, 2789, 3, 2, 2, 2, 2787, 2785, 3, 2, 2, 2, 2787, 2788, 3, 2, 2, 2, 2788, 2790, 3, 2, 2, 2, 2789, 2787, 3, 2, 2, 2, 2790, 2791, 7, 69, 2, 2, 2791, 2792, 5, 452, 227, 2, 2792, 2793, 7, 70, 2, 2, 2793, 447, 3, 2, 2, 2, 2794, 2795, 5, 452, 227, 2, 2795, 449, 3, 2, 2, 2, 2796, 2801, 5, 448, 225, 2, 2797, 2798, 7, 72, 2, 2, 2798, 2800, 5, 448, 225, 2, 2799, 2797, 3, 2, 2, 2, 2800, 2803, 3, 2, 2, 2, 2801, 2799, 3, 2, 2, 2, 2801, 2802, 3, 2, 2, 2, 2802, 451, 3, 2, 2, 2, 2803, 2801, 3, 2, 2, 2, 2804, 2808, 5, 458, 230, 2, 2805, 2808, 5, 466, 234, 2, 2806, 2808, 5, 320, 161, 2, 2807, 2804, 3, 2, 2, 2, 2807, 2805, 3, 2, 2, 2, 2807, 2806, 3, 2, 2, 2, 2808, 453, 3, 2, 2, 2, 2809, 2814, 5, 452, 227, 2, 2810, 2811, 7, 72, 2, 2, 2811, 2813, 5, 452, 227, 2, 2812, 2810, 3, 2, 2, 2, 2813, 2816, 3, 2, 2, 2, 2814, 2812, 3, 2, 2, 2, 2814, 2815, 3, 2, 2, 2, 2815, 455, 3, 2, 2, 2, 2816, 2814, 3, 2, 2, 2, 2817, 2818, 7, 65, 2, 2, 2818, 2819, 5, 452, 227, 2, 2819, 2820, 7, 66, 2, 2, 2820, 457, 3, 2, 2, 2, 2821, 2822, 5, 460, 231, 2, 2822, 2823, 7, 97, 2, 2, 2823, 2824, 5, 464, 233, 2, 2824, 459, 3, 2, 2, 2, 2825, 2832, 7, 110, 2, 2, 2826, 2828, 7, 65, 2, 2, 2827, 2829, 5, 156, 79, 2, 2828, 2827, 3, 2, 2, 2, 2828, 2829, 3, 2, 2, 2, 2829, 2830, 3, 2, 2, 2, 2830, 2832, 7, 66, 2, 2, 2831, 2825, 3, 2, 2, 2, 2831, 2826, 3, 2, 2, 2, 2832, 461, 3, 2, 2, 2, 2833, 2838, 7, 110, 2, 2, 2834, 2835, 7, 72, 2, 2, 2835, 2837, 7, 110, 2, 2, 2836, 2834, 3, 2, 2, 2, 2837, 2840, 3, 2, 2, 2, 2838, 2836, 3, 2, 2, 2, 2838, 2839, 3, 2, 2, 2, 2839, 463, 3, 2, 2, 2, 2840, 2838, 3, 2, 2, 2, 2841, 2844, 5, 452, 227, 2, 2842, 2844, 5, 274, 138, 2, 2843, 2841, 3, 2, 2, 2, 2843, 2842, 3, 2, 2, 2, 2844, 465, 3, 2, 2, 2, 2845, 2848, 5, 474, 238, 2, 2846, 2848, 5, 468, 235, 2, 2847, 2845, 3, 2, 2, 2, 2847, 2846, 3, 2, 2, 2, 2848, 467, 3, 2, 2, 2, 2849, 2850, 5, 470, 236, 2, 2850, 2851, 5, 472, 237, 2, 2851, 2852, 5, 452, 227, 2, 2852, 469, 3, 2, 2, 2, 2853, 2857, 5, 62, 32, 2, 2854, 2857, 5, 416, 209, 2, 2855, 2857, 5, 422, 212, 2, 2856, 2853, 3, 2, 2, 2, 2856, 2854, 3, 2, 2, 2, 2856, 2855, 3, 2, 2, 2, 2857, 471, 3, 2, 2, 2, 2858, 2859, 9, 6, 2, 2, 2859, 473, 3, 2, 2, 2, 2860, 2868, 5, 476, 239, 2, 2861, 2862, 5, 476, 239, 2, 2862, 2863, 7, 79, 2, 2, 2863, 2864, 5, 452, 227, 2, 2864, 2865, 7, 80, 2, 2, 2865, 2866, 5, 474, 238, 2, 2866, 2868, 3, 2, 2, 2, 2867, 2860, 3, 2, 2, 2, 2867, 2861, 3, 2, 2, 2, 2868, 475, 3, 2, 2, 2, 2869, 2870, 8, 239, 1, 2, 2870, 2871, 5, 478, 240, 2, 2871, 2877, 3, 2, 2, 2, 2872, 2873, 12, 3, 2, 2, 2873, 2874, 7, 86, 2, 2, 2874, 2876, 5, 478, 240, 2, 2875, 2872, 3, 2, 2, 2, 2876, 2879, 3, 2, 2, 2, 2877, 2875, 3, 2, 2, 2, 2877, 2878, 3, 2, 2, 2, 2878, 477, 3, 2, 2, 2, 2879, 2877, 3, 2, 2, 2, 2880, 2881, 8, 240, 1, 2, 2881, 2882, 5, 480, 241, 2, 2882, 2888, 3, 2, 2, 2, 2883, 2884, 12, 3, 2, 2, 2884, 2885, 7, 85, 2, 2, 2885, 2887, 5, 480, 241, 2, 2886, 2883, 3, 2, 2, 2, 2887, 2890, 3, 2, 2, 2, 2888, 2886, 3, 2, 2, 2, 2888, 2889, 3, 2, 2, 2, 2889, 479, 3, 2, 2, 2, 2890, 2888, 3, 2, 2, 2, 2891, 2892, 8, 241, 1, 2, 2892, 2893, 5, 482, 242, 2, 2893, 2899, 3, 2, 2, 2, 2894, 2895, 12, 3, 2, 2, 2895, 2896, 7, 94, 2, 2, 2896, 2898, 5, 482, 242, 2, 2897, 2894, 3, 2, 2, 2, 2898, 2901, 3, 2, 2, 2, 2899, 2897, 3, 2, 2, 2, 2899, 2900, 3, 2, 2, 2, 2900, 481, 3, 2, 2, 2, 2901, 2899, 3, 2, 2, 2, 2902, 2903, 8, 242, 1, 2, 2903, 2904, 5, 484, 243, 2, 2904, 2910, 3, 2, 2, 2, 2905, 2906, 12, 3, 2, 2, 2906, 2907, 7, 95, 2, 2, 2907, 2909, 5, 484, 243, 2, 2908, 2905, 3, 2, 2, 2, 2909, 2912, 3, 2, 2, 2, 2910, 2908, 3, 2, 2, 2, 2910, 2911, 3, 2, 2, 2, 2911, 483, 3, 2, 2, 2, 2912, 2910, 3, 2, 2, 2, 2913, 2914, 8, 243, 1, 2, 2914, 2915, 5, 486, 244, 2, 2915, 2921, 3, 2, 2, 2, 2916, 2917, 12, 3, 2, 2, 2917, 2918, 7, 93, 2, 2, 2918, 2920, 5, 486, 244, 2, 2919, 2916, 3, 2, 2, 2, 2920, 2923, 3, 2, 2, 2, 2921, 2919, 3, 2, 2, 2, 2921, 2922, 3, 2, 2, 2, 2922, 485, 3, 2, 2, 2, 2923, 2921, 3, 2, 2, 2, 2924, 2925, 8, 244, 1, 2, 2925, 2926, 5, 488, 245, 2, 2926, 2935, 3, 2, 2, 2, 2927, 2928, 12, 4, 2, 2, 2928, 2929, 7, 81, 2, 2, 2929, 2934, 5, 488, 245, 2, 2930, 2931, 12, 3, 2, 2, 2931, 2932, 7, 84, 2, 2, 2932, 2934, 5, 488, 245, 2, 2933, 2927, 3, 2, 2, 2, 2933, 2930, 3, 2, 2, 2, 2934, 2937, 3, 2, 2, 2, 2935, 2933, 3, 2, 2, 2, 2935, 2936, 3, 2, 2, 2, 2936, 487, 3, 2, 2, 2, 2937, 2935, 3, 2, 2, 2, 2938, 2939, 8, 245, 1, 2, 2939, 2940, 5, 490, 246, 2, 2940, 2958, 3, 2, 2, 2, 2941, 2942, 12, 7, 2, 2, 2942, 2943, 7, 76, 2, 2, 2943, 2957, 5, 490, 246, 2, 2944, 2945, 12, 6, 2, 2, 2945, 2946, 7, 75, 2, 2, 2946, 2957, 5, 490, 246, 2, 2947, 2948, 12, 5, 2, 2, 2948, 2949, 7, 82, 2, 2, 2949, 2957, 5, 490, 246, 2, 2950, 2951, 12, 4, 2, 2, 2951, 2952, 7, 83, 2, 2, 2952, 2957, 5, 490, 246, 2, 2953, 2954, 12, 3, 2, 2, 2954, 2955, 7, 34, 2, 2, 2955, 2957, 5, 14, 8, 2, 2956, 2941, 3, 2, 2, 2, 2956, 2944, 3, 2, 2, 2, 2956, 2947, 3, 2, 2, 2, 2956, 2950, 3, 2, 2, 2, 2956, 2953, 3, 2, 2, 2, 2957, 2960, 3, 2, 2, 2, 2958, 2956, 3, 2, 2, 2, 2958, 2959, 3, 2, 2, 2, 2959, 489, 3, 2, 2, 2, 2960, 2958, 3, 2, 2, 2, 2961, 2962, 8, 246, 1, 2, 2962, 2963, 5, 492, 247, 2, 2963, 2979, 3, 2, 2, 2, 2964, 2965, 12, 5, 2, 2, 2965, 2966, 7, 76, 2, 2, 2966, 2967, 7, 76, 2, 2, 2967, 2978, 5, 492, 247, 2, 2968, 2969, 12, 4, 2, 2, 2969, 2970, 7, 75, 2, 2, 2970, 2971, 7, 75, 2, 2, 2971, 2978, 5, 492, 247, 2, 2972, 2973, 12, 3, 2, 2, 2973, 2974, 7, 75, 2, 2, 2974, 2975, 7, 75, 2, 2, 2975, 2976, 7, 75, 2, 2, 2976, 2978, 5, 492, 247, 2, 2977, 2964, 3, 2, 2, 2, 2977, 2968, 3, 2, 2, 2, 2977, 2972, 3, 2, 2, 2, 2978, 2981, 3, 2, 2, 2, 2979, 2977, 3, 2, 2, 2, 2979, 2980, 3, 2, 2, 2, 2980, 491, 3, 2, 2, 2, 2981, 2979, 3, 2, 2, 2, 2982, 2983, 8, 247, 1, 2, 2983, 2984, 5, 494, 248, 2, 2984, 2993, 3, 2, 2, 2, 2985, 2986, 12, 4, 2, 2, 2986, 2987, 7, 89, 2, 2, 2987, 2992, 5, 494, 248, 2, 2988, 2989, 12, 3, 2, 2, 2989, 2990, 7, 90, 2, 2, 2990, 2992, 5, 494, 248, 2, 2991, 2985, 3, 2, 2, 2, 2991, 2988, 3, 2, 2, 2, 2992, 2995, 3, 2, 2, 2, 2993, 2991, 3, 2, 2, 2, 2993, 2994, 3, 2, 2, 2, 2994, 493, 3, 2, 2, 2, 2995, 2993, 3, 2, 2, 2, 2996, 2997, 8, 248, 1, 2, 2997, 2998, 5, 496, 249, 2, 2998, 3010, 3, 2, 2, 2, 2999, 3000, 12, 5, 2, 2, 3000, 3001, 7, 91, 2, 2, 3001, 3009, 5, 496, 249, 2, 3002, 3003, 12, 4, 2, 2, 3003, 3004, 7, 92, 2, 2, 3004, 3009, 5, 496, 249, 2, 3005, 3006, 12, 3, 2, 2, 3006, 3007, 7, 96, 2, 2, 3007, 3009, 5, 496, 249, 2, 3008, 2999, 3, 2, 2, 2, 3008, 3002, 3, 2, 2, 2, 3008, 3005, 3, 2, 2, 2, 3009, 3012, 3, 2, 2, 2, 3010, 3008, 3, 2, 2, 2, 3010, 3011, 3, 2, 2, 2, 3011, 495, 3, 2, 2, 2, 3012, 3010, 3, 2, 2, 2, 3013, 3021, 5, 498, 250, 2, 3014, 3021, 5, 500, 251, 2, 3015, 3016, 7, 89, 2, 2, 3016, 3021, 5, 496, 249, 2, 3017, 3018, 7, 90, 2, 2, 3018, 3021, 5, 496, 249, 2, 3019, 3021, 5, 502, 252, 2, 3020, 3013, 3, 2, 2, 2, 3020, 3014, 3, 2, 2, 2, 3020, 3015, 3, 2, 2, 2, 3020, 3017, 3, 2, 2, 2, 3020, 3019, 3, 2, 2, 2, 3021, 497, 3, 2, 2, 2, 3022, 3023, 7, 87, 2, 2, 3023, 3024, 5, 496, 249, 2, 3024, 499, 3, 2, 2, 2, 3025, 3026, 7, 88, 2, 2, 3026, 3027, 5, 496, 249, 2, 3027, 501, 3, 2, 2, 2, 3028, 3035, 5, 504, 253, 2, 3029, 3030, 7, 78, 2, 2, 3030, 3035, 5, 496, 249, 2, 3031, 3032, 7, 77, 2, 2, 3032, 3035, 5, 496, 249, 2, 3033, 3035, 5, 514, 258, 2, 3034, 3028, 3, 2, 2, 2, 3034, 3029, 3, 2, 2, 2, 3034, 3031, 3, 2, 2, 2, 3034, 3033, 3, 2, 2, 2, 3035, 503, 3, 2, 2, 2, 3036, 3039, 5, 388, 195, 2, 3037, 3039, 5, 62, 32, 2, 3038, 3036, 3, 2, 2, 2, 3038, 3037, 3, 2, 2, 2, 3039, 3044, 3, 2, 2, 2, 3040, 3043, 5, 508, 255, 2, 3041, 3043, 5, 512, 257, 2, 3042, 3040, 3, 2, 2, 2, 3042, 3041, 3, 2, 2, 2, 3043, 3046, 3, 2, 2, 2, 3044, 3042, 3, 2, 2, 2, 3044, 3045, 3, 2, 2, 2, 3045, 505, 3, 2, 2, 2, 3046, 3044, 3, 2, 2, 2, 3047, 3048, 5, 504, 253, 2, 3048, 3049, 7, 87, 2, 2, 3049, 507, 3, 2, 2, 2, 3050, 3051, 7, 87, 2, 2, 3051, 509, 3, 2, 2, 2, 3052, 3053, 5, 504, 253, 2, 3053, 3054, 7, 88, 2, 2, 3054, 511, 3, 2, 2, 2, 3055, 3056, 7, 88, 2, 2, 3056, 513, 3, 2, 2, 2, 3057, 3058, 7, 65, 2, 2, 3058, 3059, 5, 6, 4, 2, 3059, 3060, 7, 66, 2, 2, 3060, 3061, 5, 496, 249, 2, 3061, 3085, 3, 2, 2, 2, 3062, 3063, 7, 65, 2, 2, 3063, 3067, 5, 14, 8, 2, 3064, 3066, 5, 44, 23, 2, 3065, 3064, 3, 2, 2, 2, 3066, 3069, 3, 2, 2, 2, 3067, 3065, 3, 2, 2, 2, 3067, 3068, 3, 2, 2, 2, 3068, 3070, 3, 2, 2, 2, 3069, 3067, 3, 2, 2, 2, 3070, 3071, 7, 66, 2, 2, 3071, 3072, 5, 502, 252, 2, 3072, 3085, 3, 2, 2, 2, 3073, 3074, 7, 65, 2, 2, 3074, 3078, 5, 14, 8, 2, 3075, 3077, 5, 44, 23, 2, 3076, 3075, 3, 2, 2, 2, 3077, 3080, 3, 2, 2, 2, 3078, 3076, 3, 2, 2, 2, 3078, 3079, 3, 2, 2, 2, 3079, 3081, 3, 2, 2, 2, 3080, 3078, 3, 2, 2, 2, 3081, 3082, 7, 66, 2, 2, 3082, 3083, 5, 458, 230, 2, 3083, 3085, 3, 2, 2, 2, 3084, 3057, 3, 2, 2, 2, 3084, 3062, 3, 2, 2, 2, 3084, 3073, 3, 2, 2, 2, 3085, 515, 3, 2, 2, 2, 360, 520, 525, 532, 536, 540, 549, 553, 557, 559, 565, 570, 577, 582, 584, 591, 598, 603, 608, 613, 624, 638, 643, 651, 658, 664, 669, 680, 683, 697, 702, 707, 712, 718, 728, 736, 746, 754, 766, 770, 775, 781, 789, 798, 809, 838, 843, 848, 854, 857, 860, 863, 877, 888, 905, 912, 920, 927, 932, 936, 949, 956, 962, 966, 970, 974, 978, 983, 987, 991, 993, 998, 1005, 1010, 1012, 1018, 1023, 1027, 1046, 1051, 1067, 1070, 1074, 1080, 1084, 1088, 1090, 1094, 1099, 1103, 1110, 1117, 1125, 1128, 1133, 1137, 1143, 1148, 1155, 1162, 1167, 1173, 1185, 1190, 1194, 1204, 1209, 1217, 1220, 1225, 1233, 1236, 1241, 1246, 1251, 1256, 1263, 1268, 1276, 1281, 1286, 1291, 1297, 1303, 1306, 1309, 1318, 1324, 1330, 1333, 1336, 1344, 1350, 1356, 1360, 1366, 1375, 1381, 1388, 1393, 1400, 1410, 1417, 1422, 1430, 1435, 1441, 1444, 1455, 1464, 1474, 1479, 1490, 1495, 1507, 1512, 1524, 1534, 1539, 1547, 1550, 1557, 1565, 1571, 1580, 1590, 1594, 1597, 1606, 1620, 1623, 1632, 1637, 1645, 1651, 1658, 1663, 1677, 1679, 1686, 1701, 1723, 1753, 1763, 1769, 1781, 1794, 1802, 1811, 1818, 1828, 1834, 1842, 1845, 1852, 1859, 1862, 1871, 1890, 1894, 1899, 1903, 1907, 1915, 1919, 1923, 1930, 1939, 1947, 1962, 1974, 1980, 1986, 1992, 2011, 2016, 2022, 2034, 2045, 2055, 2058, 2063, 2072, 2078, 2088, 2093, 2102, 2122, 2132, 2151, 2158, 2166, 2174, 2185, 2205, 2215, 2226, 2245, 2249, 2254, 2262, 2268, 2272, 2276, 2280, 2286, 2291, 2296, 2300, 2304, 2310, 2315, 2320, 2324, 2328, 2330, 2335, 2340, 2345, 2349, 2353, 2357, 2362, 2370, 2376, 2380, 2384, 2388, 2394, 2399, 2404, 2408, 2412, 2414, 2419, 2434, 2448, 2460, 2469, 2484, 2497, 2506, 2512, 2519, 2524, 2531, 2536, 2543, 2548, 2555, 2560, 2568, 2573, 2577, 2581, 2586, 2593, 2600, 2605, 2612, 2617, 2624, 2629, 2637, 2642, 2646, 2653, 2659, 2666, 2673, 2680, 2688, 2695, 2703, 2707, 2714, 2721, 2728, 2736, 2743, 2751, 2757, 2763, 2775, 2781, 2787, 2801, 2807, 2814, 2828, 2831, 2838, 2843, 2847, 2856, 2867, 2877, 2888, 2899, 2910, 2921, 2933, 2935, 2956, 2958, 2977, 2979, 2991, 2993, 3008, 3010, 3020, 3034, 3038, 3042, 3044, 3067, 3078, 3084] \ No newline at end of file diff --git a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8.tokens b/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8.tokens deleted file mode 100644 index 00cb0754..00000000 --- a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8.tokens +++ /dev/null @@ -1,217 +0,0 @@ -T__0=1 -T__1=2 -T__2=3 -T__3=4 -T__4=5 -T__5=6 -ABSTRACT=7 -ASSERT=8 -BOOLEAN=9 -BREAK=10 -BYTE=11 -CASE=12 -CATCH=13 -CHAR=14 -CLASS=15 -CONST=16 -CONTINUE=17 -DEFAULT=18 -DO=19 -DOUBLE=20 -ELSE=21 -ENUM=22 -EXTENDS=23 -FINAL=24 -FINALLY=25 -FLOAT=26 -FOR=27 -IF=28 -GOTO=29 -IMPLEMENTS=30 -IMPORT=31 -INSTANCEOF=32 -INT=33 -INTERFACE=34 -LONG=35 -NATIVE=36 -NEW=37 -PACKAGE=38 -PRIVATE=39 -PROTECTED=40 -PUBLIC=41 -RETURN=42 -SHORT=43 -STATIC=44 -STRICTFP=45 -SUPER=46 -SWITCH=47 -SYNCHRONIZED=48 -THIS=49 -THROW=50 -THROWS=51 -TRANSIENT=52 -TRY=53 -VOID=54 -VOLATILE=55 -WHILE=56 -IntegerLiteral=57 -FloatingPointLiteral=58 -BooleanLiteral=59 -CharacterLiteral=60 -StringLiteral=61 -NullLiteral=62 -LPAREN=63 -RPAREN=64 -LBRACE=65 -RBRACE=66 -LBRACK=67 -RBRACK=68 -SEMI=69 -COMMA=70 -DOT=71 -ASSIGN=72 -GT=73 -LT=74 -BANG=75 -TILDE=76 -QUESTION=77 -COLON=78 -EQUAL=79 -LE=80 -GE=81 -NOTEQUAL=82 -AND=83 -OR=84 -INC=85 -DEC=86 -ADD=87 -SUB=88 -MUL=89 -DIV=90 -BITAND=91 -BITOR=92 -CARET=93 -MOD=94 -ARROW=95 -COLONCOLON=96 -ADD_ASSIGN=97 -SUB_ASSIGN=98 -MUL_ASSIGN=99 -DIV_ASSIGN=100 -AND_ASSIGN=101 -OR_ASSIGN=102 -XOR_ASSIGN=103 -MOD_ASSIGN=104 -LSHIFT_ASSIGN=105 -RSHIFT_ASSIGN=106 -URSHIFT_ASSIGN=107 -Identifier=108 -AT=109 -ELLIPSIS=110 -WS=111 -COMMENT=112 -LINE_COMMENT=113 -'sealed'=1 -'non-sealed'=2 -'permits'=3 -'record'=4 -'var'=5 -'yield'=6 -'abstract'=7 -'assert'=8 -'boolean'=9 -'break'=10 -'byte'=11 -'case'=12 -'catch'=13 -'char'=14 -'class'=15 -'const'=16 -'continue'=17 -'default'=18 -'do'=19 -'double'=20 -'else'=21 -'enum'=22 -'extends'=23 -'final'=24 -'finally'=25 -'float'=26 -'for'=27 -'if'=28 -'goto'=29 -'implements'=30 -'import'=31 -'instanceof'=32 -'int'=33 -'interface'=34 -'long'=35 -'native'=36 -'new'=37 -'package'=38 -'private'=39 -'protected'=40 -'public'=41 -'return'=42 -'short'=43 -'static'=44 -'strictfp'=45 -'super'=46 -'switch'=47 -'synchronized'=48 -'this'=49 -'throw'=50 -'throws'=51 -'transient'=52 -'try'=53 -'void'=54 -'volatile'=55 -'while'=56 -'null'=62 -'('=63 -')'=64 -'{'=65 -'}'=66 -'['=67 -']'=68 -';'=69 -','=70 -'.'=71 -'='=72 -'>'=73 -'<'=74 -'!'=75 -'~'=76 -'?'=77 -':'=78 -'=='=79 -'<='=80 -'>='=81 -'!='=82 -'&&'=83 -'||'=84 -'++'=85 -'--'=86 -'+'=87 -'-'=88 -'*'=89 -'/'=90 -'&'=91 -'|'=92 -'^'=93 -'%'=94 -'->'=95 -'::'=96 -'+='=97 -'-='=98 -'*='=99 -'/='=100 -'&='=101 -'|='=102 -'^='=103 -'%='=104 -'<<='=105 -'>>='=106 -'>>>='=107 -'@'=109 -'...'=110 diff --git a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.interp b/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.interp deleted file mode 100644 index e89b1d64..00000000 --- a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.interp +++ /dev/null @@ -1,402 +0,0 @@ -token literal names: -null -'sealed' -'non-sealed' -'permits' -'record' -'var' -'yield' -'abstract' -'assert' -'boolean' -'break' -'byte' -'case' -'catch' -'char' -'class' -'const' -'continue' -'default' -'do' -'double' -'else' -'enum' -'extends' -'final' -'finally' -'float' -'for' -'if' -'goto' -'implements' -'import' -'instanceof' -'int' -'interface' -'long' -'native' -'new' -'package' -'private' -'protected' -'public' -'return' -'short' -'static' -'strictfp' -'super' -'switch' -'synchronized' -'this' -'throw' -'throws' -'transient' -'try' -'void' -'volatile' -'while' -null -null -null -null -null -'null' -'(' -')' -'{' -'}' -'[' -']' -';' -',' -'.' -'=' -'>' -'<' -'!' -'~' -'?' -':' -'==' -'<=' -'>=' -'!=' -'&&' -'||' -'++' -'--' -'+' -'-' -'*' -'/' -'&' -'|' -'^' -'%' -'->' -'::' -'+=' -'-=' -'*=' -'/=' -'&=' -'|=' -'^=' -'%=' -'<<=' -'>>=' -'>>>=' -null -'@' -'...' -null -null -null - -token symbolic names: -null -null -null -null -null -null -null -ABSTRACT -ASSERT -BOOLEAN -BREAK -BYTE -CASE -CATCH -CHAR -CLASS -CONST -CONTINUE -DEFAULT -DO -DOUBLE -ELSE -ENUM -EXTENDS -FINAL -FINALLY -FLOAT -FOR -IF -GOTO -IMPLEMENTS -IMPORT -INSTANCEOF -INT -INTERFACE -LONG -NATIVE -NEW -PACKAGE -PRIVATE -PROTECTED -PUBLIC -RETURN -SHORT -STATIC -STRICTFP -SUPER -SWITCH -SYNCHRONIZED -THIS -THROW -THROWS -TRANSIENT -TRY -VOID -VOLATILE -WHILE -IntegerLiteral -FloatingPointLiteral -BooleanLiteral -CharacterLiteral -StringLiteral -NullLiteral -LPAREN -RPAREN -LBRACE -RBRACE -LBRACK -RBRACK -SEMI -COMMA -DOT -ASSIGN -GT -LT -BANG -TILDE -QUESTION -COLON -EQUAL -LE -GE -NOTEQUAL -AND -OR -INC -DEC -ADD -SUB -MUL -DIV -BITAND -BITOR -CARET -MOD -ARROW -COLONCOLON -ADD_ASSIGN -SUB_ASSIGN -MUL_ASSIGN -DIV_ASSIGN -AND_ASSIGN -OR_ASSIGN -XOR_ASSIGN -MOD_ASSIGN -LSHIFT_ASSIGN -RSHIFT_ASSIGN -URSHIFT_ASSIGN -Identifier -AT -ELLIPSIS -WS -COMMENT -LINE_COMMENT - -rule names: -T__0 -T__1 -T__2 -T__3 -T__4 -T__5 -ABSTRACT -ASSERT -BOOLEAN -BREAK -BYTE -CASE -CATCH -CHAR -CLASS -CONST -CONTINUE -DEFAULT -DO -DOUBLE -ELSE -ENUM -EXTENDS -FINAL -FINALLY -FLOAT -FOR -IF -GOTO -IMPLEMENTS -IMPORT -INSTANCEOF -INT -INTERFACE -LONG -NATIVE -NEW -PACKAGE -PRIVATE -PROTECTED -PUBLIC -RETURN -SHORT -STATIC -STRICTFP -SUPER -SWITCH -SYNCHRONIZED -THIS -THROW -THROWS -TRANSIENT -TRY -VOID -VOLATILE -WHILE -IntegerLiteral -DecimalIntegerLiteral -HexIntegerLiteral -OctalIntegerLiteral -BinaryIntegerLiteral -IntegerTypeSuffix -DecimalNumeral -Digits -Digit -NonZeroDigit -DigitsAndUnderscores -DigitOrUnderscore -Underscores -HexNumeral -HexDigits -HexDigit -HexDigitsAndUnderscores -HexDigitOrUnderscore -OctalNumeral -OctalDigits -OctalDigit -OctalDigitsAndUnderscores -OctalDigitOrUnderscore -BinaryNumeral -BinaryDigits -BinaryDigit -BinaryDigitsAndUnderscores -BinaryDigitOrUnderscore -FloatingPointLiteral -DecimalFloatingPointLiteral -ExponentPart -ExponentIndicator -SignedInteger -Sign -FloatTypeSuffix -HexadecimalFloatingPointLiteral -HexSignificand -BinaryExponent -BinaryExponentIndicator -BooleanLiteral -CharacterLiteral -SingleCharacter -StringLiteral -StringCharacters -StringCharacter -EscapeSequence -OctalEscape -ZeroToThree -UnicodeEscape -NullLiteral -LPAREN -RPAREN -LBRACE -RBRACE -LBRACK -RBRACK -SEMI -COMMA -DOT -ASSIGN -GT -LT -BANG -TILDE -QUESTION -COLON -EQUAL -LE -GE -NOTEQUAL -AND -OR -INC -DEC -ADD -SUB -MUL -DIV -BITAND -BITOR -CARET -MOD -ARROW -COLONCOLON -ADD_ASSIGN -SUB_ASSIGN -MUL_ASSIGN -DIV_ASSIGN -AND_ASSIGN -OR_ASSIGN -XOR_ASSIGN -MOD_ASSIGN -LSHIFT_ASSIGN -RSHIFT_ASSIGN -URSHIFT_ASSIGN -Identifier -JavaLetter -JavaLetterOrDigit -AT -ELLIPSIS -WS -COMMENT -LINE_COMMENT - -channel names: -DEFAULT_TOKEN_CHANNEL -HIDDEN - -mode names: -DEFAULT_MODE - -atn: -[3, 24715, 42794, 33075, 47597, 16764, 15335, 30598, 22884, 2, 115, 1151, 8, 1, 4, 2, 9, 2, 4, 3, 9, 3, 4, 4, 9, 4, 4, 5, 9, 5, 4, 6, 9, 6, 4, 7, 9, 7, 4, 8, 9, 8, 4, 9, 9, 9, 4, 10, 9, 10, 4, 11, 9, 11, 4, 12, 9, 12, 4, 13, 9, 13, 4, 14, 9, 14, 4, 15, 9, 15, 4, 16, 9, 16, 4, 17, 9, 17, 4, 18, 9, 18, 4, 19, 9, 19, 4, 20, 9, 20, 4, 21, 9, 21, 4, 22, 9, 22, 4, 23, 9, 23, 4, 24, 9, 24, 4, 25, 9, 25, 4, 26, 9, 26, 4, 27, 9, 27, 4, 28, 9, 28, 4, 29, 9, 29, 4, 30, 9, 30, 4, 31, 9, 31, 4, 32, 9, 32, 4, 33, 9, 33, 4, 34, 9, 34, 4, 35, 9, 35, 4, 36, 9, 36, 4, 37, 9, 37, 4, 38, 9, 38, 4, 39, 9, 39, 4, 40, 9, 40, 4, 41, 9, 41, 4, 42, 9, 42, 4, 43, 9, 43, 4, 44, 9, 44, 4, 45, 9, 45, 4, 46, 9, 46, 4, 47, 9, 47, 4, 48, 9, 48, 4, 49, 9, 49, 4, 50, 9, 50, 4, 51, 9, 51, 4, 52, 9, 52, 4, 53, 9, 53, 4, 54, 9, 54, 4, 55, 9, 55, 4, 56, 9, 56, 4, 57, 9, 57, 4, 58, 9, 58, 4, 59, 9, 59, 4, 60, 9, 60, 4, 61, 9, 61, 4, 62, 9, 62, 4, 63, 9, 63, 4, 64, 9, 64, 4, 65, 9, 65, 4, 66, 9, 66, 4, 67, 9, 67, 4, 68, 9, 68, 4, 69, 9, 69, 4, 70, 9, 70, 4, 71, 9, 71, 4, 72, 9, 72, 4, 73, 9, 73, 4, 74, 9, 74, 4, 75, 9, 75, 4, 76, 9, 76, 4, 77, 9, 77, 4, 78, 9, 78, 4, 79, 9, 79, 4, 80, 9, 80, 4, 81, 9, 81, 4, 82, 9, 82, 4, 83, 9, 83, 4, 84, 9, 84, 4, 85, 9, 85, 4, 86, 9, 86, 4, 87, 9, 87, 4, 88, 9, 88, 4, 89, 9, 89, 4, 90, 9, 90, 4, 91, 9, 91, 4, 92, 9, 92, 4, 93, 9, 93, 4, 94, 9, 94, 4, 95, 9, 95, 4, 96, 9, 96, 4, 97, 9, 97, 4, 98, 9, 98, 4, 99, 9, 99, 4, 100, 9, 100, 4, 101, 9, 101, 4, 102, 9, 102, 4, 103, 9, 103, 4, 104, 9, 104, 4, 105, 9, 105, 4, 106, 9, 106, 4, 107, 9, 107, 4, 108, 9, 108, 4, 109, 9, 109, 4, 110, 9, 110, 4, 111, 9, 111, 4, 112, 9, 112, 4, 113, 9, 113, 4, 114, 9, 114, 4, 115, 9, 115, 4, 116, 9, 116, 4, 117, 9, 117, 4, 118, 9, 118, 4, 119, 9, 119, 4, 120, 9, 120, 4, 121, 9, 121, 4, 122, 9, 122, 4, 123, 9, 123, 4, 124, 9, 124, 4, 125, 9, 125, 4, 126, 9, 126, 4, 127, 9, 127, 4, 128, 9, 128, 4, 129, 9, 129, 4, 130, 9, 130, 4, 131, 9, 131, 4, 132, 9, 132, 4, 133, 9, 133, 4, 134, 9, 134, 4, 135, 9, 135, 4, 136, 9, 136, 4, 137, 9, 137, 4, 138, 9, 138, 4, 139, 9, 139, 4, 140, 9, 140, 4, 141, 9, 141, 4, 142, 9, 142, 4, 143, 9, 143, 4, 144, 9, 144, 4, 145, 9, 145, 4, 146, 9, 146, 4, 147, 9, 147, 4, 148, 9, 148, 4, 149, 9, 149, 4, 150, 9, 150, 4, 151, 9, 151, 4, 152, 9, 152, 4, 153, 9, 153, 4, 154, 9, 154, 4, 155, 9, 155, 4, 156, 9, 156, 4, 157, 9, 157, 4, 158, 9, 158, 4, 159, 9, 159, 4, 160, 9, 160, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 4, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 6, 3, 6, 3, 6, 3, 6, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 7, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 8, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 9, 3, 10, 3, 10, 3, 10, 3, 10, 3, 10, 3, 10, 3, 10, 3, 10, 3, 11, 3, 11, 3, 11, 3, 11, 3, 11, 3, 11, 3, 12, 3, 12, 3, 12, 3, 12, 3, 12, 3, 13, 3, 13, 3, 13, 3, 13, 3, 13, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 14, 3, 15, 3, 15, 3, 15, 3, 15, 3, 15, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 16, 3, 17, 3, 17, 3, 17, 3, 17, 3, 17, 3, 17, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 18, 3, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 19, 3, 20, 3, 20, 3, 20, 3, 21, 3, 21, 3, 21, 3, 21, 3, 21, 3, 21, 3, 21, 3, 22, 3, 22, 3, 22, 3, 22, 3, 22, 3, 23, 3, 23, 3, 23, 3, 23, 3, 23, 3, 24, 3, 24, 3, 24, 3, 24, 3, 24, 3, 24, 3, 24, 3, 24, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 3, 25, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 26, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 27, 3, 28, 3, 28, 3, 28, 3, 28, 3, 29, 3, 29, 3, 29, 3, 30, 3, 30, 3, 30, 3, 30, 3, 30, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 31, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 32, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 33, 3, 34, 3, 34, 3, 34, 3, 34, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 35, 3, 36, 3, 36, 3, 36, 3, 36, 3, 36, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 37, 3, 38, 3, 38, 3, 38, 3, 38, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 39, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 40, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 41, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 42, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 43, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 44, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 45, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 46, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 47, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 48, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 49, 3, 50, 3, 50, 3, 50, 3, 50, 3, 50, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 51, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 52, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 53, 3, 54, 3, 54, 3, 54, 3, 54, 3, 55, 3, 55, 3, 55, 3, 55, 3, 55, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 56, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 57, 3, 58, 3, 58, 3, 58, 3, 58, 5, 58, 708, 10, 58, 3, 59, 3, 59, 5, 59, 712, 10, 59, 3, 60, 3, 60, 5, 60, 716, 10, 60, 3, 61, 3, 61, 5, 61, 720, 10, 61, 3, 62, 3, 62, 5, 62, 724, 10, 62, 3, 63, 3, 63, 3, 64, 3, 64, 3, 64, 5, 64, 731, 10, 64, 3, 64, 3, 64, 3, 64, 5, 64, 736, 10, 64, 5, 64, 738, 10, 64, 3, 65, 3, 65, 5, 65, 742, 10, 65, 3, 65, 5, 65, 745, 10, 65, 3, 66, 3, 66, 5, 66, 749, 10, 66, 3, 67, 3, 67, 3, 68, 6, 68, 754, 10, 68, 13, 68, 14, 68, 755, 3, 69, 3, 69, 5, 69, 760, 10, 69, 3, 70, 6, 70, 763, 10, 70, 13, 70, 14, 70, 764, 3, 71, 3, 71, 3, 71, 3, 71, 3, 72, 3, 72, 5, 72, 773, 10, 72, 3, 72, 5, 72, 776, 10, 72, 3, 73, 3, 73, 3, 74, 6, 74, 781, 10, 74, 13, 74, 14, 74, 782, 3, 75, 3, 75, 5, 75, 787, 10, 75, 3, 76, 3, 76, 5, 76, 791, 10, 76, 3, 76, 3, 76, 3, 77, 3, 77, 5, 77, 797, 10, 77, 3, 77, 5, 77, 800, 10, 77, 3, 78, 3, 78, 3, 79, 6, 79, 805, 10, 79, 13, 79, 14, 79, 806, 3, 80, 3, 80, 5, 80, 811, 10, 80, 3, 81, 3, 81, 3, 81, 3, 81, 3, 82, 3, 82, 5, 82, 819, 10, 82, 3, 82, 5, 82, 822, 10, 82, 3, 83, 3, 83, 3, 84, 6, 84, 827, 10, 84, 13, 84, 14, 84, 828, 3, 85, 3, 85, 5, 85, 833, 10, 85, 3, 86, 3, 86, 5, 86, 837, 10, 86, 3, 87, 3, 87, 3, 87, 5, 87, 842, 10, 87, 3, 87, 5, 87, 845, 10, 87, 3, 87, 5, 87, 848, 10, 87, 3, 87, 3, 87, 3, 87, 5, 87, 853, 10, 87, 3, 87, 5, 87, 856, 10, 87, 3, 87, 3, 87, 3, 87, 5, 87, 861, 10, 87, 3, 87, 3, 87, 3, 87, 5, 87, 866, 10, 87, 3, 88, 3, 88, 3, 88, 3, 89, 3, 89, 3, 90, 5, 90, 874, 10, 90, 3, 90, 3, 90, 3, 91, 3, 91, 3, 92, 3, 92, 3, 93, 3, 93, 3, 93, 5, 93, 885, 10, 93, 3, 94, 3, 94, 5, 94, 889, 10, 94, 3, 94, 3, 94, 3, 94, 5, 94, 894, 10, 94, 3, 94, 3, 94, 5, 94, 898, 10, 94, 3, 95, 3, 95, 3, 95, 3, 96, 3, 96, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 3, 97, 5, 97, 914, 10, 97, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 3, 98, 5, 98, 924, 10, 98, 3, 99, 3, 99, 3, 100, 3, 100, 5, 100, 930, 10, 100, 3, 100, 3, 100, 3, 101, 6, 101, 935, 10, 101, 13, 101, 14, 101, 936, 3, 102, 3, 102, 5, 102, 941, 10, 102, 3, 103, 3, 103, 3, 103, 3, 103, 5, 103, 947, 10, 103, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 3, 104, 5, 104, 960, 10, 104, 3, 105, 3, 105, 3, 106, 3, 106, 3, 106, 3, 106, 3, 106, 3, 106, 3, 106, 3, 107, 3, 107, 3, 107, 3, 107, 3, 107, 3, 108, 3, 108, 3, 109, 3, 109, 3, 110, 3, 110, 3, 111, 3, 111, 3, 112, 3, 112, 3, 113, 3, 113, 3, 114, 3, 114, 3, 115, 3, 115, 3, 116, 3, 116, 3, 117, 3, 117, 3, 118, 3, 118, 3, 119, 3, 119, 3, 120, 3, 120, 3, 121, 3, 121, 3, 122, 3, 122, 3, 123, 3, 123, 3, 124, 3, 124, 3, 124, 3, 125, 3, 125, 3, 125, 3, 126, 3, 126, 3, 126, 3, 127, 3, 127, 3, 127, 3, 128, 3, 128, 3, 128, 3, 129, 3, 129, 3, 129, 3, 130, 3, 130, 3, 130, 3, 131, 3, 131, 3, 131, 3, 132, 3, 132, 3, 133, 3, 133, 3, 134, 3, 134, 3, 135, 3, 135, 3, 136, 3, 136, 3, 137, 3, 137, 3, 138, 3, 138, 3, 139, 3, 139, 3, 140, 3, 140, 3, 140, 3, 141, 3, 141, 3, 141, 3, 142, 3, 142, 3, 142, 3, 143, 3, 143, 3, 143, 3, 144, 3, 144, 3, 144, 3, 145, 3, 145, 3, 145, 3, 146, 3, 146, 3, 146, 3, 147, 3, 147, 3, 147, 3, 148, 3, 148, 3, 148, 3, 149, 3, 149, 3, 149, 3, 150, 3, 150, 3, 150, 3, 150, 3, 151, 3, 151, 3, 151, 3, 151, 3, 152, 3, 152, 3, 152, 3, 152, 3, 152, 3, 153, 3, 153, 7, 153, 1093, 10, 153, 12, 153, 14, 153, 1096, 11, 153, 3, 154, 3, 154, 3, 154, 3, 154, 3, 154, 3, 154, 5, 154, 1104, 10, 154, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 3, 155, 5, 155, 1112, 10, 155, 3, 156, 3, 156, 3, 157, 3, 157, 3, 157, 3, 157, 3, 158, 6, 158, 1121, 10, 158, 13, 158, 14, 158, 1122, 3, 158, 3, 158, 3, 159, 3, 159, 3, 159, 3, 159, 7, 159, 1131, 10, 159, 12, 159, 14, 159, 1134, 11, 159, 3, 159, 3, 159, 3, 159, 3, 159, 3, 159, 3, 160, 3, 160, 3, 160, 3, 160, 7, 160, 1145, 10, 160, 12, 160, 14, 160, 1148, 11, 160, 3, 160, 3, 160, 3, 1132, 2, 161, 3, 3, 5, 4, 7, 5, 9, 6, 11, 7, 13, 8, 15, 9, 17, 10, 19, 11, 21, 12, 23, 13, 25, 14, 27, 15, 29, 16, 31, 17, 33, 18, 35, 19, 37, 20, 39, 21, 41, 22, 43, 23, 45, 24, 47, 25, 49, 26, 51, 27, 53, 28, 55, 29, 57, 30, 59, 31, 61, 32, 63, 33, 65, 34, 67, 35, 69, 36, 71, 37, 73, 38, 75, 39, 77, 40, 79, 41, 81, 42, 83, 43, 85, 44, 87, 45, 89, 46, 91, 47, 93, 48, 95, 49, 97, 50, 99, 51, 101, 52, 103, 53, 105, 54, 107, 55, 109, 56, 111, 57, 113, 58, 115, 59, 117, 2, 119, 2, 121, 2, 123, 2, 125, 2, 127, 2, 129, 2, 131, 2, 133, 2, 135, 2, 137, 2, 139, 2, 141, 2, 143, 2, 145, 2, 147, 2, 149, 2, 151, 2, 153, 2, 155, 2, 157, 2, 159, 2, 161, 2, 163, 2, 165, 2, 167, 2, 169, 2, 171, 60, 173, 2, 175, 2, 177, 2, 179, 2, 181, 2, 183, 2, 185, 2, 187, 2, 189, 2, 191, 2, 193, 61, 195, 62, 197, 2, 199, 63, 201, 2, 203, 2, 205, 2, 207, 2, 209, 2, 211, 2, 213, 64, 215, 65, 217, 66, 219, 67, 221, 68, 223, 69, 225, 70, 227, 71, 229, 72, 231, 73, 233, 74, 235, 75, 237, 76, 239, 77, 241, 78, 243, 79, 245, 80, 247, 81, 249, 82, 251, 83, 253, 84, 255, 85, 257, 86, 259, 87, 261, 88, 263, 89, 265, 90, 267, 91, 269, 92, 271, 93, 273, 94, 275, 95, 277, 96, 279, 97, 281, 98, 283, 99, 285, 100, 287, 101, 289, 102, 291, 103, 293, 104, 295, 105, 297, 106, 299, 107, 301, 108, 303, 109, 305, 110, 307, 2, 309, 2, 311, 111, 313, 112, 315, 113, 317, 114, 319, 115, 3, 2, 24, 4, 2, 78, 78, 110, 110, 3, 2, 51, 59, 4, 2, 90, 90, 122, 122, 5, 2, 50, 59, 67, 72, 99, 104, 3, 2, 50, 57, 4, 2, 68, 68, 100, 100, 3, 2, 50, 51, 4, 2, 71, 71, 103, 103, 4, 2, 45, 45, 47, 47, 6, 2, 70, 70, 72, 72, 102, 102, 104, 104, 4, 2, 82, 82, 114, 114, 4, 2, 41, 41, 94, 94, 4, 2, 36, 36, 94, 94, 10, 2, 36, 36, 41, 41, 94, 94, 100, 100, 104, 104, 112, 112, 116, 116, 118, 118, 3, 2, 50, 53, 6, 2, 38, 38, 67, 92, 97, 97, 99, 124, 4, 2, 2, 129, 55298, 56321, 3, 2, 55298, 56321, 3, 2, 56322, 57345, 7, 2, 38, 38, 50, 59, 67, 92, 97, 97, 99, 124, 5, 2, 11, 12, 14, 15, 34, 34, 4, 2, 12, 12, 15, 15, 2, 1165, 2, 3, 3, 2, 2, 2, 2, 5, 3, 2, 2, 2, 2, 7, 3, 2, 2, 2, 2, 9, 3, 2, 2, 2, 2, 11, 3, 2, 2, 2, 2, 13, 3, 2, 2, 2, 2, 15, 3, 2, 2, 2, 2, 17, 3, 2, 2, 2, 2, 19, 3, 2, 2, 2, 2, 21, 3, 2, 2, 2, 2, 23, 3, 2, 2, 2, 2, 25, 3, 2, 2, 2, 2, 27, 3, 2, 2, 2, 2, 29, 3, 2, 2, 2, 2, 31, 3, 2, 2, 2, 2, 33, 3, 2, 2, 2, 2, 35, 3, 2, 2, 2, 2, 37, 3, 2, 2, 2, 2, 39, 3, 2, 2, 2, 2, 41, 3, 2, 2, 2, 2, 43, 3, 2, 2, 2, 2, 45, 3, 2, 2, 2, 2, 47, 3, 2, 2, 2, 2, 49, 3, 2, 2, 2, 2, 51, 3, 2, 2, 2, 2, 53, 3, 2, 2, 2, 2, 55, 3, 2, 2, 2, 2, 57, 3, 2, 2, 2, 2, 59, 3, 2, 2, 2, 2, 61, 3, 2, 2, 2, 2, 63, 3, 2, 2, 2, 2, 65, 3, 2, 2, 2, 2, 67, 3, 2, 2, 2, 2, 69, 3, 2, 2, 2, 2, 71, 3, 2, 2, 2, 2, 73, 3, 2, 2, 2, 2, 75, 3, 2, 2, 2, 2, 77, 3, 2, 2, 2, 2, 79, 3, 2, 2, 2, 2, 81, 3, 2, 2, 2, 2, 83, 3, 2, 2, 2, 2, 85, 3, 2, 2, 2, 2, 87, 3, 2, 2, 2, 2, 89, 3, 2, 2, 2, 2, 91, 3, 2, 2, 2, 2, 93, 3, 2, 2, 2, 2, 95, 3, 2, 2, 2, 2, 97, 3, 2, 2, 2, 2, 99, 3, 2, 2, 2, 2, 101, 3, 2, 2, 2, 2, 103, 3, 2, 2, 2, 2, 105, 3, 2, 2, 2, 2, 107, 3, 2, 2, 2, 2, 109, 3, 2, 2, 2, 2, 111, 3, 2, 2, 2, 2, 113, 3, 2, 2, 2, 2, 115, 3, 2, 2, 2, 2, 171, 3, 2, 2, 2, 2, 193, 3, 2, 2, 2, 2, 195, 3, 2, 2, 2, 2, 199, 3, 2, 2, 2, 2, 213, 3, 2, 2, 2, 2, 215, 3, 2, 2, 2, 2, 217, 3, 2, 2, 2, 2, 219, 3, 2, 2, 2, 2, 221, 3, 2, 2, 2, 2, 223, 3, 2, 2, 2, 2, 225, 3, 2, 2, 2, 2, 227, 3, 2, 2, 2, 2, 229, 3, 2, 2, 2, 2, 231, 3, 2, 2, 2, 2, 233, 3, 2, 2, 2, 2, 235, 3, 2, 2, 2, 2, 237, 3, 2, 2, 2, 2, 239, 3, 2, 2, 2, 2, 241, 3, 2, 2, 2, 2, 243, 3, 2, 2, 2, 2, 245, 3, 2, 2, 2, 2, 247, 3, 2, 2, 2, 2, 249, 3, 2, 2, 2, 2, 251, 3, 2, 2, 2, 2, 253, 3, 2, 2, 2, 2, 255, 3, 2, 2, 2, 2, 257, 3, 2, 2, 2, 2, 259, 3, 2, 2, 2, 2, 261, 3, 2, 2, 2, 2, 263, 3, 2, 2, 2, 2, 265, 3, 2, 2, 2, 2, 267, 3, 2, 2, 2, 2, 269, 3, 2, 2, 2, 2, 271, 3, 2, 2, 2, 2, 273, 3, 2, 2, 2, 2, 275, 3, 2, 2, 2, 2, 277, 3, 2, 2, 2, 2, 279, 3, 2, 2, 2, 2, 281, 3, 2, 2, 2, 2, 283, 3, 2, 2, 2, 2, 285, 3, 2, 2, 2, 2, 287, 3, 2, 2, 2, 2, 289, 3, 2, 2, 2, 2, 291, 3, 2, 2, 2, 2, 293, 3, 2, 2, 2, 2, 295, 3, 2, 2, 2, 2, 297, 3, 2, 2, 2, 2, 299, 3, 2, 2, 2, 2, 301, 3, 2, 2, 2, 2, 303, 3, 2, 2, 2, 2, 305, 3, 2, 2, 2, 2, 311, 3, 2, 2, 2, 2, 313, 3, 2, 2, 2, 2, 315, 3, 2, 2, 2, 2, 317, 3, 2, 2, 2, 2, 319, 3, 2, 2, 2, 3, 321, 3, 2, 2, 2, 5, 328, 3, 2, 2, 2, 7, 339, 3, 2, 2, 2, 9, 347, 3, 2, 2, 2, 11, 354, 3, 2, 2, 2, 13, 358, 3, 2, 2, 2, 15, 364, 3, 2, 2, 2, 17, 373, 3, 2, 2, 2, 19, 380, 3, 2, 2, 2, 21, 388, 3, 2, 2, 2, 23, 394, 3, 2, 2, 2, 25, 399, 3, 2, 2, 2, 27, 404, 3, 2, 2, 2, 29, 410, 3, 2, 2, 2, 31, 415, 3, 2, 2, 2, 33, 421, 3, 2, 2, 2, 35, 427, 3, 2, 2, 2, 37, 436, 3, 2, 2, 2, 39, 444, 3, 2, 2, 2, 41, 447, 3, 2, 2, 2, 43, 454, 3, 2, 2, 2, 45, 459, 3, 2, 2, 2, 47, 464, 3, 2, 2, 2, 49, 472, 3, 2, 2, 2, 51, 478, 3, 2, 2, 2, 53, 486, 3, 2, 2, 2, 55, 492, 3, 2, 2, 2, 57, 496, 3, 2, 2, 2, 59, 499, 3, 2, 2, 2, 61, 504, 3, 2, 2, 2, 63, 515, 3, 2, 2, 2, 65, 522, 3, 2, 2, 2, 67, 533, 3, 2, 2, 2, 69, 537, 3, 2, 2, 2, 71, 547, 3, 2, 2, 2, 73, 552, 3, 2, 2, 2, 75, 559, 3, 2, 2, 2, 77, 563, 3, 2, 2, 2, 79, 571, 3, 2, 2, 2, 81, 579, 3, 2, 2, 2, 83, 589, 3, 2, 2, 2, 85, 596, 3, 2, 2, 2, 87, 603, 3, 2, 2, 2, 89, 609, 3, 2, 2, 2, 91, 616, 3, 2, 2, 2, 93, 625, 3, 2, 2, 2, 95, 631, 3, 2, 2, 2, 97, 638, 3, 2, 2, 2, 99, 651, 3, 2, 2, 2, 101, 656, 3, 2, 2, 2, 103, 662, 3, 2, 2, 2, 105, 669, 3, 2, 2, 2, 107, 679, 3, 2, 2, 2, 109, 683, 3, 2, 2, 2, 111, 688, 3, 2, 2, 2, 113, 697, 3, 2, 2, 2, 115, 707, 3, 2, 2, 2, 117, 709, 3, 2, 2, 2, 119, 713, 3, 2, 2, 2, 121, 717, 3, 2, 2, 2, 123, 721, 3, 2, 2, 2, 125, 725, 3, 2, 2, 2, 127, 737, 3, 2, 2, 2, 129, 739, 3, 2, 2, 2, 131, 748, 3, 2, 2, 2, 133, 750, 3, 2, 2, 2, 135, 753, 3, 2, 2, 2, 137, 759, 3, 2, 2, 2, 139, 762, 3, 2, 2, 2, 141, 766, 3, 2, 2, 2, 143, 770, 3, 2, 2, 2, 145, 777, 3, 2, 2, 2, 147, 780, 3, 2, 2, 2, 149, 786, 3, 2, 2, 2, 151, 788, 3, 2, 2, 2, 153, 794, 3, 2, 2, 2, 155, 801, 3, 2, 2, 2, 157, 804, 3, 2, 2, 2, 159, 810, 3, 2, 2, 2, 161, 812, 3, 2, 2, 2, 163, 816, 3, 2, 2, 2, 165, 823, 3, 2, 2, 2, 167, 826, 3, 2, 2, 2, 169, 832, 3, 2, 2, 2, 171, 836, 3, 2, 2, 2, 173, 865, 3, 2, 2, 2, 175, 867, 3, 2, 2, 2, 177, 870, 3, 2, 2, 2, 179, 873, 3, 2, 2, 2, 181, 877, 3, 2, 2, 2, 183, 879, 3, 2, 2, 2, 185, 881, 3, 2, 2, 2, 187, 897, 3, 2, 2, 2, 189, 899, 3, 2, 2, 2, 191, 902, 3, 2, 2, 2, 193, 913, 3, 2, 2, 2, 195, 923, 3, 2, 2, 2, 197, 925, 3, 2, 2, 2, 199, 927, 3, 2, 2, 2, 201, 934, 3, 2, 2, 2, 203, 940, 3, 2, 2, 2, 205, 946, 3, 2, 2, 2, 207, 959, 3, 2, 2, 2, 209, 961, 3, 2, 2, 2, 211, 963, 3, 2, 2, 2, 213, 970, 3, 2, 2, 2, 215, 975, 3, 2, 2, 2, 217, 977, 3, 2, 2, 2, 219, 979, 3, 2, 2, 2, 221, 981, 3, 2, 2, 2, 223, 983, 3, 2, 2, 2, 225, 985, 3, 2, 2, 2, 227, 987, 3, 2, 2, 2, 229, 989, 3, 2, 2, 2, 231, 991, 3, 2, 2, 2, 233, 993, 3, 2, 2, 2, 235, 995, 3, 2, 2, 2, 237, 997, 3, 2, 2, 2, 239, 999, 3, 2, 2, 2, 241, 1001, 3, 2, 2, 2, 243, 1003, 3, 2, 2, 2, 245, 1005, 3, 2, 2, 2, 247, 1007, 3, 2, 2, 2, 249, 1010, 3, 2, 2, 2, 251, 1013, 3, 2, 2, 2, 253, 1016, 3, 2, 2, 2, 255, 1019, 3, 2, 2, 2, 257, 1022, 3, 2, 2, 2, 259, 1025, 3, 2, 2, 2, 261, 1028, 3, 2, 2, 2, 263, 1031, 3, 2, 2, 2, 265, 1033, 3, 2, 2, 2, 267, 1035, 3, 2, 2, 2, 269, 1037, 3, 2, 2, 2, 271, 1039, 3, 2, 2, 2, 273, 1041, 3, 2, 2, 2, 275, 1043, 3, 2, 2, 2, 277, 1045, 3, 2, 2, 2, 279, 1047, 3, 2, 2, 2, 281, 1050, 3, 2, 2, 2, 283, 1053, 3, 2, 2, 2, 285, 1056, 3, 2, 2, 2, 287, 1059, 3, 2, 2, 2, 289, 1062, 3, 2, 2, 2, 291, 1065, 3, 2, 2, 2, 293, 1068, 3, 2, 2, 2, 295, 1071, 3, 2, 2, 2, 297, 1074, 3, 2, 2, 2, 299, 1077, 3, 2, 2, 2, 301, 1081, 3, 2, 2, 2, 303, 1085, 3, 2, 2, 2, 305, 1090, 3, 2, 2, 2, 307, 1103, 3, 2, 2, 2, 309, 1111, 3, 2, 2, 2, 311, 1113, 3, 2, 2, 2, 313, 1115, 3, 2, 2, 2, 315, 1120, 3, 2, 2, 2, 317, 1126, 3, 2, 2, 2, 319, 1140, 3, 2, 2, 2, 321, 322, 7, 117, 2, 2, 322, 323, 7, 103, 2, 2, 323, 324, 7, 99, 2, 2, 324, 325, 7, 110, 2, 2, 325, 326, 7, 103, 2, 2, 326, 327, 7, 102, 2, 2, 327, 4, 3, 2, 2, 2, 328, 329, 7, 112, 2, 2, 329, 330, 7, 113, 2, 2, 330, 331, 7, 112, 2, 2, 331, 332, 7, 47, 2, 2, 332, 333, 7, 117, 2, 2, 333, 334, 7, 103, 2, 2, 334, 335, 7, 99, 2, 2, 335, 336, 7, 110, 2, 2, 336, 337, 7, 103, 2, 2, 337, 338, 7, 102, 2, 2, 338, 6, 3, 2, 2, 2, 339, 340, 7, 114, 2, 2, 340, 341, 7, 103, 2, 2, 341, 342, 7, 116, 2, 2, 342, 343, 7, 111, 2, 2, 343, 344, 7, 107, 2, 2, 344, 345, 7, 118, 2, 2, 345, 346, 7, 117, 2, 2, 346, 8, 3, 2, 2, 2, 347, 348, 7, 116, 2, 2, 348, 349, 7, 103, 2, 2, 349, 350, 7, 101, 2, 2, 350, 351, 7, 113, 2, 2, 351, 352, 7, 116, 2, 2, 352, 353, 7, 102, 2, 2, 353, 10, 3, 2, 2, 2, 354, 355, 7, 120, 2, 2, 355, 356, 7, 99, 2, 2, 356, 357, 7, 116, 2, 2, 357, 12, 3, 2, 2, 2, 358, 359, 7, 123, 2, 2, 359, 360, 7, 107, 2, 2, 360, 361, 7, 103, 2, 2, 361, 362, 7, 110, 2, 2, 362, 363, 7, 102, 2, 2, 363, 14, 3, 2, 2, 2, 364, 365, 7, 99, 2, 2, 365, 366, 7, 100, 2, 2, 366, 367, 7, 117, 2, 2, 367, 368, 7, 118, 2, 2, 368, 369, 7, 116, 2, 2, 369, 370, 7, 99, 2, 2, 370, 371, 7, 101, 2, 2, 371, 372, 7, 118, 2, 2, 372, 16, 3, 2, 2, 2, 373, 374, 7, 99, 2, 2, 374, 375, 7, 117, 2, 2, 375, 376, 7, 117, 2, 2, 376, 377, 7, 103, 2, 2, 377, 378, 7, 116, 2, 2, 378, 379, 7, 118, 2, 2, 379, 18, 3, 2, 2, 2, 380, 381, 7, 100, 2, 2, 381, 382, 7, 113, 2, 2, 382, 383, 7, 113, 2, 2, 383, 384, 7, 110, 2, 2, 384, 385, 7, 103, 2, 2, 385, 386, 7, 99, 2, 2, 386, 387, 7, 112, 2, 2, 387, 20, 3, 2, 2, 2, 388, 389, 7, 100, 2, 2, 389, 390, 7, 116, 2, 2, 390, 391, 7, 103, 2, 2, 391, 392, 7, 99, 2, 2, 392, 393, 7, 109, 2, 2, 393, 22, 3, 2, 2, 2, 394, 395, 7, 100, 2, 2, 395, 396, 7, 123, 2, 2, 396, 397, 7, 118, 2, 2, 397, 398, 7, 103, 2, 2, 398, 24, 3, 2, 2, 2, 399, 400, 7, 101, 2, 2, 400, 401, 7, 99, 2, 2, 401, 402, 7, 117, 2, 2, 402, 403, 7, 103, 2, 2, 403, 26, 3, 2, 2, 2, 404, 405, 7, 101, 2, 2, 405, 406, 7, 99, 2, 2, 406, 407, 7, 118, 2, 2, 407, 408, 7, 101, 2, 2, 408, 409, 7, 106, 2, 2, 409, 28, 3, 2, 2, 2, 410, 411, 7, 101, 2, 2, 411, 412, 7, 106, 2, 2, 412, 413, 7, 99, 2, 2, 413, 414, 7, 116, 2, 2, 414, 30, 3, 2, 2, 2, 415, 416, 7, 101, 2, 2, 416, 417, 7, 110, 2, 2, 417, 418, 7, 99, 2, 2, 418, 419, 7, 117, 2, 2, 419, 420, 7, 117, 2, 2, 420, 32, 3, 2, 2, 2, 421, 422, 7, 101, 2, 2, 422, 423, 7, 113, 2, 2, 423, 424, 7, 112, 2, 2, 424, 425, 7, 117, 2, 2, 425, 426, 7, 118, 2, 2, 426, 34, 3, 2, 2, 2, 427, 428, 7, 101, 2, 2, 428, 429, 7, 113, 2, 2, 429, 430, 7, 112, 2, 2, 430, 431, 7, 118, 2, 2, 431, 432, 7, 107, 2, 2, 432, 433, 7, 112, 2, 2, 433, 434, 7, 119, 2, 2, 434, 435, 7, 103, 2, 2, 435, 36, 3, 2, 2, 2, 436, 437, 7, 102, 2, 2, 437, 438, 7, 103, 2, 2, 438, 439, 7, 104, 2, 2, 439, 440, 7, 99, 2, 2, 440, 441, 7, 119, 2, 2, 441, 442, 7, 110, 2, 2, 442, 443, 7, 118, 2, 2, 443, 38, 3, 2, 2, 2, 444, 445, 7, 102, 2, 2, 445, 446, 7, 113, 2, 2, 446, 40, 3, 2, 2, 2, 447, 448, 7, 102, 2, 2, 448, 449, 7, 113, 2, 2, 449, 450, 7, 119, 2, 2, 450, 451, 7, 100, 2, 2, 451, 452, 7, 110, 2, 2, 452, 453, 7, 103, 2, 2, 453, 42, 3, 2, 2, 2, 454, 455, 7, 103, 2, 2, 455, 456, 7, 110, 2, 2, 456, 457, 7, 117, 2, 2, 457, 458, 7, 103, 2, 2, 458, 44, 3, 2, 2, 2, 459, 460, 7, 103, 2, 2, 460, 461, 7, 112, 2, 2, 461, 462, 7, 119, 2, 2, 462, 463, 7, 111, 2, 2, 463, 46, 3, 2, 2, 2, 464, 465, 7, 103, 2, 2, 465, 466, 7, 122, 2, 2, 466, 467, 7, 118, 2, 2, 467, 468, 7, 103, 2, 2, 468, 469, 7, 112, 2, 2, 469, 470, 7, 102, 2, 2, 470, 471, 7, 117, 2, 2, 471, 48, 3, 2, 2, 2, 472, 473, 7, 104, 2, 2, 473, 474, 7, 107, 2, 2, 474, 475, 7, 112, 2, 2, 475, 476, 7, 99, 2, 2, 476, 477, 7, 110, 2, 2, 477, 50, 3, 2, 2, 2, 478, 479, 7, 104, 2, 2, 479, 480, 7, 107, 2, 2, 480, 481, 7, 112, 2, 2, 481, 482, 7, 99, 2, 2, 482, 483, 7, 110, 2, 2, 483, 484, 7, 110, 2, 2, 484, 485, 7, 123, 2, 2, 485, 52, 3, 2, 2, 2, 486, 487, 7, 104, 2, 2, 487, 488, 7, 110, 2, 2, 488, 489, 7, 113, 2, 2, 489, 490, 7, 99, 2, 2, 490, 491, 7, 118, 2, 2, 491, 54, 3, 2, 2, 2, 492, 493, 7, 104, 2, 2, 493, 494, 7, 113, 2, 2, 494, 495, 7, 116, 2, 2, 495, 56, 3, 2, 2, 2, 496, 497, 7, 107, 2, 2, 497, 498, 7, 104, 2, 2, 498, 58, 3, 2, 2, 2, 499, 500, 7, 105, 2, 2, 500, 501, 7, 113, 2, 2, 501, 502, 7, 118, 2, 2, 502, 503, 7, 113, 2, 2, 503, 60, 3, 2, 2, 2, 504, 505, 7, 107, 2, 2, 505, 506, 7, 111, 2, 2, 506, 507, 7, 114, 2, 2, 507, 508, 7, 110, 2, 2, 508, 509, 7, 103, 2, 2, 509, 510, 7, 111, 2, 2, 510, 511, 7, 103, 2, 2, 511, 512, 7, 112, 2, 2, 512, 513, 7, 118, 2, 2, 513, 514, 7, 117, 2, 2, 514, 62, 3, 2, 2, 2, 515, 516, 7, 107, 2, 2, 516, 517, 7, 111, 2, 2, 517, 518, 7, 114, 2, 2, 518, 519, 7, 113, 2, 2, 519, 520, 7, 116, 2, 2, 520, 521, 7, 118, 2, 2, 521, 64, 3, 2, 2, 2, 522, 523, 7, 107, 2, 2, 523, 524, 7, 112, 2, 2, 524, 525, 7, 117, 2, 2, 525, 526, 7, 118, 2, 2, 526, 527, 7, 99, 2, 2, 527, 528, 7, 112, 2, 2, 528, 529, 7, 101, 2, 2, 529, 530, 7, 103, 2, 2, 530, 531, 7, 113, 2, 2, 531, 532, 7, 104, 2, 2, 532, 66, 3, 2, 2, 2, 533, 534, 7, 107, 2, 2, 534, 535, 7, 112, 2, 2, 535, 536, 7, 118, 2, 2, 536, 68, 3, 2, 2, 2, 537, 538, 7, 107, 2, 2, 538, 539, 7, 112, 2, 2, 539, 540, 7, 118, 2, 2, 540, 541, 7, 103, 2, 2, 541, 542, 7, 116, 2, 2, 542, 543, 7, 104, 2, 2, 543, 544, 7, 99, 2, 2, 544, 545, 7, 101, 2, 2, 545, 546, 7, 103, 2, 2, 546, 70, 3, 2, 2, 2, 547, 548, 7, 110, 2, 2, 548, 549, 7, 113, 2, 2, 549, 550, 7, 112, 2, 2, 550, 551, 7, 105, 2, 2, 551, 72, 3, 2, 2, 2, 552, 553, 7, 112, 2, 2, 553, 554, 7, 99, 2, 2, 554, 555, 7, 118, 2, 2, 555, 556, 7, 107, 2, 2, 556, 557, 7, 120, 2, 2, 557, 558, 7, 103, 2, 2, 558, 74, 3, 2, 2, 2, 559, 560, 7, 112, 2, 2, 560, 561, 7, 103, 2, 2, 561, 562, 7, 121, 2, 2, 562, 76, 3, 2, 2, 2, 563, 564, 7, 114, 2, 2, 564, 565, 7, 99, 2, 2, 565, 566, 7, 101, 2, 2, 566, 567, 7, 109, 2, 2, 567, 568, 7, 99, 2, 2, 568, 569, 7, 105, 2, 2, 569, 570, 7, 103, 2, 2, 570, 78, 3, 2, 2, 2, 571, 572, 7, 114, 2, 2, 572, 573, 7, 116, 2, 2, 573, 574, 7, 107, 2, 2, 574, 575, 7, 120, 2, 2, 575, 576, 7, 99, 2, 2, 576, 577, 7, 118, 2, 2, 577, 578, 7, 103, 2, 2, 578, 80, 3, 2, 2, 2, 579, 580, 7, 114, 2, 2, 580, 581, 7, 116, 2, 2, 581, 582, 7, 113, 2, 2, 582, 583, 7, 118, 2, 2, 583, 584, 7, 103, 2, 2, 584, 585, 7, 101, 2, 2, 585, 586, 7, 118, 2, 2, 586, 587, 7, 103, 2, 2, 587, 588, 7, 102, 2, 2, 588, 82, 3, 2, 2, 2, 589, 590, 7, 114, 2, 2, 590, 591, 7, 119, 2, 2, 591, 592, 7, 100, 2, 2, 592, 593, 7, 110, 2, 2, 593, 594, 7, 107, 2, 2, 594, 595, 7, 101, 2, 2, 595, 84, 3, 2, 2, 2, 596, 597, 7, 116, 2, 2, 597, 598, 7, 103, 2, 2, 598, 599, 7, 118, 2, 2, 599, 600, 7, 119, 2, 2, 600, 601, 7, 116, 2, 2, 601, 602, 7, 112, 2, 2, 602, 86, 3, 2, 2, 2, 603, 604, 7, 117, 2, 2, 604, 605, 7, 106, 2, 2, 605, 606, 7, 113, 2, 2, 606, 607, 7, 116, 2, 2, 607, 608, 7, 118, 2, 2, 608, 88, 3, 2, 2, 2, 609, 610, 7, 117, 2, 2, 610, 611, 7, 118, 2, 2, 611, 612, 7, 99, 2, 2, 612, 613, 7, 118, 2, 2, 613, 614, 7, 107, 2, 2, 614, 615, 7, 101, 2, 2, 615, 90, 3, 2, 2, 2, 616, 617, 7, 117, 2, 2, 617, 618, 7, 118, 2, 2, 618, 619, 7, 116, 2, 2, 619, 620, 7, 107, 2, 2, 620, 621, 7, 101, 2, 2, 621, 622, 7, 118, 2, 2, 622, 623, 7, 104, 2, 2, 623, 624, 7, 114, 2, 2, 624, 92, 3, 2, 2, 2, 625, 626, 7, 117, 2, 2, 626, 627, 7, 119, 2, 2, 627, 628, 7, 114, 2, 2, 628, 629, 7, 103, 2, 2, 629, 630, 7, 116, 2, 2, 630, 94, 3, 2, 2, 2, 631, 632, 7, 117, 2, 2, 632, 633, 7, 121, 2, 2, 633, 634, 7, 107, 2, 2, 634, 635, 7, 118, 2, 2, 635, 636, 7, 101, 2, 2, 636, 637, 7, 106, 2, 2, 637, 96, 3, 2, 2, 2, 638, 639, 7, 117, 2, 2, 639, 640, 7, 123, 2, 2, 640, 641, 7, 112, 2, 2, 641, 642, 7, 101, 2, 2, 642, 643, 7, 106, 2, 2, 643, 644, 7, 116, 2, 2, 644, 645, 7, 113, 2, 2, 645, 646, 7, 112, 2, 2, 646, 647, 7, 107, 2, 2, 647, 648, 7, 124, 2, 2, 648, 649, 7, 103, 2, 2, 649, 650, 7, 102, 2, 2, 650, 98, 3, 2, 2, 2, 651, 652, 7, 118, 2, 2, 652, 653, 7, 106, 2, 2, 653, 654, 7, 107, 2, 2, 654, 655, 7, 117, 2, 2, 655, 100, 3, 2, 2, 2, 656, 657, 7, 118, 2, 2, 657, 658, 7, 106, 2, 2, 658, 659, 7, 116, 2, 2, 659, 660, 7, 113, 2, 2, 660, 661, 7, 121, 2, 2, 661, 102, 3, 2, 2, 2, 662, 663, 7, 118, 2, 2, 663, 664, 7, 106, 2, 2, 664, 665, 7, 116, 2, 2, 665, 666, 7, 113, 2, 2, 666, 667, 7, 121, 2, 2, 667, 668, 7, 117, 2, 2, 668, 104, 3, 2, 2, 2, 669, 670, 7, 118, 2, 2, 670, 671, 7, 116, 2, 2, 671, 672, 7, 99, 2, 2, 672, 673, 7, 112, 2, 2, 673, 674, 7, 117, 2, 2, 674, 675, 7, 107, 2, 2, 675, 676, 7, 103, 2, 2, 676, 677, 7, 112, 2, 2, 677, 678, 7, 118, 2, 2, 678, 106, 3, 2, 2, 2, 679, 680, 7, 118, 2, 2, 680, 681, 7, 116, 2, 2, 681, 682, 7, 123, 2, 2, 682, 108, 3, 2, 2, 2, 683, 684, 7, 120, 2, 2, 684, 685, 7, 113, 2, 2, 685, 686, 7, 107, 2, 2, 686, 687, 7, 102, 2, 2, 687, 110, 3, 2, 2, 2, 688, 689, 7, 120, 2, 2, 689, 690, 7, 113, 2, 2, 690, 691, 7, 110, 2, 2, 691, 692, 7, 99, 2, 2, 692, 693, 7, 118, 2, 2, 693, 694, 7, 107, 2, 2, 694, 695, 7, 110, 2, 2, 695, 696, 7, 103, 2, 2, 696, 112, 3, 2, 2, 2, 697, 698, 7, 121, 2, 2, 698, 699, 7, 106, 2, 2, 699, 700, 7, 107, 2, 2, 700, 701, 7, 110, 2, 2, 701, 702, 7, 103, 2, 2, 702, 114, 3, 2, 2, 2, 703, 708, 5, 117, 59, 2, 704, 708, 5, 119, 60, 2, 705, 708, 5, 121, 61, 2, 706, 708, 5, 123, 62, 2, 707, 703, 3, 2, 2, 2, 707, 704, 3, 2, 2, 2, 707, 705, 3, 2, 2, 2, 707, 706, 3, 2, 2, 2, 708, 116, 3, 2, 2, 2, 709, 711, 5, 127, 64, 2, 710, 712, 5, 125, 63, 2, 711, 710, 3, 2, 2, 2, 711, 712, 3, 2, 2, 2, 712, 118, 3, 2, 2, 2, 713, 715, 5, 141, 71, 2, 714, 716, 5, 125, 63, 2, 715, 714, 3, 2, 2, 2, 715, 716, 3, 2, 2, 2, 716, 120, 3, 2, 2, 2, 717, 719, 5, 151, 76, 2, 718, 720, 5, 125, 63, 2, 719, 718, 3, 2, 2, 2, 719, 720, 3, 2, 2, 2, 720, 122, 3, 2, 2, 2, 721, 723, 5, 161, 81, 2, 722, 724, 5, 125, 63, 2, 723, 722, 3, 2, 2, 2, 723, 724, 3, 2, 2, 2, 724, 124, 3, 2, 2, 2, 725, 726, 9, 2, 2, 2, 726, 126, 3, 2, 2, 2, 727, 738, 7, 50, 2, 2, 728, 735, 5, 133, 67, 2, 729, 731, 5, 129, 65, 2, 730, 729, 3, 2, 2, 2, 730, 731, 3, 2, 2, 2, 731, 736, 3, 2, 2, 2, 732, 733, 5, 139, 70, 2, 733, 734, 5, 129, 65, 2, 734, 736, 3, 2, 2, 2, 735, 730, 3, 2, 2, 2, 735, 732, 3, 2, 2, 2, 736, 738, 3, 2, 2, 2, 737, 727, 3, 2, 2, 2, 737, 728, 3, 2, 2, 2, 738, 128, 3, 2, 2, 2, 739, 744, 5, 131, 66, 2, 740, 742, 5, 135, 68, 2, 741, 740, 3, 2, 2, 2, 741, 742, 3, 2, 2, 2, 742, 743, 3, 2, 2, 2, 743, 745, 5, 131, 66, 2, 744, 741, 3, 2, 2, 2, 744, 745, 3, 2, 2, 2, 745, 130, 3, 2, 2, 2, 746, 749, 7, 50, 2, 2, 747, 749, 5, 133, 67, 2, 748, 746, 3, 2, 2, 2, 748, 747, 3, 2, 2, 2, 749, 132, 3, 2, 2, 2, 750, 751, 9, 3, 2, 2, 751, 134, 3, 2, 2, 2, 752, 754, 5, 137, 69, 2, 753, 752, 3, 2, 2, 2, 754, 755, 3, 2, 2, 2, 755, 753, 3, 2, 2, 2, 755, 756, 3, 2, 2, 2, 756, 136, 3, 2, 2, 2, 757, 760, 5, 131, 66, 2, 758, 760, 7, 97, 2, 2, 759, 757, 3, 2, 2, 2, 759, 758, 3, 2, 2, 2, 760, 138, 3, 2, 2, 2, 761, 763, 7, 97, 2, 2, 762, 761, 3, 2, 2, 2, 763, 764, 3, 2, 2, 2, 764, 762, 3, 2, 2, 2, 764, 765, 3, 2, 2, 2, 765, 140, 3, 2, 2, 2, 766, 767, 7, 50, 2, 2, 767, 768, 9, 4, 2, 2, 768, 769, 5, 143, 72, 2, 769, 142, 3, 2, 2, 2, 770, 775, 5, 145, 73, 2, 771, 773, 5, 147, 74, 2, 772, 771, 3, 2, 2, 2, 772, 773, 3, 2, 2, 2, 773, 774, 3, 2, 2, 2, 774, 776, 5, 145, 73, 2, 775, 772, 3, 2, 2, 2, 775, 776, 3, 2, 2, 2, 776, 144, 3, 2, 2, 2, 777, 778, 9, 5, 2, 2, 778, 146, 3, 2, 2, 2, 779, 781, 5, 149, 75, 2, 780, 779, 3, 2, 2, 2, 781, 782, 3, 2, 2, 2, 782, 780, 3, 2, 2, 2, 782, 783, 3, 2, 2, 2, 783, 148, 3, 2, 2, 2, 784, 787, 5, 145, 73, 2, 785, 787, 7, 97, 2, 2, 786, 784, 3, 2, 2, 2, 786, 785, 3, 2, 2, 2, 787, 150, 3, 2, 2, 2, 788, 790, 7, 50, 2, 2, 789, 791, 5, 139, 70, 2, 790, 789, 3, 2, 2, 2, 790, 791, 3, 2, 2, 2, 791, 792, 3, 2, 2, 2, 792, 793, 5, 153, 77, 2, 793, 152, 3, 2, 2, 2, 794, 799, 5, 155, 78, 2, 795, 797, 5, 157, 79, 2, 796, 795, 3, 2, 2, 2, 796, 797, 3, 2, 2, 2, 797, 798, 3, 2, 2, 2, 798, 800, 5, 155, 78, 2, 799, 796, 3, 2, 2, 2, 799, 800, 3, 2, 2, 2, 800, 154, 3, 2, 2, 2, 801, 802, 9, 6, 2, 2, 802, 156, 3, 2, 2, 2, 803, 805, 5, 159, 80, 2, 804, 803, 3, 2, 2, 2, 805, 806, 3, 2, 2, 2, 806, 804, 3, 2, 2, 2, 806, 807, 3, 2, 2, 2, 807, 158, 3, 2, 2, 2, 808, 811, 5, 155, 78, 2, 809, 811, 7, 97, 2, 2, 810, 808, 3, 2, 2, 2, 810, 809, 3, 2, 2, 2, 811, 160, 3, 2, 2, 2, 812, 813, 7, 50, 2, 2, 813, 814, 9, 7, 2, 2, 814, 815, 5, 163, 82, 2, 815, 162, 3, 2, 2, 2, 816, 821, 5, 165, 83, 2, 817, 819, 5, 167, 84, 2, 818, 817, 3, 2, 2, 2, 818, 819, 3, 2, 2, 2, 819, 820, 3, 2, 2, 2, 820, 822, 5, 165, 83, 2, 821, 818, 3, 2, 2, 2, 821, 822, 3, 2, 2, 2, 822, 164, 3, 2, 2, 2, 823, 824, 9, 8, 2, 2, 824, 166, 3, 2, 2, 2, 825, 827, 5, 169, 85, 2, 826, 825, 3, 2, 2, 2, 827, 828, 3, 2, 2, 2, 828, 826, 3, 2, 2, 2, 828, 829, 3, 2, 2, 2, 829, 168, 3, 2, 2, 2, 830, 833, 5, 165, 83, 2, 831, 833, 7, 97, 2, 2, 832, 830, 3, 2, 2, 2, 832, 831, 3, 2, 2, 2, 833, 170, 3, 2, 2, 2, 834, 837, 5, 173, 87, 2, 835, 837, 5, 185, 93, 2, 836, 834, 3, 2, 2, 2, 836, 835, 3, 2, 2, 2, 837, 172, 3, 2, 2, 2, 838, 839, 5, 129, 65, 2, 839, 841, 7, 48, 2, 2, 840, 842, 5, 129, 65, 2, 841, 840, 3, 2, 2, 2, 841, 842, 3, 2, 2, 2, 842, 844, 3, 2, 2, 2, 843, 845, 5, 175, 88, 2, 844, 843, 3, 2, 2, 2, 844, 845, 3, 2, 2, 2, 845, 847, 3, 2, 2, 2, 846, 848, 5, 183, 92, 2, 847, 846, 3, 2, 2, 2, 847, 848, 3, 2, 2, 2, 848, 866, 3, 2, 2, 2, 849, 850, 7, 48, 2, 2, 850, 852, 5, 129, 65, 2, 851, 853, 5, 175, 88, 2, 852, 851, 3, 2, 2, 2, 852, 853, 3, 2, 2, 2, 853, 855, 3, 2, 2, 2, 854, 856, 5, 183, 92, 2, 855, 854, 3, 2, 2, 2, 855, 856, 3, 2, 2, 2, 856, 866, 3, 2, 2, 2, 857, 858, 5, 129, 65, 2, 858, 860, 5, 175, 88, 2, 859, 861, 5, 183, 92, 2, 860, 859, 3, 2, 2, 2, 860, 861, 3, 2, 2, 2, 861, 866, 3, 2, 2, 2, 862, 863, 5, 129, 65, 2, 863, 864, 5, 183, 92, 2, 864, 866, 3, 2, 2, 2, 865, 838, 3, 2, 2, 2, 865, 849, 3, 2, 2, 2, 865, 857, 3, 2, 2, 2, 865, 862, 3, 2, 2, 2, 866, 174, 3, 2, 2, 2, 867, 868, 5, 177, 89, 2, 868, 869, 5, 179, 90, 2, 869, 176, 3, 2, 2, 2, 870, 871, 9, 9, 2, 2, 871, 178, 3, 2, 2, 2, 872, 874, 5, 181, 91, 2, 873, 872, 3, 2, 2, 2, 873, 874, 3, 2, 2, 2, 874, 875, 3, 2, 2, 2, 875, 876, 5, 129, 65, 2, 876, 180, 3, 2, 2, 2, 877, 878, 9, 10, 2, 2, 878, 182, 3, 2, 2, 2, 879, 880, 9, 11, 2, 2, 880, 184, 3, 2, 2, 2, 881, 882, 5, 187, 94, 2, 882, 884, 5, 189, 95, 2, 883, 885, 5, 183, 92, 2, 884, 883, 3, 2, 2, 2, 884, 885, 3, 2, 2, 2, 885, 186, 3, 2, 2, 2, 886, 888, 5, 141, 71, 2, 887, 889, 7, 48, 2, 2, 888, 887, 3, 2, 2, 2, 888, 889, 3, 2, 2, 2, 889, 898, 3, 2, 2, 2, 890, 891, 7, 50, 2, 2, 891, 893, 9, 4, 2, 2, 892, 894, 5, 143, 72, 2, 893, 892, 3, 2, 2, 2, 893, 894, 3, 2, 2, 2, 894, 895, 3, 2, 2, 2, 895, 896, 7, 48, 2, 2, 896, 898, 5, 143, 72, 2, 897, 886, 3, 2, 2, 2, 897, 890, 3, 2, 2, 2, 898, 188, 3, 2, 2, 2, 899, 900, 5, 191, 96, 2, 900, 901, 5, 179, 90, 2, 901, 190, 3, 2, 2, 2, 902, 903, 9, 12, 2, 2, 903, 192, 3, 2, 2, 2, 904, 905, 7, 118, 2, 2, 905, 906, 7, 116, 2, 2, 906, 907, 7, 119, 2, 2, 907, 914, 7, 103, 2, 2, 908, 909, 7, 104, 2, 2, 909, 910, 7, 99, 2, 2, 910, 911, 7, 110, 2, 2, 911, 912, 7, 117, 2, 2, 912, 914, 7, 103, 2, 2, 913, 904, 3, 2, 2, 2, 913, 908, 3, 2, 2, 2, 914, 194, 3, 2, 2, 2, 915, 916, 7, 41, 2, 2, 916, 917, 5, 197, 99, 2, 917, 918, 7, 41, 2, 2, 918, 924, 3, 2, 2, 2, 919, 920, 7, 41, 2, 2, 920, 921, 5, 205, 103, 2, 921, 922, 7, 41, 2, 2, 922, 924, 3, 2, 2, 2, 923, 915, 3, 2, 2, 2, 923, 919, 3, 2, 2, 2, 924, 196, 3, 2, 2, 2, 925, 926, 10, 13, 2, 2, 926, 198, 3, 2, 2, 2, 927, 929, 7, 36, 2, 2, 928, 930, 5, 201, 101, 2, 929, 928, 3, 2, 2, 2, 929, 930, 3, 2, 2, 2, 930, 931, 3, 2, 2, 2, 931, 932, 7, 36, 2, 2, 932, 200, 3, 2, 2, 2, 933, 935, 5, 203, 102, 2, 934, 933, 3, 2, 2, 2, 935, 936, 3, 2, 2, 2, 936, 934, 3, 2, 2, 2, 936, 937, 3, 2, 2, 2, 937, 202, 3, 2, 2, 2, 938, 941, 10, 14, 2, 2, 939, 941, 5, 205, 103, 2, 940, 938, 3, 2, 2, 2, 940, 939, 3, 2, 2, 2, 941, 204, 3, 2, 2, 2, 942, 943, 7, 94, 2, 2, 943, 947, 9, 15, 2, 2, 944, 947, 5, 207, 104, 2, 945, 947, 5, 211, 106, 2, 946, 942, 3, 2, 2, 2, 946, 944, 3, 2, 2, 2, 946, 945, 3, 2, 2, 2, 947, 206, 3, 2, 2, 2, 948, 949, 7, 94, 2, 2, 949, 960, 5, 155, 78, 2, 950, 951, 7, 94, 2, 2, 951, 952, 5, 155, 78, 2, 952, 953, 5, 155, 78, 2, 953, 960, 3, 2, 2, 2, 954, 955, 7, 94, 2, 2, 955, 956, 5, 209, 105, 2, 956, 957, 5, 155, 78, 2, 957, 958, 5, 155, 78, 2, 958, 960, 3, 2, 2, 2, 959, 948, 3, 2, 2, 2, 959, 950, 3, 2, 2, 2, 959, 954, 3, 2, 2, 2, 960, 208, 3, 2, 2, 2, 961, 962, 9, 16, 2, 2, 962, 210, 3, 2, 2, 2, 963, 964, 7, 94, 2, 2, 964, 965, 7, 119, 2, 2, 965, 966, 5, 145, 73, 2, 966, 967, 5, 145, 73, 2, 967, 968, 5, 145, 73, 2, 968, 969, 5, 145, 73, 2, 969, 212, 3, 2, 2, 2, 970, 971, 7, 112, 2, 2, 971, 972, 7, 119, 2, 2, 972, 973, 7, 110, 2, 2, 973, 974, 7, 110, 2, 2, 974, 214, 3, 2, 2, 2, 975, 976, 7, 42, 2, 2, 976, 216, 3, 2, 2, 2, 977, 978, 7, 43, 2, 2, 978, 218, 3, 2, 2, 2, 979, 980, 7, 125, 2, 2, 980, 220, 3, 2, 2, 2, 981, 982, 7, 127, 2, 2, 982, 222, 3, 2, 2, 2, 983, 984, 7, 93, 2, 2, 984, 224, 3, 2, 2, 2, 985, 986, 7, 95, 2, 2, 986, 226, 3, 2, 2, 2, 987, 988, 7, 61, 2, 2, 988, 228, 3, 2, 2, 2, 989, 990, 7, 46, 2, 2, 990, 230, 3, 2, 2, 2, 991, 992, 7, 48, 2, 2, 992, 232, 3, 2, 2, 2, 993, 994, 7, 63, 2, 2, 994, 234, 3, 2, 2, 2, 995, 996, 7, 64, 2, 2, 996, 236, 3, 2, 2, 2, 997, 998, 7, 62, 2, 2, 998, 238, 3, 2, 2, 2, 999, 1000, 7, 35, 2, 2, 1000, 240, 3, 2, 2, 2, 1001, 1002, 7, 128, 2, 2, 1002, 242, 3, 2, 2, 2, 1003, 1004, 7, 65, 2, 2, 1004, 244, 3, 2, 2, 2, 1005, 1006, 7, 60, 2, 2, 1006, 246, 3, 2, 2, 2, 1007, 1008, 7, 63, 2, 2, 1008, 1009, 7, 63, 2, 2, 1009, 248, 3, 2, 2, 2, 1010, 1011, 7, 62, 2, 2, 1011, 1012, 7, 63, 2, 2, 1012, 250, 3, 2, 2, 2, 1013, 1014, 7, 64, 2, 2, 1014, 1015, 7, 63, 2, 2, 1015, 252, 3, 2, 2, 2, 1016, 1017, 7, 35, 2, 2, 1017, 1018, 7, 63, 2, 2, 1018, 254, 3, 2, 2, 2, 1019, 1020, 7, 40, 2, 2, 1020, 1021, 7, 40, 2, 2, 1021, 256, 3, 2, 2, 2, 1022, 1023, 7, 126, 2, 2, 1023, 1024, 7, 126, 2, 2, 1024, 258, 3, 2, 2, 2, 1025, 1026, 7, 45, 2, 2, 1026, 1027, 7, 45, 2, 2, 1027, 260, 3, 2, 2, 2, 1028, 1029, 7, 47, 2, 2, 1029, 1030, 7, 47, 2, 2, 1030, 262, 3, 2, 2, 2, 1031, 1032, 7, 45, 2, 2, 1032, 264, 3, 2, 2, 2, 1033, 1034, 7, 47, 2, 2, 1034, 266, 3, 2, 2, 2, 1035, 1036, 7, 44, 2, 2, 1036, 268, 3, 2, 2, 2, 1037, 1038, 7, 49, 2, 2, 1038, 270, 3, 2, 2, 2, 1039, 1040, 7, 40, 2, 2, 1040, 272, 3, 2, 2, 2, 1041, 1042, 7, 126, 2, 2, 1042, 274, 3, 2, 2, 2, 1043, 1044, 7, 96, 2, 2, 1044, 276, 3, 2, 2, 2, 1045, 1046, 7, 39, 2, 2, 1046, 278, 3, 2, 2, 2, 1047, 1048, 7, 47, 2, 2, 1048, 1049, 7, 64, 2, 2, 1049, 280, 3, 2, 2, 2, 1050, 1051, 7, 60, 2, 2, 1051, 1052, 7, 60, 2, 2, 1052, 282, 3, 2, 2, 2, 1053, 1054, 7, 45, 2, 2, 1054, 1055, 7, 63, 2, 2, 1055, 284, 3, 2, 2, 2, 1056, 1057, 7, 47, 2, 2, 1057, 1058, 7, 63, 2, 2, 1058, 286, 3, 2, 2, 2, 1059, 1060, 7, 44, 2, 2, 1060, 1061, 7, 63, 2, 2, 1061, 288, 3, 2, 2, 2, 1062, 1063, 7, 49, 2, 2, 1063, 1064, 7, 63, 2, 2, 1064, 290, 3, 2, 2, 2, 1065, 1066, 7, 40, 2, 2, 1066, 1067, 7, 63, 2, 2, 1067, 292, 3, 2, 2, 2, 1068, 1069, 7, 126, 2, 2, 1069, 1070, 7, 63, 2, 2, 1070, 294, 3, 2, 2, 2, 1071, 1072, 7, 96, 2, 2, 1072, 1073, 7, 63, 2, 2, 1073, 296, 3, 2, 2, 2, 1074, 1075, 7, 39, 2, 2, 1075, 1076, 7, 63, 2, 2, 1076, 298, 3, 2, 2, 2, 1077, 1078, 7, 62, 2, 2, 1078, 1079, 7, 62, 2, 2, 1079, 1080, 7, 63, 2, 2, 1080, 300, 3, 2, 2, 2, 1081, 1082, 7, 64, 2, 2, 1082, 1083, 7, 64, 2, 2, 1083, 1084, 7, 63, 2, 2, 1084, 302, 3, 2, 2, 2, 1085, 1086, 7, 64, 2, 2, 1086, 1087, 7, 64, 2, 2, 1087, 1088, 7, 64, 2, 2, 1088, 1089, 7, 63, 2, 2, 1089, 304, 3, 2, 2, 2, 1090, 1094, 5, 307, 154, 2, 1091, 1093, 5, 309, 155, 2, 1092, 1091, 3, 2, 2, 2, 1093, 1096, 3, 2, 2, 2, 1094, 1092, 3, 2, 2, 2, 1094, 1095, 3, 2, 2, 2, 1095, 306, 3, 2, 2, 2, 1096, 1094, 3, 2, 2, 2, 1097, 1104, 9, 17, 2, 2, 1098, 1099, 10, 18, 2, 2, 1099, 1104, 6, 154, 2, 2, 1100, 1101, 9, 19, 2, 2, 1101, 1102, 9, 20, 2, 2, 1102, 1104, 6, 154, 3, 2, 1103, 1097, 3, 2, 2, 2, 1103, 1098, 3, 2, 2, 2, 1103, 1100, 3, 2, 2, 2, 1104, 308, 3, 2, 2, 2, 1105, 1112, 9, 21, 2, 2, 1106, 1107, 10, 18, 2, 2, 1107, 1112, 6, 155, 4, 2, 1108, 1109, 9, 19, 2, 2, 1109, 1110, 9, 20, 2, 2, 1110, 1112, 6, 155, 5, 2, 1111, 1105, 3, 2, 2, 2, 1111, 1106, 3, 2, 2, 2, 1111, 1108, 3, 2, 2, 2, 1112, 310, 3, 2, 2, 2, 1113, 1114, 7, 66, 2, 2, 1114, 312, 3, 2, 2, 2, 1115, 1116, 7, 48, 2, 2, 1116, 1117, 7, 48, 2, 2, 1117, 1118, 7, 48, 2, 2, 1118, 314, 3, 2, 2, 2, 1119, 1121, 9, 22, 2, 2, 1120, 1119, 3, 2, 2, 2, 1121, 1122, 3, 2, 2, 2, 1122, 1120, 3, 2, 2, 2, 1122, 1123, 3, 2, 2, 2, 1123, 1124, 3, 2, 2, 2, 1124, 1125, 8, 158, 2, 2, 1125, 316, 3, 2, 2, 2, 1126, 1127, 7, 49, 2, 2, 1127, 1128, 7, 44, 2, 2, 1128, 1132, 3, 2, 2, 2, 1129, 1131, 11, 2, 2, 2, 1130, 1129, 3, 2, 2, 2, 1131, 1134, 3, 2, 2, 2, 1132, 1133, 3, 2, 2, 2, 1132, 1130, 3, 2, 2, 2, 1133, 1135, 3, 2, 2, 2, 1134, 1132, 3, 2, 2, 2, 1135, 1136, 7, 44, 2, 2, 1136, 1137, 7, 49, 2, 2, 1137, 1138, 3, 2, 2, 2, 1138, 1139, 8, 159, 2, 2, 1139, 318, 3, 2, 2, 2, 1140, 1141, 7, 49, 2, 2, 1141, 1142, 7, 49, 2, 2, 1142, 1146, 3, 2, 2, 2, 1143, 1145, 10, 23, 2, 2, 1144, 1143, 3, 2, 2, 2, 1145, 1148, 3, 2, 2, 2, 1146, 1144, 3, 2, 2, 2, 1146, 1147, 3, 2, 2, 2, 1147, 1149, 3, 2, 2, 2, 1148, 1146, 3, 2, 2, 2, 1149, 1150, 8, 160, 2, 2, 1150, 320, 3, 2, 2, 2, 56, 2, 707, 711, 715, 719, 723, 730, 735, 737, 741, 744, 748, 755, 759, 764, 772, 775, 782, 786, 790, 796, 799, 806, 810, 818, 821, 828, 832, 836, 841, 844, 847, 852, 855, 860, 865, 873, 884, 888, 893, 897, 913, 923, 929, 936, 940, 946, 959, 1094, 1103, 1111, 1122, 1132, 1146, 3, 8, 2, 2] \ No newline at end of file diff --git a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.java b/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.java deleted file mode 100644 index 8d889416..00000000 --- a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.java +++ /dev/null @@ -1,622 +0,0 @@ -// Generated from /home/andreas/Development/JavaCompilerCore/src/main/antlr4/de/dhbwstuttgart/parser/antlr/Java8.g4 by ANTLR 4.9.2 -import org.antlr.v4.runtime.Lexer; -import org.antlr.v4.runtime.CharStream; -import org.antlr.v4.runtime.Token; -import org.antlr.v4.runtime.TokenStream; -import org.antlr.v4.runtime.*; -import org.antlr.v4.runtime.atn.*; -import org.antlr.v4.runtime.dfa.DFA; -import org.antlr.v4.runtime.misc.*; - -@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"}) -public class Java8Lexer extends Lexer { - static { RuntimeMetaData.checkVersion("4.9.2", RuntimeMetaData.VERSION); } - - protected static final DFA[] _decisionToDFA; - protected static final PredictionContextCache _sharedContextCache = - new PredictionContextCache(); - public static final int - T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, ABSTRACT=7, ASSERT=8, - BOOLEAN=9, BREAK=10, BYTE=11, CASE=12, CATCH=13, CHAR=14, CLASS=15, CONST=16, - CONTINUE=17, DEFAULT=18, DO=19, DOUBLE=20, ELSE=21, ENUM=22, EXTENDS=23, - FINAL=24, FINALLY=25, FLOAT=26, FOR=27, IF=28, GOTO=29, IMPLEMENTS=30, - IMPORT=31, INSTANCEOF=32, INT=33, INTERFACE=34, LONG=35, NATIVE=36, NEW=37, - PACKAGE=38, PRIVATE=39, PROTECTED=40, PUBLIC=41, RETURN=42, SHORT=43, - STATIC=44, STRICTFP=45, SUPER=46, SWITCH=47, SYNCHRONIZED=48, THIS=49, - THROW=50, THROWS=51, TRANSIENT=52, TRY=53, VOID=54, VOLATILE=55, WHILE=56, - IntegerLiteral=57, FloatingPointLiteral=58, BooleanLiteral=59, CharacterLiteral=60, - StringLiteral=61, NullLiteral=62, LPAREN=63, RPAREN=64, LBRACE=65, RBRACE=66, - LBRACK=67, RBRACK=68, SEMI=69, COMMA=70, DOT=71, ASSIGN=72, GT=73, LT=74, - BANG=75, TILDE=76, QUESTION=77, COLON=78, EQUAL=79, LE=80, GE=81, NOTEQUAL=82, - AND=83, OR=84, INC=85, DEC=86, ADD=87, SUB=88, MUL=89, DIV=90, BITAND=91, - BITOR=92, CARET=93, MOD=94, ARROW=95, COLONCOLON=96, ADD_ASSIGN=97, SUB_ASSIGN=98, - MUL_ASSIGN=99, DIV_ASSIGN=100, AND_ASSIGN=101, OR_ASSIGN=102, XOR_ASSIGN=103, - MOD_ASSIGN=104, LSHIFT_ASSIGN=105, RSHIFT_ASSIGN=106, URSHIFT_ASSIGN=107, - Identifier=108, AT=109, ELLIPSIS=110, WS=111, COMMENT=112, LINE_COMMENT=113; - public static String[] channelNames = { - "DEFAULT_TOKEN_CHANNEL", "HIDDEN" - }; - - public static String[] modeNames = { - "DEFAULT_MODE" - }; - - private static String[] makeRuleNames() { - return new String[] { - "T__0", "T__1", "T__2", "T__3", "T__4", "T__5", "ABSTRACT", "ASSERT", - "BOOLEAN", "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", - "CONTINUE", "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", - "FINALLY", "FLOAT", "FOR", "IF", "GOTO", "IMPLEMENTS", "IMPORT", "INSTANCEOF", - "INT", "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", - "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", - "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", - "VOLATILE", "WHILE", "IntegerLiteral", "DecimalIntegerLiteral", "HexIntegerLiteral", - "OctalIntegerLiteral", "BinaryIntegerLiteral", "IntegerTypeSuffix", "DecimalNumeral", - "Digits", "Digit", "NonZeroDigit", "DigitsAndUnderscores", "DigitOrUnderscore", - "Underscores", "HexNumeral", "HexDigits", "HexDigit", "HexDigitsAndUnderscores", - "HexDigitOrUnderscore", "OctalNumeral", "OctalDigits", "OctalDigit", - "OctalDigitsAndUnderscores", "OctalDigitOrUnderscore", "BinaryNumeral", - "BinaryDigits", "BinaryDigit", "BinaryDigitsAndUnderscores", "BinaryDigitOrUnderscore", - "FloatingPointLiteral", "DecimalFloatingPointLiteral", "ExponentPart", - "ExponentIndicator", "SignedInteger", "Sign", "FloatTypeSuffix", "HexadecimalFloatingPointLiteral", - "HexSignificand", "BinaryExponent", "BinaryExponentIndicator", "BooleanLiteral", - "CharacterLiteral", "SingleCharacter", "StringLiteral", "StringCharacters", - "StringCharacter", "EscapeSequence", "OctalEscape", "ZeroToThree", "UnicodeEscape", - "NullLiteral", "LPAREN", "RPAREN", "LBRACE", "RBRACE", "LBRACK", "RBRACK", - "SEMI", "COMMA", "DOT", "ASSIGN", "GT", "LT", "BANG", "TILDE", "QUESTION", - "COLON", "EQUAL", "LE", "GE", "NOTEQUAL", "AND", "OR", "INC", "DEC", - "ADD", "SUB", "MUL", "DIV", "BITAND", "BITOR", "CARET", "MOD", "ARROW", - "COLONCOLON", "ADD_ASSIGN", "SUB_ASSIGN", "MUL_ASSIGN", "DIV_ASSIGN", - "AND_ASSIGN", "OR_ASSIGN", "XOR_ASSIGN", "MOD_ASSIGN", "LSHIFT_ASSIGN", - "RSHIFT_ASSIGN", "URSHIFT_ASSIGN", "Identifier", "JavaLetter", "JavaLetterOrDigit", - "AT", "ELLIPSIS", "WS", "COMMENT", "LINE_COMMENT" - }; - } - public static final String[] ruleNames = makeRuleNames(); - - private static String[] makeLiteralNames() { - return new String[] { - null, "'sealed'", "'non-sealed'", "'permits'", "'record'", "'var'", "'yield'", - "'abstract'", "'assert'", "'boolean'", "'break'", "'byte'", "'case'", - "'catch'", "'char'", "'class'", "'const'", "'continue'", "'default'", - "'do'", "'double'", "'else'", "'enum'", "'extends'", "'final'", "'finally'", - "'float'", "'for'", "'if'", "'goto'", "'implements'", "'import'", "'instanceof'", - "'int'", "'interface'", "'long'", "'native'", "'new'", "'package'", "'private'", - "'protected'", "'public'", "'return'", "'short'", "'static'", "'strictfp'", - "'super'", "'switch'", "'synchronized'", "'this'", "'throw'", "'throws'", - "'transient'", "'try'", "'void'", "'volatile'", "'while'", null, null, - null, null, null, "'null'", "'('", "')'", "'{'", "'}'", "'['", "']'", - "';'", "','", "'.'", "'='", "'>'", "'<'", "'!'", "'~'", "'?'", "':'", - "'=='", "'<='", "'>='", "'!='", "'&&'", "'||'", "'++'", "'--'", "'+'", - "'-'", "'*'", "'/'", "'&'", "'|'", "'^'", "'%'", "'->'", "'::'", "'+='", - "'-='", "'*='", "'/='", "'&='", "'|='", "'^='", "'%='", "'<<='", "'>>='", - "'>>>='", null, "'@'", "'...'" - }; - } - private static final String[] _LITERAL_NAMES = makeLiteralNames(); - private static String[] makeSymbolicNames() { - return new String[] { - null, null, null, null, null, null, null, "ABSTRACT", "ASSERT", "BOOLEAN", - "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", - "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", - "FLOAT", "FOR", "IF", "GOTO", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", - "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", - "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", - "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", - "VOLATILE", "WHILE", "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral", - "CharacterLiteral", "StringLiteral", "NullLiteral", "LPAREN", "RPAREN", - "LBRACE", "RBRACE", "LBRACK", "RBRACK", "SEMI", "COMMA", "DOT", "ASSIGN", - "GT", "LT", "BANG", "TILDE", "QUESTION", "COLON", "EQUAL", "LE", "GE", - "NOTEQUAL", "AND", "OR", "INC", "DEC", "ADD", "SUB", "MUL", "DIV", "BITAND", - "BITOR", "CARET", "MOD", "ARROW", "COLONCOLON", "ADD_ASSIGN", "SUB_ASSIGN", - "MUL_ASSIGN", "DIV_ASSIGN", "AND_ASSIGN", "OR_ASSIGN", "XOR_ASSIGN", - "MOD_ASSIGN", "LSHIFT_ASSIGN", "RSHIFT_ASSIGN", "URSHIFT_ASSIGN", "Identifier", - "AT", "ELLIPSIS", "WS", "COMMENT", "LINE_COMMENT" - }; - } - private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); - public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); - - /** - * @deprecated Use {@link #VOCABULARY} instead. - */ - @Deprecated - public static final String[] tokenNames; - static { - tokenNames = new String[_SYMBOLIC_NAMES.length]; - for (int i = 0; i < tokenNames.length; i++) { - tokenNames[i] = VOCABULARY.getLiteralName(i); - if (tokenNames[i] == null) { - tokenNames[i] = VOCABULARY.getSymbolicName(i); - } - - if (tokenNames[i] == null) { - tokenNames[i] = ""; - } - } - } - - @Override - @Deprecated - public String[] getTokenNames() { - return tokenNames; - } - - @Override - - public Vocabulary getVocabulary() { - return VOCABULARY; - } - - - public Java8Lexer(CharStream input) { - super(input); - _interp = new LexerATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache); - } - - @Override - public String getGrammarFileName() { return "Java8.g4"; } - - @Override - public String[] getRuleNames() { return ruleNames; } - - @Override - public String getSerializedATN() { return _serializedATN; } - - @Override - public String[] getChannelNames() { return channelNames; } - - @Override - public String[] getModeNames() { return modeNames; } - - @Override - public ATN getATN() { return _ATN; } - - @Override - public boolean sempred(RuleContext _localctx, int ruleIndex, int predIndex) { - switch (ruleIndex) { - case 152: - return JavaLetter_sempred((RuleContext)_localctx, predIndex); - case 153: - return JavaLetterOrDigit_sempred((RuleContext)_localctx, predIndex); - } - return true; - } - private boolean JavaLetter_sempred(RuleContext _localctx, int predIndex) { - switch (predIndex) { - case 0: - return Character.isJavaIdentifierStart(_input.LA(-1)); - case 1: - return Character.isJavaIdentifierStart(Character.toCodePoint((char)_input.LA(-2), (char)_input.LA(-1))); - } - return true; - } - private boolean JavaLetterOrDigit_sempred(RuleContext _localctx, int predIndex) { - switch (predIndex) { - case 2: - return Character.isJavaIdentifierPart(_input.LA(-1)); - case 3: - return Character.isJavaIdentifierPart(Character.toCodePoint((char)_input.LA(-2), (char)_input.LA(-1))); - } - return true; - } - - public static final String _serializedATN = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\2s\u047f\b\1\4\2\t"+ - "\2\4\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13"+ - "\t\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ - "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ - "\4\32\t\32\4\33\t\33\4\34\t\34\4\35\t\35\4\36\t\36\4\37\t\37\4 \t \4!"+ - "\t!\4\"\t\"\4#\t#\4$\t$\4%\t%\4&\t&\4\'\t\'\4(\t(\4)\t)\4*\t*\4+\t+\4"+ - ",\t,\4-\t-\4.\t.\4/\t/\4\60\t\60\4\61\t\61\4\62\t\62\4\63\t\63\4\64\t"+ - "\64\4\65\t\65\4\66\t\66\4\67\t\67\48\t8\49\t9\4:\t:\4;\t;\4<\t<\4=\t="+ - "\4>\t>\4?\t?\4@\t@\4A\tA\4B\tB\4C\tC\4D\tD\4E\tE\4F\tF\4G\tG\4H\tH\4I"+ - "\tI\4J\tJ\4K\tK\4L\tL\4M\tM\4N\tN\4O\tO\4P\tP\4Q\tQ\4R\tR\4S\tS\4T\tT"+ - "\4U\tU\4V\tV\4W\tW\4X\tX\4Y\tY\4Z\tZ\4[\t[\4\\\t\\\4]\t]\4^\t^\4_\t_\4"+ - "`\t`\4a\ta\4b\tb\4c\tc\4d\td\4e\te\4f\tf\4g\tg\4h\th\4i\ti\4j\tj\4k\t"+ - "k\4l\tl\4m\tm\4n\tn\4o\to\4p\tp\4q\tq\4r\tr\4s\ts\4t\tt\4u\tu\4v\tv\4"+ - "w\tw\4x\tx\4y\ty\4z\tz\4{\t{\4|\t|\4}\t}\4~\t~\4\177\t\177\4\u0080\t\u0080"+ - "\4\u0081\t\u0081\4\u0082\t\u0082\4\u0083\t\u0083\4\u0084\t\u0084\4\u0085"+ - "\t\u0085\4\u0086\t\u0086\4\u0087\t\u0087\4\u0088\t\u0088\4\u0089\t\u0089"+ - "\4\u008a\t\u008a\4\u008b\t\u008b\4\u008c\t\u008c\4\u008d\t\u008d\4\u008e"+ - "\t\u008e\4\u008f\t\u008f\4\u0090\t\u0090\4\u0091\t\u0091\4\u0092\t\u0092"+ - "\4\u0093\t\u0093\4\u0094\t\u0094\4\u0095\t\u0095\4\u0096\t\u0096\4\u0097"+ - "\t\u0097\4\u0098\t\u0098\4\u0099\t\u0099\4\u009a\t\u009a\4\u009b\t\u009b"+ - "\4\u009c\t\u009c\4\u009d\t\u009d\4\u009e\t\u009e\4\u009f\t\u009f\4\u00a0"+ - "\t\u00a0\3\2\3\2\3\2\3\2\3\2\3\2\3\2\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3\3"+ - "\3\3\3\3\3\3\4\3\4\3\4\3\4\3\4\3\4\3\4\3\4\3\5\3\5\3\5\3\5\3\5\3\5\3\5"+ - "\3\6\3\6\3\6\3\6\3\7\3\7\3\7\3\7\3\7\3\7\3\b\3\b\3\b\3\b\3\b\3\b\3\b\3"+ - "\b\3\b\3\t\3\t\3\t\3\t\3\t\3\t\3\t\3\n\3\n\3\n\3\n\3\n\3\n\3\n\3\n\3\13"+ - "\3\13\3\13\3\13\3\13\3\13\3\f\3\f\3\f\3\f\3\f\3\r\3\r\3\r\3\r\3\r\3\16"+ - "\3\16\3\16\3\16\3\16\3\16\3\17\3\17\3\17\3\17\3\17\3\20\3\20\3\20\3\20"+ - "\3\20\3\20\3\21\3\21\3\21\3\21\3\21\3\21\3\22\3\22\3\22\3\22\3\22\3\22"+ - "\3\22\3\22\3\22\3\23\3\23\3\23\3\23\3\23\3\23\3\23\3\23\3\24\3\24\3\24"+ - "\3\25\3\25\3\25\3\25\3\25\3\25\3\25\3\26\3\26\3\26\3\26\3\26\3\27\3\27"+ - "\3\27\3\27\3\27\3\30\3\30\3\30\3\30\3\30\3\30\3\30\3\30\3\31\3\31\3\31"+ - "\3\31\3\31\3\31\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\32\3\33\3\33\3\33"+ - "\3\33\3\33\3\33\3\34\3\34\3\34\3\34\3\35\3\35\3\35\3\36\3\36\3\36\3\36"+ - "\3\36\3\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\3\37\3 \3 \3 "+ - "\3 \3 \3 \3 \3!\3!\3!\3!\3!\3!\3!\3!\3!\3!\3!\3\"\3\"\3\"\3\"\3#\3#\3"+ - "#\3#\3#\3#\3#\3#\3#\3#\3$\3$\3$\3$\3$\3%\3%\3%\3%\3%\3%\3%\3&\3&\3&\3"+ - "&\3\'\3\'\3\'\3\'\3\'\3\'\3\'\3\'\3(\3(\3(\3(\3(\3(\3(\3(\3)\3)\3)\3)"+ - "\3)\3)\3)\3)\3)\3)\3*\3*\3*\3*\3*\3*\3*\3+\3+\3+\3+\3+\3+\3+\3,\3,\3,"+ - "\3,\3,\3,\3-\3-\3-\3-\3-\3-\3-\3.\3.\3.\3.\3.\3.\3.\3.\3.\3/\3/\3/\3/"+ - "\3/\3/\3\60\3\60\3\60\3\60\3\60\3\60\3\60\3\61\3\61\3\61\3\61\3\61\3\61"+ - "\3\61\3\61\3\61\3\61\3\61\3\61\3\61\3\62\3\62\3\62\3\62\3\62\3\63\3\63"+ - "\3\63\3\63\3\63\3\63\3\64\3\64\3\64\3\64\3\64\3\64\3\64\3\65\3\65\3\65"+ - "\3\65\3\65\3\65\3\65\3\65\3\65\3\65\3\66\3\66\3\66\3\66\3\67\3\67\3\67"+ - "\3\67\3\67\38\38\38\38\38\38\38\38\38\39\39\39\39\39\39\3:\3:\3:\3:\5"+ - ":\u02c4\n:\3;\3;\5;\u02c8\n;\3<\3<\5<\u02cc\n<\3=\3=\5=\u02d0\n=\3>\3"+ - ">\5>\u02d4\n>\3?\3?\3@\3@\3@\5@\u02db\n@\3@\3@\3@\5@\u02e0\n@\5@\u02e2"+ - "\n@\3A\3A\5A\u02e6\nA\3A\5A\u02e9\nA\3B\3B\5B\u02ed\nB\3C\3C\3D\6D\u02f2"+ - "\nD\rD\16D\u02f3\3E\3E\5E\u02f8\nE\3F\6F\u02fb\nF\rF\16F\u02fc\3G\3G\3"+ - "G\3G\3H\3H\5H\u0305\nH\3H\5H\u0308\nH\3I\3I\3J\6J\u030d\nJ\rJ\16J\u030e"+ - "\3K\3K\5K\u0313\nK\3L\3L\5L\u0317\nL\3L\3L\3M\3M\5M\u031d\nM\3M\5M\u0320"+ - "\nM\3N\3N\3O\6O\u0325\nO\rO\16O\u0326\3P\3P\5P\u032b\nP\3Q\3Q\3Q\3Q\3"+ - "R\3R\5R\u0333\nR\3R\5R\u0336\nR\3S\3S\3T\6T\u033b\nT\rT\16T\u033c\3U\3"+ - "U\5U\u0341\nU\3V\3V\5V\u0345\nV\3W\3W\3W\5W\u034a\nW\3W\5W\u034d\nW\3"+ - "W\5W\u0350\nW\3W\3W\3W\5W\u0355\nW\3W\5W\u0358\nW\3W\3W\3W\5W\u035d\n"+ - "W\3W\3W\3W\5W\u0362\nW\3X\3X\3X\3Y\3Y\3Z\5Z\u036a\nZ\3Z\3Z\3[\3[\3\\\3"+ - "\\\3]\3]\3]\5]\u0375\n]\3^\3^\5^\u0379\n^\3^\3^\3^\5^\u037e\n^\3^\3^\5"+ - "^\u0382\n^\3_\3_\3_\3`\3`\3a\3a\3a\3a\3a\3a\3a\3a\3a\5a\u0392\na\3b\3"+ - "b\3b\3b\3b\3b\3b\3b\5b\u039c\nb\3c\3c\3d\3d\5d\u03a2\nd\3d\3d\3e\6e\u03a7"+ - "\ne\re\16e\u03a8\3f\3f\5f\u03ad\nf\3g\3g\3g\3g\5g\u03b3\ng\3h\3h\3h\3"+ - "h\3h\3h\3h\3h\3h\3h\3h\5h\u03c0\nh\3i\3i\3j\3j\3j\3j\3j\3j\3j\3k\3k\3"+ - "k\3k\3k\3l\3l\3m\3m\3n\3n\3o\3o\3p\3p\3q\3q\3r\3r\3s\3s\3t\3t\3u\3u\3"+ - "v\3v\3w\3w\3x\3x\3y\3y\3z\3z\3{\3{\3|\3|\3|\3}\3}\3}\3~\3~\3~\3\177\3"+ - "\177\3\177\3\u0080\3\u0080\3\u0080\3\u0081\3\u0081\3\u0081\3\u0082\3\u0082"+ - "\3\u0082\3\u0083\3\u0083\3\u0083\3\u0084\3\u0084\3\u0085\3\u0085\3\u0086"+ - "\3\u0086\3\u0087\3\u0087\3\u0088\3\u0088\3\u0089\3\u0089\3\u008a\3\u008a"+ - "\3\u008b\3\u008b\3\u008c\3\u008c\3\u008c\3\u008d\3\u008d\3\u008d\3\u008e"+ - "\3\u008e\3\u008e\3\u008f\3\u008f\3\u008f\3\u0090\3\u0090\3\u0090\3\u0091"+ - "\3\u0091\3\u0091\3\u0092\3\u0092\3\u0092\3\u0093\3\u0093\3\u0093\3\u0094"+ - "\3\u0094\3\u0094\3\u0095\3\u0095\3\u0095\3\u0096\3\u0096\3\u0096\3\u0096"+ - "\3\u0097\3\u0097\3\u0097\3\u0097\3\u0098\3\u0098\3\u0098\3\u0098\3\u0098"+ - "\3\u0099\3\u0099\7\u0099\u0445\n\u0099\f\u0099\16\u0099\u0448\13\u0099"+ - "\3\u009a\3\u009a\3\u009a\3\u009a\3\u009a\3\u009a\5\u009a\u0450\n\u009a"+ - "\3\u009b\3\u009b\3\u009b\3\u009b\3\u009b\3\u009b\5\u009b\u0458\n\u009b"+ - "\3\u009c\3\u009c\3\u009d\3\u009d\3\u009d\3\u009d\3\u009e\6\u009e\u0461"+ - "\n\u009e\r\u009e\16\u009e\u0462\3\u009e\3\u009e\3\u009f\3\u009f\3\u009f"+ - "\3\u009f\7\u009f\u046b\n\u009f\f\u009f\16\u009f\u046e\13\u009f\3\u009f"+ - "\3\u009f\3\u009f\3\u009f\3\u009f\3\u00a0\3\u00a0\3\u00a0\3\u00a0\7\u00a0"+ - "\u0479\n\u00a0\f\u00a0\16\u00a0\u047c\13\u00a0\3\u00a0\3\u00a0\3\u046c"+ - "\2\u00a1\3\3\5\4\7\5\t\6\13\7\r\b\17\t\21\n\23\13\25\f\27\r\31\16\33\17"+ - "\35\20\37\21!\22#\23%\24\'\25)\26+\27-\30/\31\61\32\63\33\65\34\67\35"+ - "9\36;\37= ?!A\"C#E$G%I&K\'M(O)Q*S+U,W-Y.[/]\60_\61a\62c\63e\64g\65i\66"+ - "k\67m8o9q:s;u\2w\2y\2{\2}\2\177\2\u0081\2\u0083\2\u0085\2\u0087\2\u0089"+ - "\2\u008b\2\u008d\2\u008f\2\u0091\2\u0093\2\u0095\2\u0097\2\u0099\2\u009b"+ - "\2\u009d\2\u009f\2\u00a1\2\u00a3\2\u00a5\2\u00a7\2\u00a9\2\u00ab<\u00ad"+ - "\2\u00af\2\u00b1\2\u00b3\2\u00b5\2\u00b7\2\u00b9\2\u00bb\2\u00bd\2\u00bf"+ - "\2\u00c1=\u00c3>\u00c5\2\u00c7?\u00c9\2\u00cb\2\u00cd\2\u00cf\2\u00d1"+ - "\2\u00d3\2\u00d5@\u00d7A\u00d9B\u00dbC\u00ddD\u00dfE\u00e1F\u00e3G\u00e5"+ - "H\u00e7I\u00e9J\u00ebK\u00edL\u00efM\u00f1N\u00f3O\u00f5P\u00f7Q\u00f9"+ - "R\u00fbS\u00fdT\u00ffU\u0101V\u0103W\u0105X\u0107Y\u0109Z\u010b[\u010d"+ - "\\\u010f]\u0111^\u0113_\u0115`\u0117a\u0119b\u011bc\u011dd\u011fe\u0121"+ - "f\u0123g\u0125h\u0127i\u0129j\u012bk\u012dl\u012fm\u0131n\u0133\2\u0135"+ - "\2\u0137o\u0139p\u013bq\u013dr\u013fs\3\2\30\4\2NNnn\3\2\63;\4\2ZZzz\5"+ - "\2\62;CHch\3\2\629\4\2DDdd\3\2\62\63\4\2GGgg\4\2--//\6\2FFHHffhh\4\2R"+ - "Rrr\4\2))^^\4\2$$^^\n\2$$))^^ddhhppttvv\3\2\62\65\6\2&&C\\aac|\4\2\2\u0081"+ - "\ud802\udc01\3\2\ud802\udc01\3\2\udc02\ue001\7\2&&\62;C\\aac|\5\2\13\f"+ - "\16\17\"\"\4\2\f\f\17\17\2\u048d\2\3\3\2\2\2\2\5\3\2\2\2\2\7\3\2\2\2\2"+ - "\t\3\2\2\2\2\13\3\2\2\2\2\r\3\2\2\2\2\17\3\2\2\2\2\21\3\2\2\2\2\23\3\2"+ - "\2\2\2\25\3\2\2\2\2\27\3\2\2\2\2\31\3\2\2\2\2\33\3\2\2\2\2\35\3\2\2\2"+ - "\2\37\3\2\2\2\2!\3\2\2\2\2#\3\2\2\2\2%\3\2\2\2\2\'\3\2\2\2\2)\3\2\2\2"+ - "\2+\3\2\2\2\2-\3\2\2\2\2/\3\2\2\2\2\61\3\2\2\2\2\63\3\2\2\2\2\65\3\2\2"+ - "\2\2\67\3\2\2\2\29\3\2\2\2\2;\3\2\2\2\2=\3\2\2\2\2?\3\2\2\2\2A\3\2\2\2"+ - "\2C\3\2\2\2\2E\3\2\2\2\2G\3\2\2\2\2I\3\2\2\2\2K\3\2\2\2\2M\3\2\2\2\2O"+ - "\3\2\2\2\2Q\3\2\2\2\2S\3\2\2\2\2U\3\2\2\2\2W\3\2\2\2\2Y\3\2\2\2\2[\3\2"+ - "\2\2\2]\3\2\2\2\2_\3\2\2\2\2a\3\2\2\2\2c\3\2\2\2\2e\3\2\2\2\2g\3\2\2\2"+ - "\2i\3\2\2\2\2k\3\2\2\2\2m\3\2\2\2\2o\3\2\2\2\2q\3\2\2\2\2s\3\2\2\2\2\u00ab"+ - "\3\2\2\2\2\u00c1\3\2\2\2\2\u00c3\3\2\2\2\2\u00c7\3\2\2\2\2\u00d5\3\2\2"+ - "\2\2\u00d7\3\2\2\2\2\u00d9\3\2\2\2\2\u00db\3\2\2\2\2\u00dd\3\2\2\2\2\u00df"+ - "\3\2\2\2\2\u00e1\3\2\2\2\2\u00e3\3\2\2\2\2\u00e5\3\2\2\2\2\u00e7\3\2\2"+ - "\2\2\u00e9\3\2\2\2\2\u00eb\3\2\2\2\2\u00ed\3\2\2\2\2\u00ef\3\2\2\2\2\u00f1"+ - "\3\2\2\2\2\u00f3\3\2\2\2\2\u00f5\3\2\2\2\2\u00f7\3\2\2\2\2\u00f9\3\2\2"+ - "\2\2\u00fb\3\2\2\2\2\u00fd\3\2\2\2\2\u00ff\3\2\2\2\2\u0101\3\2\2\2\2\u0103"+ - "\3\2\2\2\2\u0105\3\2\2\2\2\u0107\3\2\2\2\2\u0109\3\2\2\2\2\u010b\3\2\2"+ - "\2\2\u010d\3\2\2\2\2\u010f\3\2\2\2\2\u0111\3\2\2\2\2\u0113\3\2\2\2\2\u0115"+ - "\3\2\2\2\2\u0117\3\2\2\2\2\u0119\3\2\2\2\2\u011b\3\2\2\2\2\u011d\3\2\2"+ - "\2\2\u011f\3\2\2\2\2\u0121\3\2\2\2\2\u0123\3\2\2\2\2\u0125\3\2\2\2\2\u0127"+ - "\3\2\2\2\2\u0129\3\2\2\2\2\u012b\3\2\2\2\2\u012d\3\2\2\2\2\u012f\3\2\2"+ - "\2\2\u0131\3\2\2\2\2\u0137\3\2\2\2\2\u0139\3\2\2\2\2\u013b\3\2\2\2\2\u013d"+ - "\3\2\2\2\2\u013f\3\2\2\2\3\u0141\3\2\2\2\5\u0148\3\2\2\2\7\u0153\3\2\2"+ - "\2\t\u015b\3\2\2\2\13\u0162\3\2\2\2\r\u0166\3\2\2\2\17\u016c\3\2\2\2\21"+ - "\u0175\3\2\2\2\23\u017c\3\2\2\2\25\u0184\3\2\2\2\27\u018a\3\2\2\2\31\u018f"+ - "\3\2\2\2\33\u0194\3\2\2\2\35\u019a\3\2\2\2\37\u019f\3\2\2\2!\u01a5\3\2"+ - "\2\2#\u01ab\3\2\2\2%\u01b4\3\2\2\2\'\u01bc\3\2\2\2)\u01bf\3\2\2\2+\u01c6"+ - "\3\2\2\2-\u01cb\3\2\2\2/\u01d0\3\2\2\2\61\u01d8\3\2\2\2\63\u01de\3\2\2"+ - "\2\65\u01e6\3\2\2\2\67\u01ec\3\2\2\29\u01f0\3\2\2\2;\u01f3\3\2\2\2=\u01f8"+ - "\3\2\2\2?\u0203\3\2\2\2A\u020a\3\2\2\2C\u0215\3\2\2\2E\u0219\3\2\2\2G"+ - "\u0223\3\2\2\2I\u0228\3\2\2\2K\u022f\3\2\2\2M\u0233\3\2\2\2O\u023b\3\2"+ - "\2\2Q\u0243\3\2\2\2S\u024d\3\2\2\2U\u0254\3\2\2\2W\u025b\3\2\2\2Y\u0261"+ - "\3\2\2\2[\u0268\3\2\2\2]\u0271\3\2\2\2_\u0277\3\2\2\2a\u027e\3\2\2\2c"+ - "\u028b\3\2\2\2e\u0290\3\2\2\2g\u0296\3\2\2\2i\u029d\3\2\2\2k\u02a7\3\2"+ - "\2\2m\u02ab\3\2\2\2o\u02b0\3\2\2\2q\u02b9\3\2\2\2s\u02c3\3\2\2\2u\u02c5"+ - "\3\2\2\2w\u02c9\3\2\2\2y\u02cd\3\2\2\2{\u02d1\3\2\2\2}\u02d5\3\2\2\2\177"+ - "\u02e1\3\2\2\2\u0081\u02e3\3\2\2\2\u0083\u02ec\3\2\2\2\u0085\u02ee\3\2"+ - "\2\2\u0087\u02f1\3\2\2\2\u0089\u02f7\3\2\2\2\u008b\u02fa\3\2\2\2\u008d"+ - "\u02fe\3\2\2\2\u008f\u0302\3\2\2\2\u0091\u0309\3\2\2\2\u0093\u030c\3\2"+ - "\2\2\u0095\u0312\3\2\2\2\u0097\u0314\3\2\2\2\u0099\u031a\3\2\2\2\u009b"+ - "\u0321\3\2\2\2\u009d\u0324\3\2\2\2\u009f\u032a\3\2\2\2\u00a1\u032c\3\2"+ - "\2\2\u00a3\u0330\3\2\2\2\u00a5\u0337\3\2\2\2\u00a7\u033a\3\2\2\2\u00a9"+ - "\u0340\3\2\2\2\u00ab\u0344\3\2\2\2\u00ad\u0361\3\2\2\2\u00af\u0363\3\2"+ - "\2\2\u00b1\u0366\3\2\2\2\u00b3\u0369\3\2\2\2\u00b5\u036d\3\2\2\2\u00b7"+ - "\u036f\3\2\2\2\u00b9\u0371\3\2\2\2\u00bb\u0381\3\2\2\2\u00bd\u0383\3\2"+ - "\2\2\u00bf\u0386\3\2\2\2\u00c1\u0391\3\2\2\2\u00c3\u039b\3\2\2\2\u00c5"+ - "\u039d\3\2\2\2\u00c7\u039f\3\2\2\2\u00c9\u03a6\3\2\2\2\u00cb\u03ac\3\2"+ - "\2\2\u00cd\u03b2\3\2\2\2\u00cf\u03bf\3\2\2\2\u00d1\u03c1\3\2\2\2\u00d3"+ - "\u03c3\3\2\2\2\u00d5\u03ca\3\2\2\2\u00d7\u03cf\3\2\2\2\u00d9\u03d1\3\2"+ - "\2\2\u00db\u03d3\3\2\2\2\u00dd\u03d5\3\2\2\2\u00df\u03d7\3\2\2\2\u00e1"+ - "\u03d9\3\2\2\2\u00e3\u03db\3\2\2\2\u00e5\u03dd\3\2\2\2\u00e7\u03df\3\2"+ - "\2\2\u00e9\u03e1\3\2\2\2\u00eb\u03e3\3\2\2\2\u00ed\u03e5\3\2\2\2\u00ef"+ - "\u03e7\3\2\2\2\u00f1\u03e9\3\2\2\2\u00f3\u03eb\3\2\2\2\u00f5\u03ed\3\2"+ - "\2\2\u00f7\u03ef\3\2\2\2\u00f9\u03f2\3\2\2\2\u00fb\u03f5\3\2\2\2\u00fd"+ - "\u03f8\3\2\2\2\u00ff\u03fb\3\2\2\2\u0101\u03fe\3\2\2\2\u0103\u0401\3\2"+ - "\2\2\u0105\u0404\3\2\2\2\u0107\u0407\3\2\2\2\u0109\u0409\3\2\2\2\u010b"+ - "\u040b\3\2\2\2\u010d\u040d\3\2\2\2\u010f\u040f\3\2\2\2\u0111\u0411\3\2"+ - "\2\2\u0113\u0413\3\2\2\2\u0115\u0415\3\2\2\2\u0117\u0417\3\2\2\2\u0119"+ - "\u041a\3\2\2\2\u011b\u041d\3\2\2\2\u011d\u0420\3\2\2\2\u011f\u0423\3\2"+ - "\2\2\u0121\u0426\3\2\2\2\u0123\u0429\3\2\2\2\u0125\u042c\3\2\2\2\u0127"+ - "\u042f\3\2\2\2\u0129\u0432\3\2\2\2\u012b\u0435\3\2\2\2\u012d\u0439\3\2"+ - "\2\2\u012f\u043d\3\2\2\2\u0131\u0442\3\2\2\2\u0133\u044f\3\2\2\2\u0135"+ - "\u0457\3\2\2\2\u0137\u0459\3\2\2\2\u0139\u045b\3\2\2\2\u013b\u0460\3\2"+ - "\2\2\u013d\u0466\3\2\2\2\u013f\u0474\3\2\2\2\u0141\u0142\7u\2\2\u0142"+ - "\u0143\7g\2\2\u0143\u0144\7c\2\2\u0144\u0145\7n\2\2\u0145\u0146\7g\2\2"+ - "\u0146\u0147\7f\2\2\u0147\4\3\2\2\2\u0148\u0149\7p\2\2\u0149\u014a\7q"+ - "\2\2\u014a\u014b\7p\2\2\u014b\u014c\7/\2\2\u014c\u014d\7u\2\2\u014d\u014e"+ - "\7g\2\2\u014e\u014f\7c\2\2\u014f\u0150\7n\2\2\u0150\u0151\7g\2\2\u0151"+ - "\u0152\7f\2\2\u0152\6\3\2\2\2\u0153\u0154\7r\2\2\u0154\u0155\7g\2\2\u0155"+ - "\u0156\7t\2\2\u0156\u0157\7o\2\2\u0157\u0158\7k\2\2\u0158\u0159\7v\2\2"+ - "\u0159\u015a\7u\2\2\u015a\b\3\2\2\2\u015b\u015c\7t\2\2\u015c\u015d\7g"+ - "\2\2\u015d\u015e\7e\2\2\u015e\u015f\7q\2\2\u015f\u0160\7t\2\2\u0160\u0161"+ - "\7f\2\2\u0161\n\3\2\2\2\u0162\u0163\7x\2\2\u0163\u0164\7c\2\2\u0164\u0165"+ - "\7t\2\2\u0165\f\3\2\2\2\u0166\u0167\7{\2\2\u0167\u0168\7k\2\2\u0168\u0169"+ - "\7g\2\2\u0169\u016a\7n\2\2\u016a\u016b\7f\2\2\u016b\16\3\2\2\2\u016c\u016d"+ - "\7c\2\2\u016d\u016e\7d\2\2\u016e\u016f\7u\2\2\u016f\u0170\7v\2\2\u0170"+ - "\u0171\7t\2\2\u0171\u0172\7c\2\2\u0172\u0173\7e\2\2\u0173\u0174\7v\2\2"+ - "\u0174\20\3\2\2\2\u0175\u0176\7c\2\2\u0176\u0177\7u\2\2\u0177\u0178\7"+ - "u\2\2\u0178\u0179\7g\2\2\u0179\u017a\7t\2\2\u017a\u017b\7v\2\2\u017b\22"+ - "\3\2\2\2\u017c\u017d\7d\2\2\u017d\u017e\7q\2\2\u017e\u017f\7q\2\2\u017f"+ - "\u0180\7n\2\2\u0180\u0181\7g\2\2\u0181\u0182\7c\2\2\u0182\u0183\7p\2\2"+ - "\u0183\24\3\2\2\2\u0184\u0185\7d\2\2\u0185\u0186\7t\2\2\u0186\u0187\7"+ - "g\2\2\u0187\u0188\7c\2\2\u0188\u0189\7m\2\2\u0189\26\3\2\2\2\u018a\u018b"+ - "\7d\2\2\u018b\u018c\7{\2\2\u018c\u018d\7v\2\2\u018d\u018e\7g\2\2\u018e"+ - "\30\3\2\2\2\u018f\u0190\7e\2\2\u0190\u0191\7c\2\2\u0191\u0192\7u\2\2\u0192"+ - "\u0193\7g\2\2\u0193\32\3\2\2\2\u0194\u0195\7e\2\2\u0195\u0196\7c\2\2\u0196"+ - "\u0197\7v\2\2\u0197\u0198\7e\2\2\u0198\u0199\7j\2\2\u0199\34\3\2\2\2\u019a"+ - "\u019b\7e\2\2\u019b\u019c\7j\2\2\u019c\u019d\7c\2\2\u019d\u019e\7t\2\2"+ - "\u019e\36\3\2\2\2\u019f\u01a0\7e\2\2\u01a0\u01a1\7n\2\2\u01a1\u01a2\7"+ - "c\2\2\u01a2\u01a3\7u\2\2\u01a3\u01a4\7u\2\2\u01a4 \3\2\2\2\u01a5\u01a6"+ - "\7e\2\2\u01a6\u01a7\7q\2\2\u01a7\u01a8\7p\2\2\u01a8\u01a9\7u\2\2\u01a9"+ - "\u01aa\7v\2\2\u01aa\"\3\2\2\2\u01ab\u01ac\7e\2\2\u01ac\u01ad\7q\2\2\u01ad"+ - "\u01ae\7p\2\2\u01ae\u01af\7v\2\2\u01af\u01b0\7k\2\2\u01b0\u01b1\7p\2\2"+ - "\u01b1\u01b2\7w\2\2\u01b2\u01b3\7g\2\2\u01b3$\3\2\2\2\u01b4\u01b5\7f\2"+ - "\2\u01b5\u01b6\7g\2\2\u01b6\u01b7\7h\2\2\u01b7\u01b8\7c\2\2\u01b8\u01b9"+ - "\7w\2\2\u01b9\u01ba\7n\2\2\u01ba\u01bb\7v\2\2\u01bb&\3\2\2\2\u01bc\u01bd"+ - "\7f\2\2\u01bd\u01be\7q\2\2\u01be(\3\2\2\2\u01bf\u01c0\7f\2\2\u01c0\u01c1"+ - "\7q\2\2\u01c1\u01c2\7w\2\2\u01c2\u01c3\7d\2\2\u01c3\u01c4\7n\2\2\u01c4"+ - "\u01c5\7g\2\2\u01c5*\3\2\2\2\u01c6\u01c7\7g\2\2\u01c7\u01c8\7n\2\2\u01c8"+ - "\u01c9\7u\2\2\u01c9\u01ca\7g\2\2\u01ca,\3\2\2\2\u01cb\u01cc\7g\2\2\u01cc"+ - "\u01cd\7p\2\2\u01cd\u01ce\7w\2\2\u01ce\u01cf\7o\2\2\u01cf.\3\2\2\2\u01d0"+ - "\u01d1\7g\2\2\u01d1\u01d2\7z\2\2\u01d2\u01d3\7v\2\2\u01d3\u01d4\7g\2\2"+ - "\u01d4\u01d5\7p\2\2\u01d5\u01d6\7f\2\2\u01d6\u01d7\7u\2\2\u01d7\60\3\2"+ - "\2\2\u01d8\u01d9\7h\2\2\u01d9\u01da\7k\2\2\u01da\u01db\7p\2\2\u01db\u01dc"+ - "\7c\2\2\u01dc\u01dd\7n\2\2\u01dd\62\3\2\2\2\u01de\u01df\7h\2\2\u01df\u01e0"+ - "\7k\2\2\u01e0\u01e1\7p\2\2\u01e1\u01e2\7c\2\2\u01e2\u01e3\7n\2\2\u01e3"+ - "\u01e4\7n\2\2\u01e4\u01e5\7{\2\2\u01e5\64\3\2\2\2\u01e6\u01e7\7h\2\2\u01e7"+ - "\u01e8\7n\2\2\u01e8\u01e9\7q\2\2\u01e9\u01ea\7c\2\2\u01ea\u01eb\7v\2\2"+ - "\u01eb\66\3\2\2\2\u01ec\u01ed\7h\2\2\u01ed\u01ee\7q\2\2\u01ee\u01ef\7"+ - "t\2\2\u01ef8\3\2\2\2\u01f0\u01f1\7k\2\2\u01f1\u01f2\7h\2\2\u01f2:\3\2"+ - "\2\2\u01f3\u01f4\7i\2\2\u01f4\u01f5\7q\2\2\u01f5\u01f6\7v\2\2\u01f6\u01f7"+ - "\7q\2\2\u01f7<\3\2\2\2\u01f8\u01f9\7k\2\2\u01f9\u01fa\7o\2\2\u01fa\u01fb"+ - "\7r\2\2\u01fb\u01fc\7n\2\2\u01fc\u01fd\7g\2\2\u01fd\u01fe\7o\2\2\u01fe"+ - "\u01ff\7g\2\2\u01ff\u0200\7p\2\2\u0200\u0201\7v\2\2\u0201\u0202\7u\2\2"+ - "\u0202>\3\2\2\2\u0203\u0204\7k\2\2\u0204\u0205\7o\2\2\u0205\u0206\7r\2"+ - "\2\u0206\u0207\7q\2\2\u0207\u0208\7t\2\2\u0208\u0209\7v\2\2\u0209@\3\2"+ - "\2\2\u020a\u020b\7k\2\2\u020b\u020c\7p\2\2\u020c\u020d\7u\2\2\u020d\u020e"+ - "\7v\2\2\u020e\u020f\7c\2\2\u020f\u0210\7p\2\2\u0210\u0211\7e\2\2\u0211"+ - "\u0212\7g\2\2\u0212\u0213\7q\2\2\u0213\u0214\7h\2\2\u0214B\3\2\2\2\u0215"+ - "\u0216\7k\2\2\u0216\u0217\7p\2\2\u0217\u0218\7v\2\2\u0218D\3\2\2\2\u0219"+ - "\u021a\7k\2\2\u021a\u021b\7p\2\2\u021b\u021c\7v\2\2\u021c\u021d\7g\2\2"+ - "\u021d\u021e\7t\2\2\u021e\u021f\7h\2\2\u021f\u0220\7c\2\2\u0220\u0221"+ - "\7e\2\2\u0221\u0222\7g\2\2\u0222F\3\2\2\2\u0223\u0224\7n\2\2\u0224\u0225"+ - "\7q\2\2\u0225\u0226\7p\2\2\u0226\u0227\7i\2\2\u0227H\3\2\2\2\u0228\u0229"+ - "\7p\2\2\u0229\u022a\7c\2\2\u022a\u022b\7v\2\2\u022b\u022c\7k\2\2\u022c"+ - "\u022d\7x\2\2\u022d\u022e\7g\2\2\u022eJ\3\2\2\2\u022f\u0230\7p\2\2\u0230"+ - "\u0231\7g\2\2\u0231\u0232\7y\2\2\u0232L\3\2\2\2\u0233\u0234\7r\2\2\u0234"+ - "\u0235\7c\2\2\u0235\u0236\7e\2\2\u0236\u0237\7m\2\2\u0237\u0238\7c\2\2"+ - "\u0238\u0239\7i\2\2\u0239\u023a\7g\2\2\u023aN\3\2\2\2\u023b\u023c\7r\2"+ - "\2\u023c\u023d\7t\2\2\u023d\u023e\7k\2\2\u023e\u023f\7x\2\2\u023f\u0240"+ - "\7c\2\2\u0240\u0241\7v\2\2\u0241\u0242\7g\2\2\u0242P\3\2\2\2\u0243\u0244"+ - "\7r\2\2\u0244\u0245\7t\2\2\u0245\u0246\7q\2\2\u0246\u0247\7v\2\2\u0247"+ - "\u0248\7g\2\2\u0248\u0249\7e\2\2\u0249\u024a\7v\2\2\u024a\u024b\7g\2\2"+ - "\u024b\u024c\7f\2\2\u024cR\3\2\2\2\u024d\u024e\7r\2\2\u024e\u024f\7w\2"+ - "\2\u024f\u0250\7d\2\2\u0250\u0251\7n\2\2\u0251\u0252\7k\2\2\u0252\u0253"+ - "\7e\2\2\u0253T\3\2\2\2\u0254\u0255\7t\2\2\u0255\u0256\7g\2\2\u0256\u0257"+ - "\7v\2\2\u0257\u0258\7w\2\2\u0258\u0259\7t\2\2\u0259\u025a\7p\2\2\u025a"+ - "V\3\2\2\2\u025b\u025c\7u\2\2\u025c\u025d\7j\2\2\u025d\u025e\7q\2\2\u025e"+ - "\u025f\7t\2\2\u025f\u0260\7v\2\2\u0260X\3\2\2\2\u0261\u0262\7u\2\2\u0262"+ - "\u0263\7v\2\2\u0263\u0264\7c\2\2\u0264\u0265\7v\2\2\u0265\u0266\7k\2\2"+ - "\u0266\u0267\7e\2\2\u0267Z\3\2\2\2\u0268\u0269\7u\2\2\u0269\u026a\7v\2"+ - "\2\u026a\u026b\7t\2\2\u026b\u026c\7k\2\2\u026c\u026d\7e\2\2\u026d\u026e"+ - "\7v\2\2\u026e\u026f\7h\2\2\u026f\u0270\7r\2\2\u0270\\\3\2\2\2\u0271\u0272"+ - "\7u\2\2\u0272\u0273\7w\2\2\u0273\u0274\7r\2\2\u0274\u0275\7g\2\2\u0275"+ - "\u0276\7t\2\2\u0276^\3\2\2\2\u0277\u0278\7u\2\2\u0278\u0279\7y\2\2\u0279"+ - "\u027a\7k\2\2\u027a\u027b\7v\2\2\u027b\u027c\7e\2\2\u027c\u027d\7j\2\2"+ - "\u027d`\3\2\2\2\u027e\u027f\7u\2\2\u027f\u0280\7{\2\2\u0280\u0281\7p\2"+ - "\2\u0281\u0282\7e\2\2\u0282\u0283\7j\2\2\u0283\u0284\7t\2\2\u0284\u0285"+ - "\7q\2\2\u0285\u0286\7p\2\2\u0286\u0287\7k\2\2\u0287\u0288\7|\2\2\u0288"+ - "\u0289\7g\2\2\u0289\u028a\7f\2\2\u028ab\3\2\2\2\u028b\u028c\7v\2\2\u028c"+ - "\u028d\7j\2\2\u028d\u028e\7k\2\2\u028e\u028f\7u\2\2\u028fd\3\2\2\2\u0290"+ - "\u0291\7v\2\2\u0291\u0292\7j\2\2\u0292\u0293\7t\2\2\u0293\u0294\7q\2\2"+ - "\u0294\u0295\7y\2\2\u0295f\3\2\2\2\u0296\u0297\7v\2\2\u0297\u0298\7j\2"+ - "\2\u0298\u0299\7t\2\2\u0299\u029a\7q\2\2\u029a\u029b\7y\2\2\u029b\u029c"+ - "\7u\2\2\u029ch\3\2\2\2\u029d\u029e\7v\2\2\u029e\u029f\7t\2\2\u029f\u02a0"+ - "\7c\2\2\u02a0\u02a1\7p\2\2\u02a1\u02a2\7u\2\2\u02a2\u02a3\7k\2\2\u02a3"+ - "\u02a4\7g\2\2\u02a4\u02a5\7p\2\2\u02a5\u02a6\7v\2\2\u02a6j\3\2\2\2\u02a7"+ - "\u02a8\7v\2\2\u02a8\u02a9\7t\2\2\u02a9\u02aa\7{\2\2\u02aal\3\2\2\2\u02ab"+ - "\u02ac\7x\2\2\u02ac\u02ad\7q\2\2\u02ad\u02ae\7k\2\2\u02ae\u02af\7f\2\2"+ - "\u02afn\3\2\2\2\u02b0\u02b1\7x\2\2\u02b1\u02b2\7q\2\2\u02b2\u02b3\7n\2"+ - "\2\u02b3\u02b4\7c\2\2\u02b4\u02b5\7v\2\2\u02b5\u02b6\7k\2\2\u02b6\u02b7"+ - "\7n\2\2\u02b7\u02b8\7g\2\2\u02b8p\3\2\2\2\u02b9\u02ba\7y\2\2\u02ba\u02bb"+ - "\7j\2\2\u02bb\u02bc\7k\2\2\u02bc\u02bd\7n\2\2\u02bd\u02be\7g\2\2\u02be"+ - "r\3\2\2\2\u02bf\u02c4\5u;\2\u02c0\u02c4\5w<\2\u02c1\u02c4\5y=\2\u02c2"+ - "\u02c4\5{>\2\u02c3\u02bf\3\2\2\2\u02c3\u02c0\3\2\2\2\u02c3\u02c1\3\2\2"+ - "\2\u02c3\u02c2\3\2\2\2\u02c4t\3\2\2\2\u02c5\u02c7\5\177@\2\u02c6\u02c8"+ - "\5}?\2\u02c7\u02c6\3\2\2\2\u02c7\u02c8\3\2\2\2\u02c8v\3\2\2\2\u02c9\u02cb"+ - "\5\u008dG\2\u02ca\u02cc\5}?\2\u02cb\u02ca\3\2\2\2\u02cb\u02cc\3\2\2\2"+ - "\u02ccx\3\2\2\2\u02cd\u02cf\5\u0097L\2\u02ce\u02d0\5}?\2\u02cf\u02ce\3"+ - "\2\2\2\u02cf\u02d0\3\2\2\2\u02d0z\3\2\2\2\u02d1\u02d3\5\u00a1Q\2\u02d2"+ - "\u02d4\5}?\2\u02d3\u02d2\3\2\2\2\u02d3\u02d4\3\2\2\2\u02d4|\3\2\2\2\u02d5"+ - "\u02d6\t\2\2\2\u02d6~\3\2\2\2\u02d7\u02e2\7\62\2\2\u02d8\u02df\5\u0085"+ - "C\2\u02d9\u02db\5\u0081A\2\u02da\u02d9\3\2\2\2\u02da\u02db\3\2\2\2\u02db"+ - "\u02e0\3\2\2\2\u02dc\u02dd\5\u008bF\2\u02dd\u02de\5\u0081A\2\u02de\u02e0"+ - "\3\2\2\2\u02df\u02da\3\2\2\2\u02df\u02dc\3\2\2\2\u02e0\u02e2\3\2\2\2\u02e1"+ - "\u02d7\3\2\2\2\u02e1\u02d8\3\2\2\2\u02e2\u0080\3\2\2\2\u02e3\u02e8\5\u0083"+ - "B\2\u02e4\u02e6\5\u0087D\2\u02e5\u02e4\3\2\2\2\u02e5\u02e6\3\2\2\2\u02e6"+ - "\u02e7\3\2\2\2\u02e7\u02e9\5\u0083B\2\u02e8\u02e5\3\2\2\2\u02e8\u02e9"+ - "\3\2\2\2\u02e9\u0082\3\2\2\2\u02ea\u02ed\7\62\2\2\u02eb\u02ed\5\u0085"+ - "C\2\u02ec\u02ea\3\2\2\2\u02ec\u02eb\3\2\2\2\u02ed\u0084\3\2\2\2\u02ee"+ - "\u02ef\t\3\2\2\u02ef\u0086\3\2\2\2\u02f0\u02f2\5\u0089E\2\u02f1\u02f0"+ - "\3\2\2\2\u02f2\u02f3\3\2\2\2\u02f3\u02f1\3\2\2\2\u02f3\u02f4\3\2\2\2\u02f4"+ - "\u0088\3\2\2\2\u02f5\u02f8\5\u0083B\2\u02f6\u02f8\7a\2\2\u02f7\u02f5\3"+ - "\2\2\2\u02f7\u02f6\3\2\2\2\u02f8\u008a\3\2\2\2\u02f9\u02fb\7a\2\2\u02fa"+ - "\u02f9\3\2\2\2\u02fb\u02fc\3\2\2\2\u02fc\u02fa\3\2\2\2\u02fc\u02fd\3\2"+ - "\2\2\u02fd\u008c\3\2\2\2\u02fe\u02ff\7\62\2\2\u02ff\u0300\t\4\2\2\u0300"+ - "\u0301\5\u008fH\2\u0301\u008e\3\2\2\2\u0302\u0307\5\u0091I\2\u0303\u0305"+ - "\5\u0093J\2\u0304\u0303\3\2\2\2\u0304\u0305\3\2\2\2\u0305\u0306\3\2\2"+ - "\2\u0306\u0308\5\u0091I\2\u0307\u0304\3\2\2\2\u0307\u0308\3\2\2\2\u0308"+ - "\u0090\3\2\2\2\u0309\u030a\t\5\2\2\u030a\u0092\3\2\2\2\u030b\u030d\5\u0095"+ - "K\2\u030c\u030b\3\2\2\2\u030d\u030e\3\2\2\2\u030e\u030c\3\2\2\2\u030e"+ - "\u030f\3\2\2\2\u030f\u0094\3\2\2\2\u0310\u0313\5\u0091I\2\u0311\u0313"+ - "\7a\2\2\u0312\u0310\3\2\2\2\u0312\u0311\3\2\2\2\u0313\u0096\3\2\2\2\u0314"+ - "\u0316\7\62\2\2\u0315\u0317\5\u008bF\2\u0316\u0315\3\2\2\2\u0316\u0317"+ - "\3\2\2\2\u0317\u0318\3\2\2\2\u0318\u0319\5\u0099M\2\u0319\u0098\3\2\2"+ - "\2\u031a\u031f\5\u009bN\2\u031b\u031d\5\u009dO\2\u031c\u031b\3\2\2\2\u031c"+ - "\u031d\3\2\2\2\u031d\u031e\3\2\2\2\u031e\u0320\5\u009bN\2\u031f\u031c"+ - "\3\2\2\2\u031f\u0320\3\2\2\2\u0320\u009a\3\2\2\2\u0321\u0322\t\6\2\2\u0322"+ - "\u009c\3\2\2\2\u0323\u0325\5\u009fP\2\u0324\u0323\3\2\2\2\u0325\u0326"+ - "\3\2\2\2\u0326\u0324\3\2\2\2\u0326\u0327\3\2\2\2\u0327\u009e\3\2\2\2\u0328"+ - "\u032b\5\u009bN\2\u0329\u032b\7a\2\2\u032a\u0328\3\2\2\2\u032a\u0329\3"+ - "\2\2\2\u032b\u00a0\3\2\2\2\u032c\u032d\7\62\2\2\u032d\u032e\t\7\2\2\u032e"+ - "\u032f\5\u00a3R\2\u032f\u00a2\3\2\2\2\u0330\u0335\5\u00a5S\2\u0331\u0333"+ - "\5\u00a7T\2\u0332\u0331\3\2\2\2\u0332\u0333\3\2\2\2\u0333\u0334\3\2\2"+ - "\2\u0334\u0336\5\u00a5S\2\u0335\u0332\3\2\2\2\u0335\u0336\3\2\2\2\u0336"+ - "\u00a4\3\2\2\2\u0337\u0338\t\b\2\2\u0338\u00a6\3\2\2\2\u0339\u033b\5\u00a9"+ - "U\2\u033a\u0339\3\2\2\2\u033b\u033c\3\2\2\2\u033c\u033a\3\2\2\2\u033c"+ - "\u033d\3\2\2\2\u033d\u00a8\3\2\2\2\u033e\u0341\5\u00a5S\2\u033f\u0341"+ - "\7a\2\2\u0340\u033e\3\2\2\2\u0340\u033f\3\2\2\2\u0341\u00aa\3\2\2\2\u0342"+ - "\u0345\5\u00adW\2\u0343\u0345\5\u00b9]\2\u0344\u0342\3\2\2\2\u0344\u0343"+ - "\3\2\2\2\u0345\u00ac\3\2\2\2\u0346\u0347\5\u0081A\2\u0347\u0349\7\60\2"+ - "\2\u0348\u034a\5\u0081A\2\u0349\u0348\3\2\2\2\u0349\u034a\3\2\2\2\u034a"+ - "\u034c\3\2\2\2\u034b\u034d\5\u00afX\2\u034c\u034b\3\2\2\2\u034c\u034d"+ - "\3\2\2\2\u034d\u034f\3\2\2\2\u034e\u0350\5\u00b7\\\2\u034f\u034e\3\2\2"+ - "\2\u034f\u0350\3\2\2\2\u0350\u0362\3\2\2\2\u0351\u0352\7\60\2\2\u0352"+ - "\u0354\5\u0081A\2\u0353\u0355\5\u00afX\2\u0354\u0353\3\2\2\2\u0354\u0355"+ - "\3\2\2\2\u0355\u0357\3\2\2\2\u0356\u0358\5\u00b7\\\2\u0357\u0356\3\2\2"+ - "\2\u0357\u0358\3\2\2\2\u0358\u0362\3\2\2\2\u0359\u035a\5\u0081A\2\u035a"+ - "\u035c\5\u00afX\2\u035b\u035d\5\u00b7\\\2\u035c\u035b\3\2\2\2\u035c\u035d"+ - "\3\2\2\2\u035d\u0362\3\2\2\2\u035e\u035f\5\u0081A\2\u035f\u0360\5\u00b7"+ - "\\\2\u0360\u0362\3\2\2\2\u0361\u0346\3\2\2\2\u0361\u0351\3\2\2\2\u0361"+ - "\u0359\3\2\2\2\u0361\u035e\3\2\2\2\u0362\u00ae\3\2\2\2\u0363\u0364\5\u00b1"+ - "Y\2\u0364\u0365\5\u00b3Z\2\u0365\u00b0\3\2\2\2\u0366\u0367\t\t\2\2\u0367"+ - "\u00b2\3\2\2\2\u0368\u036a\5\u00b5[\2\u0369\u0368\3\2\2\2\u0369\u036a"+ - "\3\2\2\2\u036a\u036b\3\2\2\2\u036b\u036c\5\u0081A\2\u036c\u00b4\3\2\2"+ - "\2\u036d\u036e\t\n\2\2\u036e\u00b6\3\2\2\2\u036f\u0370\t\13\2\2\u0370"+ - "\u00b8\3\2\2\2\u0371\u0372\5\u00bb^\2\u0372\u0374\5\u00bd_\2\u0373\u0375"+ - "\5\u00b7\\\2\u0374\u0373\3\2\2\2\u0374\u0375\3\2\2\2\u0375\u00ba\3\2\2"+ - "\2\u0376\u0378\5\u008dG\2\u0377\u0379\7\60\2\2\u0378\u0377\3\2\2\2\u0378"+ - "\u0379\3\2\2\2\u0379\u0382\3\2\2\2\u037a\u037b\7\62\2\2\u037b\u037d\t"+ - "\4\2\2\u037c\u037e\5\u008fH\2\u037d\u037c\3\2\2\2\u037d\u037e\3\2\2\2"+ - "\u037e\u037f\3\2\2\2\u037f\u0380\7\60\2\2\u0380\u0382\5\u008fH\2\u0381"+ - "\u0376\3\2\2\2\u0381\u037a\3\2\2\2\u0382\u00bc\3\2\2\2\u0383\u0384\5\u00bf"+ - "`\2\u0384\u0385\5\u00b3Z\2\u0385\u00be\3\2\2\2\u0386\u0387\t\f\2\2\u0387"+ - "\u00c0\3\2\2\2\u0388\u0389\7v\2\2\u0389\u038a\7t\2\2\u038a\u038b\7w\2"+ - "\2\u038b\u0392\7g\2\2\u038c\u038d\7h\2\2\u038d\u038e\7c\2\2\u038e\u038f"+ - "\7n\2\2\u038f\u0390\7u\2\2\u0390\u0392\7g\2\2\u0391\u0388\3\2\2\2\u0391"+ - "\u038c\3\2\2\2\u0392\u00c2\3\2\2\2\u0393\u0394\7)\2\2\u0394\u0395\5\u00c5"+ - "c\2\u0395\u0396\7)\2\2\u0396\u039c\3\2\2\2\u0397\u0398\7)\2\2\u0398\u0399"+ - "\5\u00cdg\2\u0399\u039a\7)\2\2\u039a\u039c\3\2\2\2\u039b\u0393\3\2\2\2"+ - "\u039b\u0397\3\2\2\2\u039c\u00c4\3\2\2\2\u039d\u039e\n\r\2\2\u039e\u00c6"+ - "\3\2\2\2\u039f\u03a1\7$\2\2\u03a0\u03a2\5\u00c9e\2\u03a1\u03a0\3\2\2\2"+ - "\u03a1\u03a2\3\2\2\2\u03a2\u03a3\3\2\2\2\u03a3\u03a4\7$\2\2\u03a4\u00c8"+ - "\3\2\2\2\u03a5\u03a7\5\u00cbf\2\u03a6\u03a5\3\2\2\2\u03a7\u03a8\3\2\2"+ - "\2\u03a8\u03a6\3\2\2\2\u03a8\u03a9\3\2\2\2\u03a9\u00ca\3\2\2\2\u03aa\u03ad"+ - "\n\16\2\2\u03ab\u03ad\5\u00cdg\2\u03ac\u03aa\3\2\2\2\u03ac\u03ab\3\2\2"+ - "\2\u03ad\u00cc\3\2\2\2\u03ae\u03af\7^\2\2\u03af\u03b3\t\17\2\2\u03b0\u03b3"+ - "\5\u00cfh\2\u03b1\u03b3\5\u00d3j\2\u03b2\u03ae\3\2\2\2\u03b2\u03b0\3\2"+ - "\2\2\u03b2\u03b1\3\2\2\2\u03b3\u00ce\3\2\2\2\u03b4\u03b5\7^\2\2\u03b5"+ - "\u03c0\5\u009bN\2\u03b6\u03b7\7^\2\2\u03b7\u03b8\5\u009bN\2\u03b8\u03b9"+ - "\5\u009bN\2\u03b9\u03c0\3\2\2\2\u03ba\u03bb\7^\2\2\u03bb\u03bc\5\u00d1"+ - "i\2\u03bc\u03bd\5\u009bN\2\u03bd\u03be\5\u009bN\2\u03be\u03c0\3\2\2\2"+ - "\u03bf\u03b4\3\2\2\2\u03bf\u03b6\3\2\2\2\u03bf\u03ba\3\2\2\2\u03c0\u00d0"+ - "\3\2\2\2\u03c1\u03c2\t\20\2\2\u03c2\u00d2\3\2\2\2\u03c3\u03c4\7^\2\2\u03c4"+ - "\u03c5\7w\2\2\u03c5\u03c6\5\u0091I\2\u03c6\u03c7\5\u0091I\2\u03c7\u03c8"+ - "\5\u0091I\2\u03c8\u03c9\5\u0091I\2\u03c9\u00d4\3\2\2\2\u03ca\u03cb\7p"+ - "\2\2\u03cb\u03cc\7w\2\2\u03cc\u03cd\7n\2\2\u03cd\u03ce\7n\2\2\u03ce\u00d6"+ - "\3\2\2\2\u03cf\u03d0\7*\2\2\u03d0\u00d8\3\2\2\2\u03d1\u03d2\7+\2\2\u03d2"+ - "\u00da\3\2\2\2\u03d3\u03d4\7}\2\2\u03d4\u00dc\3\2\2\2\u03d5\u03d6\7\177"+ - "\2\2\u03d6\u00de\3\2\2\2\u03d7\u03d8\7]\2\2\u03d8\u00e0\3\2\2\2\u03d9"+ - "\u03da\7_\2\2\u03da\u00e2\3\2\2\2\u03db\u03dc\7=\2\2\u03dc\u00e4\3\2\2"+ - "\2\u03dd\u03de\7.\2\2\u03de\u00e6\3\2\2\2\u03df\u03e0\7\60\2\2\u03e0\u00e8"+ - "\3\2\2\2\u03e1\u03e2\7?\2\2\u03e2\u00ea\3\2\2\2\u03e3\u03e4\7@\2\2\u03e4"+ - "\u00ec\3\2\2\2\u03e5\u03e6\7>\2\2\u03e6\u00ee\3\2\2\2\u03e7\u03e8\7#\2"+ - "\2\u03e8\u00f0\3\2\2\2\u03e9\u03ea\7\u0080\2\2\u03ea\u00f2\3\2\2\2\u03eb"+ - "\u03ec\7A\2\2\u03ec\u00f4\3\2\2\2\u03ed\u03ee\7<\2\2\u03ee\u00f6\3\2\2"+ - "\2\u03ef\u03f0\7?\2\2\u03f0\u03f1\7?\2\2\u03f1\u00f8\3\2\2\2\u03f2\u03f3"+ - "\7>\2\2\u03f3\u03f4\7?\2\2\u03f4\u00fa\3\2\2\2\u03f5\u03f6\7@\2\2\u03f6"+ - "\u03f7\7?\2\2\u03f7\u00fc\3\2\2\2\u03f8\u03f9\7#\2\2\u03f9\u03fa\7?\2"+ - "\2\u03fa\u00fe\3\2\2\2\u03fb\u03fc\7(\2\2\u03fc\u03fd\7(\2\2\u03fd\u0100"+ - "\3\2\2\2\u03fe\u03ff\7~\2\2\u03ff\u0400\7~\2\2\u0400\u0102\3\2\2\2\u0401"+ - "\u0402\7-\2\2\u0402\u0403\7-\2\2\u0403\u0104\3\2\2\2\u0404\u0405\7/\2"+ - "\2\u0405\u0406\7/\2\2\u0406\u0106\3\2\2\2\u0407\u0408\7-\2\2\u0408\u0108"+ - "\3\2\2\2\u0409\u040a\7/\2\2\u040a\u010a\3\2\2\2\u040b\u040c\7,\2\2\u040c"+ - "\u010c\3\2\2\2\u040d\u040e\7\61\2\2\u040e\u010e\3\2\2\2\u040f\u0410\7"+ - "(\2\2\u0410\u0110\3\2\2\2\u0411\u0412\7~\2\2\u0412\u0112\3\2\2\2\u0413"+ - "\u0414\7`\2\2\u0414\u0114\3\2\2\2\u0415\u0416\7\'\2\2\u0416\u0116\3\2"+ - "\2\2\u0417\u0418\7/\2\2\u0418\u0419\7@\2\2\u0419\u0118\3\2\2\2\u041a\u041b"+ - "\7<\2\2\u041b\u041c\7<\2\2\u041c\u011a\3\2\2\2\u041d\u041e\7-\2\2\u041e"+ - "\u041f\7?\2\2\u041f\u011c\3\2\2\2\u0420\u0421\7/\2\2\u0421\u0422\7?\2"+ - "\2\u0422\u011e\3\2\2\2\u0423\u0424\7,\2\2\u0424\u0425\7?\2\2\u0425\u0120"+ - "\3\2\2\2\u0426\u0427\7\61\2\2\u0427\u0428\7?\2\2\u0428\u0122\3\2\2\2\u0429"+ - "\u042a\7(\2\2\u042a\u042b\7?\2\2\u042b\u0124\3\2\2\2\u042c\u042d\7~\2"+ - "\2\u042d\u042e\7?\2\2\u042e\u0126\3\2\2\2\u042f\u0430\7`\2\2\u0430\u0431"+ - "\7?\2\2\u0431\u0128\3\2\2\2\u0432\u0433\7\'\2\2\u0433\u0434\7?\2\2\u0434"+ - "\u012a\3\2\2\2\u0435\u0436\7>\2\2\u0436\u0437\7>\2\2\u0437\u0438\7?\2"+ - "\2\u0438\u012c\3\2\2\2\u0439\u043a\7@\2\2\u043a\u043b\7@\2\2\u043b\u043c"+ - "\7?\2\2\u043c\u012e\3\2\2\2\u043d\u043e\7@\2\2\u043e\u043f\7@\2\2\u043f"+ - "\u0440\7@\2\2\u0440\u0441\7?\2\2\u0441\u0130\3\2\2\2\u0442\u0446\5\u0133"+ - "\u009a\2\u0443\u0445\5\u0135\u009b\2\u0444\u0443\3\2\2\2\u0445\u0448\3"+ - "\2\2\2\u0446\u0444\3\2\2\2\u0446\u0447\3\2\2\2\u0447\u0132\3\2\2\2\u0448"+ - "\u0446\3\2\2\2\u0449\u0450\t\21\2\2\u044a\u044b\n\22\2\2\u044b\u0450\6"+ - "\u009a\2\2\u044c\u044d\t\23\2\2\u044d\u044e\t\24\2\2\u044e\u0450\6\u009a"+ - "\3\2\u044f\u0449\3\2\2\2\u044f\u044a\3\2\2\2\u044f\u044c\3\2\2\2\u0450"+ - "\u0134\3\2\2\2\u0451\u0458\t\25\2\2\u0452\u0453\n\22\2\2\u0453\u0458\6"+ - "\u009b\4\2\u0454\u0455\t\23\2\2\u0455\u0456\t\24\2\2\u0456\u0458\6\u009b"+ - "\5\2\u0457\u0451\3\2\2\2\u0457\u0452\3\2\2\2\u0457\u0454\3\2\2\2\u0458"+ - "\u0136\3\2\2\2\u0459\u045a\7B\2\2\u045a\u0138\3\2\2\2\u045b\u045c\7\60"+ - "\2\2\u045c\u045d\7\60\2\2\u045d\u045e\7\60\2\2\u045e\u013a\3\2\2\2\u045f"+ - "\u0461\t\26\2\2\u0460\u045f\3\2\2\2\u0461\u0462\3\2\2\2\u0462\u0460\3"+ - "\2\2\2\u0462\u0463\3\2\2\2\u0463\u0464\3\2\2\2\u0464\u0465\b\u009e\2\2"+ - "\u0465\u013c\3\2\2\2\u0466\u0467\7\61\2\2\u0467\u0468\7,\2\2\u0468\u046c"+ - "\3\2\2\2\u0469\u046b\13\2\2\2\u046a\u0469\3\2\2\2\u046b\u046e\3\2\2\2"+ - "\u046c\u046d\3\2\2\2\u046c\u046a\3\2\2\2\u046d\u046f\3\2\2\2\u046e\u046c"+ - "\3\2\2\2\u046f\u0470\7,\2\2\u0470\u0471\7\61\2\2\u0471\u0472\3\2\2\2\u0472"+ - "\u0473\b\u009f\2\2\u0473\u013e\3\2\2\2\u0474\u0475\7\61\2\2\u0475\u0476"+ - "\7\61\2\2\u0476\u047a\3\2\2\2\u0477\u0479\n\27\2\2\u0478\u0477\3\2\2\2"+ - "\u0479\u047c\3\2\2\2\u047a\u0478\3\2\2\2\u047a\u047b\3\2\2\2\u047b\u047d"+ - "\3\2\2\2\u047c\u047a\3\2\2\2\u047d\u047e\b\u00a0\2\2\u047e\u0140\3\2\2"+ - "\28\2\u02c3\u02c7\u02cb\u02cf\u02d3\u02da\u02df\u02e1\u02e5\u02e8\u02ec"+ - "\u02f3\u02f7\u02fc\u0304\u0307\u030e\u0312\u0316\u031c\u031f\u0326\u032a"+ - "\u0332\u0335\u033c\u0340\u0344\u0349\u034c\u034f\u0354\u0357\u035c\u0361"+ - "\u0369\u0374\u0378\u037d\u0381\u0391\u039b\u03a1\u03a8\u03ac\u03b2\u03bf"+ - "\u0446\u044f\u0457\u0462\u046c\u047a\3\b\2\2"; - public static final ATN _ATN = - new ATNDeserializer().deserialize(_serializedATN.toCharArray()); - static { - _decisionToDFA = new DFA[_ATN.getNumberOfDecisions()]; - for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) { - _decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i); - } - } -} \ No newline at end of file diff --git a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.tokens b/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.tokens deleted file mode 100644 index 00cb0754..00000000 --- a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Lexer.tokens +++ /dev/null @@ -1,217 +0,0 @@ -T__0=1 -T__1=2 -T__2=3 -T__3=4 -T__4=5 -T__5=6 -ABSTRACT=7 -ASSERT=8 -BOOLEAN=9 -BREAK=10 -BYTE=11 -CASE=12 -CATCH=13 -CHAR=14 -CLASS=15 -CONST=16 -CONTINUE=17 -DEFAULT=18 -DO=19 -DOUBLE=20 -ELSE=21 -ENUM=22 -EXTENDS=23 -FINAL=24 -FINALLY=25 -FLOAT=26 -FOR=27 -IF=28 -GOTO=29 -IMPLEMENTS=30 -IMPORT=31 -INSTANCEOF=32 -INT=33 -INTERFACE=34 -LONG=35 -NATIVE=36 -NEW=37 -PACKAGE=38 -PRIVATE=39 -PROTECTED=40 -PUBLIC=41 -RETURN=42 -SHORT=43 -STATIC=44 -STRICTFP=45 -SUPER=46 -SWITCH=47 -SYNCHRONIZED=48 -THIS=49 -THROW=50 -THROWS=51 -TRANSIENT=52 -TRY=53 -VOID=54 -VOLATILE=55 -WHILE=56 -IntegerLiteral=57 -FloatingPointLiteral=58 -BooleanLiteral=59 -CharacterLiteral=60 -StringLiteral=61 -NullLiteral=62 -LPAREN=63 -RPAREN=64 -LBRACE=65 -RBRACE=66 -LBRACK=67 -RBRACK=68 -SEMI=69 -COMMA=70 -DOT=71 -ASSIGN=72 -GT=73 -LT=74 -BANG=75 -TILDE=76 -QUESTION=77 -COLON=78 -EQUAL=79 -LE=80 -GE=81 -NOTEQUAL=82 -AND=83 -OR=84 -INC=85 -DEC=86 -ADD=87 -SUB=88 -MUL=89 -DIV=90 -BITAND=91 -BITOR=92 -CARET=93 -MOD=94 -ARROW=95 -COLONCOLON=96 -ADD_ASSIGN=97 -SUB_ASSIGN=98 -MUL_ASSIGN=99 -DIV_ASSIGN=100 -AND_ASSIGN=101 -OR_ASSIGN=102 -XOR_ASSIGN=103 -MOD_ASSIGN=104 -LSHIFT_ASSIGN=105 -RSHIFT_ASSIGN=106 -URSHIFT_ASSIGN=107 -Identifier=108 -AT=109 -ELLIPSIS=110 -WS=111 -COMMENT=112 -LINE_COMMENT=113 -'sealed'=1 -'non-sealed'=2 -'permits'=3 -'record'=4 -'var'=5 -'yield'=6 -'abstract'=7 -'assert'=8 -'boolean'=9 -'break'=10 -'byte'=11 -'case'=12 -'catch'=13 -'char'=14 -'class'=15 -'const'=16 -'continue'=17 -'default'=18 -'do'=19 -'double'=20 -'else'=21 -'enum'=22 -'extends'=23 -'final'=24 -'finally'=25 -'float'=26 -'for'=27 -'if'=28 -'goto'=29 -'implements'=30 -'import'=31 -'instanceof'=32 -'int'=33 -'interface'=34 -'long'=35 -'native'=36 -'new'=37 -'package'=38 -'private'=39 -'protected'=40 -'public'=41 -'return'=42 -'short'=43 -'static'=44 -'strictfp'=45 -'super'=46 -'switch'=47 -'synchronized'=48 -'this'=49 -'throw'=50 -'throws'=51 -'transient'=52 -'try'=53 -'void'=54 -'volatile'=55 -'while'=56 -'null'=62 -'('=63 -')'=64 -'{'=65 -'}'=66 -'['=67 -']'=68 -';'=69 -','=70 -'.'=71 -'='=72 -'>'=73 -'<'=74 -'!'=75 -'~'=76 -'?'=77 -':'=78 -'=='=79 -'<='=80 -'>='=81 -'!='=82 -'&&'=83 -'||'=84 -'++'=85 -'--'=86 -'+'=87 -'-'=88 -'*'=89 -'/'=90 -'&'=91 -'|'=92 -'^'=93 -'%'=94 -'->'=95 -'::'=96 -'+='=97 -'-='=98 -'*='=99 -'/='=100 -'&='=101 -'|='=102 -'^='=103 -'%='=104 -'<<='=105 -'>>='=106 -'>>>='=107 -'@'=109 -'...'=110 diff --git a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Parser.java b/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Parser.java deleted file mode 100644 index b30e325b..00000000 --- a/src/main/antlr4/de/dhbwstuttgart/parser/antlr/.antlr/Java8Parser.java +++ /dev/null @@ -1,18740 +0,0 @@ -// Generated from /home/andreas/Development/JavaCompilerCore/src/main/antlr4/de/dhbwstuttgart/parser/antlr/Java8.g4 by ANTLR 4.9.2 -import org.antlr.v4.runtime.atn.*; -import org.antlr.v4.runtime.dfa.DFA; -import org.antlr.v4.runtime.*; -import org.antlr.v4.runtime.misc.*; -import org.antlr.v4.runtime.tree.*; -import java.util.List; -import java.util.Iterator; -import java.util.ArrayList; - -@SuppressWarnings({"all", "warnings", "unchecked", "unused", "cast"}) -public class Java8Parser extends Parser { - static { RuntimeMetaData.checkVersion("4.9.2", RuntimeMetaData.VERSION); } - - protected static final DFA[] _decisionToDFA; - protected static final PredictionContextCache _sharedContextCache = - new PredictionContextCache(); - public static final int - T__0=1, T__1=2, T__2=3, T__3=4, T__4=5, T__5=6, ABSTRACT=7, ASSERT=8, - BOOLEAN=9, BREAK=10, BYTE=11, CASE=12, CATCH=13, CHAR=14, CLASS=15, CONST=16, - CONTINUE=17, DEFAULT=18, DO=19, DOUBLE=20, ELSE=21, ENUM=22, EXTENDS=23, - FINAL=24, FINALLY=25, FLOAT=26, FOR=27, IF=28, GOTO=29, IMPLEMENTS=30, - IMPORT=31, INSTANCEOF=32, INT=33, INTERFACE=34, LONG=35, NATIVE=36, NEW=37, - PACKAGE=38, PRIVATE=39, PROTECTED=40, PUBLIC=41, RETURN=42, SHORT=43, - STATIC=44, STRICTFP=45, SUPER=46, SWITCH=47, SYNCHRONIZED=48, THIS=49, - THROW=50, THROWS=51, TRANSIENT=52, TRY=53, VOID=54, VOLATILE=55, WHILE=56, - IntegerLiteral=57, FloatingPointLiteral=58, BooleanLiteral=59, CharacterLiteral=60, - StringLiteral=61, NullLiteral=62, LPAREN=63, RPAREN=64, LBRACE=65, RBRACE=66, - LBRACK=67, RBRACK=68, SEMI=69, COMMA=70, DOT=71, ASSIGN=72, GT=73, LT=74, - BANG=75, TILDE=76, QUESTION=77, COLON=78, EQUAL=79, LE=80, GE=81, NOTEQUAL=82, - AND=83, OR=84, INC=85, DEC=86, ADD=87, SUB=88, MUL=89, DIV=90, BITAND=91, - BITOR=92, CARET=93, MOD=94, ARROW=95, COLONCOLON=96, ADD_ASSIGN=97, SUB_ASSIGN=98, - MUL_ASSIGN=99, DIV_ASSIGN=100, AND_ASSIGN=101, OR_ASSIGN=102, XOR_ASSIGN=103, - MOD_ASSIGN=104, LSHIFT_ASSIGN=105, RSHIFT_ASSIGN=106, URSHIFT_ASSIGN=107, - Identifier=108, AT=109, ELLIPSIS=110, WS=111, COMMENT=112, LINE_COMMENT=113; - public static final int - RULE_literal = 0, RULE_type = 1, RULE_primitiveType = 2, RULE_numericType = 3, - RULE_integralType = 4, RULE_floatingPointType = 5, RULE_referenceType = 6, - RULE_classOrInterfaceType = 7, RULE_classType = 8, RULE_classTypeList = 9, - RULE_classType_lf_classOrInterfaceType = 10, RULE_classType_lfno_classOrInterfaceType = 11, - RULE_interfaceType = 12, RULE_interfaceType_lf_classOrInterfaceType = 13, - RULE_interfaceType_lfno_classOrInterfaceType = 14, RULE_typeVariable = 15, - RULE_arrayType = 16, RULE_dims = 17, RULE_typeParameter = 18, RULE_typeParameterModifier = 19, - RULE_typeBound = 20, RULE_additionalBound = 21, RULE_typeArguments = 22, - RULE_typeArgumentList = 23, RULE_typeArgument = 24, RULE_wildcard = 25, - RULE_wildcardBounds = 26, RULE_packageName = 27, RULE_typeName = 28, RULE_packageOrTypeName = 29, - RULE_expressionName = 30, RULE_methodName = 31, RULE_ambiguousName = 32, - RULE_compilationUnit = 33, RULE_packageDeclaration = 34, RULE_packageModifier = 35, - RULE_importDeclaration = 36, RULE_singleTypeImportDeclaration = 37, RULE_typeImportOnDemandDeclaration = 38, - RULE_singleStaticImportDeclaration = 39, RULE_staticImportOnDemandDeclaration = 40, - RULE_typeDeclaration = 41, RULE_classDeclaration = 42, RULE_normalClassDeclaration = 43, - RULE_classModifier = 44, RULE_typeParameters = 45, RULE_typeParameterList = 46, - RULE_superclass = 47, RULE_superinterfaces = 48, RULE_permittedsubclasses = 49, - RULE_interfaceTypeList = 50, RULE_classBody = 51, RULE_classBodyDeclaration = 52, - RULE_classMemberDeclaration = 53, RULE_fieldDeclaration = 54, RULE_fieldModifier = 55, - RULE_variableDeclaratorList = 56, RULE_variableDeclarator = 57, RULE_variableDeclaratorId = 58, - RULE_variableInitializer = 59, RULE_unannType = 60, RULE_unannPrimitiveType = 61, - RULE_unannReferenceType = 62, RULE_unannClassOrInterfaceType = 63, RULE_unannClassType = 64, - RULE_unannClassType_lf_unannClassOrInterfaceType = 65, RULE_unannClassType_lfno_unannClassOrInterfaceType = 66, - RULE_unannInterfaceType = 67, RULE_unannInterfaceType_lf_unannClassOrInterfaceType = 68, - RULE_unannInterfaceType_lfno_unannClassOrInterfaceType = 69, RULE_unannTypeVariable = 70, - RULE_unannArrayType = 71, RULE_methodDeclaration = 72, RULE_methodModifier = 73, - RULE_methodHeader = 74, RULE_result = 75, RULE_methodDeclarator = 76, - RULE_formalParameterList = 77, RULE_formalParameters = 78, RULE_formalParameter = 79, - RULE_variableModifier = 80, RULE_lastFormalParameter = 81, RULE_receiverParameter = 82, - RULE_throws_ = 83, RULE_exceptionTypeList = 84, RULE_exceptionType = 85, - RULE_methodBody = 86, RULE_instanceInitializer = 87, RULE_staticInitializer = 88, - RULE_constructorDeclaration = 89, RULE_constructorModifier = 90, RULE_constructorDeclarator = 91, - RULE_simpleTypeName = 92, RULE_constructorBody = 93, RULE_explicitConstructorInvocation = 94, - RULE_enumDeclaration = 95, RULE_enumBody = 96, RULE_enumConstantList = 97, - RULE_enumConstant = 98, RULE_enumConstantModifier = 99, RULE_enumBodyDeclarations = 100, - RULE_recordDeclaration = 101, RULE_recordHeader = 102, RULE_recordComponentList = 103, - RULE_recordComponent = 104, RULE_variableArityRecordComponent = 105, RULE_recordBody = 106, - RULE_recordBodyDeclaration = 107, RULE_compactConstructorDeclaration = 108, - RULE_interfaceDeclaration = 109, RULE_normalInterfaceDeclaration = 110, - RULE_interfaceModifier = 111, RULE_extendsInterfaces = 112, RULE_interfaceBody = 113, - RULE_interfaceMemberDeclaration = 114, RULE_constantDeclaration = 115, - RULE_constantModifier = 116, RULE_interfaceMethodDeclaration = 117, RULE_interfaceMethodModifier = 118, - RULE_annotationTypeDeclaration = 119, RULE_annotationTypeBody = 120, RULE_annotationTypeMemberDeclaration = 121, - RULE_annotationTypeElementDeclaration = 122, RULE_annotationTypeElementModifier = 123, - RULE_defaultValue = 124, RULE_annotation = 125, RULE_normalAnnotation = 126, - RULE_elementValuePairList = 127, RULE_elementValuePair = 128, RULE_elementValue = 129, - RULE_elementValueArrayInitializer = 130, RULE_elementValueList = 131, - RULE_markerAnnotation = 132, RULE_singleElementAnnotation = 133, RULE_arrayInitializer = 134, - RULE_variableInitializerList = 135, RULE_block = 136, RULE_blockStatements = 137, - RULE_blockStatement = 138, RULE_localVariableDeclarationStatement = 139, - RULE_unannTypeOrAuto = 140, RULE_localVariableDeclaration = 141, RULE_statement = 142, - RULE_statementNoShortIf = 143, RULE_statementWithoutTrailingSubstatement = 144, - RULE_emptyStatement = 145, RULE_labeledStatement = 146, RULE_labeledStatementNoShortIf = 147, - RULE_expressionStatement = 148, RULE_statementExpression = 149, RULE_ifThenStatement = 150, - RULE_ifThenElseStatement = 151, RULE_ifThenElseStatementNoShortIf = 152, - RULE_assertStatement = 153, RULE_switchStatement = 154, RULE_switchBlock = 155, - RULE_switchBlockStatementGroup = 156, RULE_switchLabels = 157, RULE_switchLabel = 158, - RULE_switchExpression = 159, RULE_switchLabeledRule = 160, RULE_guardedPattern = 161, - RULE_switchRuleOutcome = 162, RULE_enumConstantName = 163, RULE_enumConstantNameList = 164, - RULE_whileStatement = 165, RULE_whileStatementNoShortIf = 166, RULE_doStatement = 167, - RULE_forStatement = 168, RULE_forStatementNoShortIf = 169, RULE_basicForStatement = 170, - RULE_basicForStatementNoShortIf = 171, RULE_forInit = 172, RULE_forUpdate = 173, - RULE_statementExpressionList = 174, RULE_enhancedForStatement = 175, RULE_enhancedForStatementNoShortIf = 176, - RULE_breakStatement = 177, RULE_yieldStatement = 178, RULE_continueStatement = 179, - RULE_returnStatement = 180, RULE_throwStatement = 181, RULE_synchronizedStatement = 182, - RULE_tryStatement = 183, RULE_catches = 184, RULE_catchClause = 185, RULE_catchFormalParameter = 186, - RULE_catchType = 187, RULE_finally_ = 188, RULE_tryWithResourcesStatement = 189, - RULE_resourceSpecification = 190, RULE_resourceList = 191, RULE_resource = 192, - RULE_primary = 193, RULE_primaryNoNewArray = 194, RULE_primaryNoNewArray_lf_arrayAccess = 195, - RULE_primaryNoNewArray_lfno_arrayAccess = 196, RULE_primaryNoNewArray_lf_primary = 197, - RULE_primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary = 198, RULE_primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary = 199, - RULE_primaryNoNewArray_lfno_primary = 200, RULE_primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary = 201, - RULE_primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary = 202, - RULE_classInstanceCreationExpression = 203, RULE_classInstanceCreationExpression_lf_primary = 204, - RULE_classInstanceCreationExpression_lfno_primary = 205, RULE_typeArgumentsOrDiamond = 206, - RULE_fieldAccess = 207, RULE_fieldAccess_lf_primary = 208, RULE_fieldAccess_lfno_primary = 209, - RULE_arrayAccess = 210, RULE_arrayAccess_lf_primary = 211, RULE_arrayAccess_lfno_primary = 212, - RULE_methodInvocation = 213, RULE_methodInvocation_lf_primary = 214, RULE_methodInvocation_lfno_primary = 215, - RULE_argumentList = 216, RULE_methodReference = 217, RULE_methodReference_lf_primary = 218, - RULE_methodReference_lfno_primary = 219, RULE_arrayCreationExpression = 220, - RULE_dimExprs = 221, RULE_dimExpr = 222, RULE_constantExpression = 223, - RULE_constantExpressionList = 224, RULE_expression = 225, RULE_expressionList = 226, - RULE_parExpression = 227, RULE_lambdaExpression = 228, RULE_lambdaParameters = 229, - RULE_inferredFormalParameterList = 230, RULE_lambdaBody = 231, RULE_assignmentExpression = 232, - RULE_assignment = 233, RULE_leftHandSide = 234, RULE_assignmentOperator = 235, - RULE_conditionalExpression = 236, RULE_conditionalOrExpression = 237, - RULE_conditionalAndExpression = 238, RULE_inclusiveOrExpression = 239, - RULE_exclusiveOrExpression = 240, RULE_andExpression = 241, RULE_equalityExpression = 242, - RULE_relationalExpression = 243, RULE_shiftExpression = 244, RULE_additiveExpression = 245, - RULE_multiplicativeExpression = 246, RULE_unaryExpression = 247, RULE_preIncrementExpression = 248, - RULE_preDecrementExpression = 249, RULE_unaryExpressionNotPlusMinus = 250, - RULE_postfixExpression = 251, RULE_postIncrementExpression = 252, RULE_postIncrementExpression_lf_postfixExpression = 253, - RULE_postDecrementExpression = 254, RULE_postDecrementExpression_lf_postfixExpression = 255, - RULE_castExpression = 256; - private static String[] makeRuleNames() { - return new String[] { - "literal", "type", "primitiveType", "numericType", "integralType", "floatingPointType", - "referenceType", "classOrInterfaceType", "classType", "classTypeList", - "classType_lf_classOrInterfaceType", "classType_lfno_classOrInterfaceType", - "interfaceType", "interfaceType_lf_classOrInterfaceType", "interfaceType_lfno_classOrInterfaceType", - "typeVariable", "arrayType", "dims", "typeParameter", "typeParameterModifier", - "typeBound", "additionalBound", "typeArguments", "typeArgumentList", - "typeArgument", "wildcard", "wildcardBounds", "packageName", "typeName", - "packageOrTypeName", "expressionName", "methodName", "ambiguousName", - "compilationUnit", "packageDeclaration", "packageModifier", "importDeclaration", - "singleTypeImportDeclaration", "typeImportOnDemandDeclaration", "singleStaticImportDeclaration", - "staticImportOnDemandDeclaration", "typeDeclaration", "classDeclaration", - "normalClassDeclaration", "classModifier", "typeParameters", "typeParameterList", - "superclass", "superinterfaces", "permittedsubclasses", "interfaceTypeList", - "classBody", "classBodyDeclaration", "classMemberDeclaration", "fieldDeclaration", - "fieldModifier", "variableDeclaratorList", "variableDeclarator", "variableDeclaratorId", - "variableInitializer", "unannType", "unannPrimitiveType", "unannReferenceType", - "unannClassOrInterfaceType", "unannClassType", "unannClassType_lf_unannClassOrInterfaceType", - "unannClassType_lfno_unannClassOrInterfaceType", "unannInterfaceType", - "unannInterfaceType_lf_unannClassOrInterfaceType", "unannInterfaceType_lfno_unannClassOrInterfaceType", - "unannTypeVariable", "unannArrayType", "methodDeclaration", "methodModifier", - "methodHeader", "result", "methodDeclarator", "formalParameterList", - "formalParameters", "formalParameter", "variableModifier", "lastFormalParameter", - "receiverParameter", "throws_", "exceptionTypeList", "exceptionType", - "methodBody", "instanceInitializer", "staticInitializer", "constructorDeclaration", - "constructorModifier", "constructorDeclarator", "simpleTypeName", "constructorBody", - "explicitConstructorInvocation", "enumDeclaration", "enumBody", "enumConstantList", - "enumConstant", "enumConstantModifier", "enumBodyDeclarations", "recordDeclaration", - "recordHeader", "recordComponentList", "recordComponent", "variableArityRecordComponent", - "recordBody", "recordBodyDeclaration", "compactConstructorDeclaration", - "interfaceDeclaration", "normalInterfaceDeclaration", "interfaceModifier", - "extendsInterfaces", "interfaceBody", "interfaceMemberDeclaration", "constantDeclaration", - "constantModifier", "interfaceMethodDeclaration", "interfaceMethodModifier", - "annotationTypeDeclaration", "annotationTypeBody", "annotationTypeMemberDeclaration", - "annotationTypeElementDeclaration", "annotationTypeElementModifier", - "defaultValue", "annotation", "normalAnnotation", "elementValuePairList", - "elementValuePair", "elementValue", "elementValueArrayInitializer", "elementValueList", - "markerAnnotation", "singleElementAnnotation", "arrayInitializer", "variableInitializerList", - "block", "blockStatements", "blockStatement", "localVariableDeclarationStatement", - "unannTypeOrAuto", "localVariableDeclaration", "statement", "statementNoShortIf", - "statementWithoutTrailingSubstatement", "emptyStatement", "labeledStatement", - "labeledStatementNoShortIf", "expressionStatement", "statementExpression", - "ifThenStatement", "ifThenElseStatement", "ifThenElseStatementNoShortIf", - "assertStatement", "switchStatement", "switchBlock", "switchBlockStatementGroup", - "switchLabels", "switchLabel", "switchExpression", "switchLabeledRule", - "guardedPattern", "switchRuleOutcome", "enumConstantName", "enumConstantNameList", - "whileStatement", "whileStatementNoShortIf", "doStatement", "forStatement", - "forStatementNoShortIf", "basicForStatement", "basicForStatementNoShortIf", - "forInit", "forUpdate", "statementExpressionList", "enhancedForStatement", - "enhancedForStatementNoShortIf", "breakStatement", "yieldStatement", - "continueStatement", "returnStatement", "throwStatement", "synchronizedStatement", - "tryStatement", "catches", "catchClause", "catchFormalParameter", "catchType", - "finally_", "tryWithResourcesStatement", "resourceSpecification", "resourceList", - "resource", "primary", "primaryNoNewArray", "primaryNoNewArray_lf_arrayAccess", - "primaryNoNewArray_lfno_arrayAccess", "primaryNoNewArray_lf_primary", - "primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary", "primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary", - "primaryNoNewArray_lfno_primary", "primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary", - "primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary", "classInstanceCreationExpression", - "classInstanceCreationExpression_lf_primary", "classInstanceCreationExpression_lfno_primary", - "typeArgumentsOrDiamond", "fieldAccess", "fieldAccess_lf_primary", "fieldAccess_lfno_primary", - "arrayAccess", "arrayAccess_lf_primary", "arrayAccess_lfno_primary", - "methodInvocation", "methodInvocation_lf_primary", "methodInvocation_lfno_primary", - "argumentList", "methodReference", "methodReference_lf_primary", "methodReference_lfno_primary", - "arrayCreationExpression", "dimExprs", "dimExpr", "constantExpression", - "constantExpressionList", "expression", "expressionList", "parExpression", - "lambdaExpression", "lambdaParameters", "inferredFormalParameterList", - "lambdaBody", "assignmentExpression", "assignment", "leftHandSide", "assignmentOperator", - "conditionalExpression", "conditionalOrExpression", "conditionalAndExpression", - "inclusiveOrExpression", "exclusiveOrExpression", "andExpression", "equalityExpression", - "relationalExpression", "shiftExpression", "additiveExpression", "multiplicativeExpression", - "unaryExpression", "preIncrementExpression", "preDecrementExpression", - "unaryExpressionNotPlusMinus", "postfixExpression", "postIncrementExpression", - "postIncrementExpression_lf_postfixExpression", "postDecrementExpression", - "postDecrementExpression_lf_postfixExpression", "castExpression" - }; - } - public static final String[] ruleNames = makeRuleNames(); - - private static String[] makeLiteralNames() { - return new String[] { - null, "'sealed'", "'non-sealed'", "'permits'", "'record'", "'var'", "'yield'", - "'abstract'", "'assert'", "'boolean'", "'break'", "'byte'", "'case'", - "'catch'", "'char'", "'class'", "'const'", "'continue'", "'default'", - "'do'", "'double'", "'else'", "'enum'", "'extends'", "'final'", "'finally'", - "'float'", "'for'", "'if'", "'goto'", "'implements'", "'import'", "'instanceof'", - "'int'", "'interface'", "'long'", "'native'", "'new'", "'package'", "'private'", - "'protected'", "'public'", "'return'", "'short'", "'static'", "'strictfp'", - "'super'", "'switch'", "'synchronized'", "'this'", "'throw'", "'throws'", - "'transient'", "'try'", "'void'", "'volatile'", "'while'", null, null, - null, null, null, "'null'", "'('", "')'", "'{'", "'}'", "'['", "']'", - "';'", "','", "'.'", "'='", "'>'", "'<'", "'!'", "'~'", "'?'", "':'", - "'=='", "'<='", "'>='", "'!='", "'&&'", "'||'", "'++'", "'--'", "'+'", - "'-'", "'*'", "'/'", "'&'", "'|'", "'^'", "'%'", "'->'", "'::'", "'+='", - "'-='", "'*='", "'/='", "'&='", "'|='", "'^='", "'%='", "'<<='", "'>>='", - "'>>>='", null, "'@'", "'...'" - }; - } - private static final String[] _LITERAL_NAMES = makeLiteralNames(); - private static String[] makeSymbolicNames() { - return new String[] { - null, null, null, null, null, null, null, "ABSTRACT", "ASSERT", "BOOLEAN", - "BREAK", "BYTE", "CASE", "CATCH", "CHAR", "CLASS", "CONST", "CONTINUE", - "DEFAULT", "DO", "DOUBLE", "ELSE", "ENUM", "EXTENDS", "FINAL", "FINALLY", - "FLOAT", "FOR", "IF", "GOTO", "IMPLEMENTS", "IMPORT", "INSTANCEOF", "INT", - "INTERFACE", "LONG", "NATIVE", "NEW", "PACKAGE", "PRIVATE", "PROTECTED", - "PUBLIC", "RETURN", "SHORT", "STATIC", "STRICTFP", "SUPER", "SWITCH", - "SYNCHRONIZED", "THIS", "THROW", "THROWS", "TRANSIENT", "TRY", "VOID", - "VOLATILE", "WHILE", "IntegerLiteral", "FloatingPointLiteral", "BooleanLiteral", - "CharacterLiteral", "StringLiteral", "NullLiteral", "LPAREN", "RPAREN", - "LBRACE", "RBRACE", "LBRACK", "RBRACK", "SEMI", "COMMA", "DOT", "ASSIGN", - "GT", "LT", "BANG", "TILDE", "QUESTION", "COLON", "EQUAL", "LE", "GE", - "NOTEQUAL", "AND", "OR", "INC", "DEC", "ADD", "SUB", "MUL", "DIV", "BITAND", - "BITOR", "CARET", "MOD", "ARROW", "COLONCOLON", "ADD_ASSIGN", "SUB_ASSIGN", - "MUL_ASSIGN", "DIV_ASSIGN", "AND_ASSIGN", "OR_ASSIGN", "XOR_ASSIGN", - "MOD_ASSIGN", "LSHIFT_ASSIGN", "RSHIFT_ASSIGN", "URSHIFT_ASSIGN", "Identifier", - "AT", "ELLIPSIS", "WS", "COMMENT", "LINE_COMMENT" - }; - } - private static final String[] _SYMBOLIC_NAMES = makeSymbolicNames(); - public static final Vocabulary VOCABULARY = new VocabularyImpl(_LITERAL_NAMES, _SYMBOLIC_NAMES); - - /** - * @deprecated Use {@link #VOCABULARY} instead. - */ - @Deprecated - public static final String[] tokenNames; - static { - tokenNames = new String[_SYMBOLIC_NAMES.length]; - for (int i = 0; i < tokenNames.length; i++) { - tokenNames[i] = VOCABULARY.getLiteralName(i); - if (tokenNames[i] == null) { - tokenNames[i] = VOCABULARY.getSymbolicName(i); - } - - if (tokenNames[i] == null) { - tokenNames[i] = ""; - } - } - } - - @Override - @Deprecated - public String[] getTokenNames() { - return tokenNames; - } - - @Override - - public Vocabulary getVocabulary() { - return VOCABULARY; - } - - @Override - public String getGrammarFileName() { return "Java8.g4"; } - - @Override - public String[] getRuleNames() { return ruleNames; } - - @Override - public String getSerializedATN() { return _serializedATN; } - - @Override - public ATN getATN() { return _ATN; } - - public Java8Parser(TokenStream input) { - super(input); - _interp = new ParserATNSimulator(this,_ATN,_decisionToDFA,_sharedContextCache); - } - - public static class LiteralContext extends ParserRuleContext { - public TerminalNode IntegerLiteral() { return getToken(Java8Parser.IntegerLiteral, 0); } - public TerminalNode FloatingPointLiteral() { return getToken(Java8Parser.FloatingPointLiteral, 0); } - public TerminalNode BooleanLiteral() { return getToken(Java8Parser.BooleanLiteral, 0); } - public TerminalNode CharacterLiteral() { return getToken(Java8Parser.CharacterLiteral, 0); } - public TerminalNode StringLiteral() { return getToken(Java8Parser.StringLiteral, 0); } - public TerminalNode NullLiteral() { return getToken(Java8Parser.NullLiteral, 0); } - public LiteralContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_literal; } - } - - public final LiteralContext literal() throws RecognitionException { - LiteralContext _localctx = new LiteralContext(_ctx, getState()); - enterRule(_localctx, 0, RULE_literal); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(514); - _la = _input.LA(1); - if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral))) != 0)) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeContext extends ParserRuleContext { - public PrimitiveTypeContext primitiveType() { - return getRuleContext(PrimitiveTypeContext.class,0); - } - public ReferenceTypeContext referenceType() { - return getRuleContext(ReferenceTypeContext.class,0); - } - public TypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_type; } - } - - public final TypeContext type() throws RecognitionException { - TypeContext _localctx = new TypeContext(_ctx, getState()); - enterRule(_localctx, 2, RULE_type); - try { - setState(518); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,0,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(516); - primitiveType(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(517); - referenceType(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimitiveTypeContext extends ParserRuleContext { - public NumericTypeContext numericType() { - return getRuleContext(NumericTypeContext.class,0); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TerminalNode BOOLEAN() { return getToken(Java8Parser.BOOLEAN, 0); } - public PrimitiveTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primitiveType; } - } - - public final PrimitiveTypeContext primitiveType() throws RecognitionException { - PrimitiveTypeContext _localctx = new PrimitiveTypeContext(_ctx, getState()); - enterRule(_localctx, 4, RULE_primitiveType); - int _la; - try { - setState(534); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,3,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(523); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(520); - annotation(); - } - } - setState(525); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(526); - numericType(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(530); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(527); - annotation(); - } - } - setState(532); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(533); - match(BOOLEAN); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class NumericTypeContext extends ParserRuleContext { - public IntegralTypeContext integralType() { - return getRuleContext(IntegralTypeContext.class,0); - } - public FloatingPointTypeContext floatingPointType() { - return getRuleContext(FloatingPointTypeContext.class,0); - } - public NumericTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_numericType; } - } - - public final NumericTypeContext numericType() throws RecognitionException { - NumericTypeContext _localctx = new NumericTypeContext(_ctx, getState()); - enterRule(_localctx, 6, RULE_numericType); - try { - setState(538); - _errHandler.sync(this); - switch (_input.LA(1)) { - case BYTE: - case CHAR: - case INT: - case LONG: - case SHORT: - enterOuterAlt(_localctx, 1); - { - setState(536); - integralType(); - } - break; - case DOUBLE: - case FLOAT: - enterOuterAlt(_localctx, 2); - { - setState(537); - floatingPointType(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class IntegralTypeContext extends ParserRuleContext { - public TerminalNode BYTE() { return getToken(Java8Parser.BYTE, 0); } - public TerminalNode SHORT() { return getToken(Java8Parser.SHORT, 0); } - public TerminalNode INT() { return getToken(Java8Parser.INT, 0); } - public TerminalNode LONG() { return getToken(Java8Parser.LONG, 0); } - public TerminalNode CHAR() { return getToken(Java8Parser.CHAR, 0); } - public IntegralTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_integralType; } - } - - public final IntegralTypeContext integralType() throws RecognitionException { - IntegralTypeContext _localctx = new IntegralTypeContext(_ctx, getState()); - enterRule(_localctx, 8, RULE_integralType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(540); - _la = _input.LA(1); - if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BYTE) | (1L << CHAR) | (1L << INT) | (1L << LONG) | (1L << SHORT))) != 0)) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FloatingPointTypeContext extends ParserRuleContext { - public TerminalNode FLOAT() { return getToken(Java8Parser.FLOAT, 0); } - public TerminalNode DOUBLE() { return getToken(Java8Parser.DOUBLE, 0); } - public FloatingPointTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_floatingPointType; } - } - - public final FloatingPointTypeContext floatingPointType() throws RecognitionException { - FloatingPointTypeContext _localctx = new FloatingPointTypeContext(_ctx, getState()); - enterRule(_localctx, 10, RULE_floatingPointType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(542); - _la = _input.LA(1); - if ( !(_la==DOUBLE || _la==FLOAT) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ReferenceTypeContext extends ParserRuleContext { - public ClassOrInterfaceTypeContext classOrInterfaceType() { - return getRuleContext(ClassOrInterfaceTypeContext.class,0); - } - public TypeVariableContext typeVariable() { - return getRuleContext(TypeVariableContext.class,0); - } - public ArrayTypeContext arrayType() { - return getRuleContext(ArrayTypeContext.class,0); - } - public ReferenceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_referenceType; } - } - - public final ReferenceTypeContext referenceType() throws RecognitionException { - ReferenceTypeContext _localctx = new ReferenceTypeContext(_ctx, getState()); - enterRule(_localctx, 12, RULE_referenceType); - try { - setState(547); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,5,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(544); - classOrInterfaceType(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(545); - typeVariable(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(546); - arrayType(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassOrInterfaceTypeContext extends ParserRuleContext { - public ClassType_lfno_classOrInterfaceTypeContext classType_lfno_classOrInterfaceType() { - return getRuleContext(ClassType_lfno_classOrInterfaceTypeContext.class,0); - } - public InterfaceType_lfno_classOrInterfaceTypeContext interfaceType_lfno_classOrInterfaceType() { - return getRuleContext(InterfaceType_lfno_classOrInterfaceTypeContext.class,0); - } - public List classType_lf_classOrInterfaceType() { - return getRuleContexts(ClassType_lf_classOrInterfaceTypeContext.class); - } - public ClassType_lf_classOrInterfaceTypeContext classType_lf_classOrInterfaceType(int i) { - return getRuleContext(ClassType_lf_classOrInterfaceTypeContext.class,i); - } - public List interfaceType_lf_classOrInterfaceType() { - return getRuleContexts(InterfaceType_lf_classOrInterfaceTypeContext.class); - } - public InterfaceType_lf_classOrInterfaceTypeContext interfaceType_lf_classOrInterfaceType(int i) { - return getRuleContext(InterfaceType_lf_classOrInterfaceTypeContext.class,i); - } - public ClassOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classOrInterfaceType; } - } - - public final ClassOrInterfaceTypeContext classOrInterfaceType() throws RecognitionException { - ClassOrInterfaceTypeContext _localctx = new ClassOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 14, RULE_classOrInterfaceType); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(551); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,6,_ctx) ) { - case 1: - { - setState(549); - classType_lfno_classOrInterfaceType(); - } - break; - case 2: - { - setState(550); - interfaceType_lfno_classOrInterfaceType(); - } - break; - } - setState(557); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,8,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - setState(555); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,7,_ctx) ) { - case 1: - { - setState(553); - classType_lf_classOrInterfaceType(); - } - break; - case 2: - { - setState(554); - interfaceType_lf_classOrInterfaceType(); - } - break; - } - } - } - setState(559); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,8,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassTypeContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ClassOrInterfaceTypeContext classOrInterfaceType() { - return getRuleContext(ClassOrInterfaceTypeContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public ClassTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classType; } - } - - public final ClassTypeContext classType() throws RecognitionException { - ClassTypeContext _localctx = new ClassTypeContext(_ctx, getState()); - enterRule(_localctx, 16, RULE_classType); - int _la; - try { - setState(582); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,13,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(563); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(560); - annotation(); - } - } - setState(565); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(566); - match(Identifier); - setState(568); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(567); - typeArguments(); - } - } - - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(570); - classOrInterfaceType(); - setState(571); - match(DOT); - setState(575); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(572); - annotation(); - } - } - setState(577); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(578); - match(Identifier); - setState(580); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(579); - typeArguments(); - } - } - - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassTypeListContext extends ParserRuleContext { - public List classType() { - return getRuleContexts(ClassTypeContext.class); - } - public ClassTypeContext classType(int i) { - return getRuleContext(ClassTypeContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ClassTypeListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classTypeList; } - } - - public final ClassTypeListContext classTypeList() throws RecognitionException { - ClassTypeListContext _localctx = new ClassTypeListContext(_ctx, getState()); - enterRule(_localctx, 18, RULE_classTypeList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(584); - classType(); - setState(589); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(585); - match(COMMA); - setState(586); - classType(); - } - } - setState(591); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassType_lf_classOrInterfaceTypeContext extends ParserRuleContext { - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ClassType_lf_classOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classType_lf_classOrInterfaceType; } - } - - public final ClassType_lf_classOrInterfaceTypeContext classType_lf_classOrInterfaceType() throws RecognitionException { - ClassType_lf_classOrInterfaceTypeContext _localctx = new ClassType_lf_classOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 20, RULE_classType_lf_classOrInterfaceType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(592); - match(DOT); - setState(596); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(593); - annotation(); - } - } - setState(598); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(599); - match(Identifier); - setState(601); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,16,_ctx) ) { - case 1: - { - setState(600); - typeArguments(); - } - break; - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassType_lfno_classOrInterfaceTypeContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ClassType_lfno_classOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classType_lfno_classOrInterfaceType; } - } - - public final ClassType_lfno_classOrInterfaceTypeContext classType_lfno_classOrInterfaceType() throws RecognitionException { - ClassType_lfno_classOrInterfaceTypeContext _localctx = new ClassType_lfno_classOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 22, RULE_classType_lfno_classOrInterfaceType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(606); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(603); - annotation(); - } - } - setState(608); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(609); - match(Identifier); - setState(611); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,18,_ctx) ) { - case 1: - { - setState(610); - typeArguments(); - } - break; - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceTypeContext extends ParserRuleContext { - public ClassTypeContext classType() { - return getRuleContext(ClassTypeContext.class,0); - } - public InterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceType; } - } - - public final InterfaceTypeContext interfaceType() throws RecognitionException { - InterfaceTypeContext _localctx = new InterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 24, RULE_interfaceType); - try { - enterOuterAlt(_localctx, 1); - { - setState(613); - classType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceType_lf_classOrInterfaceTypeContext extends ParserRuleContext { - public ClassType_lf_classOrInterfaceTypeContext classType_lf_classOrInterfaceType() { - return getRuleContext(ClassType_lf_classOrInterfaceTypeContext.class,0); - } - public InterfaceType_lf_classOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceType_lf_classOrInterfaceType; } - } - - public final InterfaceType_lf_classOrInterfaceTypeContext interfaceType_lf_classOrInterfaceType() throws RecognitionException { - InterfaceType_lf_classOrInterfaceTypeContext _localctx = new InterfaceType_lf_classOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 26, RULE_interfaceType_lf_classOrInterfaceType); - try { - enterOuterAlt(_localctx, 1); - { - setState(615); - classType_lf_classOrInterfaceType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceType_lfno_classOrInterfaceTypeContext extends ParserRuleContext { - public ClassType_lfno_classOrInterfaceTypeContext classType_lfno_classOrInterfaceType() { - return getRuleContext(ClassType_lfno_classOrInterfaceTypeContext.class,0); - } - public InterfaceType_lfno_classOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceType_lfno_classOrInterfaceType; } - } - - public final InterfaceType_lfno_classOrInterfaceTypeContext interfaceType_lfno_classOrInterfaceType() throws RecognitionException { - InterfaceType_lfno_classOrInterfaceTypeContext _localctx = new InterfaceType_lfno_classOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 28, RULE_interfaceType_lfno_classOrInterfaceType); - try { - enterOuterAlt(_localctx, 1); - { - setState(617); - classType_lfno_classOrInterfaceType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeVariableContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TypeVariableContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeVariable; } - } - - public final TypeVariableContext typeVariable() throws RecognitionException { - TypeVariableContext _localctx = new TypeVariableContext(_ctx, getState()); - enterRule(_localctx, 30, RULE_typeVariable); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(622); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(619); - annotation(); - } - } - setState(624); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(625); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ArrayTypeContext extends ParserRuleContext { - public PrimitiveTypeContext primitiveType() { - return getRuleContext(PrimitiveTypeContext.class,0); - } - public DimsContext dims() { - return getRuleContext(DimsContext.class,0); - } - public ClassOrInterfaceTypeContext classOrInterfaceType() { - return getRuleContext(ClassOrInterfaceTypeContext.class,0); - } - public TypeVariableContext typeVariable() { - return getRuleContext(TypeVariableContext.class,0); - } - public ArrayTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_arrayType; } - } - - public final ArrayTypeContext arrayType() throws RecognitionException { - ArrayTypeContext _localctx = new ArrayTypeContext(_ctx, getState()); - enterRule(_localctx, 32, RULE_arrayType); - try { - setState(636); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,20,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(627); - primitiveType(); - setState(628); - dims(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(630); - classOrInterfaceType(); - setState(631); - dims(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(633); - typeVariable(); - setState(634); - dims(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DimsContext extends ParserRuleContext { - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public DimsContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_dims; } - } - - public final DimsContext dims() throws RecognitionException { - DimsContext _localctx = new DimsContext(_ctx, getState()); - enterRule(_localctx, 34, RULE_dims); - int _la; - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(641); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(638); - annotation(); - } - } - setState(643); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(644); - match(LBRACK); - setState(645); - match(RBRACK); - setState(656); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,23,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(649); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(646); - annotation(); - } - } - setState(651); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(652); - match(LBRACK); - setState(653); - match(RBRACK); - } - } - } - setState(658); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,23,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeParameterContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List typeParameterModifier() { - return getRuleContexts(TypeParameterModifierContext.class); - } - public TypeParameterModifierContext typeParameterModifier(int i) { - return getRuleContext(TypeParameterModifierContext.class,i); - } - public TypeBoundContext typeBound() { - return getRuleContext(TypeBoundContext.class,0); - } - public TypeParameterContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeParameter; } - } - - public final TypeParameterContext typeParameter() throws RecognitionException { - TypeParameterContext _localctx = new TypeParameterContext(_ctx, getState()); - enterRule(_localctx, 36, RULE_typeParameter); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(662); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(659); - typeParameterModifier(); - } - } - setState(664); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(665); - match(Identifier); - setState(667); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==EXTENDS) { - { - setState(666); - typeBound(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeParameterModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TypeParameterModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeParameterModifier; } - } - - public final TypeParameterModifierContext typeParameterModifier() throws RecognitionException { - TypeParameterModifierContext _localctx = new TypeParameterModifierContext(_ctx, getState()); - enterRule(_localctx, 38, RULE_typeParameterModifier); - try { - enterOuterAlt(_localctx, 1); - { - setState(669); - annotation(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeBoundContext extends ParserRuleContext { - public TerminalNode EXTENDS() { return getToken(Java8Parser.EXTENDS, 0); } - public TypeVariableContext typeVariable() { - return getRuleContext(TypeVariableContext.class,0); - } - public ClassOrInterfaceTypeContext classOrInterfaceType() { - return getRuleContext(ClassOrInterfaceTypeContext.class,0); - } - public List additionalBound() { - return getRuleContexts(AdditionalBoundContext.class); - } - public AdditionalBoundContext additionalBound(int i) { - return getRuleContext(AdditionalBoundContext.class,i); - } - public TypeBoundContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeBound; } - } - - public final TypeBoundContext typeBound() throws RecognitionException { - TypeBoundContext _localctx = new TypeBoundContext(_ctx, getState()); - enterRule(_localctx, 40, RULE_typeBound); - int _la; - try { - setState(681); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,27,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(671); - match(EXTENDS); - setState(672); - typeVariable(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(673); - match(EXTENDS); - setState(674); - classOrInterfaceType(); - setState(678); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==BITAND) { - { - { - setState(675); - additionalBound(); - } - } - setState(680); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AdditionalBoundContext extends ParserRuleContext { - public TerminalNode BITAND() { return getToken(Java8Parser.BITAND, 0); } - public InterfaceTypeContext interfaceType() { - return getRuleContext(InterfaceTypeContext.class,0); - } - public AdditionalBoundContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_additionalBound; } - } - - public final AdditionalBoundContext additionalBound() throws RecognitionException { - AdditionalBoundContext _localctx = new AdditionalBoundContext(_ctx, getState()); - enterRule(_localctx, 42, RULE_additionalBound); - try { - enterOuterAlt(_localctx, 1); - { - setState(683); - match(BITAND); - setState(684); - interfaceType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeArgumentsContext extends ParserRuleContext { - public TerminalNode LT() { return getToken(Java8Parser.LT, 0); } - public TypeArgumentListContext typeArgumentList() { - return getRuleContext(TypeArgumentListContext.class,0); - } - public TerminalNode GT() { return getToken(Java8Parser.GT, 0); } - public TypeArgumentsContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeArguments; } - } - - public final TypeArgumentsContext typeArguments() throws RecognitionException { - TypeArgumentsContext _localctx = new TypeArgumentsContext(_ctx, getState()); - enterRule(_localctx, 44, RULE_typeArguments); - try { - enterOuterAlt(_localctx, 1); - { - setState(686); - match(LT); - setState(687); - typeArgumentList(); - setState(688); - match(GT); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeArgumentListContext extends ParserRuleContext { - public List typeArgument() { - return getRuleContexts(TypeArgumentContext.class); - } - public TypeArgumentContext typeArgument(int i) { - return getRuleContext(TypeArgumentContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public TypeArgumentListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeArgumentList; } - } - - public final TypeArgumentListContext typeArgumentList() throws RecognitionException { - TypeArgumentListContext _localctx = new TypeArgumentListContext(_ctx, getState()); - enterRule(_localctx, 46, RULE_typeArgumentList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(690); - typeArgument(); - setState(695); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(691); - match(COMMA); - setState(692); - typeArgument(); - } - } - setState(697); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeArgumentContext extends ParserRuleContext { - public ReferenceTypeContext referenceType() { - return getRuleContext(ReferenceTypeContext.class,0); - } - public WildcardContext wildcard() { - return getRuleContext(WildcardContext.class,0); - } - public TypeArgumentContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeArgument; } - } - - public final TypeArgumentContext typeArgument() throws RecognitionException { - TypeArgumentContext _localctx = new TypeArgumentContext(_ctx, getState()); - enterRule(_localctx, 48, RULE_typeArgument); - try { - setState(700); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,29,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(698); - referenceType(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(699); - wildcard(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class WildcardContext extends ParserRuleContext { - public TerminalNode QUESTION() { return getToken(Java8Parser.QUESTION, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public WildcardBoundsContext wildcardBounds() { - return getRuleContext(WildcardBoundsContext.class,0); - } - public WildcardContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_wildcard; } - } - - public final WildcardContext wildcard() throws RecognitionException { - WildcardContext _localctx = new WildcardContext(_ctx, getState()); - enterRule(_localctx, 50, RULE_wildcard); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(705); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(702); - annotation(); - } - } - setState(707); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(708); - match(QUESTION); - setState(710); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==EXTENDS || _la==SUPER) { - { - setState(709); - wildcardBounds(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class WildcardBoundsContext extends ParserRuleContext { - public TerminalNode EXTENDS() { return getToken(Java8Parser.EXTENDS, 0); } - public ReferenceTypeContext referenceType() { - return getRuleContext(ReferenceTypeContext.class,0); - } - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public WildcardBoundsContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_wildcardBounds; } - } - - public final WildcardBoundsContext wildcardBounds() throws RecognitionException { - WildcardBoundsContext _localctx = new WildcardBoundsContext(_ctx, getState()); - enterRule(_localctx, 52, RULE_wildcardBounds); - try { - setState(716); - _errHandler.sync(this); - switch (_input.LA(1)) { - case EXTENDS: - enterOuterAlt(_localctx, 1); - { - setState(712); - match(EXTENDS); - setState(713); - referenceType(); - } - break; - case SUPER: - enterOuterAlt(_localctx, 2); - { - setState(714); - match(SUPER); - setState(715); - referenceType(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PackageNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public PackageNameContext packageName() { - return getRuleContext(PackageNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public PackageNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_packageName; } - } - - public final PackageNameContext packageName() throws RecognitionException { - return packageName(0); - } - - private PackageNameContext packageName(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - PackageNameContext _localctx = new PackageNameContext(_ctx, _parentState); - PackageNameContext _prevctx = _localctx; - int _startState = 54; - enterRecursionRule(_localctx, 54, RULE_packageName, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(719); - match(Identifier); - } - _ctx.stop = _input.LT(-1); - setState(726); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,33,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new PackageNameContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_packageName); - setState(721); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(722); - match(DOT); - setState(723); - match(Identifier); - } - } - } - setState(728); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,33,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class TypeNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public PackageOrTypeNameContext packageOrTypeName() { - return getRuleContext(PackageOrTypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TypeNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeName; } - } - - public final TypeNameContext typeName() throws RecognitionException { - TypeNameContext _localctx = new TypeNameContext(_ctx, getState()); - enterRule(_localctx, 56, RULE_typeName); - try { - setState(734); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,34,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(729); - match(Identifier); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(730); - packageOrTypeName(0); - setState(731); - match(DOT); - setState(732); - match(Identifier); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PackageOrTypeNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public PackageOrTypeNameContext packageOrTypeName() { - return getRuleContext(PackageOrTypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public PackageOrTypeNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_packageOrTypeName; } - } - - public final PackageOrTypeNameContext packageOrTypeName() throws RecognitionException { - return packageOrTypeName(0); - } - - private PackageOrTypeNameContext packageOrTypeName(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - PackageOrTypeNameContext _localctx = new PackageOrTypeNameContext(_ctx, _parentState); - PackageOrTypeNameContext _prevctx = _localctx; - int _startState = 58; - enterRecursionRule(_localctx, 58, RULE_packageOrTypeName, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(737); - match(Identifier); - } - _ctx.stop = _input.LT(-1); - setState(744); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,35,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new PackageOrTypeNameContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_packageOrTypeName); - setState(739); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(740); - match(DOT); - setState(741); - match(Identifier); - } - } - } - setState(746); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,35,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class ExpressionNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public AmbiguousNameContext ambiguousName() { - return getRuleContext(AmbiguousNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public ExpressionNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_expressionName; } - } - - public final ExpressionNameContext expressionName() throws RecognitionException { - ExpressionNameContext _localctx = new ExpressionNameContext(_ctx, getState()); - enterRule(_localctx, 60, RULE_expressionName); - try { - setState(752); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,36,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(747); - match(Identifier); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(748); - ambiguousName(0); - setState(749); - match(DOT); - setState(750); - match(Identifier); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public MethodNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodName; } - } - - public final MethodNameContext methodName() throws RecognitionException { - MethodNameContext _localctx = new MethodNameContext(_ctx, getState()); - enterRule(_localctx, 62, RULE_methodName); - try { - enterOuterAlt(_localctx, 1); - { - setState(754); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AmbiguousNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public AmbiguousNameContext ambiguousName() { - return getRuleContext(AmbiguousNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public AmbiguousNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_ambiguousName; } - } - - public final AmbiguousNameContext ambiguousName() throws RecognitionException { - return ambiguousName(0); - } - - private AmbiguousNameContext ambiguousName(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - AmbiguousNameContext _localctx = new AmbiguousNameContext(_ctx, _parentState); - AmbiguousNameContext _prevctx = _localctx; - int _startState = 64; - enterRecursionRule(_localctx, 64, RULE_ambiguousName, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(757); - match(Identifier); - } - _ctx.stop = _input.LT(-1); - setState(764); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,37,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new AmbiguousNameContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_ambiguousName); - setState(759); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(760); - match(DOT); - setState(761); - match(Identifier); - } - } - } - setState(766); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,37,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class CompilationUnitContext extends ParserRuleContext { - public TerminalNode EOF() { return getToken(Java8Parser.EOF, 0); } - public PackageDeclarationContext packageDeclaration() { - return getRuleContext(PackageDeclarationContext.class,0); - } - public List importDeclaration() { - return getRuleContexts(ImportDeclarationContext.class); - } - public ImportDeclarationContext importDeclaration(int i) { - return getRuleContext(ImportDeclarationContext.class,i); - } - public List typeDeclaration() { - return getRuleContexts(TypeDeclarationContext.class); - } - public TypeDeclarationContext typeDeclaration(int i) { - return getRuleContext(TypeDeclarationContext.class,i); - } - public CompilationUnitContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_compilationUnit; } - } - - public final CompilationUnitContext compilationUnit() throws RecognitionException { - CompilationUnitContext _localctx = new CompilationUnitContext(_ctx, getState()); - enterRule(_localctx, 66, RULE_compilationUnit); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(768); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,38,_ctx) ) { - case 1: - { - setState(767); - packageDeclaration(); - } - break; - } - setState(773); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==IMPORT) { - { - { - setState(770); - importDeclaration(); - } - } - setState(775); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(779); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << ABSTRACT) | (1L << CLASS) | (1L << ENUM) | (1L << FINAL) | (1L << INTERFACE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << STATIC) | (1L << STRICTFP))) != 0) || _la==SEMI || _la==AT) { - { - { - setState(776); - typeDeclaration(); - } - } - setState(781); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(782); - match(EOF); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PackageDeclarationContext extends ParserRuleContext { - public TerminalNode PACKAGE() { return getToken(Java8Parser.PACKAGE, 0); } - public List Identifier() { return getTokens(Java8Parser.Identifier); } - public TerminalNode Identifier(int i) { - return getToken(Java8Parser.Identifier, i); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public List packageModifier() { - return getRuleContexts(PackageModifierContext.class); - } - public PackageModifierContext packageModifier(int i) { - return getRuleContext(PackageModifierContext.class,i); - } - public List DOT() { return getTokens(Java8Parser.DOT); } - public TerminalNode DOT(int i) { - return getToken(Java8Parser.DOT, i); - } - public PackageDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_packageDeclaration; } - } - - public final PackageDeclarationContext packageDeclaration() throws RecognitionException { - PackageDeclarationContext _localctx = new PackageDeclarationContext(_ctx, getState()); - enterRule(_localctx, 68, RULE_packageDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(787); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(784); - packageModifier(); - } - } - setState(789); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(790); - match(PACKAGE); - setState(791); - match(Identifier); - setState(796); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==DOT) { - { - { - setState(792); - match(DOT); - setState(793); - match(Identifier); - } - } - setState(798); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(799); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PackageModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public PackageModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_packageModifier; } - } - - public final PackageModifierContext packageModifier() throws RecognitionException { - PackageModifierContext _localctx = new PackageModifierContext(_ctx, getState()); - enterRule(_localctx, 70, RULE_packageModifier); - try { - enterOuterAlt(_localctx, 1); - { - setState(801); - annotation(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ImportDeclarationContext extends ParserRuleContext { - public SingleTypeImportDeclarationContext singleTypeImportDeclaration() { - return getRuleContext(SingleTypeImportDeclarationContext.class,0); - } - public TypeImportOnDemandDeclarationContext typeImportOnDemandDeclaration() { - return getRuleContext(TypeImportOnDemandDeclarationContext.class,0); - } - public SingleStaticImportDeclarationContext singleStaticImportDeclaration() { - return getRuleContext(SingleStaticImportDeclarationContext.class,0); - } - public StaticImportOnDemandDeclarationContext staticImportOnDemandDeclaration() { - return getRuleContext(StaticImportOnDemandDeclarationContext.class,0); - } - public ImportDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_importDeclaration; } - } - - public final ImportDeclarationContext importDeclaration() throws RecognitionException { - ImportDeclarationContext _localctx = new ImportDeclarationContext(_ctx, getState()); - enterRule(_localctx, 72, RULE_importDeclaration); - try { - setState(807); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,43,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(803); - singleTypeImportDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(804); - typeImportOnDemandDeclaration(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(805); - singleStaticImportDeclaration(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(806); - staticImportOnDemandDeclaration(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SingleTypeImportDeclarationContext extends ParserRuleContext { - public TerminalNode IMPORT() { return getToken(Java8Parser.IMPORT, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public SingleTypeImportDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_singleTypeImportDeclaration; } - } - - public final SingleTypeImportDeclarationContext singleTypeImportDeclaration() throws RecognitionException { - SingleTypeImportDeclarationContext _localctx = new SingleTypeImportDeclarationContext(_ctx, getState()); - enterRule(_localctx, 74, RULE_singleTypeImportDeclaration); - try { - enterOuterAlt(_localctx, 1); - { - setState(809); - match(IMPORT); - setState(810); - typeName(); - setState(811); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeImportOnDemandDeclarationContext extends ParserRuleContext { - public TerminalNode IMPORT() { return getToken(Java8Parser.IMPORT, 0); } - public PackageOrTypeNameContext packageOrTypeName() { - return getRuleContext(PackageOrTypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode MUL() { return getToken(Java8Parser.MUL, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public TypeImportOnDemandDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeImportOnDemandDeclaration; } - } - - public final TypeImportOnDemandDeclarationContext typeImportOnDemandDeclaration() throws RecognitionException { - TypeImportOnDemandDeclarationContext _localctx = new TypeImportOnDemandDeclarationContext(_ctx, getState()); - enterRule(_localctx, 76, RULE_typeImportOnDemandDeclaration); - try { - enterOuterAlt(_localctx, 1); - { - setState(813); - match(IMPORT); - setState(814); - packageOrTypeName(0); - setState(815); - match(DOT); - setState(816); - match(MUL); - setState(817); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SingleStaticImportDeclarationContext extends ParserRuleContext { - public TerminalNode IMPORT() { return getToken(Java8Parser.IMPORT, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public SingleStaticImportDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_singleStaticImportDeclaration; } - } - - public final SingleStaticImportDeclarationContext singleStaticImportDeclaration() throws RecognitionException { - SingleStaticImportDeclarationContext _localctx = new SingleStaticImportDeclarationContext(_ctx, getState()); - enterRule(_localctx, 78, RULE_singleStaticImportDeclaration); - try { - enterOuterAlt(_localctx, 1); - { - setState(819); - match(IMPORT); - setState(820); - match(STATIC); - setState(821); - typeName(); - setState(822); - match(DOT); - setState(823); - match(Identifier); - setState(824); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StaticImportOnDemandDeclarationContext extends ParserRuleContext { - public TerminalNode IMPORT() { return getToken(Java8Parser.IMPORT, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode MUL() { return getToken(Java8Parser.MUL, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public StaticImportOnDemandDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_staticImportOnDemandDeclaration; } - } - - public final StaticImportOnDemandDeclarationContext staticImportOnDemandDeclaration() throws RecognitionException { - StaticImportOnDemandDeclarationContext _localctx = new StaticImportOnDemandDeclarationContext(_ctx, getState()); - enterRule(_localctx, 80, RULE_staticImportOnDemandDeclaration); - try { - enterOuterAlt(_localctx, 1); - { - setState(826); - match(IMPORT); - setState(827); - match(STATIC); - setState(828); - typeName(); - setState(829); - match(DOT); - setState(830); - match(MUL); - setState(831); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeDeclarationContext extends ParserRuleContext { - public ClassDeclarationContext classDeclaration() { - return getRuleContext(ClassDeclarationContext.class,0); - } - public InterfaceDeclarationContext interfaceDeclaration() { - return getRuleContext(InterfaceDeclarationContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public TypeDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeDeclaration; } - } - - public final TypeDeclarationContext typeDeclaration() throws RecognitionException { - TypeDeclarationContext _localctx = new TypeDeclarationContext(_ctx, getState()); - enterRule(_localctx, 82, RULE_typeDeclaration); - try { - setState(836); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,44,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(833); - classDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(834); - interfaceDeclaration(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(835); - match(SEMI); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassDeclarationContext extends ParserRuleContext { - public NormalClassDeclarationContext normalClassDeclaration() { - return getRuleContext(NormalClassDeclarationContext.class,0); - } - public EnumDeclarationContext enumDeclaration() { - return getRuleContext(EnumDeclarationContext.class,0); - } - public RecordDeclarationContext recordDeclaration() { - return getRuleContext(RecordDeclarationContext.class,0); - } - public ClassDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classDeclaration; } - } - - public final ClassDeclarationContext classDeclaration() throws RecognitionException { - ClassDeclarationContext _localctx = new ClassDeclarationContext(_ctx, getState()); - enterRule(_localctx, 84, RULE_classDeclaration); - try { - setState(841); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,45,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(838); - normalClassDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(839); - enumDeclaration(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(840); - recordDeclaration(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class NormalClassDeclarationContext extends ParserRuleContext { - public TerminalNode CLASS() { return getToken(Java8Parser.CLASS, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public ClassBodyContext classBody() { - return getRuleContext(ClassBodyContext.class,0); - } - public List classModifier() { - return getRuleContexts(ClassModifierContext.class); - } - public ClassModifierContext classModifier(int i) { - return getRuleContext(ClassModifierContext.class,i); - } - public TypeParametersContext typeParameters() { - return getRuleContext(TypeParametersContext.class,0); - } - public SuperclassContext superclass() { - return getRuleContext(SuperclassContext.class,0); - } - public SuperinterfacesContext superinterfaces() { - return getRuleContext(SuperinterfacesContext.class,0); - } - public PermittedsubclassesContext permittedsubclasses() { - return getRuleContext(PermittedsubclassesContext.class,0); - } - public NormalClassDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_normalClassDeclaration; } - } - - public final NormalClassDeclarationContext normalClassDeclaration() throws RecognitionException { - NormalClassDeclarationContext _localctx = new NormalClassDeclarationContext(_ctx, getState()); - enterRule(_localctx, 86, RULE_normalClassDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(846); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << ABSTRACT) | (1L << FINAL) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << STATIC) | (1L << STRICTFP))) != 0) || _la==AT) { - { - { - setState(843); - classModifier(); - } - } - setState(848); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(849); - match(CLASS); - setState(850); - match(Identifier); - setState(852); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(851); - typeParameters(); - } - } - - setState(855); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==EXTENDS) { - { - setState(854); - superclass(); - } - } - - setState(858); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==IMPLEMENTS) { - { - setState(857); - superinterfaces(); - } - } - - setState(861); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==T__2) { - { - setState(860); - permittedsubclasses(); - } - } - - setState(863); - classBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode PROTECTED() { return getToken(Java8Parser.PROTECTED, 0); } - public TerminalNode PRIVATE() { return getToken(Java8Parser.PRIVATE, 0); } - public TerminalNode ABSTRACT() { return getToken(Java8Parser.ABSTRACT, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TerminalNode FINAL() { return getToken(Java8Parser.FINAL, 0); } - public TerminalNode STRICTFP() { return getToken(Java8Parser.STRICTFP, 0); } - public ClassModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classModifier; } - } - - public final ClassModifierContext classModifier() throws RecognitionException { - ClassModifierContext _localctx = new ClassModifierContext(_ctx, getState()); - enterRule(_localctx, 88, RULE_classModifier); - try { - setState(875); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(865); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(866); - match(PUBLIC); - } - break; - case PROTECTED: - enterOuterAlt(_localctx, 3); - { - setState(867); - match(PROTECTED); - } - break; - case PRIVATE: - enterOuterAlt(_localctx, 4); - { - setState(868); - match(PRIVATE); - } - break; - case ABSTRACT: - enterOuterAlt(_localctx, 5); - { - setState(869); - match(ABSTRACT); - } - break; - case STATIC: - enterOuterAlt(_localctx, 6); - { - setState(870); - match(STATIC); - } - break; - case T__0: - enterOuterAlt(_localctx, 7); - { - setState(871); - match(T__0); - } - break; - case FINAL: - enterOuterAlt(_localctx, 8); - { - setState(872); - match(FINAL); - } - break; - case T__1: - enterOuterAlt(_localctx, 9); - { - setState(873); - match(T__1); - } - break; - case STRICTFP: - enterOuterAlt(_localctx, 10); - { - setState(874); - match(STRICTFP); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeParametersContext extends ParserRuleContext { - public TerminalNode LT() { return getToken(Java8Parser.LT, 0); } - public TypeParameterListContext typeParameterList() { - return getRuleContext(TypeParameterListContext.class,0); - } - public TerminalNode GT() { return getToken(Java8Parser.GT, 0); } - public TypeParametersContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeParameters; } - } - - public final TypeParametersContext typeParameters() throws RecognitionException { - TypeParametersContext _localctx = new TypeParametersContext(_ctx, getState()); - enterRule(_localctx, 90, RULE_typeParameters); - try { - enterOuterAlt(_localctx, 1); - { - setState(877); - match(LT); - setState(878); - typeParameterList(); - setState(879); - match(GT); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeParameterListContext extends ParserRuleContext { - public List typeParameter() { - return getRuleContexts(TypeParameterContext.class); - } - public TypeParameterContext typeParameter(int i) { - return getRuleContext(TypeParameterContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public TypeParameterListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeParameterList; } - } - - public final TypeParameterListContext typeParameterList() throws RecognitionException { - TypeParameterListContext _localctx = new TypeParameterListContext(_ctx, getState()); - enterRule(_localctx, 92, RULE_typeParameterList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(881); - typeParameter(); - setState(886); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(882); - match(COMMA); - setState(883); - typeParameter(); - } - } - setState(888); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SuperclassContext extends ParserRuleContext { - public TerminalNode EXTENDS() { return getToken(Java8Parser.EXTENDS, 0); } - public ClassTypeContext classType() { - return getRuleContext(ClassTypeContext.class,0); - } - public SuperclassContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_superclass; } - } - - public final SuperclassContext superclass() throws RecognitionException { - SuperclassContext _localctx = new SuperclassContext(_ctx, getState()); - enterRule(_localctx, 94, RULE_superclass); - try { - enterOuterAlt(_localctx, 1); - { - setState(889); - match(EXTENDS); - setState(890); - classType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SuperinterfacesContext extends ParserRuleContext { - public TerminalNode IMPLEMENTS() { return getToken(Java8Parser.IMPLEMENTS, 0); } - public InterfaceTypeListContext interfaceTypeList() { - return getRuleContext(InterfaceTypeListContext.class,0); - } - public SuperinterfacesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_superinterfaces; } - } - - public final SuperinterfacesContext superinterfaces() throws RecognitionException { - SuperinterfacesContext _localctx = new SuperinterfacesContext(_ctx, getState()); - enterRule(_localctx, 96, RULE_superinterfaces); - try { - enterOuterAlt(_localctx, 1); - { - setState(892); - match(IMPLEMENTS); - setState(893); - interfaceTypeList(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PermittedsubclassesContext extends ParserRuleContext { - public ClassTypeListContext classTypeList() { - return getRuleContext(ClassTypeListContext.class,0); - } - public PermittedsubclassesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_permittedsubclasses; } - } - - public final PermittedsubclassesContext permittedsubclasses() throws RecognitionException { - PermittedsubclassesContext _localctx = new PermittedsubclassesContext(_ctx, getState()); - enterRule(_localctx, 98, RULE_permittedsubclasses); - try { - enterOuterAlt(_localctx, 1); - { - setState(895); - match(T__2); - setState(896); - classTypeList(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceTypeListContext extends ParserRuleContext { - public List interfaceType() { - return getRuleContexts(InterfaceTypeContext.class); - } - public InterfaceTypeContext interfaceType(int i) { - return getRuleContext(InterfaceTypeContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public InterfaceTypeListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceTypeList; } - } - - public final InterfaceTypeListContext interfaceTypeList() throws RecognitionException { - InterfaceTypeListContext _localctx = new InterfaceTypeListContext(_ctx, getState()); - enterRule(_localctx, 100, RULE_interfaceTypeList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(898); - interfaceType(); - setState(903); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(899); - match(COMMA); - setState(900); - interfaceType(); - } - } - setState(905); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassBodyContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public List classBodyDeclaration() { - return getRuleContexts(ClassBodyDeclarationContext.class); - } - public ClassBodyDeclarationContext classBodyDeclaration(int i) { - return getRuleContext(ClassBodyDeclarationContext.class,i); - } - public ClassBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classBody; } - } - - public final ClassBodyContext classBody() throws RecognitionException { - ClassBodyContext _localctx = new ClassBodyContext(_ctx, getState()); - enterRule(_localctx, 102, RULE_classBody); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(906); - match(LBRACE); - setState(910); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << T__4) | (1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NATIVE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SYNCHRONIZED) | (1L << TRANSIENT) | (1L << VOID) | (1L << VOLATILE))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (SEMI - 65)) | (1L << (LT - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - { - setState(907); - classBodyDeclaration(); - } - } - setState(912); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(913); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassBodyDeclarationContext extends ParserRuleContext { - public ClassMemberDeclarationContext classMemberDeclaration() { - return getRuleContext(ClassMemberDeclarationContext.class,0); - } - public InstanceInitializerContext instanceInitializer() { - return getRuleContext(InstanceInitializerContext.class,0); - } - public StaticInitializerContext staticInitializer() { - return getRuleContext(StaticInitializerContext.class,0); - } - public ClassBodyDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classBodyDeclaration; } - } - - public final ClassBodyDeclarationContext classBodyDeclaration() throws RecognitionException { - ClassBodyDeclarationContext _localctx = new ClassBodyDeclarationContext(_ctx, getState()); - enterRule(_localctx, 104, RULE_classBodyDeclaration); - try { - setState(918); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,55,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(915); - classMemberDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(916); - instanceInitializer(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(917); - staticInitializer(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassMemberDeclarationContext extends ParserRuleContext { - public FieldDeclarationContext fieldDeclaration() { - return getRuleContext(FieldDeclarationContext.class,0); - } - public MethodDeclarationContext methodDeclaration() { - return getRuleContext(MethodDeclarationContext.class,0); - } - public ClassDeclarationContext classDeclaration() { - return getRuleContext(ClassDeclarationContext.class,0); - } - public InterfaceDeclarationContext interfaceDeclaration() { - return getRuleContext(InterfaceDeclarationContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public ClassMemberDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classMemberDeclaration; } - } - - public final ClassMemberDeclarationContext classMemberDeclaration() throws RecognitionException { - ClassMemberDeclarationContext _localctx = new ClassMemberDeclarationContext(_ctx, getState()); - enterRule(_localctx, 106, RULE_classMemberDeclaration); - try { - setState(925); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,56,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(920); - fieldDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(921); - methodDeclaration(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(922); - classDeclaration(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(923); - interfaceDeclaration(); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(924); - match(SEMI); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FieldDeclarationContext extends ParserRuleContext { - public VariableDeclaratorListContext variableDeclaratorList() { - return getRuleContext(VariableDeclaratorListContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public List fieldModifier() { - return getRuleContexts(FieldModifierContext.class); - } - public FieldModifierContext fieldModifier(int i) { - return getRuleContext(FieldModifierContext.class,i); - } - public UnannTypeOrAutoContext unannTypeOrAuto() { - return getRuleContext(UnannTypeOrAutoContext.class,0); - } - public FieldDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_fieldDeclaration; } - } - - public final FieldDeclarationContext fieldDeclaration() throws RecognitionException { - FieldDeclarationContext _localctx = new FieldDeclarationContext(_ctx, getState()); - enterRule(_localctx, 108, RULE_fieldDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(930); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << FINAL) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << STATIC) | (1L << TRANSIENT) | (1L << VOLATILE))) != 0) || _la==AT) { - { - { - setState(927); - fieldModifier(); - } - } - setState(932); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(934); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,58,_ctx) ) { - case 1: - { - setState(933); - unannTypeOrAuto(); - } - break; - } - setState(936); - variableDeclaratorList(); - setState(937); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FieldModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode PROTECTED() { return getToken(Java8Parser.PROTECTED, 0); } - public TerminalNode PRIVATE() { return getToken(Java8Parser.PRIVATE, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TerminalNode FINAL() { return getToken(Java8Parser.FINAL, 0); } - public TerminalNode TRANSIENT() { return getToken(Java8Parser.TRANSIENT, 0); } - public TerminalNode VOLATILE() { return getToken(Java8Parser.VOLATILE, 0); } - public FieldModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_fieldModifier; } - } - - public final FieldModifierContext fieldModifier() throws RecognitionException { - FieldModifierContext _localctx = new FieldModifierContext(_ctx, getState()); - enterRule(_localctx, 110, RULE_fieldModifier); - try { - setState(947); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(939); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(940); - match(PUBLIC); - } - break; - case PROTECTED: - enterOuterAlt(_localctx, 3); - { - setState(941); - match(PROTECTED); - } - break; - case PRIVATE: - enterOuterAlt(_localctx, 4); - { - setState(942); - match(PRIVATE); - } - break; - case STATIC: - enterOuterAlt(_localctx, 5); - { - setState(943); - match(STATIC); - } - break; - case FINAL: - enterOuterAlt(_localctx, 6); - { - setState(944); - match(FINAL); - } - break; - case TRANSIENT: - enterOuterAlt(_localctx, 7); - { - setState(945); - match(TRANSIENT); - } - break; - case VOLATILE: - enterOuterAlt(_localctx, 8); - { - setState(946); - match(VOLATILE); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class VariableDeclaratorListContext extends ParserRuleContext { - public List variableDeclarator() { - return getRuleContexts(VariableDeclaratorContext.class); - } - public VariableDeclaratorContext variableDeclarator(int i) { - return getRuleContext(VariableDeclaratorContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public VariableDeclaratorListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_variableDeclaratorList; } - } - - public final VariableDeclaratorListContext variableDeclaratorList() throws RecognitionException { - VariableDeclaratorListContext _localctx = new VariableDeclaratorListContext(_ctx, getState()); - enterRule(_localctx, 112, RULE_variableDeclaratorList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(949); - variableDeclarator(); - setState(954); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(950); - match(COMMA); - setState(951); - variableDeclarator(); - } - } - setState(956); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class VariableDeclaratorContext extends ParserRuleContext { - public VariableDeclaratorIdContext variableDeclaratorId() { - return getRuleContext(VariableDeclaratorIdContext.class,0); - } - public TerminalNode ASSIGN() { return getToken(Java8Parser.ASSIGN, 0); } - public VariableInitializerContext variableInitializer() { - return getRuleContext(VariableInitializerContext.class,0); - } - public VariableDeclaratorContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_variableDeclarator; } - } - - public final VariableDeclaratorContext variableDeclarator() throws RecognitionException { - VariableDeclaratorContext _localctx = new VariableDeclaratorContext(_ctx, getState()); - enterRule(_localctx, 114, RULE_variableDeclarator); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(957); - variableDeclaratorId(); - setState(960); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==ASSIGN) { - { - setState(958); - match(ASSIGN); - setState(959); - variableInitializer(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class VariableDeclaratorIdContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public DimsContext dims() { - return getRuleContext(DimsContext.class,0); - } - public VariableDeclaratorIdContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_variableDeclaratorId; } - } - - public final VariableDeclaratorIdContext variableDeclaratorId() throws RecognitionException { - VariableDeclaratorIdContext _localctx = new VariableDeclaratorIdContext(_ctx, getState()); - enterRule(_localctx, 116, RULE_variableDeclaratorId); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(962); - match(Identifier); - setState(964); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LBRACK || _la==AT) { - { - setState(963); - dims(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class VariableInitializerContext extends ParserRuleContext { - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public ArrayInitializerContext arrayInitializer() { - return getRuleContext(ArrayInitializerContext.class,0); - } - public VariableInitializerContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_variableInitializer; } - } - - public final VariableInitializerContext variableInitializer() throws RecognitionException { - VariableInitializerContext _localctx = new VariableInitializerContext(_ctx, getState()); - enterRule(_localctx, 118, RULE_variableInitializer); - try { - setState(968); - _errHandler.sync(this); - switch (_input.LA(1)) { - case BOOLEAN: - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case NEW: - case SHORT: - case SUPER: - case SWITCH: - case THIS: - case VOID: - case IntegerLiteral: - case FloatingPointLiteral: - case BooleanLiteral: - case CharacterLiteral: - case StringLiteral: - case NullLiteral: - case LPAREN: - case BANG: - case TILDE: - case INC: - case DEC: - case ADD: - case SUB: - case Identifier: - case AT: - enterOuterAlt(_localctx, 1); - { - setState(966); - expression(); - } - break; - case LBRACE: - enterOuterAlt(_localctx, 2); - { - setState(967); - arrayInitializer(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannTypeContext extends ParserRuleContext { - public UnannPrimitiveTypeContext unannPrimitiveType() { - return getRuleContext(UnannPrimitiveTypeContext.class,0); - } - public UnannReferenceTypeContext unannReferenceType() { - return getRuleContext(UnannReferenceTypeContext.class,0); - } - public UnannTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannType; } - } - - public final UnannTypeContext unannType() throws RecognitionException { - UnannTypeContext _localctx = new UnannTypeContext(_ctx, getState()); - enterRule(_localctx, 120, RULE_unannType); - try { - setState(972); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,64,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(970); - unannPrimitiveType(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(971); - unannReferenceType(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannPrimitiveTypeContext extends ParserRuleContext { - public NumericTypeContext numericType() { - return getRuleContext(NumericTypeContext.class,0); - } - public TerminalNode BOOLEAN() { return getToken(Java8Parser.BOOLEAN, 0); } - public UnannPrimitiveTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannPrimitiveType; } - } - - public final UnannPrimitiveTypeContext unannPrimitiveType() throws RecognitionException { - UnannPrimitiveTypeContext _localctx = new UnannPrimitiveTypeContext(_ctx, getState()); - enterRule(_localctx, 122, RULE_unannPrimitiveType); - try { - setState(976); - _errHandler.sync(this); - switch (_input.LA(1)) { - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case SHORT: - enterOuterAlt(_localctx, 1); - { - setState(974); - numericType(); - } - break; - case BOOLEAN: - enterOuterAlt(_localctx, 2); - { - setState(975); - match(BOOLEAN); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannReferenceTypeContext extends ParserRuleContext { - public UnannClassOrInterfaceTypeContext unannClassOrInterfaceType() { - return getRuleContext(UnannClassOrInterfaceTypeContext.class,0); - } - public UnannTypeVariableContext unannTypeVariable() { - return getRuleContext(UnannTypeVariableContext.class,0); - } - public UnannArrayTypeContext unannArrayType() { - return getRuleContext(UnannArrayTypeContext.class,0); - } - public UnannReferenceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannReferenceType; } - } - - public final UnannReferenceTypeContext unannReferenceType() throws RecognitionException { - UnannReferenceTypeContext _localctx = new UnannReferenceTypeContext(_ctx, getState()); - enterRule(_localctx, 124, RULE_unannReferenceType); - try { - setState(981); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,66,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(978); - unannClassOrInterfaceType(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(979); - unannTypeVariable(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(980); - unannArrayType(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannClassOrInterfaceTypeContext extends ParserRuleContext { - public UnannClassType_lfno_unannClassOrInterfaceTypeContext unannClassType_lfno_unannClassOrInterfaceType() { - return getRuleContext(UnannClassType_lfno_unannClassOrInterfaceTypeContext.class,0); - } - public UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext unannInterfaceType_lfno_unannClassOrInterfaceType() { - return getRuleContext(UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext.class,0); - } - public List unannClassType_lf_unannClassOrInterfaceType() { - return getRuleContexts(UnannClassType_lf_unannClassOrInterfaceTypeContext.class); - } - public UnannClassType_lf_unannClassOrInterfaceTypeContext unannClassType_lf_unannClassOrInterfaceType(int i) { - return getRuleContext(UnannClassType_lf_unannClassOrInterfaceTypeContext.class,i); - } - public List unannInterfaceType_lf_unannClassOrInterfaceType() { - return getRuleContexts(UnannInterfaceType_lf_unannClassOrInterfaceTypeContext.class); - } - public UnannInterfaceType_lf_unannClassOrInterfaceTypeContext unannInterfaceType_lf_unannClassOrInterfaceType(int i) { - return getRuleContext(UnannInterfaceType_lf_unannClassOrInterfaceTypeContext.class,i); - } - public UnannClassOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannClassOrInterfaceType; } - } - - public final UnannClassOrInterfaceTypeContext unannClassOrInterfaceType() throws RecognitionException { - UnannClassOrInterfaceTypeContext _localctx = new UnannClassOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 126, RULE_unannClassOrInterfaceType); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(985); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,67,_ctx) ) { - case 1: - { - setState(983); - unannClassType_lfno_unannClassOrInterfaceType(); - } - break; - case 2: - { - setState(984); - unannInterfaceType_lfno_unannClassOrInterfaceType(); - } - break; - } - setState(991); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,69,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - setState(989); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,68,_ctx) ) { - case 1: - { - setState(987); - unannClassType_lf_unannClassOrInterfaceType(); - } - break; - case 2: - { - setState(988); - unannInterfaceType_lf_unannClassOrInterfaceType(); - } - break; - } - } - } - setState(993); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,69,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannClassTypeContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public UnannClassOrInterfaceTypeContext unannClassOrInterfaceType() { - return getRuleContext(UnannClassOrInterfaceTypeContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public UnannClassTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannClassType; } - } - - public final UnannClassTypeContext unannClassType() throws RecognitionException { - UnannClassTypeContext _localctx = new UnannClassTypeContext(_ctx, getState()); - enterRule(_localctx, 128, RULE_unannClassType); - int _la; - try { - setState(1010); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,73,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(994); - match(Identifier); - setState(996); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(995); - typeArguments(); - } - } - - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(998); - unannClassOrInterfaceType(); - setState(999); - match(DOT); - setState(1003); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1000); - annotation(); - } - } - setState(1005); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1006); - match(Identifier); - setState(1008); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1007); - typeArguments(); - } - } - - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannClassType_lf_unannClassOrInterfaceTypeContext extends ParserRuleContext { - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public UnannClassType_lf_unannClassOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannClassType_lf_unannClassOrInterfaceType; } - } - - public final UnannClassType_lf_unannClassOrInterfaceTypeContext unannClassType_lf_unannClassOrInterfaceType() throws RecognitionException { - UnannClassType_lf_unannClassOrInterfaceTypeContext _localctx = new UnannClassType_lf_unannClassOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 130, RULE_unannClassType_lf_unannClassOrInterfaceType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1012); - match(DOT); - setState(1016); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1013); - annotation(); - } - } - setState(1018); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1019); - match(Identifier); - setState(1021); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1020); - typeArguments(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannClassType_lfno_unannClassOrInterfaceTypeContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public UnannClassType_lfno_unannClassOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannClassType_lfno_unannClassOrInterfaceType; } - } - - public final UnannClassType_lfno_unannClassOrInterfaceTypeContext unannClassType_lfno_unannClassOrInterfaceType() throws RecognitionException { - UnannClassType_lfno_unannClassOrInterfaceTypeContext _localctx = new UnannClassType_lfno_unannClassOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 132, RULE_unannClassType_lfno_unannClassOrInterfaceType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1023); - match(Identifier); - setState(1025); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1024); - typeArguments(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannInterfaceTypeContext extends ParserRuleContext { - public UnannClassTypeContext unannClassType() { - return getRuleContext(UnannClassTypeContext.class,0); - } - public UnannInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannInterfaceType; } - } - - public final UnannInterfaceTypeContext unannInterfaceType() throws RecognitionException { - UnannInterfaceTypeContext _localctx = new UnannInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 134, RULE_unannInterfaceType); - try { - enterOuterAlt(_localctx, 1); - { - setState(1027); - unannClassType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannInterfaceType_lf_unannClassOrInterfaceTypeContext extends ParserRuleContext { - public UnannClassType_lf_unannClassOrInterfaceTypeContext unannClassType_lf_unannClassOrInterfaceType() { - return getRuleContext(UnannClassType_lf_unannClassOrInterfaceTypeContext.class,0); - } - public UnannInterfaceType_lf_unannClassOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannInterfaceType_lf_unannClassOrInterfaceType; } - } - - public final UnannInterfaceType_lf_unannClassOrInterfaceTypeContext unannInterfaceType_lf_unannClassOrInterfaceType() throws RecognitionException { - UnannInterfaceType_lf_unannClassOrInterfaceTypeContext _localctx = new UnannInterfaceType_lf_unannClassOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 136, RULE_unannInterfaceType_lf_unannClassOrInterfaceType); - try { - enterOuterAlt(_localctx, 1); - { - setState(1029); - unannClassType_lf_unannClassOrInterfaceType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext extends ParserRuleContext { - public UnannClassType_lfno_unannClassOrInterfaceTypeContext unannClassType_lfno_unannClassOrInterfaceType() { - return getRuleContext(UnannClassType_lfno_unannClassOrInterfaceTypeContext.class,0); - } - public UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannInterfaceType_lfno_unannClassOrInterfaceType; } - } - - public final UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext unannInterfaceType_lfno_unannClassOrInterfaceType() throws RecognitionException { - UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext _localctx = new UnannInterfaceType_lfno_unannClassOrInterfaceTypeContext(_ctx, getState()); - enterRule(_localctx, 138, RULE_unannInterfaceType_lfno_unannClassOrInterfaceType); - try { - enterOuterAlt(_localctx, 1); - { - setState(1031); - unannClassType_lfno_unannClassOrInterfaceType(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannTypeVariableContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public UnannTypeVariableContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannTypeVariable; } - } - - public final UnannTypeVariableContext unannTypeVariable() throws RecognitionException { - UnannTypeVariableContext _localctx = new UnannTypeVariableContext(_ctx, getState()); - enterRule(_localctx, 140, RULE_unannTypeVariable); - try { - enterOuterAlt(_localctx, 1); - { - setState(1033); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannArrayTypeContext extends ParserRuleContext { - public UnannPrimitiveTypeContext unannPrimitiveType() { - return getRuleContext(UnannPrimitiveTypeContext.class,0); - } - public DimsContext dims() { - return getRuleContext(DimsContext.class,0); - } - public UnannClassOrInterfaceTypeContext unannClassOrInterfaceType() { - return getRuleContext(UnannClassOrInterfaceTypeContext.class,0); - } - public UnannTypeVariableContext unannTypeVariable() { - return getRuleContext(UnannTypeVariableContext.class,0); - } - public UnannArrayTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannArrayType; } - } - - public final UnannArrayTypeContext unannArrayType() throws RecognitionException { - UnannArrayTypeContext _localctx = new UnannArrayTypeContext(_ctx, getState()); - enterRule(_localctx, 142, RULE_unannArrayType); - try { - setState(1044); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,77,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1035); - unannPrimitiveType(); - setState(1036); - dims(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1038); - unannClassOrInterfaceType(); - setState(1039); - dims(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1041); - unannTypeVariable(); - setState(1042); - dims(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodDeclarationContext extends ParserRuleContext { - public MethodHeaderContext methodHeader() { - return getRuleContext(MethodHeaderContext.class,0); - } - public MethodBodyContext methodBody() { - return getRuleContext(MethodBodyContext.class,0); - } - public List methodModifier() { - return getRuleContexts(MethodModifierContext.class); - } - public MethodModifierContext methodModifier(int i) { - return getRuleContext(MethodModifierContext.class,i); - } - public MethodDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodDeclaration; } - } - - public final MethodDeclarationContext methodDeclaration() throws RecognitionException { - MethodDeclarationContext _localctx = new MethodDeclarationContext(_ctx, getState()); - enterRule(_localctx, 144, RULE_methodDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1049); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << FINAL) | (1L << NATIVE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << STATIC) | (1L << STRICTFP) | (1L << SYNCHRONIZED))) != 0) || _la==AT) { - { - { - setState(1046); - methodModifier(); - } - } - setState(1051); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1052); - methodHeader(); - setState(1053); - methodBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode PROTECTED() { return getToken(Java8Parser.PROTECTED, 0); } - public TerminalNode PRIVATE() { return getToken(Java8Parser.PRIVATE, 0); } - public TerminalNode ABSTRACT() { return getToken(Java8Parser.ABSTRACT, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TerminalNode FINAL() { return getToken(Java8Parser.FINAL, 0); } - public TerminalNode SYNCHRONIZED() { return getToken(Java8Parser.SYNCHRONIZED, 0); } - public TerminalNode NATIVE() { return getToken(Java8Parser.NATIVE, 0); } - public TerminalNode STRICTFP() { return getToken(Java8Parser.STRICTFP, 0); } - public MethodModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodModifier; } - } - - public final MethodModifierContext methodModifier() throws RecognitionException { - MethodModifierContext _localctx = new MethodModifierContext(_ctx, getState()); - enterRule(_localctx, 146, RULE_methodModifier); - try { - setState(1065); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(1055); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(1056); - match(PUBLIC); - } - break; - case PROTECTED: - enterOuterAlt(_localctx, 3); - { - setState(1057); - match(PROTECTED); - } - break; - case PRIVATE: - enterOuterAlt(_localctx, 4); - { - setState(1058); - match(PRIVATE); - } - break; - case ABSTRACT: - enterOuterAlt(_localctx, 5); - { - setState(1059); - match(ABSTRACT); - } - break; - case STATIC: - enterOuterAlt(_localctx, 6); - { - setState(1060); - match(STATIC); - } - break; - case FINAL: - enterOuterAlt(_localctx, 7); - { - setState(1061); - match(FINAL); - } - break; - case SYNCHRONIZED: - enterOuterAlt(_localctx, 8); - { - setState(1062); - match(SYNCHRONIZED); - } - break; - case NATIVE: - enterOuterAlt(_localctx, 9); - { - setState(1063); - match(NATIVE); - } - break; - case STRICTFP: - enterOuterAlt(_localctx, 10); - { - setState(1064); - match(STRICTFP); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodHeaderContext extends ParserRuleContext { - public MethodDeclaratorContext methodDeclarator() { - return getRuleContext(MethodDeclaratorContext.class,0); - } - public ResultContext result() { - return getRuleContext(ResultContext.class,0); - } - public Throws_Context throws_() { - return getRuleContext(Throws_Context.class,0); - } - public TypeParametersContext typeParameters() { - return getRuleContext(TypeParametersContext.class,0); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public MethodHeaderContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodHeader; } - } - - public final MethodHeaderContext methodHeader() throws RecognitionException { - MethodHeaderContext _localctx = new MethodHeaderContext(_ctx, getState()); - enterRule(_localctx, 148, RULE_methodHeader); - int _la; - try { - setState(1088); - _errHandler.sync(this); - switch (_input.LA(1)) { - case BOOLEAN: - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case SHORT: - case VOID: - case Identifier: - enterOuterAlt(_localctx, 1); - { - setState(1068); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,80,_ctx) ) { - case 1: - { - setState(1067); - result(); - } - break; - } - setState(1070); - methodDeclarator(); - setState(1072); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==THROWS) { - { - setState(1071); - throws_(); - } - } - - } - break; - case LT: - enterOuterAlt(_localctx, 2); - { - setState(1074); - typeParameters(); - setState(1078); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1075); - annotation(); - } - } - setState(1080); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1082); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,83,_ctx) ) { - case 1: - { - setState(1081); - result(); - } - break; - } - setState(1084); - methodDeclarator(); - setState(1086); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==THROWS) { - { - setState(1085); - throws_(); - } - } - - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ResultContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public TerminalNode VOID() { return getToken(Java8Parser.VOID, 0); } - public ResultContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_result; } - } - - public final ResultContext result() throws RecognitionException { - ResultContext _localctx = new ResultContext(_ctx, getState()); - enterRule(_localctx, 150, RULE_result); - try { - setState(1092); - _errHandler.sync(this); - switch (_input.LA(1)) { - case BOOLEAN: - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case SHORT: - case Identifier: - enterOuterAlt(_localctx, 1); - { - setState(1090); - unannType(); - } - break; - case VOID: - enterOuterAlt(_localctx, 2); - { - setState(1091); - match(VOID); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodDeclaratorContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public FormalParameterListContext formalParameterList() { - return getRuleContext(FormalParameterListContext.class,0); - } - public DimsContext dims() { - return getRuleContext(DimsContext.class,0); - } - public MethodDeclaratorContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodDeclarator; } - } - - public final MethodDeclaratorContext methodDeclarator() throws RecognitionException { - MethodDeclaratorContext _localctx = new MethodDeclaratorContext(_ctx, getState()); - enterRule(_localctx, 152, RULE_methodDeclarator); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1094); - match(Identifier); - setState(1095); - match(LPAREN); - setState(1097); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << SHORT))) != 0) || _la==Identifier || _la==AT) { - { - setState(1096); - formalParameterList(); - } - } - - setState(1099); - match(RPAREN); - setState(1101); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LBRACK || _la==AT) { - { - setState(1100); - dims(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FormalParameterListContext extends ParserRuleContext { - public FormalParametersContext formalParameters() { - return getRuleContext(FormalParametersContext.class,0); - } - public TerminalNode COMMA() { return getToken(Java8Parser.COMMA, 0); } - public LastFormalParameterContext lastFormalParameter() { - return getRuleContext(LastFormalParameterContext.class,0); - } - public FormalParameterListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_formalParameterList; } - } - - public final FormalParameterListContext formalParameterList() throws RecognitionException { - FormalParameterListContext _localctx = new FormalParameterListContext(_ctx, getState()); - enterRule(_localctx, 154, RULE_formalParameterList); - try { - setState(1108); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,89,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1103); - formalParameters(); - setState(1104); - match(COMMA); - setState(1105); - lastFormalParameter(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1107); - lastFormalParameter(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FormalParametersContext extends ParserRuleContext { - public List formalParameter() { - return getRuleContexts(FormalParameterContext.class); - } - public FormalParameterContext formalParameter(int i) { - return getRuleContext(FormalParameterContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ReceiverParameterContext receiverParameter() { - return getRuleContext(ReceiverParameterContext.class,0); - } - public FormalParametersContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_formalParameters; } - } - - public final FormalParametersContext formalParameters() throws RecognitionException { - FormalParametersContext _localctx = new FormalParametersContext(_ctx, getState()); - enterRule(_localctx, 156, RULE_formalParameters); - try { - int _alt; - setState(1126); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,92,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1110); - formalParameter(); - setState(1115); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,90,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1111); - match(COMMA); - setState(1112); - formalParameter(); - } - } - } - setState(1117); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,90,_ctx); - } - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1118); - receiverParameter(); - setState(1123); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,91,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1119); - match(COMMA); - setState(1120); - formalParameter(); - } - } - } - setState(1125); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,91,_ctx); - } - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FormalParameterContext extends ParserRuleContext { - public VariableDeclaratorIdContext variableDeclaratorId() { - return getRuleContext(VariableDeclaratorIdContext.class,0); - } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public FormalParameterContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_formalParameter; } - } - - public final FormalParameterContext formalParameter() throws RecognitionException { - FormalParameterContext _localctx = new FormalParameterContext(_ctx, getState()); - enterRule(_localctx, 158, RULE_formalParameter); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1131); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==FINAL || _la==AT) { - { - { - setState(1128); - variableModifier(); - } - } - setState(1133); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1135); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,94,_ctx) ) { - case 1: - { - setState(1134); - unannType(); - } - break; - } - setState(1137); - variableDeclaratorId(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class VariableModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode FINAL() { return getToken(Java8Parser.FINAL, 0); } - public VariableModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_variableModifier; } - } - - public final VariableModifierContext variableModifier() throws RecognitionException { - VariableModifierContext _localctx = new VariableModifierContext(_ctx, getState()); - enterRule(_localctx, 160, RULE_variableModifier); - try { - setState(1141); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(1139); - annotation(); - } - break; - case FINAL: - enterOuterAlt(_localctx, 2); - { - setState(1140); - match(FINAL); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LastFormalParameterContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public TerminalNode ELLIPSIS() { return getToken(Java8Parser.ELLIPSIS, 0); } - public VariableDeclaratorIdContext variableDeclaratorId() { - return getRuleContext(VariableDeclaratorIdContext.class,0); - } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public FormalParameterContext formalParameter() { - return getRuleContext(FormalParameterContext.class,0); - } - public LastFormalParameterContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_lastFormalParameter; } - } - - public final LastFormalParameterContext lastFormalParameter() throws RecognitionException { - LastFormalParameterContext _localctx = new LastFormalParameterContext(_ctx, getState()); - enterRule(_localctx, 162, RULE_lastFormalParameter); - int _la; - try { - setState(1160); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,98,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1146); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==FINAL || _la==AT) { - { - { - setState(1143); - variableModifier(); - } - } - setState(1148); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1149); - unannType(); - setState(1153); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1150); - annotation(); - } - } - setState(1155); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1156); - match(ELLIPSIS); - setState(1157); - variableDeclaratorId(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1159); - formalParameter(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ReceiverParameterContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public TerminalNode THIS() { return getToken(Java8Parser.THIS, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public ReceiverParameterContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_receiverParameter; } - } - - public final ReceiverParameterContext receiverParameter() throws RecognitionException { - ReceiverParameterContext _localctx = new ReceiverParameterContext(_ctx, getState()); - enterRule(_localctx, 164, RULE_receiverParameter); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1165); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1162); - annotation(); - } - } - setState(1167); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1168); - unannType(); - setState(1171); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==Identifier) { - { - setState(1169); - match(Identifier); - setState(1170); - match(DOT); - } - } - - setState(1173); - match(THIS); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class Throws_Context extends ParserRuleContext { - public TerminalNode THROWS() { return getToken(Java8Parser.THROWS, 0); } - public ExceptionTypeListContext exceptionTypeList() { - return getRuleContext(ExceptionTypeListContext.class,0); - } - public Throws_Context(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_throws_; } - } - - public final Throws_Context throws_() throws RecognitionException { - Throws_Context _localctx = new Throws_Context(_ctx, getState()); - enterRule(_localctx, 166, RULE_throws_); - try { - enterOuterAlt(_localctx, 1); - { - setState(1175); - match(THROWS); - setState(1176); - exceptionTypeList(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ExceptionTypeListContext extends ParserRuleContext { - public List exceptionType() { - return getRuleContexts(ExceptionTypeContext.class); - } - public ExceptionTypeContext exceptionType(int i) { - return getRuleContext(ExceptionTypeContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ExceptionTypeListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_exceptionTypeList; } - } - - public final ExceptionTypeListContext exceptionTypeList() throws RecognitionException { - ExceptionTypeListContext _localctx = new ExceptionTypeListContext(_ctx, getState()); - enterRule(_localctx, 168, RULE_exceptionTypeList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1178); - exceptionType(); - setState(1183); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(1179); - match(COMMA); - setState(1180); - exceptionType(); - } - } - setState(1185); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ExceptionTypeContext extends ParserRuleContext { - public ClassTypeContext classType() { - return getRuleContext(ClassTypeContext.class,0); - } - public TypeVariableContext typeVariable() { - return getRuleContext(TypeVariableContext.class,0); - } - public ExceptionTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_exceptionType; } - } - - public final ExceptionTypeContext exceptionType() throws RecognitionException { - ExceptionTypeContext _localctx = new ExceptionTypeContext(_ctx, getState()); - enterRule(_localctx, 170, RULE_exceptionType); - try { - setState(1188); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,102,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1186); - classType(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1187); - typeVariable(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodBodyContext extends ParserRuleContext { - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public MethodBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodBody; } - } - - public final MethodBodyContext methodBody() throws RecognitionException { - MethodBodyContext _localctx = new MethodBodyContext(_ctx, getState()); - enterRule(_localctx, 172, RULE_methodBody); - try { - setState(1192); - _errHandler.sync(this); - switch (_input.LA(1)) { - case LBRACE: - enterOuterAlt(_localctx, 1); - { - setState(1190); - block(); - } - break; - case SEMI: - enterOuterAlt(_localctx, 2); - { - setState(1191); - match(SEMI); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InstanceInitializerContext extends ParserRuleContext { - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public InstanceInitializerContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_instanceInitializer; } - } - - public final InstanceInitializerContext instanceInitializer() throws RecognitionException { - InstanceInitializerContext _localctx = new InstanceInitializerContext(_ctx, getState()); - enterRule(_localctx, 174, RULE_instanceInitializer); - try { - enterOuterAlt(_localctx, 1); - { - setState(1194); - block(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StaticInitializerContext extends ParserRuleContext { - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public StaticInitializerContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_staticInitializer; } - } - - public final StaticInitializerContext staticInitializer() throws RecognitionException { - StaticInitializerContext _localctx = new StaticInitializerContext(_ctx, getState()); - enterRule(_localctx, 176, RULE_staticInitializer); - try { - enterOuterAlt(_localctx, 1); - { - setState(1196); - match(STATIC); - setState(1197); - block(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstructorDeclarationContext extends ParserRuleContext { - public ConstructorDeclaratorContext constructorDeclarator() { - return getRuleContext(ConstructorDeclaratorContext.class,0); - } - public ConstructorBodyContext constructorBody() { - return getRuleContext(ConstructorBodyContext.class,0); - } - public List constructorModifier() { - return getRuleContexts(ConstructorModifierContext.class); - } - public ConstructorModifierContext constructorModifier(int i) { - return getRuleContext(ConstructorModifierContext.class,i); - } - public Throws_Context throws_() { - return getRuleContext(Throws_Context.class,0); - } - public ConstructorDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constructorDeclaration; } - } - - public final ConstructorDeclarationContext constructorDeclaration() throws RecognitionException { - ConstructorDeclarationContext _localctx = new ConstructorDeclarationContext(_ctx, getState()); - enterRule(_localctx, 178, RULE_constructorDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1202); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC))) != 0) || _la==AT) { - { - { - setState(1199); - constructorModifier(); - } - } - setState(1204); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1205); - constructorDeclarator(); - setState(1207); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==THROWS) { - { - setState(1206); - throws_(); - } - } - - setState(1209); - constructorBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstructorModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode PROTECTED() { return getToken(Java8Parser.PROTECTED, 0); } - public TerminalNode PRIVATE() { return getToken(Java8Parser.PRIVATE, 0); } - public ConstructorModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constructorModifier; } - } - - public final ConstructorModifierContext constructorModifier() throws RecognitionException { - ConstructorModifierContext _localctx = new ConstructorModifierContext(_ctx, getState()); - enterRule(_localctx, 180, RULE_constructorModifier); - try { - setState(1215); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(1211); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(1212); - match(PUBLIC); - } - break; - case PROTECTED: - enterOuterAlt(_localctx, 3); - { - setState(1213); - match(PROTECTED); - } - break; - case PRIVATE: - enterOuterAlt(_localctx, 4); - { - setState(1214); - match(PRIVATE); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstructorDeclaratorContext extends ParserRuleContext { - public SimpleTypeNameContext simpleTypeName() { - return getRuleContext(SimpleTypeNameContext.class,0); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TypeParametersContext typeParameters() { - return getRuleContext(TypeParametersContext.class,0); - } - public FormalParameterListContext formalParameterList() { - return getRuleContext(FormalParameterListContext.class,0); - } - public ConstructorDeclaratorContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constructorDeclarator; } - } - - public final ConstructorDeclaratorContext constructorDeclarator() throws RecognitionException { - ConstructorDeclaratorContext _localctx = new ConstructorDeclaratorContext(_ctx, getState()); - enterRule(_localctx, 182, RULE_constructorDeclarator); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1218); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1217); - typeParameters(); - } - } - - setState(1220); - simpleTypeName(); - setState(1221); - match(LPAREN); - setState(1223); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << SHORT))) != 0) || _la==Identifier || _la==AT) { - { - setState(1222); - formalParameterList(); - } - } - - setState(1225); - match(RPAREN); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SimpleTypeNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public SimpleTypeNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_simpleTypeName; } - } - - public final SimpleTypeNameContext simpleTypeName() throws RecognitionException { - SimpleTypeNameContext _localctx = new SimpleTypeNameContext(_ctx, getState()); - enterRule(_localctx, 184, RULE_simpleTypeName); - try { - enterOuterAlt(_localctx, 1); - { - setState(1227); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstructorBodyContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public ExplicitConstructorInvocationContext explicitConstructorInvocation() { - return getRuleContext(ExplicitConstructorInvocationContext.class,0); - } - public BlockStatementsContext blockStatements() { - return getRuleContext(BlockStatementsContext.class,0); - } - public ConstructorBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constructorBody; } - } - - public final ConstructorBodyContext constructorBody() throws RecognitionException { - ConstructorBodyContext _localctx = new ConstructorBodyContext(_ctx, getState()); - enterRule(_localctx, 186, RULE_constructorBody); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1229); - match(LBRACE); - setState(1231); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,109,_ctx) ) { - case 1: - { - setState(1230); - explicitConstructorInvocation(); - } - break; - } - setState(1234); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << T__4) | (1L << T__5) | (1L << ABSTRACT) | (1L << ASSERT) | (1L << BOOLEAN) | (1L << BREAK) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << CONTINUE) | (1L << DO) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << FOR) | (1L << IF) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << RETURN) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SUPER) | (1L << SWITCH) | (1L << SYNCHRONIZED) | (1L << THIS) | (1L << THROW) | (1L << TRY) | (1L << VOID) | (1L << WHILE) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (SEMI - 65)) | (1L << (INC - 65)) | (1L << (DEC - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - setState(1233); - blockStatements(); - } - } - - setState(1236); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ExplicitConstructorInvocationContext extends ParserRuleContext { - public TerminalNode THIS() { return getToken(Java8Parser.THIS, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public PrimaryContext primary() { - return getRuleContext(PrimaryContext.class,0); - } - public ExplicitConstructorInvocationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_explicitConstructorInvocation; } - } - - public final ExplicitConstructorInvocationContext explicitConstructorInvocation() throws RecognitionException { - ExplicitConstructorInvocationContext _localctx = new ExplicitConstructorInvocationContext(_ctx, getState()); - enterRule(_localctx, 188, RULE_explicitConstructorInvocation); - int _la; - try { - setState(1284); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,119,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1239); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1238); - typeArguments(); - } - } - - setState(1241); - match(THIS); - setState(1242); - match(LPAREN); - setState(1244); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1243); - argumentList(); - } - } - - setState(1246); - match(RPAREN); - setState(1247); - match(SEMI); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1249); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1248); - typeArguments(); - } - } - - setState(1251); - match(SUPER); - setState(1252); - match(LPAREN); - setState(1254); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1253); - argumentList(); - } - } - - setState(1256); - match(RPAREN); - setState(1257); - match(SEMI); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1258); - expressionName(); - setState(1259); - match(DOT); - setState(1261); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1260); - typeArguments(); - } - } - - setState(1263); - match(SUPER); - setState(1264); - match(LPAREN); - setState(1266); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1265); - argumentList(); - } - } - - setState(1268); - match(RPAREN); - setState(1269); - match(SEMI); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(1271); - primary(); - setState(1272); - match(DOT); - setState(1274); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1273); - typeArguments(); - } - } - - setState(1276); - match(SUPER); - setState(1277); - match(LPAREN); - setState(1279); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1278); - argumentList(); - } - } - - setState(1281); - match(RPAREN); - setState(1282); - match(SEMI); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumDeclarationContext extends ParserRuleContext { - public TerminalNode ENUM() { return getToken(Java8Parser.ENUM, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public EnumBodyContext enumBody() { - return getRuleContext(EnumBodyContext.class,0); - } - public List classModifier() { - return getRuleContexts(ClassModifierContext.class); - } - public ClassModifierContext classModifier(int i) { - return getRuleContext(ClassModifierContext.class,i); - } - public SuperinterfacesContext superinterfaces() { - return getRuleContext(SuperinterfacesContext.class,0); - } - public EnumDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumDeclaration; } - } - - public final EnumDeclarationContext enumDeclaration() throws RecognitionException { - EnumDeclarationContext _localctx = new EnumDeclarationContext(_ctx, getState()); - enterRule(_localctx, 190, RULE_enumDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1289); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << ABSTRACT) | (1L << FINAL) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << STATIC) | (1L << STRICTFP))) != 0) || _la==AT) { - { - { - setState(1286); - classModifier(); - } - } - setState(1291); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1292); - match(ENUM); - setState(1293); - match(Identifier); - setState(1295); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==IMPLEMENTS) { - { - setState(1294); - superinterfaces(); - } - } - - setState(1297); - enumBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumBodyContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public EnumConstantListContext enumConstantList() { - return getRuleContext(EnumConstantListContext.class,0); - } - public TerminalNode COMMA() { return getToken(Java8Parser.COMMA, 0); } - public EnumBodyDeclarationsContext enumBodyDeclarations() { - return getRuleContext(EnumBodyDeclarationsContext.class,0); - } - public EnumBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumBody; } - } - - public final EnumBodyContext enumBody() throws RecognitionException { - EnumBodyContext _localctx = new EnumBodyContext(_ctx, getState()); - enterRule(_localctx, 192, RULE_enumBody); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1299); - match(LBRACE); - setState(1301); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==Identifier || _la==AT) { - { - setState(1300); - enumConstantList(); - } - } - - setState(1304); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==COMMA) { - { - setState(1303); - match(COMMA); - } - } - - setState(1307); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==SEMI) { - { - setState(1306); - enumBodyDeclarations(); - } - } - - setState(1309); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumConstantListContext extends ParserRuleContext { - public List enumConstant() { - return getRuleContexts(EnumConstantContext.class); - } - public EnumConstantContext enumConstant(int i) { - return getRuleContext(EnumConstantContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public EnumConstantListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumConstantList; } - } - - public final EnumConstantListContext enumConstantList() throws RecognitionException { - EnumConstantListContext _localctx = new EnumConstantListContext(_ctx, getState()); - enterRule(_localctx, 194, RULE_enumConstantList); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(1311); - enumConstant(); - setState(1316); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,125,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1312); - match(COMMA); - setState(1313); - enumConstant(); - } - } - } - setState(1318); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,125,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumConstantContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List enumConstantModifier() { - return getRuleContexts(EnumConstantModifierContext.class); - } - public EnumConstantModifierContext enumConstantModifier(int i) { - return getRuleContext(EnumConstantModifierContext.class,i); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public ClassBodyContext classBody() { - return getRuleContext(ClassBodyContext.class,0); - } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public EnumConstantContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumConstant; } - } - - public final EnumConstantContext enumConstant() throws RecognitionException { - EnumConstantContext _localctx = new EnumConstantContext(_ctx, getState()); - enterRule(_localctx, 196, RULE_enumConstant); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1322); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1319); - enumConstantModifier(); - } - } - setState(1324); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1325); - match(Identifier); - setState(1331); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LPAREN) { - { - setState(1326); - match(LPAREN); - setState(1328); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1327); - argumentList(); - } - } - - setState(1330); - match(RPAREN); - } - } - - setState(1334); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LBRACE) { - { - setState(1333); - classBody(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumConstantModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public EnumConstantModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumConstantModifier; } - } - - public final EnumConstantModifierContext enumConstantModifier() throws RecognitionException { - EnumConstantModifierContext _localctx = new EnumConstantModifierContext(_ctx, getState()); - enterRule(_localctx, 198, RULE_enumConstantModifier); - try { - enterOuterAlt(_localctx, 1); - { - setState(1336); - annotation(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumBodyDeclarationsContext extends ParserRuleContext { - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public List classBodyDeclaration() { - return getRuleContexts(ClassBodyDeclarationContext.class); - } - public ClassBodyDeclarationContext classBodyDeclaration(int i) { - return getRuleContext(ClassBodyDeclarationContext.class,i); - } - public EnumBodyDeclarationsContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumBodyDeclarations; } - } - - public final EnumBodyDeclarationsContext enumBodyDeclarations() throws RecognitionException { - EnumBodyDeclarationsContext _localctx = new EnumBodyDeclarationsContext(_ctx, getState()); - enterRule(_localctx, 200, RULE_enumBodyDeclarations); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1338); - match(SEMI); - setState(1342); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << T__4) | (1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NATIVE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SYNCHRONIZED) | (1L << TRANSIENT) | (1L << VOID) | (1L << VOLATILE))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (SEMI - 65)) | (1L << (LT - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - { - setState(1339); - classBodyDeclaration(); - } - } - setState(1344); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class RecordDeclarationContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public RecordHeaderContext recordHeader() { - return getRuleContext(RecordHeaderContext.class,0); - } - public RecordBodyContext recordBody() { - return getRuleContext(RecordBodyContext.class,0); - } - public List classModifier() { - return getRuleContexts(ClassModifierContext.class); - } - public ClassModifierContext classModifier(int i) { - return getRuleContext(ClassModifierContext.class,i); - } - public TypeParametersContext typeParameters() { - return getRuleContext(TypeParametersContext.class,0); - } - public SuperinterfacesContext superinterfaces() { - return getRuleContext(SuperinterfacesContext.class,0); - } - public RecordDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_recordDeclaration; } - } - - public final RecordDeclarationContext recordDeclaration() throws RecognitionException { - RecordDeclarationContext _localctx = new RecordDeclarationContext(_ctx, getState()); - enterRule(_localctx, 202, RULE_recordDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1348); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << ABSTRACT) | (1L << FINAL) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << STATIC) | (1L << STRICTFP))) != 0) || _la==AT) { - { - { - setState(1345); - classModifier(); - } - } - setState(1350); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1351); - match(T__3); - setState(1352); - match(Identifier); - setState(1354); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1353); - typeParameters(); - } - } - - setState(1356); - recordHeader(); - setState(1358); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==IMPLEMENTS) { - { - setState(1357); - superinterfaces(); - } - } - - setState(1360); - recordBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class RecordHeaderContext extends ParserRuleContext { - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public RecordComponentListContext recordComponentList() { - return getRuleContext(RecordComponentListContext.class,0); - } - public RecordHeaderContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_recordHeader; } - } - - public final RecordHeaderContext recordHeader() throws RecognitionException { - RecordHeaderContext _localctx = new RecordHeaderContext(_ctx, getState()); - enterRule(_localctx, 204, RULE_recordHeader); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1362); - match(LPAREN); - setState(1364); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << SHORT))) != 0) || _la==Identifier || _la==AT) { - { - setState(1363); - recordComponentList(); - } - } - - setState(1366); - match(RPAREN); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class RecordComponentListContext extends ParserRuleContext { - public List recordComponent() { - return getRuleContexts(RecordComponentContext.class); - } - public RecordComponentContext recordComponent(int i) { - return getRuleContext(RecordComponentContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public RecordComponentListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_recordComponentList; } - } - - public final RecordComponentListContext recordComponentList() throws RecognitionException { - RecordComponentListContext _localctx = new RecordComponentListContext(_ctx, getState()); - enterRule(_localctx, 206, RULE_recordComponentList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1368); - recordComponent(); - setState(1373); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(1369); - match(COMMA); - setState(1370); - recordComponent(); - } - } - setState(1375); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class RecordComponentContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public VariableArityRecordComponentContext variableArityRecordComponent() { - return getRuleContext(VariableArityRecordComponentContext.class,0); - } - public RecordComponentContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_recordComponent; } - } - - public final RecordComponentContext recordComponent() throws RecognitionException { - RecordComponentContext _localctx = new RecordComponentContext(_ctx, getState()); - enterRule(_localctx, 208, RULE_recordComponent); - int _la; - try { - setState(1386); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,137,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1379); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1376); - annotation(); - } - } - setState(1381); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1382); - unannType(); - setState(1383); - match(Identifier); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1385); - variableArityRecordComponent(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class VariableArityRecordComponentContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public TerminalNode ELLIPSIS() { return getToken(Java8Parser.ELLIPSIS, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public VariableArityRecordComponentContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_variableArityRecordComponent; } - } - - public final VariableArityRecordComponentContext variableArityRecordComponent() throws RecognitionException { - VariableArityRecordComponentContext _localctx = new VariableArityRecordComponentContext(_ctx, getState()); - enterRule(_localctx, 210, RULE_variableArityRecordComponent); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1391); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1388); - annotation(); - } - } - setState(1393); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1394); - unannType(); - setState(1398); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1395); - annotation(); - } - } - setState(1400); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1401); - match(ELLIPSIS); - setState(1402); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class RecordBodyContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public List recordBodyDeclaration() { - return getRuleContexts(RecordBodyDeclarationContext.class); - } - public RecordBodyDeclarationContext recordBodyDeclaration(int i) { - return getRuleContext(RecordBodyDeclarationContext.class,i); - } - public RecordBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_recordBody; } - } - - public final RecordBodyContext recordBody() throws RecognitionException { - RecordBodyContext _localctx = new RecordBodyContext(_ctx, getState()); - enterRule(_localctx, 212, RULE_recordBody); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1404); - match(LBRACE); - setState(1408); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << T__4) | (1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NATIVE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SYNCHRONIZED) | (1L << TRANSIENT) | (1L << VOID) | (1L << VOLATILE))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (SEMI - 65)) | (1L << (LT - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - { - setState(1405); - recordBodyDeclaration(); - } - } - setState(1410); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1411); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class RecordBodyDeclarationContext extends ParserRuleContext { - public ClassBodyDeclarationContext classBodyDeclaration() { - return getRuleContext(ClassBodyDeclarationContext.class,0); - } - public CompactConstructorDeclarationContext compactConstructorDeclaration() { - return getRuleContext(CompactConstructorDeclarationContext.class,0); - } - public RecordBodyDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_recordBodyDeclaration; } - } - - public final RecordBodyDeclarationContext recordBodyDeclaration() throws RecognitionException { - RecordBodyDeclarationContext _localctx = new RecordBodyDeclarationContext(_ctx, getState()); - enterRule(_localctx, 214, RULE_recordBodyDeclaration); - try { - setState(1415); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,141,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1413); - classBodyDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1414); - compactConstructorDeclaration(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class CompactConstructorDeclarationContext extends ParserRuleContext { - public SimpleTypeNameContext simpleTypeName() { - return getRuleContext(SimpleTypeNameContext.class,0); - } - public ConstructorBodyContext constructorBody() { - return getRuleContext(ConstructorBodyContext.class,0); - } - public List constructorModifier() { - return getRuleContexts(ConstructorModifierContext.class); - } - public ConstructorModifierContext constructorModifier(int i) { - return getRuleContext(ConstructorModifierContext.class,i); - } - public CompactConstructorDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_compactConstructorDeclaration; } - } - - public final CompactConstructorDeclarationContext compactConstructorDeclaration() throws RecognitionException { - CompactConstructorDeclarationContext _localctx = new CompactConstructorDeclarationContext(_ctx, getState()); - enterRule(_localctx, 216, RULE_compactConstructorDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1420); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC))) != 0) || _la==AT) { - { - { - setState(1417); - constructorModifier(); - } - } - setState(1422); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1423); - simpleTypeName(); - setState(1424); - constructorBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceDeclarationContext extends ParserRuleContext { - public NormalInterfaceDeclarationContext normalInterfaceDeclaration() { - return getRuleContext(NormalInterfaceDeclarationContext.class,0); - } - public AnnotationTypeDeclarationContext annotationTypeDeclaration() { - return getRuleContext(AnnotationTypeDeclarationContext.class,0); - } - public InterfaceDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceDeclaration; } - } - - public final InterfaceDeclarationContext interfaceDeclaration() throws RecognitionException { - InterfaceDeclarationContext _localctx = new InterfaceDeclarationContext(_ctx, getState()); - enterRule(_localctx, 218, RULE_interfaceDeclaration); - try { - setState(1428); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,143,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1426); - normalInterfaceDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1427); - annotationTypeDeclaration(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class NormalInterfaceDeclarationContext extends ParserRuleContext { - public TerminalNode INTERFACE() { return getToken(Java8Parser.INTERFACE, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public InterfaceBodyContext interfaceBody() { - return getRuleContext(InterfaceBodyContext.class,0); - } - public List interfaceModifier() { - return getRuleContexts(InterfaceModifierContext.class); - } - public InterfaceModifierContext interfaceModifier(int i) { - return getRuleContext(InterfaceModifierContext.class,i); - } - public TypeParametersContext typeParameters() { - return getRuleContext(TypeParametersContext.class,0); - } - public ExtendsInterfacesContext extendsInterfaces() { - return getRuleContext(ExtendsInterfacesContext.class,0); - } - public NormalInterfaceDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_normalInterfaceDeclaration; } - } - - public final NormalInterfaceDeclarationContext normalInterfaceDeclaration() throws RecognitionException { - NormalInterfaceDeclarationContext _localctx = new NormalInterfaceDeclarationContext(_ctx, getState()); - enterRule(_localctx, 220, RULE_normalInterfaceDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1433); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << STATIC) | (1L << STRICTFP))) != 0) || _la==AT) { - { - { - setState(1430); - interfaceModifier(); - } - } - setState(1435); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1436); - match(INTERFACE); - setState(1437); - match(Identifier); - setState(1439); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(1438); - typeParameters(); - } - } - - setState(1442); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==EXTENDS) { - { - setState(1441); - extendsInterfaces(); - } - } - - setState(1444); - interfaceBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode PROTECTED() { return getToken(Java8Parser.PROTECTED, 0); } - public TerminalNode PRIVATE() { return getToken(Java8Parser.PRIVATE, 0); } - public TerminalNode ABSTRACT() { return getToken(Java8Parser.ABSTRACT, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TerminalNode STRICTFP() { return getToken(Java8Parser.STRICTFP, 0); } - public InterfaceModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceModifier; } - } - - public final InterfaceModifierContext interfaceModifier() throws RecognitionException { - InterfaceModifierContext _localctx = new InterfaceModifierContext(_ctx, getState()); - enterRule(_localctx, 222, RULE_interfaceModifier); - try { - setState(1453); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(1446); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(1447); - match(PUBLIC); - } - break; - case PROTECTED: - enterOuterAlt(_localctx, 3); - { - setState(1448); - match(PROTECTED); - } - break; - case PRIVATE: - enterOuterAlt(_localctx, 4); - { - setState(1449); - match(PRIVATE); - } - break; - case ABSTRACT: - enterOuterAlt(_localctx, 5); - { - setState(1450); - match(ABSTRACT); - } - break; - case STATIC: - enterOuterAlt(_localctx, 6); - { - setState(1451); - match(STATIC); - } - break; - case STRICTFP: - enterOuterAlt(_localctx, 7); - { - setState(1452); - match(STRICTFP); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ExtendsInterfacesContext extends ParserRuleContext { - public TerminalNode EXTENDS() { return getToken(Java8Parser.EXTENDS, 0); } - public InterfaceTypeListContext interfaceTypeList() { - return getRuleContext(InterfaceTypeListContext.class,0); - } - public ExtendsInterfacesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_extendsInterfaces; } - } - - public final ExtendsInterfacesContext extendsInterfaces() throws RecognitionException { - ExtendsInterfacesContext _localctx = new ExtendsInterfacesContext(_ctx, getState()); - enterRule(_localctx, 224, RULE_extendsInterfaces); - try { - enterOuterAlt(_localctx, 1); - { - setState(1455); - match(EXTENDS); - setState(1456); - interfaceTypeList(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceBodyContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public List interfaceMemberDeclaration() { - return getRuleContexts(InterfaceMemberDeclarationContext.class); - } - public InterfaceMemberDeclarationContext interfaceMemberDeclaration(int i) { - return getRuleContext(InterfaceMemberDeclarationContext.class,i); - } - public InterfaceBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceBody; } - } - - public final InterfaceBodyContext interfaceBody() throws RecognitionException { - InterfaceBodyContext _localctx = new InterfaceBodyContext(_ctx, getState()); - enterRule(_localctx, 226, RULE_interfaceBody); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1458); - match(LBRACE); - setState(1462); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DEFAULT) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << VOID))) != 0) || ((((_la - 69)) & ~0x3f) == 0 && ((1L << (_la - 69)) & ((1L << (SEMI - 69)) | (1L << (LT - 69)) | (1L << (Identifier - 69)) | (1L << (AT - 69)))) != 0)) { - { - { - setState(1459); - interfaceMemberDeclaration(); - } - } - setState(1464); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1465); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceMemberDeclarationContext extends ParserRuleContext { - public ConstantDeclarationContext constantDeclaration() { - return getRuleContext(ConstantDeclarationContext.class,0); - } - public InterfaceMethodDeclarationContext interfaceMethodDeclaration() { - return getRuleContext(InterfaceMethodDeclarationContext.class,0); - } - public ClassDeclarationContext classDeclaration() { - return getRuleContext(ClassDeclarationContext.class,0); - } - public InterfaceDeclarationContext interfaceDeclaration() { - return getRuleContext(InterfaceDeclarationContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public InterfaceMemberDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceMemberDeclaration; } - } - - public final InterfaceMemberDeclarationContext interfaceMemberDeclaration() throws RecognitionException { - InterfaceMemberDeclarationContext _localctx = new InterfaceMemberDeclarationContext(_ctx, getState()); - enterRule(_localctx, 228, RULE_interfaceMemberDeclaration); - try { - setState(1472); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,149,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1467); - constantDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1468); - interfaceMethodDeclaration(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1469); - classDeclaration(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(1470); - interfaceDeclaration(); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(1471); - match(SEMI); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstantDeclarationContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public VariableDeclaratorListContext variableDeclaratorList() { - return getRuleContext(VariableDeclaratorListContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public List constantModifier() { - return getRuleContexts(ConstantModifierContext.class); - } - public ConstantModifierContext constantModifier(int i) { - return getRuleContext(ConstantModifierContext.class,i); - } - public ConstantDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constantDeclaration; } - } - - public final ConstantDeclarationContext constantDeclaration() throws RecognitionException { - ConstantDeclarationContext _localctx = new ConstantDeclarationContext(_ctx, getState()); - enterRule(_localctx, 230, RULE_constantDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1477); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << FINAL) | (1L << PUBLIC) | (1L << STATIC))) != 0) || _la==AT) { - { - { - setState(1474); - constantModifier(); - } - } - setState(1479); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1480); - unannType(); - setState(1481); - variableDeclaratorList(); - setState(1482); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstantModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TerminalNode FINAL() { return getToken(Java8Parser.FINAL, 0); } - public ConstantModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constantModifier; } - } - - public final ConstantModifierContext constantModifier() throws RecognitionException { - ConstantModifierContext _localctx = new ConstantModifierContext(_ctx, getState()); - enterRule(_localctx, 232, RULE_constantModifier); - try { - setState(1488); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(1484); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(1485); - match(PUBLIC); - } - break; - case STATIC: - enterOuterAlt(_localctx, 3); - { - setState(1486); - match(STATIC); - } - break; - case FINAL: - enterOuterAlt(_localctx, 4); - { - setState(1487); - match(FINAL); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceMethodDeclarationContext extends ParserRuleContext { - public MethodHeaderContext methodHeader() { - return getRuleContext(MethodHeaderContext.class,0); - } - public MethodBodyContext methodBody() { - return getRuleContext(MethodBodyContext.class,0); - } - public List interfaceMethodModifier() { - return getRuleContexts(InterfaceMethodModifierContext.class); - } - public InterfaceMethodModifierContext interfaceMethodModifier(int i) { - return getRuleContext(InterfaceMethodModifierContext.class,i); - } - public InterfaceMethodDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceMethodDeclaration; } - } - - public final InterfaceMethodDeclarationContext interfaceMethodDeclaration() throws RecognitionException { - InterfaceMethodDeclarationContext _localctx = new InterfaceMethodDeclarationContext(_ctx, getState()); - enterRule(_localctx, 234, RULE_interfaceMethodDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1493); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << DEFAULT) | (1L << PUBLIC) | (1L << STATIC) | (1L << STRICTFP))) != 0) || _la==AT) { - { - { - setState(1490); - interfaceMethodModifier(); - } - } - setState(1495); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1496); - methodHeader(); - setState(1497); - methodBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InterfaceMethodModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode ABSTRACT() { return getToken(Java8Parser.ABSTRACT, 0); } - public TerminalNode DEFAULT() { return getToken(Java8Parser.DEFAULT, 0); } - public TerminalNode STATIC() { return getToken(Java8Parser.STATIC, 0); } - public TerminalNode STRICTFP() { return getToken(Java8Parser.STRICTFP, 0); } - public InterfaceMethodModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_interfaceMethodModifier; } - } - - public final InterfaceMethodModifierContext interfaceMethodModifier() throws RecognitionException { - InterfaceMethodModifierContext _localctx = new InterfaceMethodModifierContext(_ctx, getState()); - enterRule(_localctx, 236, RULE_interfaceMethodModifier); - try { - setState(1505); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(1499); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(1500); - match(PUBLIC); - } - break; - case ABSTRACT: - enterOuterAlt(_localctx, 3); - { - setState(1501); - match(ABSTRACT); - } - break; - case DEFAULT: - enterOuterAlt(_localctx, 4); - { - setState(1502); - match(DEFAULT); - } - break; - case STATIC: - enterOuterAlt(_localctx, 5); - { - setState(1503); - match(STATIC); - } - break; - case STRICTFP: - enterOuterAlt(_localctx, 6); - { - setState(1504); - match(STRICTFP); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AnnotationTypeDeclarationContext extends ParserRuleContext { - public TerminalNode AT() { return getToken(Java8Parser.AT, 0); } - public TerminalNode INTERFACE() { return getToken(Java8Parser.INTERFACE, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public AnnotationTypeBodyContext annotationTypeBody() { - return getRuleContext(AnnotationTypeBodyContext.class,0); - } - public List interfaceModifier() { - return getRuleContexts(InterfaceModifierContext.class); - } - public InterfaceModifierContext interfaceModifier(int i) { - return getRuleContext(InterfaceModifierContext.class,i); - } - public AnnotationTypeDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_annotationTypeDeclaration; } - } - - public final AnnotationTypeDeclarationContext annotationTypeDeclaration() throws RecognitionException { - AnnotationTypeDeclarationContext _localctx = new AnnotationTypeDeclarationContext(_ctx, getState()); - enterRule(_localctx, 238, RULE_annotationTypeDeclaration); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(1510); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,154,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1507); - interfaceModifier(); - } - } - } - setState(1512); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,154,_ctx); - } - setState(1513); - match(AT); - setState(1514); - match(INTERFACE); - setState(1515); - match(Identifier); - setState(1516); - annotationTypeBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AnnotationTypeBodyContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public List annotationTypeMemberDeclaration() { - return getRuleContexts(AnnotationTypeMemberDeclarationContext.class); - } - public AnnotationTypeMemberDeclarationContext annotationTypeMemberDeclaration(int i) { - return getRuleContext(AnnotationTypeMemberDeclarationContext.class,i); - } - public AnnotationTypeBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_annotationTypeBody; } - } - - public final AnnotationTypeBodyContext annotationTypeBody() throws RecognitionException { - AnnotationTypeBodyContext _localctx = new AnnotationTypeBodyContext(_ctx, getState()); - enterRule(_localctx, 240, RULE_annotationTypeBody); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1518); - match(LBRACE); - setState(1522); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP))) != 0) || ((((_la - 69)) & ~0x3f) == 0 && ((1L << (_la - 69)) & ((1L << (SEMI - 69)) | (1L << (Identifier - 69)) | (1L << (AT - 69)))) != 0)) { - { - { - setState(1519); - annotationTypeMemberDeclaration(); - } - } - setState(1524); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1525); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AnnotationTypeMemberDeclarationContext extends ParserRuleContext { - public AnnotationTypeElementDeclarationContext annotationTypeElementDeclaration() { - return getRuleContext(AnnotationTypeElementDeclarationContext.class,0); - } - public ConstantDeclarationContext constantDeclaration() { - return getRuleContext(ConstantDeclarationContext.class,0); - } - public ClassDeclarationContext classDeclaration() { - return getRuleContext(ClassDeclarationContext.class,0); - } - public InterfaceDeclarationContext interfaceDeclaration() { - return getRuleContext(InterfaceDeclarationContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public AnnotationTypeMemberDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_annotationTypeMemberDeclaration; } - } - - public final AnnotationTypeMemberDeclarationContext annotationTypeMemberDeclaration() throws RecognitionException { - AnnotationTypeMemberDeclarationContext _localctx = new AnnotationTypeMemberDeclarationContext(_ctx, getState()); - enterRule(_localctx, 242, RULE_annotationTypeMemberDeclaration); - try { - setState(1532); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,156,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1527); - annotationTypeElementDeclaration(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1528); - constantDeclaration(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1529); - classDeclaration(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(1530); - interfaceDeclaration(); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(1531); - match(SEMI); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AnnotationTypeElementDeclarationContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public List annotationTypeElementModifier() { - return getRuleContexts(AnnotationTypeElementModifierContext.class); - } - public AnnotationTypeElementModifierContext annotationTypeElementModifier(int i) { - return getRuleContext(AnnotationTypeElementModifierContext.class,i); - } - public DimsContext dims() { - return getRuleContext(DimsContext.class,0); - } - public DefaultValueContext defaultValue() { - return getRuleContext(DefaultValueContext.class,0); - } - public AnnotationTypeElementDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_annotationTypeElementDeclaration; } - } - - public final AnnotationTypeElementDeclarationContext annotationTypeElementDeclaration() throws RecognitionException { - AnnotationTypeElementDeclarationContext _localctx = new AnnotationTypeElementDeclarationContext(_ctx, getState()); - enterRule(_localctx, 244, RULE_annotationTypeElementDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1537); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==ABSTRACT || _la==PUBLIC || _la==AT) { - { - { - setState(1534); - annotationTypeElementModifier(); - } - } - setState(1539); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1540); - unannType(); - setState(1541); - match(Identifier); - setState(1542); - match(LPAREN); - setState(1543); - match(RPAREN); - setState(1545); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LBRACK || _la==AT) { - { - setState(1544); - dims(); - } - } - - setState(1548); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==DEFAULT) { - { - setState(1547); - defaultValue(); - } - } - - setState(1550); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AnnotationTypeElementModifierContext extends ParserRuleContext { - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public TerminalNode PUBLIC() { return getToken(Java8Parser.PUBLIC, 0); } - public TerminalNode ABSTRACT() { return getToken(Java8Parser.ABSTRACT, 0); } - public AnnotationTypeElementModifierContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_annotationTypeElementModifier; } - } - - public final AnnotationTypeElementModifierContext annotationTypeElementModifier() throws RecognitionException { - AnnotationTypeElementModifierContext _localctx = new AnnotationTypeElementModifierContext(_ctx, getState()); - enterRule(_localctx, 246, RULE_annotationTypeElementModifier); - try { - setState(1555); - _errHandler.sync(this); - switch (_input.LA(1)) { - case AT: - enterOuterAlt(_localctx, 1); - { - setState(1552); - annotation(); - } - break; - case PUBLIC: - enterOuterAlt(_localctx, 2); - { - setState(1553); - match(PUBLIC); - } - break; - case ABSTRACT: - enterOuterAlt(_localctx, 3); - { - setState(1554); - match(ABSTRACT); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DefaultValueContext extends ParserRuleContext { - public TerminalNode DEFAULT() { return getToken(Java8Parser.DEFAULT, 0); } - public ElementValueContext elementValue() { - return getRuleContext(ElementValueContext.class,0); - } - public DefaultValueContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_defaultValue; } - } - - public final DefaultValueContext defaultValue() throws RecognitionException { - DefaultValueContext _localctx = new DefaultValueContext(_ctx, getState()); - enterRule(_localctx, 248, RULE_defaultValue); - try { - enterOuterAlt(_localctx, 1); - { - setState(1557); - match(DEFAULT); - setState(1558); - elementValue(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AnnotationContext extends ParserRuleContext { - public NormalAnnotationContext normalAnnotation() { - return getRuleContext(NormalAnnotationContext.class,0); - } - public MarkerAnnotationContext markerAnnotation() { - return getRuleContext(MarkerAnnotationContext.class,0); - } - public SingleElementAnnotationContext singleElementAnnotation() { - return getRuleContext(SingleElementAnnotationContext.class,0); - } - public AnnotationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_annotation; } - } - - public final AnnotationContext annotation() throws RecognitionException { - AnnotationContext _localctx = new AnnotationContext(_ctx, getState()); - enterRule(_localctx, 250, RULE_annotation); - try { - setState(1563); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,161,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1560); - normalAnnotation(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1561); - markerAnnotation(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1562); - singleElementAnnotation(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class NormalAnnotationContext extends ParserRuleContext { - public TerminalNode AT() { return getToken(Java8Parser.AT, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public ElementValuePairListContext elementValuePairList() { - return getRuleContext(ElementValuePairListContext.class,0); - } - public NormalAnnotationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_normalAnnotation; } - } - - public final NormalAnnotationContext normalAnnotation() throws RecognitionException { - NormalAnnotationContext _localctx = new NormalAnnotationContext(_ctx, getState()); - enterRule(_localctx, 252, RULE_normalAnnotation); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1565); - match(AT); - setState(1566); - typeName(); - setState(1567); - match(LPAREN); - setState(1569); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==Identifier) { - { - setState(1568); - elementValuePairList(); - } - } - - setState(1571); - match(RPAREN); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ElementValuePairListContext extends ParserRuleContext { - public List elementValuePair() { - return getRuleContexts(ElementValuePairContext.class); - } - public ElementValuePairContext elementValuePair(int i) { - return getRuleContext(ElementValuePairContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ElementValuePairListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_elementValuePairList; } - } - - public final ElementValuePairListContext elementValuePairList() throws RecognitionException { - ElementValuePairListContext _localctx = new ElementValuePairListContext(_ctx, getState()); - enterRule(_localctx, 254, RULE_elementValuePairList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1573); - elementValuePair(); - setState(1578); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(1574); - match(COMMA); - setState(1575); - elementValuePair(); - } - } - setState(1580); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ElementValuePairContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode ASSIGN() { return getToken(Java8Parser.ASSIGN, 0); } - public ElementValueContext elementValue() { - return getRuleContext(ElementValueContext.class,0); - } - public ElementValuePairContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_elementValuePair; } - } - - public final ElementValuePairContext elementValuePair() throws RecognitionException { - ElementValuePairContext _localctx = new ElementValuePairContext(_ctx, getState()); - enterRule(_localctx, 256, RULE_elementValuePair); - try { - enterOuterAlt(_localctx, 1); - { - setState(1581); - match(Identifier); - setState(1582); - match(ASSIGN); - setState(1583); - elementValue(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ElementValueContext extends ParserRuleContext { - public ConditionalExpressionContext conditionalExpression() { - return getRuleContext(ConditionalExpressionContext.class,0); - } - public ElementValueArrayInitializerContext elementValueArrayInitializer() { - return getRuleContext(ElementValueArrayInitializerContext.class,0); - } - public AnnotationContext annotation() { - return getRuleContext(AnnotationContext.class,0); - } - public ElementValueContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_elementValue; } - } - - public final ElementValueContext elementValue() throws RecognitionException { - ElementValueContext _localctx = new ElementValueContext(_ctx, getState()); - enterRule(_localctx, 258, RULE_elementValue); - try { - setState(1588); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,164,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1585); - conditionalExpression(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1586); - elementValueArrayInitializer(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1587); - annotation(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ElementValueArrayInitializerContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public ElementValueListContext elementValueList() { - return getRuleContext(ElementValueListContext.class,0); - } - public TerminalNode COMMA() { return getToken(Java8Parser.COMMA, 0); } - public ElementValueArrayInitializerContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_elementValueArrayInitializer; } - } - - public final ElementValueArrayInitializerContext elementValueArrayInitializer() throws RecognitionException { - ElementValueArrayInitializerContext _localctx = new ElementValueArrayInitializerContext(_ctx, getState()); - enterRule(_localctx, 260, RULE_elementValueArrayInitializer); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1590); - match(LBRACE); - setState(1592); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (BANG - 65)) | (1L << (TILDE - 65)) | (1L << (INC - 65)) | (1L << (DEC - 65)) | (1L << (ADD - 65)) | (1L << (SUB - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - setState(1591); - elementValueList(); - } - } - - setState(1595); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==COMMA) { - { - setState(1594); - match(COMMA); - } - } - - setState(1597); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ElementValueListContext extends ParserRuleContext { - public List elementValue() { - return getRuleContexts(ElementValueContext.class); - } - public ElementValueContext elementValue(int i) { - return getRuleContext(ElementValueContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ElementValueListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_elementValueList; } - } - - public final ElementValueListContext elementValueList() throws RecognitionException { - ElementValueListContext _localctx = new ElementValueListContext(_ctx, getState()); - enterRule(_localctx, 262, RULE_elementValueList); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(1599); - elementValue(); - setState(1604); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,167,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1600); - match(COMMA); - setState(1601); - elementValue(); - } - } - } - setState(1606); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,167,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MarkerAnnotationContext extends ParserRuleContext { - public TerminalNode AT() { return getToken(Java8Parser.AT, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public MarkerAnnotationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_markerAnnotation; } - } - - public final MarkerAnnotationContext markerAnnotation() throws RecognitionException { - MarkerAnnotationContext _localctx = new MarkerAnnotationContext(_ctx, getState()); - enterRule(_localctx, 264, RULE_markerAnnotation); - try { - enterOuterAlt(_localctx, 1); - { - setState(1607); - match(AT); - setState(1608); - typeName(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SingleElementAnnotationContext extends ParserRuleContext { - public TerminalNode AT() { return getToken(Java8Parser.AT, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public ElementValueContext elementValue() { - return getRuleContext(ElementValueContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public SingleElementAnnotationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_singleElementAnnotation; } - } - - public final SingleElementAnnotationContext singleElementAnnotation() throws RecognitionException { - SingleElementAnnotationContext _localctx = new SingleElementAnnotationContext(_ctx, getState()); - enterRule(_localctx, 266, RULE_singleElementAnnotation); - try { - enterOuterAlt(_localctx, 1); - { - setState(1610); - match(AT); - setState(1611); - typeName(); - setState(1612); - match(LPAREN); - setState(1613); - elementValue(); - setState(1614); - match(RPAREN); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ArrayInitializerContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public VariableInitializerListContext variableInitializerList() { - return getRuleContext(VariableInitializerListContext.class,0); - } - public TerminalNode COMMA() { return getToken(Java8Parser.COMMA, 0); } - public ArrayInitializerContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_arrayInitializer; } - } - - public final ArrayInitializerContext arrayInitializer() throws RecognitionException { - ArrayInitializerContext _localctx = new ArrayInitializerContext(_ctx, getState()); - enterRule(_localctx, 268, RULE_arrayInitializer); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1616); - match(LBRACE); - setState(1618); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (BANG - 65)) | (1L << (TILDE - 65)) | (1L << (INC - 65)) | (1L << (DEC - 65)) | (1L << (ADD - 65)) | (1L << (SUB - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - setState(1617); - variableInitializerList(); - } - } - - setState(1621); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==COMMA) { - { - setState(1620); - match(COMMA); - } - } - - setState(1623); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class VariableInitializerListContext extends ParserRuleContext { - public List variableInitializer() { - return getRuleContexts(VariableInitializerContext.class); - } - public VariableInitializerContext variableInitializer(int i) { - return getRuleContext(VariableInitializerContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public VariableInitializerListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_variableInitializerList; } - } - - public final VariableInitializerListContext variableInitializerList() throws RecognitionException { - VariableInitializerListContext _localctx = new VariableInitializerListContext(_ctx, getState()); - enterRule(_localctx, 270, RULE_variableInitializerList); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(1625); - variableInitializer(); - setState(1630); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,170,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1626); - match(COMMA); - setState(1627); - variableInitializer(); - } - } - } - setState(1632); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,170,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class BlockContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public BlockStatementsContext blockStatements() { - return getRuleContext(BlockStatementsContext.class,0); - } - public BlockContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_block; } - } - - public final BlockContext block() throws RecognitionException { - BlockContext _localctx = new BlockContext(_ctx, getState()); - enterRule(_localctx, 272, RULE_block); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1633); - match(LBRACE); - setState(1635); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << T__4) | (1L << T__5) | (1L << ABSTRACT) | (1L << ASSERT) | (1L << BOOLEAN) | (1L << BREAK) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << CONTINUE) | (1L << DO) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << FOR) | (1L << IF) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << RETURN) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SUPER) | (1L << SWITCH) | (1L << SYNCHRONIZED) | (1L << THIS) | (1L << THROW) | (1L << TRY) | (1L << VOID) | (1L << WHILE) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (SEMI - 65)) | (1L << (INC - 65)) | (1L << (DEC - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - setState(1634); - blockStatements(); - } - } - - setState(1637); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class BlockStatementsContext extends ParserRuleContext { - public List blockStatement() { - return getRuleContexts(BlockStatementContext.class); - } - public BlockStatementContext blockStatement(int i) { - return getRuleContext(BlockStatementContext.class,i); - } - public BlockStatementsContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_blockStatements; } - } - - public final BlockStatementsContext blockStatements() throws RecognitionException { - BlockStatementsContext _localctx = new BlockStatementsContext(_ctx, getState()); - enterRule(_localctx, 274, RULE_blockStatements); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1639); - blockStatement(); - setState(1643); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << T__4) | (1L << T__5) | (1L << ABSTRACT) | (1L << ASSERT) | (1L << BOOLEAN) | (1L << BREAK) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << CONTINUE) | (1L << DO) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << FOR) | (1L << IF) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << RETURN) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SUPER) | (1L << SWITCH) | (1L << SYNCHRONIZED) | (1L << THIS) | (1L << THROW) | (1L << TRY) | (1L << VOID) | (1L << WHILE) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (SEMI - 65)) | (1L << (INC - 65)) | (1L << (DEC - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - { - setState(1640); - blockStatement(); - } - } - setState(1645); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class BlockStatementContext extends ParserRuleContext { - public LocalVariableDeclarationStatementContext localVariableDeclarationStatement() { - return getRuleContext(LocalVariableDeclarationStatementContext.class,0); - } - public ClassDeclarationContext classDeclaration() { - return getRuleContext(ClassDeclarationContext.class,0); - } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public BlockStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_blockStatement; } - } - - public final BlockStatementContext blockStatement() throws RecognitionException { - BlockStatementContext _localctx = new BlockStatementContext(_ctx, getState()); - enterRule(_localctx, 276, RULE_blockStatement); - try { - setState(1649); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,173,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1646); - localVariableDeclarationStatement(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1647); - classDeclaration(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1648); - statement(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LocalVariableDeclarationStatementContext extends ParserRuleContext { - public LocalVariableDeclarationContext localVariableDeclaration() { - return getRuleContext(LocalVariableDeclarationContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public LocalVariableDeclarationStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_localVariableDeclarationStatement; } - } - - public final LocalVariableDeclarationStatementContext localVariableDeclarationStatement() throws RecognitionException { - LocalVariableDeclarationStatementContext _localctx = new LocalVariableDeclarationStatementContext(_ctx, getState()); - enterRule(_localctx, 278, RULE_localVariableDeclarationStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1651); - localVariableDeclaration(); - setState(1652); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnannTypeOrAutoContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public UnannTypeOrAutoContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unannTypeOrAuto; } - } - - public final UnannTypeOrAutoContext unannTypeOrAuto() throws RecognitionException { - UnannTypeOrAutoContext _localctx = new UnannTypeOrAutoContext(_ctx, getState()); - enterRule(_localctx, 280, RULE_unannTypeOrAuto); - try { - setState(1656); - _errHandler.sync(this); - switch (_input.LA(1)) { - case BOOLEAN: - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case SHORT: - case Identifier: - enterOuterAlt(_localctx, 1); - { - setState(1654); - unannType(); - } - break; - case T__4: - enterOuterAlt(_localctx, 2); - { - setState(1655); - match(T__4); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LocalVariableDeclarationContext extends ParserRuleContext { - public UnannTypeOrAutoContext unannTypeOrAuto() { - return getRuleContext(UnannTypeOrAutoContext.class,0); - } - public VariableDeclaratorListContext variableDeclaratorList() { - return getRuleContext(VariableDeclaratorListContext.class,0); - } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public LocalVariableDeclarationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_localVariableDeclaration; } - } - - public final LocalVariableDeclarationContext localVariableDeclaration() throws RecognitionException { - LocalVariableDeclarationContext _localctx = new LocalVariableDeclarationContext(_ctx, getState()); - enterRule(_localctx, 282, RULE_localVariableDeclaration); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1661); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==FINAL || _la==AT) { - { - { - setState(1658); - variableModifier(); - } - } - setState(1663); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1664); - unannTypeOrAuto(); - setState(1665); - variableDeclaratorList(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StatementContext extends ParserRuleContext { - public StatementWithoutTrailingSubstatementContext statementWithoutTrailingSubstatement() { - return getRuleContext(StatementWithoutTrailingSubstatementContext.class,0); - } - public LabeledStatementContext labeledStatement() { - return getRuleContext(LabeledStatementContext.class,0); - } - public IfThenStatementContext ifThenStatement() { - return getRuleContext(IfThenStatementContext.class,0); - } - public IfThenElseStatementContext ifThenElseStatement() { - return getRuleContext(IfThenElseStatementContext.class,0); - } - public WhileStatementContext whileStatement() { - return getRuleContext(WhileStatementContext.class,0); - } - public ForStatementContext forStatement() { - return getRuleContext(ForStatementContext.class,0); - } - public SwitchExpressionContext switchExpression() { - return getRuleContext(SwitchExpressionContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public StatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_statement; } - } - - public final StatementContext statement() throws RecognitionException { - StatementContext _localctx = new StatementContext(_ctx, getState()); - enterRule(_localctx, 284, RULE_statement); - try { - setState(1677); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,177,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1667); - statementWithoutTrailingSubstatement(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1668); - labeledStatement(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1669); - ifThenStatement(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(1670); - ifThenElseStatement(); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(1671); - whileStatement(); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(1672); - forStatement(); - } - break; - case 7: - enterOuterAlt(_localctx, 7); - { - setState(1673); - switchExpression(); - setState(1675); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,176,_ctx) ) { - case 1: - { - setState(1674); - match(SEMI); - } - break; - } - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StatementNoShortIfContext extends ParserRuleContext { - public StatementWithoutTrailingSubstatementContext statementWithoutTrailingSubstatement() { - return getRuleContext(StatementWithoutTrailingSubstatementContext.class,0); - } - public LabeledStatementNoShortIfContext labeledStatementNoShortIf() { - return getRuleContext(LabeledStatementNoShortIfContext.class,0); - } - public IfThenElseStatementNoShortIfContext ifThenElseStatementNoShortIf() { - return getRuleContext(IfThenElseStatementNoShortIfContext.class,0); - } - public WhileStatementNoShortIfContext whileStatementNoShortIf() { - return getRuleContext(WhileStatementNoShortIfContext.class,0); - } - public ForStatementNoShortIfContext forStatementNoShortIf() { - return getRuleContext(ForStatementNoShortIfContext.class,0); - } - public StatementNoShortIfContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_statementNoShortIf; } - } - - public final StatementNoShortIfContext statementNoShortIf() throws RecognitionException { - StatementNoShortIfContext _localctx = new StatementNoShortIfContext(_ctx, getState()); - enterRule(_localctx, 286, RULE_statementNoShortIf); - try { - setState(1684); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,178,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1679); - statementWithoutTrailingSubstatement(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1680); - labeledStatementNoShortIf(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1681); - ifThenElseStatementNoShortIf(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(1682); - whileStatementNoShortIf(); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(1683); - forStatementNoShortIf(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StatementWithoutTrailingSubstatementContext extends ParserRuleContext { - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public EmptyStatementContext emptyStatement() { - return getRuleContext(EmptyStatementContext.class,0); - } - public ExpressionStatementContext expressionStatement() { - return getRuleContext(ExpressionStatementContext.class,0); - } - public AssertStatementContext assertStatement() { - return getRuleContext(AssertStatementContext.class,0); - } - public SwitchStatementContext switchStatement() { - return getRuleContext(SwitchStatementContext.class,0); - } - public DoStatementContext doStatement() { - return getRuleContext(DoStatementContext.class,0); - } - public BreakStatementContext breakStatement() { - return getRuleContext(BreakStatementContext.class,0); - } - public YieldStatementContext yieldStatement() { - return getRuleContext(YieldStatementContext.class,0); - } - public ContinueStatementContext continueStatement() { - return getRuleContext(ContinueStatementContext.class,0); - } - public ReturnStatementContext returnStatement() { - return getRuleContext(ReturnStatementContext.class,0); - } - public SynchronizedStatementContext synchronizedStatement() { - return getRuleContext(SynchronizedStatementContext.class,0); - } - public ThrowStatementContext throwStatement() { - return getRuleContext(ThrowStatementContext.class,0); - } - public TryStatementContext tryStatement() { - return getRuleContext(TryStatementContext.class,0); - } - public StatementWithoutTrailingSubstatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_statementWithoutTrailingSubstatement; } - } - - public final StatementWithoutTrailingSubstatementContext statementWithoutTrailingSubstatement() throws RecognitionException { - StatementWithoutTrailingSubstatementContext _localctx = new StatementWithoutTrailingSubstatementContext(_ctx, getState()); - enterRule(_localctx, 288, RULE_statementWithoutTrailingSubstatement); - try { - setState(1699); - _errHandler.sync(this); - switch (_input.LA(1)) { - case LBRACE: - enterOuterAlt(_localctx, 1); - { - setState(1686); - block(); - } - break; - case SEMI: - enterOuterAlt(_localctx, 2); - { - setState(1687); - emptyStatement(); - } - break; - case BOOLEAN: - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case NEW: - case SHORT: - case SUPER: - case THIS: - case VOID: - case IntegerLiteral: - case FloatingPointLiteral: - case BooleanLiteral: - case CharacterLiteral: - case StringLiteral: - case NullLiteral: - case LPAREN: - case INC: - case DEC: - case Identifier: - case AT: - enterOuterAlt(_localctx, 3); - { - setState(1688); - expressionStatement(); - } - break; - case ASSERT: - enterOuterAlt(_localctx, 4); - { - setState(1689); - assertStatement(); - } - break; - case SWITCH: - enterOuterAlt(_localctx, 5); - { - setState(1690); - switchStatement(); - } - break; - case DO: - enterOuterAlt(_localctx, 6); - { - setState(1691); - doStatement(); - } - break; - case BREAK: - enterOuterAlt(_localctx, 7); - { - setState(1692); - breakStatement(); - } - break; - case T__5: - enterOuterAlt(_localctx, 8); - { - setState(1693); - yieldStatement(); - } - break; - case CONTINUE: - enterOuterAlt(_localctx, 9); - { - setState(1694); - continueStatement(); - } - break; - case RETURN: - enterOuterAlt(_localctx, 10); - { - setState(1695); - returnStatement(); - } - break; - case SYNCHRONIZED: - enterOuterAlt(_localctx, 11); - { - setState(1696); - synchronizedStatement(); - } - break; - case THROW: - enterOuterAlt(_localctx, 12); - { - setState(1697); - throwStatement(); - } - break; - case TRY: - enterOuterAlt(_localctx, 13); - { - setState(1698); - tryStatement(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EmptyStatementContext extends ParserRuleContext { - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public EmptyStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_emptyStatement; } - } - - public final EmptyStatementContext emptyStatement() throws RecognitionException { - EmptyStatementContext _localctx = new EmptyStatementContext(_ctx, getState()); - enterRule(_localctx, 290, RULE_emptyStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1701); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LabeledStatementContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public LabeledStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_labeledStatement; } - } - - public final LabeledStatementContext labeledStatement() throws RecognitionException { - LabeledStatementContext _localctx = new LabeledStatementContext(_ctx, getState()); - enterRule(_localctx, 292, RULE_labeledStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1703); - match(Identifier); - setState(1704); - match(COLON); - setState(1705); - statement(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LabeledStatementNoShortIfContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public StatementNoShortIfContext statementNoShortIf() { - return getRuleContext(StatementNoShortIfContext.class,0); - } - public LabeledStatementNoShortIfContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_labeledStatementNoShortIf; } - } - - public final LabeledStatementNoShortIfContext labeledStatementNoShortIf() throws RecognitionException { - LabeledStatementNoShortIfContext _localctx = new LabeledStatementNoShortIfContext(_ctx, getState()); - enterRule(_localctx, 294, RULE_labeledStatementNoShortIf); - try { - enterOuterAlt(_localctx, 1); - { - setState(1707); - match(Identifier); - setState(1708); - match(COLON); - setState(1709); - statementNoShortIf(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ExpressionStatementContext extends ParserRuleContext { - public StatementExpressionContext statementExpression() { - return getRuleContext(StatementExpressionContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public ExpressionStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_expressionStatement; } - } - - public final ExpressionStatementContext expressionStatement() throws RecognitionException { - ExpressionStatementContext _localctx = new ExpressionStatementContext(_ctx, getState()); - enterRule(_localctx, 296, RULE_expressionStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1711); - statementExpression(); - setState(1712); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StatementExpressionContext extends ParserRuleContext { - public AssignmentContext assignment() { - return getRuleContext(AssignmentContext.class,0); - } - public PreIncrementExpressionContext preIncrementExpression() { - return getRuleContext(PreIncrementExpressionContext.class,0); - } - public PreDecrementExpressionContext preDecrementExpression() { - return getRuleContext(PreDecrementExpressionContext.class,0); - } - public PostIncrementExpressionContext postIncrementExpression() { - return getRuleContext(PostIncrementExpressionContext.class,0); - } - public PostDecrementExpressionContext postDecrementExpression() { - return getRuleContext(PostDecrementExpressionContext.class,0); - } - public MethodInvocationContext methodInvocation() { - return getRuleContext(MethodInvocationContext.class,0); - } - public ClassInstanceCreationExpressionContext classInstanceCreationExpression() { - return getRuleContext(ClassInstanceCreationExpressionContext.class,0); - } - public StatementExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_statementExpression; } - } - - public final StatementExpressionContext statementExpression() throws RecognitionException { - StatementExpressionContext _localctx = new StatementExpressionContext(_ctx, getState()); - enterRule(_localctx, 298, RULE_statementExpression); - try { - setState(1721); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,180,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1714); - assignment(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1715); - preIncrementExpression(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1716); - preDecrementExpression(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(1717); - postIncrementExpression(); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(1718); - postDecrementExpression(); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(1719); - methodInvocation(); - } - break; - case 7: - enterOuterAlt(_localctx, 7); - { - setState(1720); - classInstanceCreationExpression(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class IfThenStatementContext extends ParserRuleContext { - public TerminalNode IF() { return getToken(Java8Parser.IF, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public IfThenStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_ifThenStatement; } - } - - public final IfThenStatementContext ifThenStatement() throws RecognitionException { - IfThenStatementContext _localctx = new IfThenStatementContext(_ctx, getState()); - enterRule(_localctx, 300, RULE_ifThenStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1723); - match(IF); - setState(1724); - match(LPAREN); - setState(1725); - expression(); - setState(1726); - match(RPAREN); - setState(1727); - statement(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class IfThenElseStatementContext extends ParserRuleContext { - public TerminalNode IF() { return getToken(Java8Parser.IF, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public StatementNoShortIfContext statementNoShortIf() { - return getRuleContext(StatementNoShortIfContext.class,0); - } - public TerminalNode ELSE() { return getToken(Java8Parser.ELSE, 0); } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public IfThenElseStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_ifThenElseStatement; } - } - - public final IfThenElseStatementContext ifThenElseStatement() throws RecognitionException { - IfThenElseStatementContext _localctx = new IfThenElseStatementContext(_ctx, getState()); - enterRule(_localctx, 302, RULE_ifThenElseStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1729); - match(IF); - setState(1730); - parExpression(); - setState(1731); - statementNoShortIf(); - setState(1732); - match(ELSE); - setState(1733); - statement(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class IfThenElseStatementNoShortIfContext extends ParserRuleContext { - public TerminalNode IF() { return getToken(Java8Parser.IF, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public List statementNoShortIf() { - return getRuleContexts(StatementNoShortIfContext.class); - } - public StatementNoShortIfContext statementNoShortIf(int i) { - return getRuleContext(StatementNoShortIfContext.class,i); - } - public TerminalNode ELSE() { return getToken(Java8Parser.ELSE, 0); } - public IfThenElseStatementNoShortIfContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_ifThenElseStatementNoShortIf; } - } - - public final IfThenElseStatementNoShortIfContext ifThenElseStatementNoShortIf() throws RecognitionException { - IfThenElseStatementNoShortIfContext _localctx = new IfThenElseStatementNoShortIfContext(_ctx, getState()); - enterRule(_localctx, 304, RULE_ifThenElseStatementNoShortIf); - try { - enterOuterAlt(_localctx, 1); - { - setState(1735); - match(IF); - setState(1736); - parExpression(); - setState(1737); - statementNoShortIf(); - setState(1738); - match(ELSE); - setState(1739); - statementNoShortIf(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AssertStatementContext extends ParserRuleContext { - public TerminalNode ASSERT() { return getToken(Java8Parser.ASSERT, 0); } - public List expression() { - return getRuleContexts(ExpressionContext.class); - } - public ExpressionContext expression(int i) { - return getRuleContext(ExpressionContext.class,i); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public AssertStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_assertStatement; } - } - - public final AssertStatementContext assertStatement() throws RecognitionException { - AssertStatementContext _localctx = new AssertStatementContext(_ctx, getState()); - enterRule(_localctx, 306, RULE_assertStatement); - try { - setState(1751); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,181,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1741); - match(ASSERT); - setState(1742); - expression(); - setState(1743); - match(SEMI); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1745); - match(ASSERT); - setState(1746); - expression(); - setState(1747); - match(COLON); - setState(1748); - expression(); - setState(1749); - match(SEMI); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchStatementContext extends ParserRuleContext { - public TerminalNode SWITCH() { return getToken(Java8Parser.SWITCH, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public SwitchBlockContext switchBlock() { - return getRuleContext(SwitchBlockContext.class,0); - } - public SwitchStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchStatement; } - } - - public final SwitchStatementContext switchStatement() throws RecognitionException { - SwitchStatementContext _localctx = new SwitchStatementContext(_ctx, getState()); - enterRule(_localctx, 308, RULE_switchStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1753); - match(SWITCH); - setState(1754); - parExpression(); - setState(1755); - switchBlock(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchBlockContext extends ParserRuleContext { - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public List switchBlockStatementGroup() { - return getRuleContexts(SwitchBlockStatementGroupContext.class); - } - public SwitchBlockStatementGroupContext switchBlockStatementGroup(int i) { - return getRuleContext(SwitchBlockStatementGroupContext.class,i); - } - public List switchLabel() { - return getRuleContexts(SwitchLabelContext.class); - } - public SwitchLabelContext switchLabel(int i) { - return getRuleContext(SwitchLabelContext.class,i); - } - public SwitchBlockContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchBlock; } - } - - public final SwitchBlockContext switchBlock() throws RecognitionException { - SwitchBlockContext _localctx = new SwitchBlockContext(_ctx, getState()); - enterRule(_localctx, 310, RULE_switchBlock); - int _la; - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(1757); - match(LBRACE); - setState(1761); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,182,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1758); - switchBlockStatementGroup(); - } - } - } - setState(1763); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,182,_ctx); - } - setState(1767); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==CASE || _la==DEFAULT) { - { - { - setState(1764); - switchLabel(); - } - } - setState(1769); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1770); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchBlockStatementGroupContext extends ParserRuleContext { - public SwitchLabelsContext switchLabels() { - return getRuleContext(SwitchLabelsContext.class,0); - } - public BlockStatementsContext blockStatements() { - return getRuleContext(BlockStatementsContext.class,0); - } - public SwitchBlockStatementGroupContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchBlockStatementGroup; } - } - - public final SwitchBlockStatementGroupContext switchBlockStatementGroup() throws RecognitionException { - SwitchBlockStatementGroupContext _localctx = new SwitchBlockStatementGroupContext(_ctx, getState()); - enterRule(_localctx, 312, RULE_switchBlockStatementGroup); - try { - enterOuterAlt(_localctx, 1); - { - setState(1772); - switchLabels(); - setState(1773); - blockStatements(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchLabelsContext extends ParserRuleContext { - public List switchLabel() { - return getRuleContexts(SwitchLabelContext.class); - } - public SwitchLabelContext switchLabel(int i) { - return getRuleContext(SwitchLabelContext.class,i); - } - public SwitchLabelsContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchLabels; } - } - - public final SwitchLabelsContext switchLabels() throws RecognitionException { - SwitchLabelsContext _localctx = new SwitchLabelsContext(_ctx, getState()); - enterRule(_localctx, 314, RULE_switchLabels); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1775); - switchLabel(); - setState(1779); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==CASE || _la==DEFAULT) { - { - { - setState(1776); - switchLabel(); - } - } - setState(1781); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchLabelContext extends ParserRuleContext { - public TerminalNode CASE() { return getToken(Java8Parser.CASE, 0); } - public ConstantExpressionContext constantExpression() { - return getRuleContext(ConstantExpressionContext.class,0); - } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public EnumConstantNameContext enumConstantName() { - return getRuleContext(EnumConstantNameContext.class,0); - } - public TerminalNode DEFAULT() { return getToken(Java8Parser.DEFAULT, 0); } - public SwitchLabelContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchLabel; } - } - - public final SwitchLabelContext switchLabel() throws RecognitionException { - SwitchLabelContext _localctx = new SwitchLabelContext(_ctx, getState()); - enterRule(_localctx, 316, RULE_switchLabel); - try { - setState(1792); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,185,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1782); - match(CASE); - setState(1783); - constantExpression(); - setState(1784); - match(COLON); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1786); - match(CASE); - setState(1787); - enumConstantName(); - setState(1788); - match(COLON); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(1790); - match(DEFAULT); - setState(1791); - match(COLON); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchExpressionContext extends ParserRuleContext { - public TerminalNode SWITCH() { return getToken(Java8Parser.SWITCH, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public TerminalNode LBRACE() { return getToken(Java8Parser.LBRACE, 0); } - public TerminalNode RBRACE() { return getToken(Java8Parser.RBRACE, 0); } - public List switchLabeledRule() { - return getRuleContexts(SwitchLabeledRuleContext.class); - } - public SwitchLabeledRuleContext switchLabeledRule(int i) { - return getRuleContext(SwitchLabeledRuleContext.class,i); - } - public SwitchExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchExpression; } - } - - public final SwitchExpressionContext switchExpression() throws RecognitionException { - SwitchExpressionContext _localctx = new SwitchExpressionContext(_ctx, getState()); - enterRule(_localctx, 318, RULE_switchExpression); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1794); - match(SWITCH); - setState(1795); - parExpression(); - setState(1796); - match(LBRACE); - setState(1800); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==CASE || _la==DEFAULT) { - { - { - setState(1797); - switchLabeledRule(); - } - } - setState(1802); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1803); - match(RBRACE); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SwitchLabeledRuleContext extends ParserRuleContext { - public TerminalNode CASE() { return getToken(Java8Parser.CASE, 0); } - public SwitchRuleOutcomeContext switchRuleOutcome() { - return getRuleContext(SwitchRuleOutcomeContext.class,0); - } - public TerminalNode ARROW() { return getToken(Java8Parser.ARROW, 0); } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public ExpressionListContext expressionList() { - return getRuleContext(ExpressionListContext.class,0); - } - public TerminalNode NullLiteral() { return getToken(Java8Parser.NullLiteral, 0); } - public GuardedPatternContext guardedPattern() { - return getRuleContext(GuardedPatternContext.class,0); - } - public TerminalNode DEFAULT() { return getToken(Java8Parser.DEFAULT, 0); } - public SwitchLabeledRuleContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchLabeledRule; } - } - - public final SwitchLabeledRuleContext switchLabeledRule() throws RecognitionException { - SwitchLabeledRuleContext _localctx = new SwitchLabeledRuleContext(_ctx, getState()); - enterRule(_localctx, 320, RULE_switchLabeledRule); - int _la; - try { - setState(1816); - _errHandler.sync(this); - switch (_input.LA(1)) { - case CASE: - enterOuterAlt(_localctx, 1); - { - setState(1805); - match(CASE); - setState(1809); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,187,_ctx) ) { - case 1: - { - setState(1806); - expressionList(); - } - break; - case 2: - { - setState(1807); - match(NullLiteral); - } - break; - case 3: - { - setState(1808); - guardedPattern(0); - } - break; - } - setState(1811); - _la = _input.LA(1); - if ( !(_la==COLON || _la==ARROW) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(1812); - switchRuleOutcome(); - } - break; - case DEFAULT: - enterOuterAlt(_localctx, 2); - { - setState(1813); - match(DEFAULT); - setState(1814); - _la = _input.LA(1); - if ( !(_la==COLON || _la==ARROW) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - setState(1815); - switchRuleOutcome(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class GuardedPatternContext extends ParserRuleContext { - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public GuardedPatternContext guardedPattern() { - return getRuleContext(GuardedPatternContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public List AND() { return getTokens(Java8Parser.AND); } - public TerminalNode AND(int i) { - return getToken(Java8Parser.AND, i); - } - public List expression() { - return getRuleContexts(ExpressionContext.class); - } - public ExpressionContext expression(int i) { - return getRuleContext(ExpressionContext.class,i); - } - public GuardedPatternContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_guardedPattern; } - } - - public final GuardedPatternContext guardedPattern() throws RecognitionException { - return guardedPattern(0); - } - - private GuardedPatternContext guardedPattern(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - GuardedPatternContext _localctx = new GuardedPatternContext(_ctx, _parentState); - GuardedPatternContext _prevctx = _localctx; - int _startState = 322; - enterRecursionRule(_localctx, 322, RULE_guardedPattern, _p); - int _la; - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(1843); - _errHandler.sync(this); - switch (_input.LA(1)) { - case LPAREN: - { - setState(1819); - match(LPAREN); - setState(1820); - guardedPattern(0); - setState(1821); - match(RPAREN); - } - break; - case FINAL: - case Identifier: - case AT: - { - setState(1826); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,189,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1823); - variableModifier(); - } - } - } - setState(1828); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,189,_ctx); - } - setState(1832); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(1829); - annotation(); - } - } - setState(1834); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1835); - match(Identifier); - setState(1840); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,191,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(1836); - match(AND); - setState(1837); - expression(); - } - } - } - setState(1842); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,191,_ctx); - } - } - break; - default: - throw new NoViableAltException(this); - } - _ctx.stop = _input.LT(-1); - setState(1850); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,193,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new GuardedPatternContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_guardedPattern); - setState(1845); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(1846); - match(AND); - setState(1847); - expression(); - } - } - } - setState(1852); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,193,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class SwitchRuleOutcomeContext extends ParserRuleContext { - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public List blockStatement() { - return getRuleContexts(BlockStatementContext.class); - } - public BlockStatementContext blockStatement(int i) { - return getRuleContext(BlockStatementContext.class,i); - } - public SwitchRuleOutcomeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_switchRuleOutcome; } - } - - public final SwitchRuleOutcomeContext switchRuleOutcome() throws RecognitionException { - SwitchRuleOutcomeContext _localctx = new SwitchRuleOutcomeContext(_ctx, getState()); - enterRule(_localctx, 324, RULE_switchRuleOutcome); - int _la; - try { - setState(1860); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,195,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1853); - block(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1857); - _errHandler.sync(this); - _la = _input.LA(1); - while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__0) | (1L << T__1) | (1L << T__3) | (1L << T__4) | (1L << T__5) | (1L << ABSTRACT) | (1L << ASSERT) | (1L << BOOLEAN) | (1L << BREAK) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << CONTINUE) | (1L << DO) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << FOR) | (1L << IF) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << RETURN) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SUPER) | (1L << SWITCH) | (1L << SYNCHRONIZED) | (1L << THIS) | (1L << THROW) | (1L << TRY) | (1L << VOID) | (1L << WHILE) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (LBRACE - 65)) | (1L << (SEMI - 65)) | (1L << (INC - 65)) | (1L << (DEC - 65)) | (1L << (Identifier - 65)) | (1L << (AT - 65)))) != 0)) { - { - { - setState(1854); - blockStatement(); - } - } - setState(1859); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumConstantNameContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public EnumConstantNameContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumConstantName; } - } - - public final EnumConstantNameContext enumConstantName() throws RecognitionException { - EnumConstantNameContext _localctx = new EnumConstantNameContext(_ctx, getState()); - enterRule(_localctx, 326, RULE_enumConstantName); - try { - enterOuterAlt(_localctx, 1); - { - setState(1862); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnumConstantNameListContext extends ParserRuleContext { - public List enumConstantName() { - return getRuleContexts(EnumConstantNameContext.class); - } - public EnumConstantNameContext enumConstantName(int i) { - return getRuleContext(EnumConstantNameContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public EnumConstantNameListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enumConstantNameList; } - } - - public final EnumConstantNameListContext enumConstantNameList() throws RecognitionException { - EnumConstantNameListContext _localctx = new EnumConstantNameListContext(_ctx, getState()); - enterRule(_localctx, 328, RULE_enumConstantNameList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1864); - enumConstantName(); - setState(1869); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(1865); - match(COMMA); - setState(1866); - enumConstantName(); - } - } - setState(1871); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class WhileStatementContext extends ParserRuleContext { - public TerminalNode WHILE() { return getToken(Java8Parser.WHILE, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public WhileStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_whileStatement; } - } - - public final WhileStatementContext whileStatement() throws RecognitionException { - WhileStatementContext _localctx = new WhileStatementContext(_ctx, getState()); - enterRule(_localctx, 330, RULE_whileStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1872); - match(WHILE); - setState(1873); - parExpression(); - setState(1874); - statement(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class WhileStatementNoShortIfContext extends ParserRuleContext { - public TerminalNode WHILE() { return getToken(Java8Parser.WHILE, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public StatementNoShortIfContext statementNoShortIf() { - return getRuleContext(StatementNoShortIfContext.class,0); - } - public WhileStatementNoShortIfContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_whileStatementNoShortIf; } - } - - public final WhileStatementNoShortIfContext whileStatementNoShortIf() throws RecognitionException { - WhileStatementNoShortIfContext _localctx = new WhileStatementNoShortIfContext(_ctx, getState()); - enterRule(_localctx, 332, RULE_whileStatementNoShortIf); - try { - enterOuterAlt(_localctx, 1); - { - setState(1876); - match(WHILE); - setState(1877); - parExpression(); - setState(1878); - statementNoShortIf(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DoStatementContext extends ParserRuleContext { - public TerminalNode DO() { return getToken(Java8Parser.DO, 0); } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public TerminalNode WHILE() { return getToken(Java8Parser.WHILE, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public DoStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_doStatement; } - } - - public final DoStatementContext doStatement() throws RecognitionException { - DoStatementContext _localctx = new DoStatementContext(_ctx, getState()); - enterRule(_localctx, 334, RULE_doStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1880); - match(DO); - setState(1881); - statement(); - setState(1882); - match(WHILE); - setState(1883); - parExpression(); - setState(1884); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ForStatementContext extends ParserRuleContext { - public BasicForStatementContext basicForStatement() { - return getRuleContext(BasicForStatementContext.class,0); - } - public EnhancedForStatementContext enhancedForStatement() { - return getRuleContext(EnhancedForStatementContext.class,0); - } - public ForStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_forStatement; } - } - - public final ForStatementContext forStatement() throws RecognitionException { - ForStatementContext _localctx = new ForStatementContext(_ctx, getState()); - enterRule(_localctx, 336, RULE_forStatement); - try { - setState(1888); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,197,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1886); - basicForStatement(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1887); - enhancedForStatement(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ForStatementNoShortIfContext extends ParserRuleContext { - public BasicForStatementNoShortIfContext basicForStatementNoShortIf() { - return getRuleContext(BasicForStatementNoShortIfContext.class,0); - } - public EnhancedForStatementNoShortIfContext enhancedForStatementNoShortIf() { - return getRuleContext(EnhancedForStatementNoShortIfContext.class,0); - } - public ForStatementNoShortIfContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_forStatementNoShortIf; } - } - - public final ForStatementNoShortIfContext forStatementNoShortIf() throws RecognitionException { - ForStatementNoShortIfContext _localctx = new ForStatementNoShortIfContext(_ctx, getState()); - enterRule(_localctx, 338, RULE_forStatementNoShortIf); - try { - setState(1892); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,198,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1890); - basicForStatementNoShortIf(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1891); - enhancedForStatementNoShortIf(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class BasicForStatementContext extends ParserRuleContext { - public TerminalNode FOR() { return getToken(Java8Parser.FOR, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public List SEMI() { return getTokens(Java8Parser.SEMI); } - public TerminalNode SEMI(int i) { - return getToken(Java8Parser.SEMI, i); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public ForInitContext forInit() { - return getRuleContext(ForInitContext.class,0); - } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public ForUpdateContext forUpdate() { - return getRuleContext(ForUpdateContext.class,0); - } - public BasicForStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_basicForStatement; } - } - - public final BasicForStatementContext basicForStatement() throws RecognitionException { - BasicForStatementContext _localctx = new BasicForStatementContext(_ctx, getState()); - enterRule(_localctx, 340, RULE_basicForStatement); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1894); - match(FOR); - setState(1895); - match(LPAREN); - setState(1897); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__4) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 85)) & ~0x3f) == 0 && ((1L << (_la - 85)) & ((1L << (INC - 85)) | (1L << (DEC - 85)) | (1L << (Identifier - 85)) | (1L << (AT - 85)))) != 0)) { - { - setState(1896); - forInit(); - } - } - - setState(1899); - match(SEMI); - setState(1901); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1900); - expression(); - } - } - - setState(1903); - match(SEMI); - setState(1905); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 85)) & ~0x3f) == 0 && ((1L << (_la - 85)) & ((1L << (INC - 85)) | (1L << (DEC - 85)) | (1L << (Identifier - 85)) | (1L << (AT - 85)))) != 0)) { - { - setState(1904); - forUpdate(); - } - } - - setState(1907); - match(RPAREN); - setState(1908); - statement(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class BasicForStatementNoShortIfContext extends ParserRuleContext { - public TerminalNode FOR() { return getToken(Java8Parser.FOR, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public List SEMI() { return getTokens(Java8Parser.SEMI); } - public TerminalNode SEMI(int i) { - return getToken(Java8Parser.SEMI, i); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public StatementNoShortIfContext statementNoShortIf() { - return getRuleContext(StatementNoShortIfContext.class,0); - } - public ForInitContext forInit() { - return getRuleContext(ForInitContext.class,0); - } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public ForUpdateContext forUpdate() { - return getRuleContext(ForUpdateContext.class,0); - } - public BasicForStatementNoShortIfContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_basicForStatementNoShortIf; } - } - - public final BasicForStatementNoShortIfContext basicForStatementNoShortIf() throws RecognitionException { - BasicForStatementNoShortIfContext _localctx = new BasicForStatementNoShortIfContext(_ctx, getState()); - enterRule(_localctx, 342, RULE_basicForStatementNoShortIf); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1910); - match(FOR); - setState(1911); - match(LPAREN); - setState(1913); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << T__4) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 85)) & ~0x3f) == 0 && ((1L << (_la - 85)) & ((1L << (INC - 85)) | (1L << (DEC - 85)) | (1L << (Identifier - 85)) | (1L << (AT - 85)))) != 0)) { - { - setState(1912); - forInit(); - } - } - - setState(1915); - match(SEMI); - setState(1917); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1916); - expression(); - } - } - - setState(1919); - match(SEMI); - setState(1921); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 85)) & ~0x3f) == 0 && ((1L << (_la - 85)) & ((1L << (INC - 85)) | (1L << (DEC - 85)) | (1L << (Identifier - 85)) | (1L << (AT - 85)))) != 0)) { - { - setState(1920); - forUpdate(); - } - } - - setState(1923); - match(RPAREN); - setState(1924); - statementNoShortIf(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ForInitContext extends ParserRuleContext { - public StatementExpressionListContext statementExpressionList() { - return getRuleContext(StatementExpressionListContext.class,0); - } - public LocalVariableDeclarationContext localVariableDeclaration() { - return getRuleContext(LocalVariableDeclarationContext.class,0); - } - public ForInitContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_forInit; } - } - - public final ForInitContext forInit() throws RecognitionException { - ForInitContext _localctx = new ForInitContext(_ctx, getState()); - enterRule(_localctx, 344, RULE_forInit); - try { - setState(1928); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,205,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(1926); - statementExpressionList(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(1927); - localVariableDeclaration(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ForUpdateContext extends ParserRuleContext { - public StatementExpressionListContext statementExpressionList() { - return getRuleContext(StatementExpressionListContext.class,0); - } - public ForUpdateContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_forUpdate; } - } - - public final ForUpdateContext forUpdate() throws RecognitionException { - ForUpdateContext _localctx = new ForUpdateContext(_ctx, getState()); - enterRule(_localctx, 346, RULE_forUpdate); - try { - enterOuterAlt(_localctx, 1); - { - setState(1930); - statementExpressionList(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class StatementExpressionListContext extends ParserRuleContext { - public List statementExpression() { - return getRuleContexts(StatementExpressionContext.class); - } - public StatementExpressionContext statementExpression(int i) { - return getRuleContext(StatementExpressionContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public StatementExpressionListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_statementExpressionList; } - } - - public final StatementExpressionListContext statementExpressionList() throws RecognitionException { - StatementExpressionListContext _localctx = new StatementExpressionListContext(_ctx, getState()); - enterRule(_localctx, 348, RULE_statementExpressionList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1932); - statementExpression(); - setState(1937); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(1933); - match(COMMA); - setState(1934); - statementExpression(); - } - } - setState(1939); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnhancedForStatementContext extends ParserRuleContext { - public TerminalNode FOR() { return getToken(Java8Parser.FOR, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public VariableDeclaratorIdContext variableDeclaratorId() { - return getRuleContext(VariableDeclaratorIdContext.class,0); - } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public StatementContext statement() { - return getRuleContext(StatementContext.class,0); - } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public EnhancedForStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enhancedForStatement; } - } - - public final EnhancedForStatementContext enhancedForStatement() throws RecognitionException { - EnhancedForStatementContext _localctx = new EnhancedForStatementContext(_ctx, getState()); - enterRule(_localctx, 350, RULE_enhancedForStatement); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1940); - match(FOR); - setState(1941); - match(LPAREN); - setState(1945); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==FINAL || _la==AT) { - { - { - setState(1942); - variableModifier(); - } - } - setState(1947); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1948); - unannType(); - setState(1949); - variableDeclaratorId(); - setState(1950); - match(COLON); - setState(1951); - expression(); - setState(1952); - match(RPAREN); - setState(1953); - statement(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class EnhancedForStatementNoShortIfContext extends ParserRuleContext { - public TerminalNode FOR() { return getToken(Java8Parser.FOR, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public VariableDeclaratorIdContext variableDeclaratorId() { - return getRuleContext(VariableDeclaratorIdContext.class,0); - } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public StatementNoShortIfContext statementNoShortIf() { - return getRuleContext(StatementNoShortIfContext.class,0); - } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public EnhancedForStatementNoShortIfContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_enhancedForStatementNoShortIf; } - } - - public final EnhancedForStatementNoShortIfContext enhancedForStatementNoShortIf() throws RecognitionException { - EnhancedForStatementNoShortIfContext _localctx = new EnhancedForStatementNoShortIfContext(_ctx, getState()); - enterRule(_localctx, 352, RULE_enhancedForStatementNoShortIf); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1955); - match(FOR); - setState(1956); - match(LPAREN); - setState(1960); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==FINAL || _la==AT) { - { - { - setState(1957); - variableModifier(); - } - } - setState(1962); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(1963); - unannType(); - setState(1964); - variableDeclaratorId(); - setState(1965); - match(COLON); - setState(1966); - expression(); - setState(1967); - match(RPAREN); - setState(1968); - statementNoShortIf(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class BreakStatementContext extends ParserRuleContext { - public TerminalNode BREAK() { return getToken(Java8Parser.BREAK, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public BreakStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_breakStatement; } - } - - public final BreakStatementContext breakStatement() throws RecognitionException { - BreakStatementContext _localctx = new BreakStatementContext(_ctx, getState()); - enterRule(_localctx, 354, RULE_breakStatement); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1970); - match(BREAK); - setState(1972); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==Identifier) { - { - setState(1971); - match(Identifier); - } - } - - setState(1974); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class YieldStatementContext extends ParserRuleContext { - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public YieldStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_yieldStatement; } - } - - public final YieldStatementContext yieldStatement() throws RecognitionException { - YieldStatementContext _localctx = new YieldStatementContext(_ctx, getState()); - enterRule(_localctx, 356, RULE_yieldStatement); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1976); - match(T__5); - setState(1978); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==Identifier) { - { - setState(1977); - match(Identifier); - } - } - - setState(1980); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ContinueStatementContext extends ParserRuleContext { - public TerminalNode CONTINUE() { return getToken(Java8Parser.CONTINUE, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public ContinueStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_continueStatement; } - } - - public final ContinueStatementContext continueStatement() throws RecognitionException { - ContinueStatementContext _localctx = new ContinueStatementContext(_ctx, getState()); - enterRule(_localctx, 358, RULE_continueStatement); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1982); - match(CONTINUE); - setState(1984); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==Identifier) { - { - setState(1983); - match(Identifier); - } - } - - setState(1986); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ReturnStatementContext extends ParserRuleContext { - public TerminalNode RETURN() { return getToken(Java8Parser.RETURN, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public ReturnStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_returnStatement; } - } - - public final ReturnStatementContext returnStatement() throws RecognitionException { - ReturnStatementContext _localctx = new ReturnStatementContext(_ctx, getState()); - enterRule(_localctx, 360, RULE_returnStatement); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(1988); - match(RETURN); - setState(1990); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(1989); - expression(); - } - } - - setState(1992); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ThrowStatementContext extends ParserRuleContext { - public TerminalNode THROW() { return getToken(Java8Parser.THROW, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public ThrowStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_throwStatement; } - } - - public final ThrowStatementContext throwStatement() throws RecognitionException { - ThrowStatementContext _localctx = new ThrowStatementContext(_ctx, getState()); - enterRule(_localctx, 362, RULE_throwStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1994); - match(THROW); - setState(1995); - expression(); - setState(1996); - match(SEMI); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class SynchronizedStatementContext extends ParserRuleContext { - public TerminalNode SYNCHRONIZED() { return getToken(Java8Parser.SYNCHRONIZED, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public SynchronizedStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_synchronizedStatement; } - } - - public final SynchronizedStatementContext synchronizedStatement() throws RecognitionException { - SynchronizedStatementContext _localctx = new SynchronizedStatementContext(_ctx, getState()); - enterRule(_localctx, 364, RULE_synchronizedStatement); - try { - enterOuterAlt(_localctx, 1); - { - setState(1998); - match(SYNCHRONIZED); - setState(1999); - parExpression(); - setState(2000); - block(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TryStatementContext extends ParserRuleContext { - public TerminalNode TRY() { return getToken(Java8Parser.TRY, 0); } - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public CatchesContext catches() { - return getRuleContext(CatchesContext.class,0); - } - public Finally_Context finally_() { - return getRuleContext(Finally_Context.class,0); - } - public TryWithResourcesStatementContext tryWithResourcesStatement() { - return getRuleContext(TryWithResourcesStatementContext.class,0); - } - public TryStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_tryStatement; } - } - - public final TryStatementContext tryStatement() throws RecognitionException { - TryStatementContext _localctx = new TryStatementContext(_ctx, getState()); - enterRule(_localctx, 366, RULE_tryStatement); - int _la; - try { - setState(2014); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,214,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2002); - match(TRY); - setState(2003); - block(); - setState(2004); - catches(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2006); - match(TRY); - setState(2007); - block(); - setState(2009); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==CATCH) { - { - setState(2008); - catches(); - } - } - - setState(2011); - finally_(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2013); - tryWithResourcesStatement(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class CatchesContext extends ParserRuleContext { - public List catchClause() { - return getRuleContexts(CatchClauseContext.class); - } - public CatchClauseContext catchClause(int i) { - return getRuleContext(CatchClauseContext.class,i); - } - public CatchesContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_catches; } - } - - public final CatchesContext catches() throws RecognitionException { - CatchesContext _localctx = new CatchesContext(_ctx, getState()); - enterRule(_localctx, 368, RULE_catches); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2016); - catchClause(); - setState(2020); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==CATCH) { - { - { - setState(2017); - catchClause(); - } - } - setState(2022); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class CatchClauseContext extends ParserRuleContext { - public TerminalNode CATCH() { return getToken(Java8Parser.CATCH, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public CatchFormalParameterContext catchFormalParameter() { - return getRuleContext(CatchFormalParameterContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public CatchClauseContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_catchClause; } - } - - public final CatchClauseContext catchClause() throws RecognitionException { - CatchClauseContext _localctx = new CatchClauseContext(_ctx, getState()); - enterRule(_localctx, 370, RULE_catchClause); - try { - enterOuterAlt(_localctx, 1); - { - setState(2023); - match(CATCH); - setState(2024); - match(LPAREN); - setState(2025); - catchFormalParameter(); - setState(2026); - match(RPAREN); - setState(2027); - block(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class CatchFormalParameterContext extends ParserRuleContext { - public CatchTypeContext catchType() { - return getRuleContext(CatchTypeContext.class,0); - } - public VariableDeclaratorIdContext variableDeclaratorId() { - return getRuleContext(VariableDeclaratorIdContext.class,0); - } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public CatchFormalParameterContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_catchFormalParameter; } - } - - public final CatchFormalParameterContext catchFormalParameter() throws RecognitionException { - CatchFormalParameterContext _localctx = new CatchFormalParameterContext(_ctx, getState()); - enterRule(_localctx, 372, RULE_catchFormalParameter); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2032); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==FINAL || _la==AT) { - { - { - setState(2029); - variableModifier(); - } - } - setState(2034); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2035); - catchType(); - setState(2036); - variableDeclaratorId(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class CatchTypeContext extends ParserRuleContext { - public UnannClassTypeContext unannClassType() { - return getRuleContext(UnannClassTypeContext.class,0); - } - public List BITOR() { return getTokens(Java8Parser.BITOR); } - public TerminalNode BITOR(int i) { - return getToken(Java8Parser.BITOR, i); - } - public List classType() { - return getRuleContexts(ClassTypeContext.class); - } - public ClassTypeContext classType(int i) { - return getRuleContext(ClassTypeContext.class,i); - } - public CatchTypeContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_catchType; } - } - - public final CatchTypeContext catchType() throws RecognitionException { - CatchTypeContext _localctx = new CatchTypeContext(_ctx, getState()); - enterRule(_localctx, 374, RULE_catchType); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2038); - unannClassType(); - setState(2043); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==BITOR) { - { - { - setState(2039); - match(BITOR); - setState(2040); - classType(); - } - } - setState(2045); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class Finally_Context extends ParserRuleContext { - public TerminalNode FINALLY() { return getToken(Java8Parser.FINALLY, 0); } - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public Finally_Context(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_finally_; } - } - - public final Finally_Context finally_() throws RecognitionException { - Finally_Context _localctx = new Finally_Context(_ctx, getState()); - enterRule(_localctx, 376, RULE_finally_); - try { - enterOuterAlt(_localctx, 1); - { - setState(2046); - match(FINALLY); - setState(2047); - block(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TryWithResourcesStatementContext extends ParserRuleContext { - public TerminalNode TRY() { return getToken(Java8Parser.TRY, 0); } - public ResourceSpecificationContext resourceSpecification() { - return getRuleContext(ResourceSpecificationContext.class,0); - } - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public CatchesContext catches() { - return getRuleContext(CatchesContext.class,0); - } - public Finally_Context finally_() { - return getRuleContext(Finally_Context.class,0); - } - public TryWithResourcesStatementContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_tryWithResourcesStatement; } - } - - public final TryWithResourcesStatementContext tryWithResourcesStatement() throws RecognitionException { - TryWithResourcesStatementContext _localctx = new TryWithResourcesStatementContext(_ctx, getState()); - enterRule(_localctx, 378, RULE_tryWithResourcesStatement); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2049); - match(TRY); - setState(2050); - resourceSpecification(); - setState(2051); - block(); - setState(2053); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==CATCH) { - { - setState(2052); - catches(); - } - } - - setState(2056); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==FINALLY) { - { - setState(2055); - finally_(); - } - } - - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ResourceSpecificationContext extends ParserRuleContext { - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public ResourceListContext resourceList() { - return getRuleContext(ResourceListContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TerminalNode SEMI() { return getToken(Java8Parser.SEMI, 0); } - public ResourceSpecificationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_resourceSpecification; } - } - - public final ResourceSpecificationContext resourceSpecification() throws RecognitionException { - ResourceSpecificationContext _localctx = new ResourceSpecificationContext(_ctx, getState()); - enterRule(_localctx, 380, RULE_resourceSpecification); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2058); - match(LPAREN); - setState(2059); - resourceList(); - setState(2061); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==SEMI) { - { - setState(2060); - match(SEMI); - } - } - - setState(2063); - match(RPAREN); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ResourceListContext extends ParserRuleContext { - public List resource() { - return getRuleContexts(ResourceContext.class); - } - public ResourceContext resource(int i) { - return getRuleContext(ResourceContext.class,i); - } - public List SEMI() { return getTokens(Java8Parser.SEMI); } - public TerminalNode SEMI(int i) { - return getToken(Java8Parser.SEMI, i); - } - public ResourceListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_resourceList; } - } - - public final ResourceListContext resourceList() throws RecognitionException { - ResourceListContext _localctx = new ResourceListContext(_ctx, getState()); - enterRule(_localctx, 382, RULE_resourceList); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(2065); - resource(); - setState(2070); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,221,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(2066); - match(SEMI); - setState(2067); - resource(); - } - } - } - setState(2072); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,221,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ResourceContext extends ParserRuleContext { - public UnannTypeContext unannType() { - return getRuleContext(UnannTypeContext.class,0); - } - public VariableDeclaratorIdContext variableDeclaratorId() { - return getRuleContext(VariableDeclaratorIdContext.class,0); - } - public TerminalNode ASSIGN() { return getToken(Java8Parser.ASSIGN, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public List variableModifier() { - return getRuleContexts(VariableModifierContext.class); - } - public VariableModifierContext variableModifier(int i) { - return getRuleContext(VariableModifierContext.class,i); - } - public ResourceContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_resource; } - } - - public final ResourceContext resource() throws RecognitionException { - ResourceContext _localctx = new ResourceContext(_ctx, getState()); - enterRule(_localctx, 384, RULE_resource); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2076); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==FINAL || _la==AT) { - { - { - setState(2073); - variableModifier(); - } - } - setState(2078); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2079); - unannType(); - setState(2080); - variableDeclaratorId(); - setState(2081); - match(ASSIGN); - setState(2082); - expression(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryContext extends ParserRuleContext { - public PrimaryNoNewArray_lfno_primaryContext primaryNoNewArray_lfno_primary() { - return getRuleContext(PrimaryNoNewArray_lfno_primaryContext.class,0); - } - public ArrayCreationExpressionContext arrayCreationExpression() { - return getRuleContext(ArrayCreationExpressionContext.class,0); - } - public List primaryNoNewArray_lf_primary() { - return getRuleContexts(PrimaryNoNewArray_lf_primaryContext.class); - } - public PrimaryNoNewArray_lf_primaryContext primaryNoNewArray_lf_primary(int i) { - return getRuleContext(PrimaryNoNewArray_lf_primaryContext.class,i); - } - public PrimaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primary; } - } - - public final PrimaryContext primary() throws RecognitionException { - PrimaryContext _localctx = new PrimaryContext(_ctx, getState()); - enterRule(_localctx, 386, RULE_primary); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(2086); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,223,_ctx) ) { - case 1: - { - setState(2084); - primaryNoNewArray_lfno_primary(); - } - break; - case 2: - { - setState(2085); - arrayCreationExpression(); - } - break; - } - setState(2091); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,224,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(2088); - primaryNoNewArray_lf_primary(); - } - } - } - setState(2093); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,224,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArrayContext extends ParserRuleContext { - public LiteralContext literal() { - return getRuleContext(LiteralContext.class,0); - } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode CLASS() { return getToken(Java8Parser.CLASS, 0); } - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public TerminalNode VOID() { return getToken(Java8Parser.VOID, 0); } - public TerminalNode THIS() { return getToken(Java8Parser.THIS, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public ClassInstanceCreationExpressionContext classInstanceCreationExpression() { - return getRuleContext(ClassInstanceCreationExpressionContext.class,0); - } - public FieldAccessContext fieldAccess() { - return getRuleContext(FieldAccessContext.class,0); - } - public ArrayAccessContext arrayAccess() { - return getRuleContext(ArrayAccessContext.class,0); - } - public MethodInvocationContext methodInvocation() { - return getRuleContext(MethodInvocationContext.class,0); - } - public MethodReferenceContext methodReference() { - return getRuleContext(MethodReferenceContext.class,0); - } - public PrimaryNoNewArrayContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray; } - } - - public final PrimaryNoNewArrayContext primaryNoNewArray() throws RecognitionException { - PrimaryNoNewArrayContext _localctx = new PrimaryNoNewArrayContext(_ctx, getState()); - enterRule(_localctx, 388, RULE_primaryNoNewArray); - int _la; - try { - setState(2120); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,226,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2094); - literal(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2095); - typeName(); - setState(2100); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==LBRACK) { - { - { - setState(2096); - match(LBRACK); - setState(2097); - match(RBRACK); - } - } - setState(2102); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2103); - match(DOT); - setState(2104); - match(CLASS); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2106); - match(VOID); - setState(2107); - match(DOT); - setState(2108); - match(CLASS); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2109); - match(THIS); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2110); - typeName(); - setState(2111); - match(DOT); - setState(2112); - match(THIS); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(2114); - parExpression(); - } - break; - case 7: - enterOuterAlt(_localctx, 7); - { - setState(2115); - classInstanceCreationExpression(); - } - break; - case 8: - enterOuterAlt(_localctx, 8); - { - setState(2116); - fieldAccess(); - } - break; - case 9: - enterOuterAlt(_localctx, 9); - { - setState(2117); - arrayAccess(); - } - break; - case 10: - enterOuterAlt(_localctx, 10); - { - setState(2118); - methodInvocation(); - } - break; - case 11: - enterOuterAlt(_localctx, 11); - { - setState(2119); - methodReference(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lf_arrayAccessContext extends ParserRuleContext { - public PrimaryNoNewArray_lf_arrayAccessContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lf_arrayAccess; } - } - - public final PrimaryNoNewArray_lf_arrayAccessContext primaryNoNewArray_lf_arrayAccess() throws RecognitionException { - PrimaryNoNewArray_lf_arrayAccessContext _localctx = new PrimaryNoNewArray_lf_arrayAccessContext(_ctx, getState()); - enterRule(_localctx, 390, RULE_primaryNoNewArray_lf_arrayAccess); - try { - enterOuterAlt(_localctx, 1); - { - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lfno_arrayAccessContext extends ParserRuleContext { - public LiteralContext literal() { - return getRuleContext(LiteralContext.class,0); - } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode CLASS() { return getToken(Java8Parser.CLASS, 0); } - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public TerminalNode VOID() { return getToken(Java8Parser.VOID, 0); } - public TerminalNode THIS() { return getToken(Java8Parser.THIS, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public ClassInstanceCreationExpressionContext classInstanceCreationExpression() { - return getRuleContext(ClassInstanceCreationExpressionContext.class,0); - } - public FieldAccessContext fieldAccess() { - return getRuleContext(FieldAccessContext.class,0); - } - public MethodInvocationContext methodInvocation() { - return getRuleContext(MethodInvocationContext.class,0); - } - public MethodReferenceContext methodReference() { - return getRuleContext(MethodReferenceContext.class,0); - } - public PrimaryNoNewArray_lfno_arrayAccessContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lfno_arrayAccess; } - } - - public final PrimaryNoNewArray_lfno_arrayAccessContext primaryNoNewArray_lfno_arrayAccess() throws RecognitionException { - PrimaryNoNewArray_lfno_arrayAccessContext _localctx = new PrimaryNoNewArray_lfno_arrayAccessContext(_ctx, getState()); - enterRule(_localctx, 392, RULE_primaryNoNewArray_lfno_arrayAccess); - int _la; - try { - setState(2149); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,228,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2124); - literal(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2125); - typeName(); - setState(2130); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==LBRACK) { - { - { - setState(2126); - match(LBRACK); - setState(2127); - match(RBRACK); - } - } - setState(2132); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2133); - match(DOT); - setState(2134); - match(CLASS); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2136); - match(VOID); - setState(2137); - match(DOT); - setState(2138); - match(CLASS); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2139); - match(THIS); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2140); - typeName(); - setState(2141); - match(DOT); - setState(2142); - match(THIS); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(2144); - parExpression(); - } - break; - case 7: - enterOuterAlt(_localctx, 7); - { - setState(2145); - classInstanceCreationExpression(); - } - break; - case 8: - enterOuterAlt(_localctx, 8); - { - setState(2146); - fieldAccess(); - } - break; - case 9: - enterOuterAlt(_localctx, 9); - { - setState(2147); - methodInvocation(); - } - break; - case 10: - enterOuterAlt(_localctx, 10); - { - setState(2148); - methodReference(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lf_primaryContext extends ParserRuleContext { - public ClassInstanceCreationExpression_lf_primaryContext classInstanceCreationExpression_lf_primary() { - return getRuleContext(ClassInstanceCreationExpression_lf_primaryContext.class,0); - } - public FieldAccess_lf_primaryContext fieldAccess_lf_primary() { - return getRuleContext(FieldAccess_lf_primaryContext.class,0); - } - public ArrayAccess_lf_primaryContext arrayAccess_lf_primary() { - return getRuleContext(ArrayAccess_lf_primaryContext.class,0); - } - public MethodInvocation_lf_primaryContext methodInvocation_lf_primary() { - return getRuleContext(MethodInvocation_lf_primaryContext.class,0); - } - public MethodReference_lf_primaryContext methodReference_lf_primary() { - return getRuleContext(MethodReference_lf_primaryContext.class,0); - } - public PrimaryNoNewArray_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lf_primary; } - } - - public final PrimaryNoNewArray_lf_primaryContext primaryNoNewArray_lf_primary() throws RecognitionException { - PrimaryNoNewArray_lf_primaryContext _localctx = new PrimaryNoNewArray_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 394, RULE_primaryNoNewArray_lf_primary); - try { - setState(2156); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,229,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2151); - classInstanceCreationExpression_lf_primary(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2152); - fieldAccess_lf_primary(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2153); - arrayAccess_lf_primary(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2154); - methodInvocation_lf_primary(); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2155); - methodReference_lf_primary(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext extends ParserRuleContext { - public PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary; } - } - - public final PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary() throws RecognitionException { - PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext _localctx = new PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 396, RULE_primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary); - try { - enterOuterAlt(_localctx, 1); - { - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext extends ParserRuleContext { - public ClassInstanceCreationExpression_lf_primaryContext classInstanceCreationExpression_lf_primary() { - return getRuleContext(ClassInstanceCreationExpression_lf_primaryContext.class,0); - } - public FieldAccess_lf_primaryContext fieldAccess_lf_primary() { - return getRuleContext(FieldAccess_lf_primaryContext.class,0); - } - public MethodInvocation_lf_primaryContext methodInvocation_lf_primary() { - return getRuleContext(MethodInvocation_lf_primaryContext.class,0); - } - public MethodReference_lf_primaryContext methodReference_lf_primary() { - return getRuleContext(MethodReference_lf_primaryContext.class,0); - } - public PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary; } - } - - public final PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary() throws RecognitionException { - PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext _localctx = new PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 398, RULE_primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary); - try { - setState(2164); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,230,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2160); - classInstanceCreationExpression_lf_primary(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2161); - fieldAccess_lf_primary(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2162); - methodInvocation_lf_primary(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2163); - methodReference_lf_primary(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lfno_primaryContext extends ParserRuleContext { - public LiteralContext literal() { - return getRuleContext(LiteralContext.class,0); - } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode CLASS() { return getToken(Java8Parser.CLASS, 0); } - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public UnannPrimitiveTypeContext unannPrimitiveType() { - return getRuleContext(UnannPrimitiveTypeContext.class,0); - } - public TerminalNode VOID() { return getToken(Java8Parser.VOID, 0); } - public TerminalNode THIS() { return getToken(Java8Parser.THIS, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public ClassInstanceCreationExpression_lfno_primaryContext classInstanceCreationExpression_lfno_primary() { - return getRuleContext(ClassInstanceCreationExpression_lfno_primaryContext.class,0); - } - public FieldAccess_lfno_primaryContext fieldAccess_lfno_primary() { - return getRuleContext(FieldAccess_lfno_primaryContext.class,0); - } - public ArrayAccess_lfno_primaryContext arrayAccess_lfno_primary() { - return getRuleContext(ArrayAccess_lfno_primaryContext.class,0); - } - public MethodInvocation_lfno_primaryContext methodInvocation_lfno_primary() { - return getRuleContext(MethodInvocation_lfno_primaryContext.class,0); - } - public MethodReference_lfno_primaryContext methodReference_lfno_primary() { - return getRuleContext(MethodReference_lfno_primaryContext.class,0); - } - public PrimaryNoNewArray_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lfno_primary; } - } - - public final PrimaryNoNewArray_lfno_primaryContext primaryNoNewArray_lfno_primary() throws RecognitionException { - PrimaryNoNewArray_lfno_primaryContext _localctx = new PrimaryNoNewArray_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 400, RULE_primaryNoNewArray_lfno_primary); - int _la; - try { - setState(2203); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,233,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2166); - literal(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2167); - typeName(); - setState(2172); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==LBRACK) { - { - { - setState(2168); - match(LBRACK); - setState(2169); - match(RBRACK); - } - } - setState(2174); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2175); - match(DOT); - setState(2176); - match(CLASS); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2178); - unannPrimitiveType(); - setState(2183); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==LBRACK) { - { - { - setState(2179); - match(LBRACK); - setState(2180); - match(RBRACK); - } - } - setState(2185); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2186); - match(DOT); - setState(2187); - match(CLASS); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2189); - match(VOID); - setState(2190); - match(DOT); - setState(2191); - match(CLASS); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2192); - match(THIS); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(2193); - typeName(); - setState(2194); - match(DOT); - setState(2195); - match(THIS); - } - break; - case 7: - enterOuterAlt(_localctx, 7); - { - setState(2197); - parExpression(); - } - break; - case 8: - enterOuterAlt(_localctx, 8); - { - setState(2198); - classInstanceCreationExpression_lfno_primary(); - } - break; - case 9: - enterOuterAlt(_localctx, 9); - { - setState(2199); - fieldAccess_lfno_primary(); - } - break; - case 10: - enterOuterAlt(_localctx, 10); - { - setState(2200); - arrayAccess_lfno_primary(); - } - break; - case 11: - enterOuterAlt(_localctx, 11); - { - setState(2201); - methodInvocation_lfno_primary(); - } - break; - case 12: - enterOuterAlt(_localctx, 12); - { - setState(2202); - methodReference_lfno_primary(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext extends ParserRuleContext { - public PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary; } - } - - public final PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary() throws RecognitionException { - PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext _localctx = new PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 402, RULE_primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary); - try { - enterOuterAlt(_localctx, 1); - { - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext extends ParserRuleContext { - public LiteralContext literal() { - return getRuleContext(LiteralContext.class,0); - } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode CLASS() { return getToken(Java8Parser.CLASS, 0); } - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public UnannPrimitiveTypeContext unannPrimitiveType() { - return getRuleContext(UnannPrimitiveTypeContext.class,0); - } - public TerminalNode VOID() { return getToken(Java8Parser.VOID, 0); } - public TerminalNode THIS() { return getToken(Java8Parser.THIS, 0); } - public ParExpressionContext parExpression() { - return getRuleContext(ParExpressionContext.class,0); - } - public ClassInstanceCreationExpression_lfno_primaryContext classInstanceCreationExpression_lfno_primary() { - return getRuleContext(ClassInstanceCreationExpression_lfno_primaryContext.class,0); - } - public FieldAccess_lfno_primaryContext fieldAccess_lfno_primary() { - return getRuleContext(FieldAccess_lfno_primaryContext.class,0); - } - public MethodInvocation_lfno_primaryContext methodInvocation_lfno_primary() { - return getRuleContext(MethodInvocation_lfno_primaryContext.class,0); - } - public MethodReference_lfno_primaryContext methodReference_lfno_primary() { - return getRuleContext(MethodReference_lfno_primaryContext.class,0); - } - public PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary; } - } - - public final PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary() throws RecognitionException { - PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext _localctx = new PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 404, RULE_primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary); - int _la; - try { - setState(2243); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,236,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2207); - literal(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2208); - typeName(); - setState(2213); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==LBRACK) { - { - { - setState(2209); - match(LBRACK); - setState(2210); - match(RBRACK); - } - } - setState(2215); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2216); - match(DOT); - setState(2217); - match(CLASS); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2219); - unannPrimitiveType(); - setState(2224); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==LBRACK) { - { - { - setState(2220); - match(LBRACK); - setState(2221); - match(RBRACK); - } - } - setState(2226); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2227); - match(DOT); - setState(2228); - match(CLASS); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2230); - match(VOID); - setState(2231); - match(DOT); - setState(2232); - match(CLASS); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2233); - match(THIS); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(2234); - typeName(); - setState(2235); - match(DOT); - setState(2236); - match(THIS); - } - break; - case 7: - enterOuterAlt(_localctx, 7); - { - setState(2238); - parExpression(); - } - break; - case 8: - enterOuterAlt(_localctx, 8); - { - setState(2239); - classInstanceCreationExpression_lfno_primary(); - } - break; - case 9: - enterOuterAlt(_localctx, 9); - { - setState(2240); - fieldAccess_lfno_primary(); - } - break; - case 10: - enterOuterAlt(_localctx, 10); - { - setState(2241); - methodInvocation_lfno_primary(); - } - break; - case 11: - enterOuterAlt(_localctx, 11); - { - setState(2242); - methodReference_lfno_primary(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassInstanceCreationExpressionContext extends ParserRuleContext { - public TerminalNode NEW() { return getToken(Java8Parser.NEW, 0); } - public List Identifier() { return getTokens(Java8Parser.Identifier); } - public TerminalNode Identifier(int i) { - return getToken(Java8Parser.Identifier, i); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public List DOT() { return getTokens(Java8Parser.DOT); } - public TerminalNode DOT(int i) { - return getToken(Java8Parser.DOT, i); - } - public TypeArgumentsOrDiamondContext typeArgumentsOrDiamond() { - return getRuleContext(TypeArgumentsOrDiamondContext.class,0); - } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public ClassBodyContext classBody() { - return getRuleContext(ClassBodyContext.class,0); - } - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public PrimaryContext primary() { - return getRuleContext(PrimaryContext.class,0); - } - public ClassInstanceCreationExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classInstanceCreationExpression; } - } - - public final ClassInstanceCreationExpressionContext classInstanceCreationExpression() throws RecognitionException { - ClassInstanceCreationExpressionContext _localctx = new ClassInstanceCreationExpressionContext(_ctx, getState()); - enterRule(_localctx, 406, RULE_classInstanceCreationExpression); - int _la; - try { - setState(2328); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,254,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2245); - match(NEW); - setState(2247); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2246); - typeArguments(); - } - } - - setState(2252); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2249); - annotation(); - } - } - setState(2254); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2255); - match(Identifier); - setState(2266); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==DOT) { - { - { - setState(2256); - match(DOT); - setState(2260); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2257); - annotation(); - } - } - setState(2262); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2263); - match(Identifier); - } - } - setState(2268); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2270); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2269); - typeArgumentsOrDiamond(); - } - } - - setState(2272); - match(LPAREN); - setState(2274); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2273); - argumentList(); - } - } - - setState(2276); - match(RPAREN); - setState(2278); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LBRACE) { - { - setState(2277); - classBody(); - } - } - - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2280); - expressionName(); - setState(2281); - match(DOT); - setState(2282); - match(NEW); - setState(2284); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2283); - typeArguments(); - } - } - - setState(2289); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2286); - annotation(); - } - } - setState(2291); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2292); - match(Identifier); - setState(2294); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2293); - typeArgumentsOrDiamond(); - } - } - - setState(2296); - match(LPAREN); - setState(2298); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2297); - argumentList(); - } - } - - setState(2300); - match(RPAREN); - setState(2302); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LBRACE) { - { - setState(2301); - classBody(); - } - } - - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2304); - primary(); - setState(2305); - match(DOT); - setState(2306); - match(NEW); - setState(2308); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2307); - typeArguments(); - } - } - - setState(2313); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2310); - annotation(); - } - } - setState(2315); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2316); - match(Identifier); - setState(2318); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2317); - typeArgumentsOrDiamond(); - } - } - - setState(2320); - match(LPAREN); - setState(2322); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2321); - argumentList(); - } - } - - setState(2324); - match(RPAREN); - setState(2326); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LBRACE) { - { - setState(2325); - classBody(); - } - } - - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassInstanceCreationExpression_lf_primaryContext extends ParserRuleContext { - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode NEW() { return getToken(Java8Parser.NEW, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public TypeArgumentsOrDiamondContext typeArgumentsOrDiamond() { - return getRuleContext(TypeArgumentsOrDiamondContext.class,0); - } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public ClassBodyContext classBody() { - return getRuleContext(ClassBodyContext.class,0); - } - public ClassInstanceCreationExpression_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classInstanceCreationExpression_lf_primary; } - } - - public final ClassInstanceCreationExpression_lf_primaryContext classInstanceCreationExpression_lf_primary() throws RecognitionException { - ClassInstanceCreationExpression_lf_primaryContext _localctx = new ClassInstanceCreationExpression_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 408, RULE_classInstanceCreationExpression_lf_primary); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2330); - match(DOT); - setState(2331); - match(NEW); - setState(2333); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2332); - typeArguments(); - } - } - - setState(2338); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2335); - annotation(); - } - } - setState(2340); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2341); - match(Identifier); - setState(2343); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2342); - typeArgumentsOrDiamond(); - } - } - - setState(2345); - match(LPAREN); - setState(2347); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2346); - argumentList(); - } - } - - setState(2349); - match(RPAREN); - setState(2351); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,259,_ctx) ) { - case 1: - { - setState(2350); - classBody(); - } - break; - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ClassInstanceCreationExpression_lfno_primaryContext extends ParserRuleContext { - public TerminalNode NEW() { return getToken(Java8Parser.NEW, 0); } - public List Identifier() { return getTokens(Java8Parser.Identifier); } - public TerminalNode Identifier(int i) { - return getToken(Java8Parser.Identifier, i); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public List DOT() { return getTokens(Java8Parser.DOT); } - public TerminalNode DOT(int i) { - return getToken(Java8Parser.DOT, i); - } - public TypeArgumentsOrDiamondContext typeArgumentsOrDiamond() { - return getRuleContext(TypeArgumentsOrDiamondContext.class,0); - } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public ClassBodyContext classBody() { - return getRuleContext(ClassBodyContext.class,0); - } - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public ClassInstanceCreationExpression_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_classInstanceCreationExpression_lfno_primary; } - } - - public final ClassInstanceCreationExpression_lfno_primaryContext classInstanceCreationExpression_lfno_primary() throws RecognitionException { - ClassInstanceCreationExpression_lfno_primaryContext _localctx = new ClassInstanceCreationExpression_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 410, RULE_classInstanceCreationExpression_lfno_primary); - int _la; - try { - setState(2412); - _errHandler.sync(this); - switch (_input.LA(1)) { - case NEW: - enterOuterAlt(_localctx, 1); - { - setState(2353); - match(NEW); - setState(2355); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2354); - typeArguments(); - } - } - - setState(2360); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2357); - annotation(); - } - } - setState(2362); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2363); - match(Identifier); - setState(2374); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==DOT) { - { - { - setState(2364); - match(DOT); - setState(2368); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2365); - annotation(); - } - } - setState(2370); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2371); - match(Identifier); - } - } - setState(2376); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2378); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2377); - typeArgumentsOrDiamond(); - } - } - - setState(2380); - match(LPAREN); - setState(2382); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2381); - argumentList(); - } - } - - setState(2384); - match(RPAREN); - setState(2386); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,266,_ctx) ) { - case 1: - { - setState(2385); - classBody(); - } - break; - } - } - break; - case Identifier: - enterOuterAlt(_localctx, 2); - { - setState(2388); - expressionName(); - setState(2389); - match(DOT); - setState(2390); - match(NEW); - setState(2392); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2391); - typeArguments(); - } - } - - setState(2397); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2394); - annotation(); - } - } - setState(2399); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2400); - match(Identifier); - setState(2402); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2401); - typeArgumentsOrDiamond(); - } - } - - setState(2404); - match(LPAREN); - setState(2406); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2405); - argumentList(); - } - } - - setState(2408); - match(RPAREN); - setState(2410); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,271,_ctx) ) { - case 1: - { - setState(2409); - classBody(); - } - break; - } - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class TypeArgumentsOrDiamondContext extends ParserRuleContext { - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public TerminalNode LT() { return getToken(Java8Parser.LT, 0); } - public TerminalNode GT() { return getToken(Java8Parser.GT, 0); } - public TypeArgumentsOrDiamondContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_typeArgumentsOrDiamond; } - } - - public final TypeArgumentsOrDiamondContext typeArgumentsOrDiamond() throws RecognitionException { - TypeArgumentsOrDiamondContext _localctx = new TypeArgumentsOrDiamondContext(_ctx, getState()); - enterRule(_localctx, 412, RULE_typeArgumentsOrDiamond); - try { - setState(2417); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,273,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2414); - typeArguments(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2415); - match(LT); - setState(2416); - match(GT); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FieldAccessContext extends ParserRuleContext { - public PrimaryContext primary() { - return getRuleContext(PrimaryContext.class,0); - } - public List DOT() { return getTokens(Java8Parser.DOT); } - public TerminalNode DOT(int i) { - return getToken(Java8Parser.DOT, i); - } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public FieldAccessContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_fieldAccess; } - } - - public final FieldAccessContext fieldAccess() throws RecognitionException { - FieldAccessContext _localctx = new FieldAccessContext(_ctx, getState()); - enterRule(_localctx, 414, RULE_fieldAccess); - try { - setState(2432); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,274,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2419); - primary(); - setState(2420); - match(DOT); - setState(2421); - match(Identifier); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2423); - match(SUPER); - setState(2424); - match(DOT); - setState(2425); - match(Identifier); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2426); - typeName(); - setState(2427); - match(DOT); - setState(2428); - match(SUPER); - setState(2429); - match(DOT); - setState(2430); - match(Identifier); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FieldAccess_lf_primaryContext extends ParserRuleContext { - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public FieldAccess_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_fieldAccess_lf_primary; } - } - - public final FieldAccess_lf_primaryContext fieldAccess_lf_primary() throws RecognitionException { - FieldAccess_lf_primaryContext _localctx = new FieldAccess_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 416, RULE_fieldAccess_lf_primary); - try { - enterOuterAlt(_localctx, 1); - { - setState(2434); - match(DOT); - setState(2435); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class FieldAccess_lfno_primaryContext extends ParserRuleContext { - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public List DOT() { return getTokens(Java8Parser.DOT); } - public TerminalNode DOT(int i) { - return getToken(Java8Parser.DOT, i); - } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public FieldAccess_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_fieldAccess_lfno_primary; } - } - - public final FieldAccess_lfno_primaryContext fieldAccess_lfno_primary() throws RecognitionException { - FieldAccess_lfno_primaryContext _localctx = new FieldAccess_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 418, RULE_fieldAccess_lfno_primary); - try { - setState(2446); - _errHandler.sync(this); - switch (_input.LA(1)) { - case SUPER: - enterOuterAlt(_localctx, 1); - { - setState(2437); - match(SUPER); - setState(2438); - match(DOT); - setState(2439); - match(Identifier); - } - break; - case Identifier: - enterOuterAlt(_localctx, 2); - { - setState(2440); - typeName(); - setState(2441); - match(DOT); - setState(2442); - match(SUPER); - setState(2443); - match(DOT); - setState(2444); - match(Identifier); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ArrayAccessContext extends ParserRuleContext { - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List expression() { - return getRuleContexts(ExpressionContext.class); - } - public ExpressionContext expression(int i) { - return getRuleContext(ExpressionContext.class,i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public PrimaryNoNewArray_lfno_arrayAccessContext primaryNoNewArray_lfno_arrayAccess() { - return getRuleContext(PrimaryNoNewArray_lfno_arrayAccessContext.class,0); - } - public List primaryNoNewArray_lf_arrayAccess() { - return getRuleContexts(PrimaryNoNewArray_lf_arrayAccessContext.class); - } - public PrimaryNoNewArray_lf_arrayAccessContext primaryNoNewArray_lf_arrayAccess(int i) { - return getRuleContext(PrimaryNoNewArray_lf_arrayAccessContext.class,i); - } - public ArrayAccessContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_arrayAccess; } - } - - public final ArrayAccessContext arrayAccess() throws RecognitionException { - ArrayAccessContext _localctx = new ArrayAccessContext(_ctx, getState()); - enterRule(_localctx, 420, RULE_arrayAccess); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2458); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,276,_ctx) ) { - case 1: - { - setState(2448); - expressionName(); - setState(2449); - match(LBRACK); - setState(2450); - expression(); - setState(2451); - match(RBRACK); - } - break; - case 2: - { - setState(2453); - primaryNoNewArray_lfno_arrayAccess(); - setState(2454); - match(LBRACK); - setState(2455); - expression(); - setState(2456); - match(RBRACK); - } - break; - } - setState(2467); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==LBRACK) { - { - { - setState(2460); - primaryNoNewArray_lf_arrayAccess(); - setState(2461); - match(LBRACK); - setState(2462); - expression(); - setState(2463); - match(RBRACK); - } - } - setState(2469); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ArrayAccess_lf_primaryContext extends ParserRuleContext { - public PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary() { - return getRuleContext(PrimaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primaryContext.class,0); - } - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List expression() { - return getRuleContexts(ExpressionContext.class); - } - public ExpressionContext expression(int i) { - return getRuleContext(ExpressionContext.class,i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public List primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary() { - return getRuleContexts(PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext.class); - } - public PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary(int i) { - return getRuleContext(PrimaryNoNewArray_lf_primary_lf_arrayAccess_lf_primaryContext.class,i); - } - public ArrayAccess_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_arrayAccess_lf_primary; } - } - - public final ArrayAccess_lf_primaryContext arrayAccess_lf_primary() throws RecognitionException { - ArrayAccess_lf_primaryContext _localctx = new ArrayAccess_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 422, RULE_arrayAccess_lf_primary); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2470); - primaryNoNewArray_lf_primary_lfno_arrayAccess_lf_primary(); - setState(2471); - match(LBRACK); - setState(2472); - expression(); - setState(2473); - match(RBRACK); - } - setState(2482); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,278,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(2475); - primaryNoNewArray_lf_primary_lf_arrayAccess_lf_primary(); - setState(2476); - match(LBRACK); - setState(2477); - expression(); - setState(2478); - match(RBRACK); - } - } - } - setState(2484); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,278,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ArrayAccess_lfno_primaryContext extends ParserRuleContext { - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public List LBRACK() { return getTokens(Java8Parser.LBRACK); } - public TerminalNode LBRACK(int i) { - return getToken(Java8Parser.LBRACK, i); - } - public List expression() { - return getRuleContexts(ExpressionContext.class); - } - public ExpressionContext expression(int i) { - return getRuleContext(ExpressionContext.class,i); - } - public List RBRACK() { return getTokens(Java8Parser.RBRACK); } - public TerminalNode RBRACK(int i) { - return getToken(Java8Parser.RBRACK, i); - } - public PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary() { - return getRuleContext(PrimaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primaryContext.class,0); - } - public List primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary() { - return getRuleContexts(PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext.class); - } - public PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary(int i) { - return getRuleContext(PrimaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primaryContext.class,i); - } - public ArrayAccess_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_arrayAccess_lfno_primary; } - } - - public final ArrayAccess_lfno_primaryContext arrayAccess_lfno_primary() throws RecognitionException { - ArrayAccess_lfno_primaryContext _localctx = new ArrayAccess_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 424, RULE_arrayAccess_lfno_primary); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(2495); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,279,_ctx) ) { - case 1: - { - setState(2485); - expressionName(); - setState(2486); - match(LBRACK); - setState(2487); - expression(); - setState(2488); - match(RBRACK); - } - break; - case 2: - { - setState(2490); - primaryNoNewArray_lfno_primary_lfno_arrayAccess_lfno_primary(); - setState(2491); - match(LBRACK); - setState(2492); - expression(); - setState(2493); - match(RBRACK); - } - break; - } - setState(2504); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,280,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(2497); - primaryNoNewArray_lfno_primary_lf_arrayAccess_lfno_primary(); - setState(2498); - match(LBRACK); - setState(2499); - expression(); - setState(2500); - match(RBRACK); - } - } - } - setState(2506); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,280,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodInvocationContext extends ParserRuleContext { - public MethodNameContext methodName() { - return getRuleContext(MethodNameContext.class,0); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public List DOT() { return getTokens(Java8Parser.DOT); } - public TerminalNode DOT(int i) { - return getToken(Java8Parser.DOT, i); - } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public PrimaryContext primary() { - return getRuleContext(PrimaryContext.class,0); - } - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public MethodInvocationContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodInvocation; } - } - - public final MethodInvocationContext methodInvocation() throws RecognitionException { - MethodInvocationContext _localctx = new MethodInvocationContext(_ctx, getState()); - enterRule(_localctx, 426, RULE_methodInvocation); - int _la; - try { - setState(2575); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,292,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2507); - methodName(); - setState(2508); - match(LPAREN); - setState(2510); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2509); - argumentList(); - } - } - - setState(2512); - match(RPAREN); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2514); - typeName(); - setState(2515); - match(DOT); - setState(2517); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2516); - typeArguments(); - } - } - - setState(2519); - match(Identifier); - setState(2520); - match(LPAREN); - setState(2522); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2521); - argumentList(); - } - } - - setState(2524); - match(RPAREN); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2526); - expressionName(); - setState(2527); - match(DOT); - setState(2529); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2528); - typeArguments(); - } - } - - setState(2531); - match(Identifier); - setState(2532); - match(LPAREN); - setState(2534); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2533); - argumentList(); - } - } - - setState(2536); - match(RPAREN); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2538); - primary(); - setState(2539); - match(DOT); - setState(2541); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2540); - typeArguments(); - } - } - - setState(2543); - match(Identifier); - setState(2544); - match(LPAREN); - setState(2546); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2545); - argumentList(); - } - } - - setState(2548); - match(RPAREN); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2550); - match(SUPER); - setState(2551); - match(DOT); - setState(2553); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2552); - typeArguments(); - } - } - - setState(2555); - match(Identifier); - setState(2556); - match(LPAREN); - setState(2558); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2557); - argumentList(); - } - } - - setState(2560); - match(RPAREN); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(2561); - typeName(); - setState(2562); - match(DOT); - setState(2563); - match(SUPER); - setState(2564); - match(DOT); - setState(2566); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2565); - typeArguments(); - } - } - - setState(2568); - match(Identifier); - setState(2569); - match(LPAREN); - setState(2571); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2570); - argumentList(); - } - } - - setState(2573); - match(RPAREN); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodInvocation_lf_primaryContext extends ParserRuleContext { - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public MethodInvocation_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodInvocation_lf_primary; } - } - - public final MethodInvocation_lf_primaryContext methodInvocation_lf_primary() throws RecognitionException { - MethodInvocation_lf_primaryContext _localctx = new MethodInvocation_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 428, RULE_methodInvocation_lf_primary); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2577); - match(DOT); - setState(2579); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2578); - typeArguments(); - } - } - - setState(2581); - match(Identifier); - setState(2582); - match(LPAREN); - setState(2584); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2583); - argumentList(); - } - } - - setState(2586); - match(RPAREN); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodInvocation_lfno_primaryContext extends ParserRuleContext { - public MethodNameContext methodName() { - return getRuleContext(MethodNameContext.class,0); - } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public ArgumentListContext argumentList() { - return getRuleContext(ArgumentListContext.class,0); - } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public List DOT() { return getTokens(Java8Parser.DOT); } - public TerminalNode DOT(int i) { - return getToken(Java8Parser.DOT, i); - } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public MethodInvocation_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodInvocation_lfno_primary; } - } - - public final MethodInvocation_lfno_primaryContext methodInvocation_lfno_primary() throws RecognitionException { - MethodInvocation_lfno_primaryContext _localctx = new MethodInvocation_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 430, RULE_methodInvocation_lfno_primary); - int _la; - try { - setState(2644); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,304,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2588); - methodName(); - setState(2589); - match(LPAREN); - setState(2591); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2590); - argumentList(); - } - } - - setState(2593); - match(RPAREN); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2595); - typeName(); - setState(2596); - match(DOT); - setState(2598); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2597); - typeArguments(); - } - } - - setState(2600); - match(Identifier); - setState(2601); - match(LPAREN); - setState(2603); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2602); - argumentList(); - } - } - - setState(2605); - match(RPAREN); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2607); - expressionName(); - setState(2608); - match(DOT); - setState(2610); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2609); - typeArguments(); - } - } - - setState(2612); - match(Identifier); - setState(2613); - match(LPAREN); - setState(2615); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2614); - argumentList(); - } - } - - setState(2617); - match(RPAREN); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2619); - match(SUPER); - setState(2620); - match(DOT); - setState(2622); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2621); - typeArguments(); - } - } - - setState(2624); - match(Identifier); - setState(2625); - match(LPAREN); - setState(2627); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2626); - argumentList(); - } - } - - setState(2629); - match(RPAREN); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2630); - typeName(); - setState(2631); - match(DOT); - setState(2632); - match(SUPER); - setState(2633); - match(DOT); - setState(2635); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2634); - typeArguments(); - } - } - - setState(2637); - match(Identifier); - setState(2638); - match(LPAREN); - setState(2640); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << SWITCH) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 75)) & ~0x3f) == 0 && ((1L << (_la - 75)) & ((1L << (BANG - 75)) | (1L << (TILDE - 75)) | (1L << (INC - 75)) | (1L << (DEC - 75)) | (1L << (ADD - 75)) | (1L << (SUB - 75)) | (1L << (Identifier - 75)) | (1L << (AT - 75)))) != 0)) { - { - setState(2639); - argumentList(); - } - } - - setState(2642); - match(RPAREN); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ArgumentListContext extends ParserRuleContext { - public List expression() { - return getRuleContexts(ExpressionContext.class); - } - public ExpressionContext expression(int i) { - return getRuleContext(ExpressionContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ArgumentListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_argumentList; } - } - - public final ArgumentListContext argumentList() throws RecognitionException { - ArgumentListContext _localctx = new ArgumentListContext(_ctx, getState()); - enterRule(_localctx, 432, RULE_argumentList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2646); - expression(); - setState(2651); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(2647); - match(COMMA); - setState(2648); - expression(); - } - } - setState(2653); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodReferenceContext extends ParserRuleContext { - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public TerminalNode COLONCOLON() { return getToken(Java8Parser.COLONCOLON, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ReferenceTypeContext referenceType() { - return getRuleContext(ReferenceTypeContext.class,0); - } - public PrimaryContext primary() { - return getRuleContext(PrimaryContext.class,0); - } - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public ClassTypeContext classType() { - return getRuleContext(ClassTypeContext.class,0); - } - public TerminalNode NEW() { return getToken(Java8Parser.NEW, 0); } - public ArrayTypeContext arrayType() { - return getRuleContext(ArrayTypeContext.class,0); - } - public MethodReferenceContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodReference; } - } - - public final MethodReferenceContext methodReference() throws RecognitionException { - MethodReferenceContext _localctx = new MethodReferenceContext(_ctx, getState()); - enterRule(_localctx, 434, RULE_methodReference); - int _la; - try { - setState(2701); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,312,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2654); - expressionName(); - setState(2655); - match(COLONCOLON); - setState(2657); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2656); - typeArguments(); - } - } - - setState(2659); - match(Identifier); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2661); - referenceType(); - setState(2662); - match(COLONCOLON); - setState(2664); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2663); - typeArguments(); - } - } - - setState(2666); - match(Identifier); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2668); - primary(); - setState(2669); - match(COLONCOLON); - setState(2671); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2670); - typeArguments(); - } - } - - setState(2673); - match(Identifier); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2675); - match(SUPER); - setState(2676); - match(COLONCOLON); - setState(2678); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2677); - typeArguments(); - } - } - - setState(2680); - match(Identifier); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2681); - typeName(); - setState(2682); - match(DOT); - setState(2683); - match(SUPER); - setState(2684); - match(COLONCOLON); - setState(2686); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2685); - typeArguments(); - } - } - - setState(2688); - match(Identifier); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(2690); - classType(); - setState(2691); - match(COLONCOLON); - setState(2693); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2692); - typeArguments(); - } - } - - setState(2695); - match(NEW); - } - break; - case 7: - enterOuterAlt(_localctx, 7); - { - setState(2697); - arrayType(); - setState(2698); - match(COLONCOLON); - setState(2699); - match(NEW); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodReference_lf_primaryContext extends ParserRuleContext { - public TerminalNode COLONCOLON() { return getToken(Java8Parser.COLONCOLON, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public MethodReference_lf_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodReference_lf_primary; } - } - - public final MethodReference_lf_primaryContext methodReference_lf_primary() throws RecognitionException { - MethodReference_lf_primaryContext _localctx = new MethodReference_lf_primaryContext(_ctx, getState()); - enterRule(_localctx, 436, RULE_methodReference_lf_primary); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2703); - match(COLONCOLON); - setState(2705); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2704); - typeArguments(); - } - } - - setState(2707); - match(Identifier); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class MethodReference_lfno_primaryContext extends ParserRuleContext { - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public TerminalNode COLONCOLON() { return getToken(Java8Parser.COLONCOLON, 0); } - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TypeArgumentsContext typeArguments() { - return getRuleContext(TypeArgumentsContext.class,0); - } - public ReferenceTypeContext referenceType() { - return getRuleContext(ReferenceTypeContext.class,0); - } - public TerminalNode SUPER() { return getToken(Java8Parser.SUPER, 0); } - public TypeNameContext typeName() { - return getRuleContext(TypeNameContext.class,0); - } - public TerminalNode DOT() { return getToken(Java8Parser.DOT, 0); } - public ClassTypeContext classType() { - return getRuleContext(ClassTypeContext.class,0); - } - public TerminalNode NEW() { return getToken(Java8Parser.NEW, 0); } - public ArrayTypeContext arrayType() { - return getRuleContext(ArrayTypeContext.class,0); - } - public MethodReference_lfno_primaryContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_methodReference_lfno_primary; } - } - - public final MethodReference_lfno_primaryContext methodReference_lfno_primary() throws RecognitionException { - MethodReference_lfno_primaryContext _localctx = new MethodReference_lfno_primaryContext(_ctx, getState()); - enterRule(_localctx, 438, RULE_methodReference_lfno_primary); - int _la; - try { - setState(2749); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,319,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2709); - expressionName(); - setState(2710); - match(COLONCOLON); - setState(2712); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2711); - typeArguments(); - } - } - - setState(2714); - match(Identifier); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2716); - referenceType(); - setState(2717); - match(COLONCOLON); - setState(2719); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2718); - typeArguments(); - } - } - - setState(2721); - match(Identifier); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2723); - match(SUPER); - setState(2724); - match(COLONCOLON); - setState(2726); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2725); - typeArguments(); - } - } - - setState(2728); - match(Identifier); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2729); - typeName(); - setState(2730); - match(DOT); - setState(2731); - match(SUPER); - setState(2732); - match(COLONCOLON); - setState(2734); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2733); - typeArguments(); - } - } - - setState(2736); - match(Identifier); - } - break; - case 5: - enterOuterAlt(_localctx, 5); - { - setState(2738); - classType(); - setState(2739); - match(COLONCOLON); - setState(2741); - _errHandler.sync(this); - _la = _input.LA(1); - if (_la==LT) { - { - setState(2740); - typeArguments(); - } - } - - setState(2743); - match(NEW); - } - break; - case 6: - enterOuterAlt(_localctx, 6); - { - setState(2745); - arrayType(); - setState(2746); - match(COLONCOLON); - setState(2747); - match(NEW); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ArrayCreationExpressionContext extends ParserRuleContext { - public TerminalNode NEW() { return getToken(Java8Parser.NEW, 0); } - public PrimitiveTypeContext primitiveType() { - return getRuleContext(PrimitiveTypeContext.class,0); - } - public DimExprsContext dimExprs() { - return getRuleContext(DimExprsContext.class,0); - } - public DimsContext dims() { - return getRuleContext(DimsContext.class,0); - } - public ClassOrInterfaceTypeContext classOrInterfaceType() { - return getRuleContext(ClassOrInterfaceTypeContext.class,0); - } - public ArrayInitializerContext arrayInitializer() { - return getRuleContext(ArrayInitializerContext.class,0); - } - public ArrayCreationExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_arrayCreationExpression; } - } - - public final ArrayCreationExpressionContext arrayCreationExpression() throws RecognitionException { - ArrayCreationExpressionContext _localctx = new ArrayCreationExpressionContext(_ctx, getState()); - enterRule(_localctx, 440, RULE_arrayCreationExpression); - try { - setState(2773); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,322,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2751); - match(NEW); - setState(2752); - primitiveType(); - setState(2753); - dimExprs(); - setState(2755); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,320,_ctx) ) { - case 1: - { - setState(2754); - dims(); - } - break; - } - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2757); - match(NEW); - setState(2758); - classOrInterfaceType(); - setState(2759); - dimExprs(); - setState(2761); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,321,_ctx) ) { - case 1: - { - setState(2760); - dims(); - } - break; - } - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2763); - match(NEW); - setState(2764); - primitiveType(); - setState(2765); - dims(); - setState(2766); - arrayInitializer(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(2768); - match(NEW); - setState(2769); - classOrInterfaceType(); - setState(2770); - dims(); - setState(2771); - arrayInitializer(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DimExprsContext extends ParserRuleContext { - public List dimExpr() { - return getRuleContexts(DimExprContext.class); - } - public DimExprContext dimExpr(int i) { - return getRuleContext(DimExprContext.class,i); - } - public DimExprsContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_dimExprs; } - } - - public final DimExprsContext dimExprs() throws RecognitionException { - DimExprsContext _localctx = new DimExprsContext(_ctx, getState()); - enterRule(_localctx, 442, RULE_dimExprs); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(2775); - dimExpr(); - setState(2779); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,323,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - { - setState(2776); - dimExpr(); - } - } - } - setState(2781); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,323,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class DimExprContext extends ParserRuleContext { - public TerminalNode LBRACK() { return getToken(Java8Parser.LBRACK, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public TerminalNode RBRACK() { return getToken(Java8Parser.RBRACK, 0); } - public List annotation() { - return getRuleContexts(AnnotationContext.class); - } - public AnnotationContext annotation(int i) { - return getRuleContext(AnnotationContext.class,i); - } - public DimExprContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_dimExpr; } - } - - public final DimExprContext dimExpr() throws RecognitionException { - DimExprContext _localctx = new DimExprContext(_ctx, getState()); - enterRule(_localctx, 444, RULE_dimExpr); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2785); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==AT) { - { - { - setState(2782); - annotation(); - } - } - setState(2787); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(2788); - match(LBRACK); - setState(2789); - expression(); - setState(2790); - match(RBRACK); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstantExpressionContext extends ParserRuleContext { - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public ConstantExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constantExpression; } - } - - public final ConstantExpressionContext constantExpression() throws RecognitionException { - ConstantExpressionContext _localctx = new ConstantExpressionContext(_ctx, getState()); - enterRule(_localctx, 446, RULE_constantExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(2792); - expression(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConstantExpressionListContext extends ParserRuleContext { - public List constantExpression() { - return getRuleContexts(ConstantExpressionContext.class); - } - public ConstantExpressionContext constantExpression(int i) { - return getRuleContext(ConstantExpressionContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ConstantExpressionListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_constantExpressionList; } - } - - public final ConstantExpressionListContext constantExpressionList() throws RecognitionException { - ConstantExpressionListContext _localctx = new ConstantExpressionListContext(_ctx, getState()); - enterRule(_localctx, 448, RULE_constantExpressionList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2794); - constantExpression(); - setState(2799); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(2795); - match(COMMA); - setState(2796); - constantExpression(); - } - } - setState(2801); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ExpressionContext extends ParserRuleContext { - public LambdaExpressionContext lambdaExpression() { - return getRuleContext(LambdaExpressionContext.class,0); - } - public AssignmentExpressionContext assignmentExpression() { - return getRuleContext(AssignmentExpressionContext.class,0); - } - public SwitchExpressionContext switchExpression() { - return getRuleContext(SwitchExpressionContext.class,0); - } - public ExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_expression; } - } - - public final ExpressionContext expression() throws RecognitionException { - ExpressionContext _localctx = new ExpressionContext(_ctx, getState()); - enterRule(_localctx, 450, RULE_expression); - try { - setState(2805); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,326,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2802); - lambdaExpression(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2803); - assignmentExpression(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2804); - switchExpression(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ExpressionListContext extends ParserRuleContext { - public List expression() { - return getRuleContexts(ExpressionContext.class); - } - public ExpressionContext expression(int i) { - return getRuleContext(ExpressionContext.class,i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public ExpressionListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_expressionList; } - } - - public final ExpressionListContext expressionList() throws RecognitionException { - ExpressionListContext _localctx = new ExpressionListContext(_ctx, getState()); - enterRule(_localctx, 452, RULE_expressionList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2807); - expression(); - setState(2812); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(2808); - match(COMMA); - setState(2809); - expression(); - } - } - setState(2814); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ParExpressionContext extends ParserRuleContext { - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public ParExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_parExpression; } - } - - public final ParExpressionContext parExpression() throws RecognitionException { - ParExpressionContext _localctx = new ParExpressionContext(_ctx, getState()); - enterRule(_localctx, 454, RULE_parExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(2815); - match(LPAREN); - setState(2816); - expression(); - setState(2817); - match(RPAREN); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LambdaExpressionContext extends ParserRuleContext { - public LambdaParametersContext lambdaParameters() { - return getRuleContext(LambdaParametersContext.class,0); - } - public TerminalNode ARROW() { return getToken(Java8Parser.ARROW, 0); } - public LambdaBodyContext lambdaBody() { - return getRuleContext(LambdaBodyContext.class,0); - } - public LambdaExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_lambdaExpression; } - } - - public final LambdaExpressionContext lambdaExpression() throws RecognitionException { - LambdaExpressionContext _localctx = new LambdaExpressionContext(_ctx, getState()); - enterRule(_localctx, 456, RULE_lambdaExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(2819); - lambdaParameters(); - setState(2820); - match(ARROW); - setState(2821); - lambdaBody(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LambdaParametersContext extends ParserRuleContext { - public TerminalNode Identifier() { return getToken(Java8Parser.Identifier, 0); } - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public FormalParameterListContext formalParameterList() { - return getRuleContext(FormalParameterListContext.class,0); - } - public LambdaParametersContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_lambdaParameters; } - } - - public final LambdaParametersContext lambdaParameters() throws RecognitionException { - LambdaParametersContext _localctx = new LambdaParametersContext(_ctx, getState()); - enterRule(_localctx, 458, RULE_lambdaParameters); - int _la; - try { - setState(2829); - _errHandler.sync(this); - switch (_input.LA(1)) { - case Identifier: - enterOuterAlt(_localctx, 1); - { - setState(2823); - match(Identifier); - } - break; - case LPAREN: - enterOuterAlt(_localctx, 2); - { - setState(2824); - match(LPAREN); - setState(2826); - _errHandler.sync(this); - _la = _input.LA(1); - if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << SHORT))) != 0) || _la==Identifier || _la==AT) { - { - setState(2825); - formalParameterList(); - } - } - - setState(2828); - match(RPAREN); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class InferredFormalParameterListContext extends ParserRuleContext { - public List Identifier() { return getTokens(Java8Parser.Identifier); } - public TerminalNode Identifier(int i) { - return getToken(Java8Parser.Identifier, i); - } - public List COMMA() { return getTokens(Java8Parser.COMMA); } - public TerminalNode COMMA(int i) { - return getToken(Java8Parser.COMMA, i); - } - public InferredFormalParameterListContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_inferredFormalParameterList; } - } - - public final InferredFormalParameterListContext inferredFormalParameterList() throws RecognitionException { - InferredFormalParameterListContext _localctx = new InferredFormalParameterListContext(_ctx, getState()); - enterRule(_localctx, 460, RULE_inferredFormalParameterList); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2831); - match(Identifier); - setState(2836); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==COMMA) { - { - { - setState(2832); - match(COMMA); - setState(2833); - match(Identifier); - } - } - setState(2838); - _errHandler.sync(this); - _la = _input.LA(1); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LambdaBodyContext extends ParserRuleContext { - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public BlockContext block() { - return getRuleContext(BlockContext.class,0); - } - public LambdaBodyContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_lambdaBody; } - } - - public final LambdaBodyContext lambdaBody() throws RecognitionException { - LambdaBodyContext _localctx = new LambdaBodyContext(_ctx, getState()); - enterRule(_localctx, 462, RULE_lambdaBody); - try { - setState(2841); - _errHandler.sync(this); - switch (_input.LA(1)) { - case BOOLEAN: - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case NEW: - case SHORT: - case SUPER: - case SWITCH: - case THIS: - case VOID: - case IntegerLiteral: - case FloatingPointLiteral: - case BooleanLiteral: - case CharacterLiteral: - case StringLiteral: - case NullLiteral: - case LPAREN: - case BANG: - case TILDE: - case INC: - case DEC: - case ADD: - case SUB: - case Identifier: - case AT: - enterOuterAlt(_localctx, 1); - { - setState(2839); - expression(); - } - break; - case LBRACE: - enterOuterAlt(_localctx, 2); - { - setState(2840); - block(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AssignmentExpressionContext extends ParserRuleContext { - public ConditionalExpressionContext conditionalExpression() { - return getRuleContext(ConditionalExpressionContext.class,0); - } - public AssignmentContext assignment() { - return getRuleContext(AssignmentContext.class,0); - } - public AssignmentExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_assignmentExpression; } - } - - public final AssignmentExpressionContext assignmentExpression() throws RecognitionException { - AssignmentExpressionContext _localctx = new AssignmentExpressionContext(_ctx, getState()); - enterRule(_localctx, 464, RULE_assignmentExpression); - try { - setState(2845); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,332,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2843); - conditionalExpression(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2844); - assignment(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AssignmentContext extends ParserRuleContext { - public LeftHandSideContext leftHandSide() { - return getRuleContext(LeftHandSideContext.class,0); - } - public AssignmentOperatorContext assignmentOperator() { - return getRuleContext(AssignmentOperatorContext.class,0); - } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public AssignmentContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_assignment; } - } - - public final AssignmentContext assignment() throws RecognitionException { - AssignmentContext _localctx = new AssignmentContext(_ctx, getState()); - enterRule(_localctx, 466, RULE_assignment); - try { - enterOuterAlt(_localctx, 1); - { - setState(2847); - leftHandSide(); - setState(2848); - assignmentOperator(); - setState(2849); - expression(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class LeftHandSideContext extends ParserRuleContext { - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public FieldAccessContext fieldAccess() { - return getRuleContext(FieldAccessContext.class,0); - } - public ArrayAccessContext arrayAccess() { - return getRuleContext(ArrayAccessContext.class,0); - } - public LeftHandSideContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_leftHandSide; } - } - - public final LeftHandSideContext leftHandSide() throws RecognitionException { - LeftHandSideContext _localctx = new LeftHandSideContext(_ctx, getState()); - enterRule(_localctx, 468, RULE_leftHandSide); - try { - setState(2854); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,333,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2851); - expressionName(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2852); - fieldAccess(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(2853); - arrayAccess(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class AssignmentOperatorContext extends ParserRuleContext { - public TerminalNode ASSIGN() { return getToken(Java8Parser.ASSIGN, 0); } - public TerminalNode MUL_ASSIGN() { return getToken(Java8Parser.MUL_ASSIGN, 0); } - public TerminalNode DIV_ASSIGN() { return getToken(Java8Parser.DIV_ASSIGN, 0); } - public TerminalNode MOD_ASSIGN() { return getToken(Java8Parser.MOD_ASSIGN, 0); } - public TerminalNode ADD_ASSIGN() { return getToken(Java8Parser.ADD_ASSIGN, 0); } - public TerminalNode SUB_ASSIGN() { return getToken(Java8Parser.SUB_ASSIGN, 0); } - public TerminalNode LSHIFT_ASSIGN() { return getToken(Java8Parser.LSHIFT_ASSIGN, 0); } - public TerminalNode RSHIFT_ASSIGN() { return getToken(Java8Parser.RSHIFT_ASSIGN, 0); } - public TerminalNode URSHIFT_ASSIGN() { return getToken(Java8Parser.URSHIFT_ASSIGN, 0); } - public TerminalNode AND_ASSIGN() { return getToken(Java8Parser.AND_ASSIGN, 0); } - public TerminalNode XOR_ASSIGN() { return getToken(Java8Parser.XOR_ASSIGN, 0); } - public TerminalNode OR_ASSIGN() { return getToken(Java8Parser.OR_ASSIGN, 0); } - public AssignmentOperatorContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_assignmentOperator; } - } - - public final AssignmentOperatorContext assignmentOperator() throws RecognitionException { - AssignmentOperatorContext _localctx = new AssignmentOperatorContext(_ctx, getState()); - enterRule(_localctx, 470, RULE_assignmentOperator); - int _la; - try { - enterOuterAlt(_localctx, 1); - { - setState(2856); - _la = _input.LA(1); - if ( !(((((_la - 72)) & ~0x3f) == 0 && ((1L << (_la - 72)) & ((1L << (ASSIGN - 72)) | (1L << (ADD_ASSIGN - 72)) | (1L << (SUB_ASSIGN - 72)) | (1L << (MUL_ASSIGN - 72)) | (1L << (DIV_ASSIGN - 72)) | (1L << (AND_ASSIGN - 72)) | (1L << (OR_ASSIGN - 72)) | (1L << (XOR_ASSIGN - 72)) | (1L << (MOD_ASSIGN - 72)) | (1L << (LSHIFT_ASSIGN - 72)) | (1L << (RSHIFT_ASSIGN - 72)) | (1L << (URSHIFT_ASSIGN - 72)))) != 0)) ) { - _errHandler.recoverInline(this); - } - else { - if ( _input.LA(1)==Token.EOF ) matchedEOF = true; - _errHandler.reportMatch(this); - consume(); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConditionalExpressionContext extends ParserRuleContext { - public ConditionalOrExpressionContext conditionalOrExpression() { - return getRuleContext(ConditionalOrExpressionContext.class,0); - } - public TerminalNode QUESTION() { return getToken(Java8Parser.QUESTION, 0); } - public ExpressionContext expression() { - return getRuleContext(ExpressionContext.class,0); - } - public TerminalNode COLON() { return getToken(Java8Parser.COLON, 0); } - public ConditionalExpressionContext conditionalExpression() { - return getRuleContext(ConditionalExpressionContext.class,0); - } - public ConditionalExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_conditionalExpression; } - } - - public final ConditionalExpressionContext conditionalExpression() throws RecognitionException { - ConditionalExpressionContext _localctx = new ConditionalExpressionContext(_ctx, getState()); - enterRule(_localctx, 472, RULE_conditionalExpression); - try { - setState(2865); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,334,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(2858); - conditionalOrExpression(0); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(2859); - conditionalOrExpression(0); - setState(2860); - match(QUESTION); - setState(2861); - expression(); - setState(2862); - match(COLON); - setState(2863); - conditionalExpression(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class ConditionalOrExpressionContext extends ParserRuleContext { - public ConditionalAndExpressionContext conditionalAndExpression() { - return getRuleContext(ConditionalAndExpressionContext.class,0); - } - public ConditionalOrExpressionContext conditionalOrExpression() { - return getRuleContext(ConditionalOrExpressionContext.class,0); - } - public TerminalNode OR() { return getToken(Java8Parser.OR, 0); } - public ConditionalOrExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_conditionalOrExpression; } - } - - public final ConditionalOrExpressionContext conditionalOrExpression() throws RecognitionException { - return conditionalOrExpression(0); - } - - private ConditionalOrExpressionContext conditionalOrExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - ConditionalOrExpressionContext _localctx = new ConditionalOrExpressionContext(_ctx, _parentState); - ConditionalOrExpressionContext _prevctx = _localctx; - int _startState = 474; - enterRecursionRule(_localctx, 474, RULE_conditionalOrExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2868); - conditionalAndExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2875); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,335,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new ConditionalOrExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_conditionalOrExpression); - setState(2870); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2871); - match(OR); - setState(2872); - conditionalAndExpression(0); - } - } - } - setState(2877); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,335,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class ConditionalAndExpressionContext extends ParserRuleContext { - public InclusiveOrExpressionContext inclusiveOrExpression() { - return getRuleContext(InclusiveOrExpressionContext.class,0); - } - public ConditionalAndExpressionContext conditionalAndExpression() { - return getRuleContext(ConditionalAndExpressionContext.class,0); - } - public TerminalNode AND() { return getToken(Java8Parser.AND, 0); } - public ConditionalAndExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_conditionalAndExpression; } - } - - public final ConditionalAndExpressionContext conditionalAndExpression() throws RecognitionException { - return conditionalAndExpression(0); - } - - private ConditionalAndExpressionContext conditionalAndExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - ConditionalAndExpressionContext _localctx = new ConditionalAndExpressionContext(_ctx, _parentState); - ConditionalAndExpressionContext _prevctx = _localctx; - int _startState = 476; - enterRecursionRule(_localctx, 476, RULE_conditionalAndExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2879); - inclusiveOrExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2886); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,336,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new ConditionalAndExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_conditionalAndExpression); - setState(2881); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2882); - match(AND); - setState(2883); - inclusiveOrExpression(0); - } - } - } - setState(2888); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,336,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class InclusiveOrExpressionContext extends ParserRuleContext { - public ExclusiveOrExpressionContext exclusiveOrExpression() { - return getRuleContext(ExclusiveOrExpressionContext.class,0); - } - public InclusiveOrExpressionContext inclusiveOrExpression() { - return getRuleContext(InclusiveOrExpressionContext.class,0); - } - public TerminalNode BITOR() { return getToken(Java8Parser.BITOR, 0); } - public InclusiveOrExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_inclusiveOrExpression; } - } - - public final InclusiveOrExpressionContext inclusiveOrExpression() throws RecognitionException { - return inclusiveOrExpression(0); - } - - private InclusiveOrExpressionContext inclusiveOrExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - InclusiveOrExpressionContext _localctx = new InclusiveOrExpressionContext(_ctx, _parentState); - InclusiveOrExpressionContext _prevctx = _localctx; - int _startState = 478; - enterRecursionRule(_localctx, 478, RULE_inclusiveOrExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2890); - exclusiveOrExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2897); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,337,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new InclusiveOrExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_inclusiveOrExpression); - setState(2892); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2893); - match(BITOR); - setState(2894); - exclusiveOrExpression(0); - } - } - } - setState(2899); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,337,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class ExclusiveOrExpressionContext extends ParserRuleContext { - public AndExpressionContext andExpression() { - return getRuleContext(AndExpressionContext.class,0); - } - public ExclusiveOrExpressionContext exclusiveOrExpression() { - return getRuleContext(ExclusiveOrExpressionContext.class,0); - } - public TerminalNode CARET() { return getToken(Java8Parser.CARET, 0); } - public ExclusiveOrExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_exclusiveOrExpression; } - } - - public final ExclusiveOrExpressionContext exclusiveOrExpression() throws RecognitionException { - return exclusiveOrExpression(0); - } - - private ExclusiveOrExpressionContext exclusiveOrExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - ExclusiveOrExpressionContext _localctx = new ExclusiveOrExpressionContext(_ctx, _parentState); - ExclusiveOrExpressionContext _prevctx = _localctx; - int _startState = 480; - enterRecursionRule(_localctx, 480, RULE_exclusiveOrExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2901); - andExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2908); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,338,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new ExclusiveOrExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_exclusiveOrExpression); - setState(2903); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2904); - match(CARET); - setState(2905); - andExpression(0); - } - } - } - setState(2910); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,338,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class AndExpressionContext extends ParserRuleContext { - public EqualityExpressionContext equalityExpression() { - return getRuleContext(EqualityExpressionContext.class,0); - } - public AndExpressionContext andExpression() { - return getRuleContext(AndExpressionContext.class,0); - } - public TerminalNode BITAND() { return getToken(Java8Parser.BITAND, 0); } - public AndExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_andExpression; } - } - - public final AndExpressionContext andExpression() throws RecognitionException { - return andExpression(0); - } - - private AndExpressionContext andExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - AndExpressionContext _localctx = new AndExpressionContext(_ctx, _parentState); - AndExpressionContext _prevctx = _localctx; - int _startState = 482; - enterRecursionRule(_localctx, 482, RULE_andExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2912); - equalityExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2919); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,339,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - { - _localctx = new AndExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_andExpression); - setState(2914); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2915); - match(BITAND); - setState(2916); - equalityExpression(0); - } - } - } - setState(2921); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,339,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class EqualityExpressionContext extends ParserRuleContext { - public RelationalExpressionContext relationalExpression() { - return getRuleContext(RelationalExpressionContext.class,0); - } - public EqualityExpressionContext equalityExpression() { - return getRuleContext(EqualityExpressionContext.class,0); - } - public TerminalNode EQUAL() { return getToken(Java8Parser.EQUAL, 0); } - public TerminalNode NOTEQUAL() { return getToken(Java8Parser.NOTEQUAL, 0); } - public EqualityExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_equalityExpression; } - } - - public final EqualityExpressionContext equalityExpression() throws RecognitionException { - return equalityExpression(0); - } - - private EqualityExpressionContext equalityExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - EqualityExpressionContext _localctx = new EqualityExpressionContext(_ctx, _parentState); - EqualityExpressionContext _prevctx = _localctx; - int _startState = 484; - enterRecursionRule(_localctx, 484, RULE_equalityExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2923); - relationalExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2933); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,341,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(2931); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,340,_ctx) ) { - case 1: - { - _localctx = new EqualityExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_equalityExpression); - setState(2925); - if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(2926); - match(EQUAL); - setState(2927); - relationalExpression(0); - } - break; - case 2: - { - _localctx = new EqualityExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_equalityExpression); - setState(2928); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2929); - match(NOTEQUAL); - setState(2930); - relationalExpression(0); - } - break; - } - } - } - setState(2935); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,341,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class RelationalExpressionContext extends ParserRuleContext { - public ShiftExpressionContext shiftExpression() { - return getRuleContext(ShiftExpressionContext.class,0); - } - public RelationalExpressionContext relationalExpression() { - return getRuleContext(RelationalExpressionContext.class,0); - } - public TerminalNode LT() { return getToken(Java8Parser.LT, 0); } - public TerminalNode GT() { return getToken(Java8Parser.GT, 0); } - public TerminalNode LE() { return getToken(Java8Parser.LE, 0); } - public TerminalNode GE() { return getToken(Java8Parser.GE, 0); } - public TerminalNode INSTANCEOF() { return getToken(Java8Parser.INSTANCEOF, 0); } - public ReferenceTypeContext referenceType() { - return getRuleContext(ReferenceTypeContext.class,0); - } - public RelationalExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_relationalExpression; } - } - - public final RelationalExpressionContext relationalExpression() throws RecognitionException { - return relationalExpression(0); - } - - private RelationalExpressionContext relationalExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - RelationalExpressionContext _localctx = new RelationalExpressionContext(_ctx, _parentState); - RelationalExpressionContext _prevctx = _localctx; - int _startState = 486; - enterRecursionRule(_localctx, 486, RULE_relationalExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2937); - shiftExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2956); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,343,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(2954); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,342,_ctx) ) { - case 1: - { - _localctx = new RelationalExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_relationalExpression); - setState(2939); - if (!(precpred(_ctx, 5))) throw new FailedPredicateException(this, "precpred(_ctx, 5)"); - setState(2940); - match(LT); - setState(2941); - shiftExpression(0); - } - break; - case 2: - { - _localctx = new RelationalExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_relationalExpression); - setState(2942); - if (!(precpred(_ctx, 4))) throw new FailedPredicateException(this, "precpred(_ctx, 4)"); - setState(2943); - match(GT); - setState(2944); - shiftExpression(0); - } - break; - case 3: - { - _localctx = new RelationalExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_relationalExpression); - setState(2945); - if (!(precpred(_ctx, 3))) throw new FailedPredicateException(this, "precpred(_ctx, 3)"); - setState(2946); - match(LE); - setState(2947); - shiftExpression(0); - } - break; - case 4: - { - _localctx = new RelationalExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_relationalExpression); - setState(2948); - if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(2949); - match(GE); - setState(2950); - shiftExpression(0); - } - break; - case 5: - { - _localctx = new RelationalExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_relationalExpression); - setState(2951); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2952); - match(INSTANCEOF); - setState(2953); - referenceType(); - } - break; - } - } - } - setState(2958); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,343,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class ShiftExpressionContext extends ParserRuleContext { - public AdditiveExpressionContext additiveExpression() { - return getRuleContext(AdditiveExpressionContext.class,0); - } - public ShiftExpressionContext shiftExpression() { - return getRuleContext(ShiftExpressionContext.class,0); - } - public List LT() { return getTokens(Java8Parser.LT); } - public TerminalNode LT(int i) { - return getToken(Java8Parser.LT, i); - } - public List GT() { return getTokens(Java8Parser.GT); } - public TerminalNode GT(int i) { - return getToken(Java8Parser.GT, i); - } - public ShiftExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_shiftExpression; } - } - - public final ShiftExpressionContext shiftExpression() throws RecognitionException { - return shiftExpression(0); - } - - private ShiftExpressionContext shiftExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - ShiftExpressionContext _localctx = new ShiftExpressionContext(_ctx, _parentState); - ShiftExpressionContext _prevctx = _localctx; - int _startState = 488; - enterRecursionRule(_localctx, 488, RULE_shiftExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2960); - additiveExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2977); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,345,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(2975); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,344,_ctx) ) { - case 1: - { - _localctx = new ShiftExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_shiftExpression); - setState(2962); - if (!(precpred(_ctx, 3))) throw new FailedPredicateException(this, "precpred(_ctx, 3)"); - setState(2963); - match(LT); - setState(2964); - match(LT); - setState(2965); - additiveExpression(0); - } - break; - case 2: - { - _localctx = new ShiftExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_shiftExpression); - setState(2966); - if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(2967); - match(GT); - setState(2968); - match(GT); - setState(2969); - additiveExpression(0); - } - break; - case 3: - { - _localctx = new ShiftExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_shiftExpression); - setState(2970); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2971); - match(GT); - setState(2972); - match(GT); - setState(2973); - match(GT); - setState(2974); - additiveExpression(0); - } - break; - } - } - } - setState(2979); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,345,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class AdditiveExpressionContext extends ParserRuleContext { - public MultiplicativeExpressionContext multiplicativeExpression() { - return getRuleContext(MultiplicativeExpressionContext.class,0); - } - public AdditiveExpressionContext additiveExpression() { - return getRuleContext(AdditiveExpressionContext.class,0); - } - public TerminalNode ADD() { return getToken(Java8Parser.ADD, 0); } - public TerminalNode SUB() { return getToken(Java8Parser.SUB, 0); } - public AdditiveExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_additiveExpression; } - } - - public final AdditiveExpressionContext additiveExpression() throws RecognitionException { - return additiveExpression(0); - } - - private AdditiveExpressionContext additiveExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - AdditiveExpressionContext _localctx = new AdditiveExpressionContext(_ctx, _parentState); - AdditiveExpressionContext _prevctx = _localctx; - int _startState = 490; - enterRecursionRule(_localctx, 490, RULE_additiveExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2981); - multiplicativeExpression(0); - } - _ctx.stop = _input.LT(-1); - setState(2991); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,347,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(2989); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,346,_ctx) ) { - case 1: - { - _localctx = new AdditiveExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_additiveExpression); - setState(2983); - if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(2984); - match(ADD); - setState(2985); - multiplicativeExpression(0); - } - break; - case 2: - { - _localctx = new AdditiveExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_additiveExpression); - setState(2986); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(2987); - match(SUB); - setState(2988); - multiplicativeExpression(0); - } - break; - } - } - } - setState(2993); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,347,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class MultiplicativeExpressionContext extends ParserRuleContext { - public UnaryExpressionContext unaryExpression() { - return getRuleContext(UnaryExpressionContext.class,0); - } - public MultiplicativeExpressionContext multiplicativeExpression() { - return getRuleContext(MultiplicativeExpressionContext.class,0); - } - public TerminalNode MUL() { return getToken(Java8Parser.MUL, 0); } - public TerminalNode DIV() { return getToken(Java8Parser.DIV, 0); } - public TerminalNode MOD() { return getToken(Java8Parser.MOD, 0); } - public MultiplicativeExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_multiplicativeExpression; } - } - - public final MultiplicativeExpressionContext multiplicativeExpression() throws RecognitionException { - return multiplicativeExpression(0); - } - - private MultiplicativeExpressionContext multiplicativeExpression(int _p) throws RecognitionException { - ParserRuleContext _parentctx = _ctx; - int _parentState = getState(); - MultiplicativeExpressionContext _localctx = new MultiplicativeExpressionContext(_ctx, _parentState); - MultiplicativeExpressionContext _prevctx = _localctx; - int _startState = 492; - enterRecursionRule(_localctx, 492, RULE_multiplicativeExpression, _p); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - { - setState(2995); - unaryExpression(); - } - _ctx.stop = _input.LT(-1); - setState(3008); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,349,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - if ( _parseListeners!=null ) triggerExitRuleEvent(); - _prevctx = _localctx; - { - setState(3006); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,348,_ctx) ) { - case 1: - { - _localctx = new MultiplicativeExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_multiplicativeExpression); - setState(2997); - if (!(precpred(_ctx, 3))) throw new FailedPredicateException(this, "precpred(_ctx, 3)"); - setState(2998); - match(MUL); - setState(2999); - unaryExpression(); - } - break; - case 2: - { - _localctx = new MultiplicativeExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_multiplicativeExpression); - setState(3000); - if (!(precpred(_ctx, 2))) throw new FailedPredicateException(this, "precpred(_ctx, 2)"); - setState(3001); - match(DIV); - setState(3002); - unaryExpression(); - } - break; - case 3: - { - _localctx = new MultiplicativeExpressionContext(_parentctx, _parentState); - pushNewRecursionContext(_localctx, _startState, RULE_multiplicativeExpression); - setState(3003); - if (!(precpred(_ctx, 1))) throw new FailedPredicateException(this, "precpred(_ctx, 1)"); - setState(3004); - match(MOD); - setState(3005); - unaryExpression(); - } - break; - } - } - } - setState(3010); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,349,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - unrollRecursionContexts(_parentctx); - } - return _localctx; - } - - public static class UnaryExpressionContext extends ParserRuleContext { - public PreIncrementExpressionContext preIncrementExpression() { - return getRuleContext(PreIncrementExpressionContext.class,0); - } - public PreDecrementExpressionContext preDecrementExpression() { - return getRuleContext(PreDecrementExpressionContext.class,0); - } - public TerminalNode ADD() { return getToken(Java8Parser.ADD, 0); } - public UnaryExpressionContext unaryExpression() { - return getRuleContext(UnaryExpressionContext.class,0); - } - public TerminalNode SUB() { return getToken(Java8Parser.SUB, 0); } - public UnaryExpressionNotPlusMinusContext unaryExpressionNotPlusMinus() { - return getRuleContext(UnaryExpressionNotPlusMinusContext.class,0); - } - public UnaryExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unaryExpression; } - } - - public final UnaryExpressionContext unaryExpression() throws RecognitionException { - UnaryExpressionContext _localctx = new UnaryExpressionContext(_ctx, getState()); - enterRule(_localctx, 494, RULE_unaryExpression); - try { - setState(3018); - _errHandler.sync(this); - switch (_input.LA(1)) { - case INC: - enterOuterAlt(_localctx, 1); - { - setState(3011); - preIncrementExpression(); - } - break; - case DEC: - enterOuterAlt(_localctx, 2); - { - setState(3012); - preDecrementExpression(); - } - break; - case ADD: - enterOuterAlt(_localctx, 3); - { - setState(3013); - match(ADD); - setState(3014); - unaryExpression(); - } - break; - case SUB: - enterOuterAlt(_localctx, 4); - { - setState(3015); - match(SUB); - setState(3016); - unaryExpression(); - } - break; - case BOOLEAN: - case BYTE: - case CHAR: - case DOUBLE: - case FLOAT: - case INT: - case LONG: - case NEW: - case SHORT: - case SUPER: - case THIS: - case VOID: - case IntegerLiteral: - case FloatingPointLiteral: - case BooleanLiteral: - case CharacterLiteral: - case StringLiteral: - case NullLiteral: - case LPAREN: - case BANG: - case TILDE: - case Identifier: - case AT: - enterOuterAlt(_localctx, 5); - { - setState(3017); - unaryExpressionNotPlusMinus(); - } - break; - default: - throw new NoViableAltException(this); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PreIncrementExpressionContext extends ParserRuleContext { - public TerminalNode INC() { return getToken(Java8Parser.INC, 0); } - public UnaryExpressionContext unaryExpression() { - return getRuleContext(UnaryExpressionContext.class,0); - } - public PreIncrementExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_preIncrementExpression; } - } - - public final PreIncrementExpressionContext preIncrementExpression() throws RecognitionException { - PreIncrementExpressionContext _localctx = new PreIncrementExpressionContext(_ctx, getState()); - enterRule(_localctx, 496, RULE_preIncrementExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(3020); - match(INC); - setState(3021); - unaryExpression(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PreDecrementExpressionContext extends ParserRuleContext { - public TerminalNode DEC() { return getToken(Java8Parser.DEC, 0); } - public UnaryExpressionContext unaryExpression() { - return getRuleContext(UnaryExpressionContext.class,0); - } - public PreDecrementExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_preDecrementExpression; } - } - - public final PreDecrementExpressionContext preDecrementExpression() throws RecognitionException { - PreDecrementExpressionContext _localctx = new PreDecrementExpressionContext(_ctx, getState()); - enterRule(_localctx, 498, RULE_preDecrementExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(3023); - match(DEC); - setState(3024); - unaryExpression(); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class UnaryExpressionNotPlusMinusContext extends ParserRuleContext { - public PostfixExpressionContext postfixExpression() { - return getRuleContext(PostfixExpressionContext.class,0); - } - public TerminalNode TILDE() { return getToken(Java8Parser.TILDE, 0); } - public UnaryExpressionContext unaryExpression() { - return getRuleContext(UnaryExpressionContext.class,0); - } - public TerminalNode BANG() { return getToken(Java8Parser.BANG, 0); } - public CastExpressionContext castExpression() { - return getRuleContext(CastExpressionContext.class,0); - } - public UnaryExpressionNotPlusMinusContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_unaryExpressionNotPlusMinus; } - } - - public final UnaryExpressionNotPlusMinusContext unaryExpressionNotPlusMinus() throws RecognitionException { - UnaryExpressionNotPlusMinusContext _localctx = new UnaryExpressionNotPlusMinusContext(_ctx, getState()); - enterRule(_localctx, 500, RULE_unaryExpressionNotPlusMinus); - try { - setState(3032); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,351,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(3026); - postfixExpression(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(3027); - match(TILDE); - setState(3028); - unaryExpression(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(3029); - match(BANG); - setState(3030); - unaryExpression(); - } - break; - case 4: - enterOuterAlt(_localctx, 4); - { - setState(3031); - castExpression(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PostfixExpressionContext extends ParserRuleContext { - public PrimaryContext primary() { - return getRuleContext(PrimaryContext.class,0); - } - public ExpressionNameContext expressionName() { - return getRuleContext(ExpressionNameContext.class,0); - } - public List postIncrementExpression_lf_postfixExpression() { - return getRuleContexts(PostIncrementExpression_lf_postfixExpressionContext.class); - } - public PostIncrementExpression_lf_postfixExpressionContext postIncrementExpression_lf_postfixExpression(int i) { - return getRuleContext(PostIncrementExpression_lf_postfixExpressionContext.class,i); - } - public List postDecrementExpression_lf_postfixExpression() { - return getRuleContexts(PostDecrementExpression_lf_postfixExpressionContext.class); - } - public PostDecrementExpression_lf_postfixExpressionContext postDecrementExpression_lf_postfixExpression(int i) { - return getRuleContext(PostDecrementExpression_lf_postfixExpressionContext.class,i); - } - public PostfixExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_postfixExpression; } - } - - public final PostfixExpressionContext postfixExpression() throws RecognitionException { - PostfixExpressionContext _localctx = new PostfixExpressionContext(_ctx, getState()); - enterRule(_localctx, 502, RULE_postfixExpression); - try { - int _alt; - enterOuterAlt(_localctx, 1); - { - setState(3036); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,352,_ctx) ) { - case 1: - { - setState(3034); - primary(); - } - break; - case 2: - { - setState(3035); - expressionName(); - } - break; - } - setState(3042); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,354,_ctx); - while ( _alt!=2 && _alt!=org.antlr.v4.runtime.atn.ATN.INVALID_ALT_NUMBER ) { - if ( _alt==1 ) { - { - setState(3040); - _errHandler.sync(this); - switch (_input.LA(1)) { - case INC: - { - setState(3038); - postIncrementExpression_lf_postfixExpression(); - } - break; - case DEC: - { - setState(3039); - postDecrementExpression_lf_postfixExpression(); - } - break; - default: - throw new NoViableAltException(this); - } - } - } - setState(3044); - _errHandler.sync(this); - _alt = getInterpreter().adaptivePredict(_input,354,_ctx); - } - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PostIncrementExpressionContext extends ParserRuleContext { - public PostfixExpressionContext postfixExpression() { - return getRuleContext(PostfixExpressionContext.class,0); - } - public TerminalNode INC() { return getToken(Java8Parser.INC, 0); } - public PostIncrementExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_postIncrementExpression; } - } - - public final PostIncrementExpressionContext postIncrementExpression() throws RecognitionException { - PostIncrementExpressionContext _localctx = new PostIncrementExpressionContext(_ctx, getState()); - enterRule(_localctx, 504, RULE_postIncrementExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(3045); - postfixExpression(); - setState(3046); - match(INC); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PostIncrementExpression_lf_postfixExpressionContext extends ParserRuleContext { - public TerminalNode INC() { return getToken(Java8Parser.INC, 0); } - public PostIncrementExpression_lf_postfixExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_postIncrementExpression_lf_postfixExpression; } - } - - public final PostIncrementExpression_lf_postfixExpressionContext postIncrementExpression_lf_postfixExpression() throws RecognitionException { - PostIncrementExpression_lf_postfixExpressionContext _localctx = new PostIncrementExpression_lf_postfixExpressionContext(_ctx, getState()); - enterRule(_localctx, 506, RULE_postIncrementExpression_lf_postfixExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(3048); - match(INC); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PostDecrementExpressionContext extends ParserRuleContext { - public PostfixExpressionContext postfixExpression() { - return getRuleContext(PostfixExpressionContext.class,0); - } - public TerminalNode DEC() { return getToken(Java8Parser.DEC, 0); } - public PostDecrementExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_postDecrementExpression; } - } - - public final PostDecrementExpressionContext postDecrementExpression() throws RecognitionException { - PostDecrementExpressionContext _localctx = new PostDecrementExpressionContext(_ctx, getState()); - enterRule(_localctx, 508, RULE_postDecrementExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(3050); - postfixExpression(); - setState(3051); - match(DEC); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class PostDecrementExpression_lf_postfixExpressionContext extends ParserRuleContext { - public TerminalNode DEC() { return getToken(Java8Parser.DEC, 0); } - public PostDecrementExpression_lf_postfixExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_postDecrementExpression_lf_postfixExpression; } - } - - public final PostDecrementExpression_lf_postfixExpressionContext postDecrementExpression_lf_postfixExpression() throws RecognitionException { - PostDecrementExpression_lf_postfixExpressionContext _localctx = new PostDecrementExpression_lf_postfixExpressionContext(_ctx, getState()); - enterRule(_localctx, 510, RULE_postDecrementExpression_lf_postfixExpression); - try { - enterOuterAlt(_localctx, 1); - { - setState(3053); - match(DEC); - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public static class CastExpressionContext extends ParserRuleContext { - public TerminalNode LPAREN() { return getToken(Java8Parser.LPAREN, 0); } - public PrimitiveTypeContext primitiveType() { - return getRuleContext(PrimitiveTypeContext.class,0); - } - public TerminalNode RPAREN() { return getToken(Java8Parser.RPAREN, 0); } - public UnaryExpressionContext unaryExpression() { - return getRuleContext(UnaryExpressionContext.class,0); - } - public ReferenceTypeContext referenceType() { - return getRuleContext(ReferenceTypeContext.class,0); - } - public UnaryExpressionNotPlusMinusContext unaryExpressionNotPlusMinus() { - return getRuleContext(UnaryExpressionNotPlusMinusContext.class,0); - } - public List additionalBound() { - return getRuleContexts(AdditionalBoundContext.class); - } - public AdditionalBoundContext additionalBound(int i) { - return getRuleContext(AdditionalBoundContext.class,i); - } - public LambdaExpressionContext lambdaExpression() { - return getRuleContext(LambdaExpressionContext.class,0); - } - public CastExpressionContext(ParserRuleContext parent, int invokingState) { - super(parent, invokingState); - } - @Override public int getRuleIndex() { return RULE_castExpression; } - } - - public final CastExpressionContext castExpression() throws RecognitionException { - CastExpressionContext _localctx = new CastExpressionContext(_ctx, getState()); - enterRule(_localctx, 512, RULE_castExpression); - int _la; - try { - setState(3082); - _errHandler.sync(this); - switch ( getInterpreter().adaptivePredict(_input,357,_ctx) ) { - case 1: - enterOuterAlt(_localctx, 1); - { - setState(3055); - match(LPAREN); - setState(3056); - primitiveType(); - setState(3057); - match(RPAREN); - setState(3058); - unaryExpression(); - } - break; - case 2: - enterOuterAlt(_localctx, 2); - { - setState(3060); - match(LPAREN); - setState(3061); - referenceType(); - setState(3065); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==BITAND) { - { - { - setState(3062); - additionalBound(); - } - } - setState(3067); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(3068); - match(RPAREN); - setState(3069); - unaryExpressionNotPlusMinus(); - } - break; - case 3: - enterOuterAlt(_localctx, 3); - { - setState(3071); - match(LPAREN); - setState(3072); - referenceType(); - setState(3076); - _errHandler.sync(this); - _la = _input.LA(1); - while (_la==BITAND) { - { - { - setState(3073); - additionalBound(); - } - } - setState(3078); - _errHandler.sync(this); - _la = _input.LA(1); - } - setState(3079); - match(RPAREN); - setState(3080); - lambdaExpression(); - } - break; - } - } - catch (RecognitionException re) { - _localctx.exception = re; - _errHandler.reportError(this, re); - _errHandler.recover(this, re); - } - finally { - exitRule(); - } - return _localctx; - } - - public boolean sempred(RuleContext _localctx, int ruleIndex, int predIndex) { - switch (ruleIndex) { - case 27: - return packageName_sempred((PackageNameContext)_localctx, predIndex); - case 29: - return packageOrTypeName_sempred((PackageOrTypeNameContext)_localctx, predIndex); - case 32: - return ambiguousName_sempred((AmbiguousNameContext)_localctx, predIndex); - case 161: - return guardedPattern_sempred((GuardedPatternContext)_localctx, predIndex); - case 237: - return conditionalOrExpression_sempred((ConditionalOrExpressionContext)_localctx, predIndex); - case 238: - return conditionalAndExpression_sempred((ConditionalAndExpressionContext)_localctx, predIndex); - case 239: - return inclusiveOrExpression_sempred((InclusiveOrExpressionContext)_localctx, predIndex); - case 240: - return exclusiveOrExpression_sempred((ExclusiveOrExpressionContext)_localctx, predIndex); - case 241: - return andExpression_sempred((AndExpressionContext)_localctx, predIndex); - case 242: - return equalityExpression_sempred((EqualityExpressionContext)_localctx, predIndex); - case 243: - return relationalExpression_sempred((RelationalExpressionContext)_localctx, predIndex); - case 244: - return shiftExpression_sempred((ShiftExpressionContext)_localctx, predIndex); - case 245: - return additiveExpression_sempred((AdditiveExpressionContext)_localctx, predIndex); - case 246: - return multiplicativeExpression_sempred((MultiplicativeExpressionContext)_localctx, predIndex); - } - return true; - } - private boolean packageName_sempred(PackageNameContext _localctx, int predIndex) { - switch (predIndex) { - case 0: - return precpred(_ctx, 1); - } - return true; - } - private boolean packageOrTypeName_sempred(PackageOrTypeNameContext _localctx, int predIndex) { - switch (predIndex) { - case 1: - return precpred(_ctx, 1); - } - return true; - } - private boolean ambiguousName_sempred(AmbiguousNameContext _localctx, int predIndex) { - switch (predIndex) { - case 2: - return precpred(_ctx, 1); - } - return true; - } - private boolean guardedPattern_sempred(GuardedPatternContext _localctx, int predIndex) { - switch (predIndex) { - case 3: - return precpred(_ctx, 1); - } - return true; - } - private boolean conditionalOrExpression_sempred(ConditionalOrExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 4: - return precpred(_ctx, 1); - } - return true; - } - private boolean conditionalAndExpression_sempred(ConditionalAndExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 5: - return precpred(_ctx, 1); - } - return true; - } - private boolean inclusiveOrExpression_sempred(InclusiveOrExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 6: - return precpred(_ctx, 1); - } - return true; - } - private boolean exclusiveOrExpression_sempred(ExclusiveOrExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 7: - return precpred(_ctx, 1); - } - return true; - } - private boolean andExpression_sempred(AndExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 8: - return precpred(_ctx, 1); - } - return true; - } - private boolean equalityExpression_sempred(EqualityExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 9: - return precpred(_ctx, 2); - case 10: - return precpred(_ctx, 1); - } - return true; - } - private boolean relationalExpression_sempred(RelationalExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 11: - return precpred(_ctx, 5); - case 12: - return precpred(_ctx, 4); - case 13: - return precpred(_ctx, 3); - case 14: - return precpred(_ctx, 2); - case 15: - return precpred(_ctx, 1); - } - return true; - } - private boolean shiftExpression_sempred(ShiftExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 16: - return precpred(_ctx, 3); - case 17: - return precpred(_ctx, 2); - case 18: - return precpred(_ctx, 1); - } - return true; - } - private boolean additiveExpression_sempred(AdditiveExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 19: - return precpred(_ctx, 2); - case 20: - return precpred(_ctx, 1); - } - return true; - } - private boolean multiplicativeExpression_sempred(MultiplicativeExpressionContext _localctx, int predIndex) { - switch (predIndex) { - case 21: - return precpred(_ctx, 3); - case 22: - return precpred(_ctx, 2); - case 23: - return precpred(_ctx, 1); - } - return true; - } - - private static final int _serializedATNSegments = 2; - private static final String _serializedATNSegment0 = - "\3\u608b\ua72a\u8133\ub9ed\u417c\u3be7\u7786\u5964\3s\u0c0f\4\2\t\2\4"+ - "\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13\t"+ - "\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ - "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ - "\4\32\t\32\4\33\t\33\4\34\t\34\4\35\t\35\4\36\t\36\4\37\t\37\4 \t \4!"+ - "\t!\4\"\t\"\4#\t#\4$\t$\4%\t%\4&\t&\4\'\t\'\4(\t(\4)\t)\4*\t*\4+\t+\4"+ - ",\t,\4-\t-\4.\t.\4/\t/\4\60\t\60\4\61\t\61\4\62\t\62\4\63\t\63\4\64\t"+ - "\64\4\65\t\65\4\66\t\66\4\67\t\67\48\t8\49\t9\4:\t:\4;\t;\4<\t<\4=\t="+ - "\4>\t>\4?\t?\4@\t@\4A\tA\4B\tB\4C\tC\4D\tD\4E\tE\4F\tF\4G\tG\4H\tH\4I"+ - "\tI\4J\tJ\4K\tK\4L\tL\4M\tM\4N\tN\4O\tO\4P\tP\4Q\tQ\4R\tR\4S\tS\4T\tT"+ - "\4U\tU\4V\tV\4W\tW\4X\tX\4Y\tY\4Z\tZ\4[\t[\4\\\t\\\4]\t]\4^\t^\4_\t_\4"+ - "`\t`\4a\ta\4b\tb\4c\tc\4d\td\4e\te\4f\tf\4g\tg\4h\th\4i\ti\4j\tj\4k\t"+ - "k\4l\tl\4m\tm\4n\tn\4o\to\4p\tp\4q\tq\4r\tr\4s\ts\4t\tt\4u\tu\4v\tv\4"+ - "w\tw\4x\tx\4y\ty\4z\tz\4{\t{\4|\t|\4}\t}\4~\t~\4\177\t\177\4\u0080\t\u0080"+ - "\4\u0081\t\u0081\4\u0082\t\u0082\4\u0083\t\u0083\4\u0084\t\u0084\4\u0085"+ - "\t\u0085\4\u0086\t\u0086\4\u0087\t\u0087\4\u0088\t\u0088\4\u0089\t\u0089"+ - "\4\u008a\t\u008a\4\u008b\t\u008b\4\u008c\t\u008c\4\u008d\t\u008d\4\u008e"+ - "\t\u008e\4\u008f\t\u008f\4\u0090\t\u0090\4\u0091\t\u0091\4\u0092\t\u0092"+ - "\4\u0093\t\u0093\4\u0094\t\u0094\4\u0095\t\u0095\4\u0096\t\u0096\4\u0097"+ - "\t\u0097\4\u0098\t\u0098\4\u0099\t\u0099\4\u009a\t\u009a\4\u009b\t\u009b"+ - "\4\u009c\t\u009c\4\u009d\t\u009d\4\u009e\t\u009e\4\u009f\t\u009f\4\u00a0"+ - "\t\u00a0\4\u00a1\t\u00a1\4\u00a2\t\u00a2\4\u00a3\t\u00a3\4\u00a4\t\u00a4"+ - "\4\u00a5\t\u00a5\4\u00a6\t\u00a6\4\u00a7\t\u00a7\4\u00a8\t\u00a8\4\u00a9"+ - "\t\u00a9\4\u00aa\t\u00aa\4\u00ab\t\u00ab\4\u00ac\t\u00ac\4\u00ad\t\u00ad"+ - "\4\u00ae\t\u00ae\4\u00af\t\u00af\4\u00b0\t\u00b0\4\u00b1\t\u00b1\4\u00b2"+ - "\t\u00b2\4\u00b3\t\u00b3\4\u00b4\t\u00b4\4\u00b5\t\u00b5\4\u00b6\t\u00b6"+ - "\4\u00b7\t\u00b7\4\u00b8\t\u00b8\4\u00b9\t\u00b9\4\u00ba\t\u00ba\4\u00bb"+ - "\t\u00bb\4\u00bc\t\u00bc\4\u00bd\t\u00bd\4\u00be\t\u00be\4\u00bf\t\u00bf"+ - "\4\u00c0\t\u00c0\4\u00c1\t\u00c1\4\u00c2\t\u00c2\4\u00c3\t\u00c3\4\u00c4"+ - "\t\u00c4\4\u00c5\t\u00c5\4\u00c6\t\u00c6\4\u00c7\t\u00c7\4\u00c8\t\u00c8"+ - "\4\u00c9\t\u00c9\4\u00ca\t\u00ca\4\u00cb\t\u00cb\4\u00cc\t\u00cc\4\u00cd"+ - "\t\u00cd\4\u00ce\t\u00ce\4\u00cf\t\u00cf\4\u00d0\t\u00d0\4\u00d1\t\u00d1"+ - "\4\u00d2\t\u00d2\4\u00d3\t\u00d3\4\u00d4\t\u00d4\4\u00d5\t\u00d5\4\u00d6"+ - "\t\u00d6\4\u00d7\t\u00d7\4\u00d8\t\u00d8\4\u00d9\t\u00d9\4\u00da\t\u00da"+ - "\4\u00db\t\u00db\4\u00dc\t\u00dc\4\u00dd\t\u00dd\4\u00de\t\u00de\4\u00df"+ - "\t\u00df\4\u00e0\t\u00e0\4\u00e1\t\u00e1\4\u00e2\t\u00e2\4\u00e3\t\u00e3"+ - "\4\u00e4\t\u00e4\4\u00e5\t\u00e5\4\u00e6\t\u00e6\4\u00e7\t\u00e7\4\u00e8"+ - "\t\u00e8\4\u00e9\t\u00e9\4\u00ea\t\u00ea\4\u00eb\t\u00eb\4\u00ec\t\u00ec"+ - "\4\u00ed\t\u00ed\4\u00ee\t\u00ee\4\u00ef\t\u00ef\4\u00f0\t\u00f0\4\u00f1"+ - "\t\u00f1\4\u00f2\t\u00f2\4\u00f3\t\u00f3\4\u00f4\t\u00f4\4\u00f5\t\u00f5"+ - "\4\u00f6\t\u00f6\4\u00f7\t\u00f7\4\u00f8\t\u00f8\4\u00f9\t\u00f9\4\u00fa"+ - "\t\u00fa\4\u00fb\t\u00fb\4\u00fc\t\u00fc\4\u00fd\t\u00fd\4\u00fe\t\u00fe"+ - "\4\u00ff\t\u00ff\4\u0100\t\u0100\4\u0101\t\u0101\4\u0102\t\u0102\3\2\3"+ - "\2\3\3\3\3\5\3\u0209\n\3\3\4\7\4\u020c\n\4\f\4\16\4\u020f\13\4\3\4\3\4"+ - "\7\4\u0213\n\4\f\4\16\4\u0216\13\4\3\4\5\4\u0219\n\4\3\5\3\5\5\5\u021d"+ - "\n\5\3\6\3\6\3\7\3\7\3\b\3\b\3\b\5\b\u0226\n\b\3\t\3\t\5\t\u022a\n\t\3"+ - "\t\3\t\7\t\u022e\n\t\f\t\16\t\u0231\13\t\3\n\7\n\u0234\n\n\f\n\16\n\u0237"+ - "\13\n\3\n\3\n\5\n\u023b\n\n\3\n\3\n\3\n\7\n\u0240\n\n\f\n\16\n\u0243\13"+ - "\n\3\n\3\n\5\n\u0247\n\n\5\n\u0249\n\n\3\13\3\13\3\13\7\13\u024e\n\13"+ - "\f\13\16\13\u0251\13\13\3\f\3\f\7\f\u0255\n\f\f\f\16\f\u0258\13\f\3\f"+ - "\3\f\5\f\u025c\n\f\3\r\7\r\u025f\n\r\f\r\16\r\u0262\13\r\3\r\3\r\5\r\u0266"+ - "\n\r\3\16\3\16\3\17\3\17\3\20\3\20\3\21\7\21\u026f\n\21\f\21\16\21\u0272"+ - "\13\21\3\21\3\21\3\22\3\22\3\22\3\22\3\22\3\22\3\22\3\22\3\22\5\22\u027f"+ - "\n\22\3\23\7\23\u0282\n\23\f\23\16\23\u0285\13\23\3\23\3\23\3\23\7\23"+ - "\u028a\n\23\f\23\16\23\u028d\13\23\3\23\3\23\7\23\u0291\n\23\f\23\16\23"+ - "\u0294\13\23\3\24\7\24\u0297\n\24\f\24\16\24\u029a\13\24\3\24\3\24\5\24"+ - "\u029e\n\24\3\25\3\25\3\26\3\26\3\26\3\26\3\26\7\26\u02a7\n\26\f\26\16"+ - "\26\u02aa\13\26\5\26\u02ac\n\26\3\27\3\27\3\27\3\30\3\30\3\30\3\30\3\31"+ - "\3\31\3\31\7\31\u02b8\n\31\f\31\16\31\u02bb\13\31\3\32\3\32\5\32\u02bf"+ - "\n\32\3\33\7\33\u02c2\n\33\f\33\16\33\u02c5\13\33\3\33\3\33\5\33\u02c9"+ - "\n\33\3\34\3\34\3\34\3\34\5\34\u02cf\n\34\3\35\3\35\3\35\3\35\3\35\3\35"+ - "\7\35\u02d7\n\35\f\35\16\35\u02da\13\35\3\36\3\36\3\36\3\36\3\36\5\36"+ - "\u02e1\n\36\3\37\3\37\3\37\3\37\3\37\3\37\7\37\u02e9\n\37\f\37\16\37\u02ec"+ - "\13\37\3 \3 \3 \3 \3 \5 \u02f3\n \3!\3!\3\"\3\"\3\"\3\"\3\"\3\"\7\"\u02fd"+ - "\n\"\f\"\16\"\u0300\13\"\3#\5#\u0303\n#\3#\7#\u0306\n#\f#\16#\u0309\13"+ - "#\3#\7#\u030c\n#\f#\16#\u030f\13#\3#\3#\3$\7$\u0314\n$\f$\16$\u0317\13"+ - "$\3$\3$\3$\3$\7$\u031d\n$\f$\16$\u0320\13$\3$\3$\3%\3%\3&\3&\3&\3&\5&"+ - "\u032a\n&\3\'\3\'\3\'\3\'\3(\3(\3(\3(\3(\3(\3)\3)\3)\3)\3)\3)\3)\3*\3"+ - "*\3*\3*\3*\3*\3*\3+\3+\3+\5+\u0347\n+\3,\3,\3,\5,\u034c\n,\3-\7-\u034f"+ - "\n-\f-\16-\u0352\13-\3-\3-\3-\5-\u0357\n-\3-\5-\u035a\n-\3-\5-\u035d\n"+ - "-\3-\5-\u0360\n-\3-\3-\3.\3.\3.\3.\3.\3.\3.\3.\3.\3.\5.\u036e\n.\3/\3"+ - "/\3/\3/\3\60\3\60\3\60\7\60\u0377\n\60\f\60\16\60\u037a\13\60\3\61\3\61"+ - "\3\61\3\62\3\62\3\62\3\63\3\63\3\63\3\64\3\64\3\64\7\64\u0388\n\64\f\64"+ - "\16\64\u038b\13\64\3\65\3\65\7\65\u038f\n\65\f\65\16\65\u0392\13\65\3"+ - "\65\3\65\3\66\3\66\3\66\5\66\u0399\n\66\3\67\3\67\3\67\3\67\3\67\5\67"+ - "\u03a0\n\67\38\78\u03a3\n8\f8\168\u03a6\138\38\58\u03a9\n8\38\38\38\3"+ - "9\39\39\39\39\39\39\39\59\u03b6\n9\3:\3:\3:\7:\u03bb\n:\f:\16:\u03be\13"+ - ":\3;\3;\3;\5;\u03c3\n;\3<\3<\5<\u03c7\n<\3=\3=\5=\u03cb\n=\3>\3>\5>\u03cf"+ - "\n>\3?\3?\5?\u03d3\n?\3@\3@\3@\5@\u03d8\n@\3A\3A\5A\u03dc\nA\3A\3A\7A"+ - "\u03e0\nA\fA\16A\u03e3\13A\3B\3B\5B\u03e7\nB\3B\3B\3B\7B\u03ec\nB\fB\16"+ - "B\u03ef\13B\3B\3B\5B\u03f3\nB\5B\u03f5\nB\3C\3C\7C\u03f9\nC\fC\16C\u03fc"+ - "\13C\3C\3C\5C\u0400\nC\3D\3D\5D\u0404\nD\3E\3E\3F\3F\3G\3G\3H\3H\3I\3"+ - "I\3I\3I\3I\3I\3I\3I\3I\5I\u0417\nI\3J\7J\u041a\nJ\fJ\16J\u041d\13J\3J"+ - "\3J\3J\3K\3K\3K\3K\3K\3K\3K\3K\3K\3K\5K\u042c\nK\3L\5L\u042f\nL\3L\3L"+ - "\5L\u0433\nL\3L\3L\7L\u0437\nL\fL\16L\u043a\13L\3L\5L\u043d\nL\3L\3L\5"+ - "L\u0441\nL\5L\u0443\nL\3M\3M\5M\u0447\nM\3N\3N\3N\5N\u044c\nN\3N\3N\5"+ - "N\u0450\nN\3O\3O\3O\3O\3O\5O\u0457\nO\3P\3P\3P\7P\u045c\nP\fP\16P\u045f"+ - "\13P\3P\3P\3P\7P\u0464\nP\fP\16P\u0467\13P\5P\u0469\nP\3Q\7Q\u046c\nQ"+ - "\fQ\16Q\u046f\13Q\3Q\5Q\u0472\nQ\3Q\3Q\3R\3R\5R\u0478\nR\3S\7S\u047b\n"+ - "S\fS\16S\u047e\13S\3S\3S\7S\u0482\nS\fS\16S\u0485\13S\3S\3S\3S\3S\5S\u048b"+ - "\nS\3T\7T\u048e\nT\fT\16T\u0491\13T\3T\3T\3T\5T\u0496\nT\3T\3T\3U\3U\3"+ - "U\3V\3V\3V\7V\u04a0\nV\fV\16V\u04a3\13V\3W\3W\5W\u04a7\nW\3X\3X\5X\u04ab"+ - "\nX\3Y\3Y\3Z\3Z\3Z\3[\7[\u04b3\n[\f[\16[\u04b6\13[\3[\3[\5[\u04ba\n[\3"+ - "[\3[\3\\\3\\\3\\\3\\\5\\\u04c2\n\\\3]\5]\u04c5\n]\3]\3]\3]\5]\u04ca\n"+ - "]\3]\3]\3^\3^\3_\3_\5_\u04d2\n_\3_\5_\u04d5\n_\3_\3_\3`\5`\u04da\n`\3"+ - "`\3`\3`\5`\u04df\n`\3`\3`\3`\5`\u04e4\n`\3`\3`\3`\5`\u04e9\n`\3`\3`\3"+ - "`\3`\3`\5`\u04f0\n`\3`\3`\3`\5`\u04f5\n`\3`\3`\3`\3`\3`\3`\5`\u04fd\n"+ - "`\3`\3`\3`\5`\u0502\n`\3`\3`\3`\5`\u0507\n`\3a\7a\u050a\na\fa\16a\u050d"+ - "\13a\3a\3a\3a\5a\u0512\na\3a\3a\3b\3b\5b\u0518\nb\3b\5b\u051b\nb\3b\5"+ - "b\u051e\nb\3b\3b\3c\3c\3c\7c\u0525\nc\fc\16c\u0528\13c\3d\7d\u052b\nd"+ - "\fd\16d\u052e\13d\3d\3d\3d\5d\u0533\nd\3d\5d\u0536\nd\3d\5d\u0539\nd\3"+ - "e\3e\3f\3f\7f\u053f\nf\ff\16f\u0542\13f\3g\7g\u0545\ng\fg\16g\u0548\13"+ - "g\3g\3g\3g\5g\u054d\ng\3g\3g\5g\u0551\ng\3g\3g\3h\3h\5h\u0557\nh\3h\3"+ - "h\3i\3i\3i\7i\u055e\ni\fi\16i\u0561\13i\3j\7j\u0564\nj\fj\16j\u0567\13"+ - "j\3j\3j\3j\3j\5j\u056d\nj\3k\7k\u0570\nk\fk\16k\u0573\13k\3k\3k\7k\u0577"+ - "\nk\fk\16k\u057a\13k\3k\3k\3k\3l\3l\7l\u0581\nl\fl\16l\u0584\13l\3l\3"+ - "l\3m\3m\5m\u058a\nm\3n\7n\u058d\nn\fn\16n\u0590\13n\3n\3n\3n\3o\3o\5o"+ - "\u0597\no\3p\7p\u059a\np\fp\16p\u059d\13p\3p\3p\3p\5p\u05a2\np\3p\5p\u05a5"+ - "\np\3p\3p\3q\3q\3q\3q\3q\3q\3q\5q\u05b0\nq\3r\3r\3r\3s\3s\7s\u05b7\ns"+ - "\fs\16s\u05ba\13s\3s\3s\3t\3t\3t\3t\3t\5t\u05c3\nt\3u\7u\u05c6\nu\fu\16"+ - "u\u05c9\13u\3u\3u\3u\3u\3v\3v\3v\3v\5v\u05d3\nv\3w\7w\u05d6\nw\fw\16w"+ - "\u05d9\13w\3w\3w\3w\3x\3x\3x\3x\3x\3x\5x\u05e4\nx\3y\7y\u05e7\ny\fy\16"+ - "y\u05ea\13y\3y\3y\3y\3y\3y\3z\3z\7z\u05f3\nz\fz\16z\u05f6\13z\3z\3z\3"+ - "{\3{\3{\3{\3{\5{\u05ff\n{\3|\7|\u0602\n|\f|\16|\u0605\13|\3|\3|\3|\3|"+ - "\3|\5|\u060c\n|\3|\5|\u060f\n|\3|\3|\3}\3}\3}\5}\u0616\n}\3~\3~\3~\3\177"+ - "\3\177\3\177\5\177\u061e\n\177\3\u0080\3\u0080\3\u0080\3\u0080\5\u0080"+ - "\u0624\n\u0080\3\u0080\3\u0080\3\u0081\3\u0081\3\u0081\7\u0081\u062b\n"+ - "\u0081\f\u0081\16\u0081\u062e\13\u0081\3\u0082\3\u0082\3\u0082\3\u0082"+ - "\3\u0083\3\u0083\3\u0083\5\u0083\u0637\n\u0083\3\u0084\3\u0084\5\u0084"+ - "\u063b\n\u0084\3\u0084\5\u0084\u063e\n\u0084\3\u0084\3\u0084\3\u0085\3"+ - "\u0085\3\u0085\7\u0085\u0645\n\u0085\f\u0085\16\u0085\u0648\13\u0085\3"+ - "\u0086\3\u0086\3\u0086\3\u0087\3\u0087\3\u0087\3\u0087\3\u0087\3\u0087"+ - "\3\u0088\3\u0088\5\u0088\u0655\n\u0088\3\u0088\5\u0088\u0658\n\u0088\3"+ - "\u0088\3\u0088\3\u0089\3\u0089\3\u0089\7\u0089\u065f\n\u0089\f\u0089\16"+ - "\u0089\u0662\13\u0089\3\u008a\3\u008a\5\u008a\u0666\n\u008a\3\u008a\3"+ - "\u008a\3\u008b\3\u008b\7\u008b\u066c\n\u008b\f\u008b\16\u008b\u066f\13"+ - "\u008b\3\u008c\3\u008c\3\u008c\5\u008c\u0674\n\u008c\3\u008d\3\u008d\3"+ - "\u008d\3\u008e\3\u008e\5\u008e\u067b\n\u008e\3\u008f\7\u008f\u067e\n\u008f"+ - "\f\u008f\16\u008f\u0681\13\u008f\3\u008f\3\u008f\3\u008f\3\u0090\3\u0090"+ - "\3\u0090\3\u0090\3\u0090\3\u0090\3\u0090\3\u0090\5\u0090\u068e\n\u0090"+ - "\5\u0090\u0690\n\u0090\3\u0091\3\u0091\3\u0091\3\u0091\3\u0091\5\u0091"+ - "\u0697\n\u0091\3\u0092\3\u0092\3\u0092\3\u0092\3\u0092\3\u0092\3\u0092"+ - "\3\u0092\3\u0092\3\u0092\3\u0092\3\u0092\3\u0092\5\u0092\u06a6\n\u0092"+ - "\3\u0093\3\u0093\3\u0094\3\u0094\3\u0094\3\u0094\3\u0095\3\u0095\3\u0095"+ - "\3\u0095\3\u0096\3\u0096\3\u0096\3\u0097\3\u0097\3\u0097\3\u0097\3\u0097"+ - "\3\u0097\3\u0097\5\u0097\u06bc\n\u0097\3\u0098\3\u0098\3\u0098\3\u0098"+ - "\3\u0098\3\u0098\3\u0099\3\u0099\3\u0099\3\u0099\3\u0099\3\u0099\3\u009a"+ - "\3\u009a\3\u009a\3\u009a\3\u009a\3\u009a\3\u009b\3\u009b\3\u009b\3\u009b"+ - "\3\u009b\3\u009b\3\u009b\3\u009b\3\u009b\3\u009b\5\u009b\u06da\n\u009b"+ - "\3\u009c\3\u009c\3\u009c\3\u009c\3\u009d\3\u009d\7\u009d\u06e2\n\u009d"+ - "\f\u009d\16\u009d\u06e5\13\u009d\3\u009d\7\u009d\u06e8\n\u009d\f\u009d"+ - "\16\u009d\u06eb\13\u009d\3\u009d\3\u009d\3\u009e\3\u009e\3\u009e\3\u009f"+ - "\3\u009f\7\u009f\u06f4\n\u009f\f\u009f\16\u009f\u06f7\13\u009f\3\u00a0"+ - "\3\u00a0\3\u00a0\3\u00a0\3\u00a0\3\u00a0\3\u00a0\3\u00a0\3\u00a0\3\u00a0"+ - "\5\u00a0\u0703\n\u00a0\3\u00a1\3\u00a1\3\u00a1\3\u00a1\7\u00a1\u0709\n"+ - "\u00a1\f\u00a1\16\u00a1\u070c\13\u00a1\3\u00a1\3\u00a1\3\u00a2\3\u00a2"+ - "\3\u00a2\3\u00a2\5\u00a2\u0714\n\u00a2\3\u00a2\3\u00a2\3\u00a2\3\u00a2"+ - "\3\u00a2\5\u00a2\u071b\n\u00a2\3\u00a3\3\u00a3\3\u00a3\3\u00a3\3\u00a3"+ - "\3\u00a3\7\u00a3\u0723\n\u00a3\f\u00a3\16\u00a3\u0726\13\u00a3\3\u00a3"+ - "\7\u00a3\u0729\n\u00a3\f\u00a3\16\u00a3\u072c\13\u00a3\3\u00a3\3\u00a3"+ - "\3\u00a3\7\u00a3\u0731\n\u00a3\f\u00a3\16\u00a3\u0734\13\u00a3\5\u00a3"+ - "\u0736\n\u00a3\3\u00a3\3\u00a3\3\u00a3\7\u00a3\u073b\n\u00a3\f\u00a3\16"+ - "\u00a3\u073e\13\u00a3\3\u00a4\3\u00a4\7\u00a4\u0742\n\u00a4\f\u00a4\16"+ - "\u00a4\u0745\13\u00a4\5\u00a4\u0747\n\u00a4\3\u00a5\3\u00a5\3\u00a6\3"+ - "\u00a6\3\u00a6\7\u00a6\u074e\n\u00a6\f\u00a6\16\u00a6\u0751\13\u00a6\3"+ - "\u00a7\3\u00a7\3\u00a7\3\u00a7\3\u00a8\3\u00a8\3\u00a8\3\u00a8\3\u00a9"+ - "\3\u00a9\3\u00a9\3\u00a9\3\u00a9\3\u00a9\3\u00aa\3\u00aa\5\u00aa\u0763"+ - "\n\u00aa\3\u00ab\3\u00ab\5\u00ab\u0767\n\u00ab\3\u00ac\3\u00ac\3\u00ac"+ - "\5\u00ac\u076c\n\u00ac\3\u00ac\3\u00ac\5\u00ac\u0770\n\u00ac\3\u00ac\3"+ - "\u00ac\5\u00ac\u0774\n\u00ac\3\u00ac\3\u00ac\3\u00ac\3\u00ad\3\u00ad\3"+ - "\u00ad\5\u00ad\u077c\n\u00ad\3\u00ad\3\u00ad\5\u00ad\u0780\n\u00ad\3\u00ad"+ - "\3\u00ad\5\u00ad\u0784\n\u00ad\3\u00ad\3\u00ad\3\u00ad\3\u00ae\3\u00ae"+ - "\5\u00ae\u078b\n\u00ae\3\u00af\3\u00af\3\u00b0\3\u00b0\3\u00b0\7\u00b0"+ - "\u0792\n\u00b0\f\u00b0\16\u00b0\u0795\13\u00b0\3\u00b1\3\u00b1\3\u00b1"+ - "\7\u00b1\u079a\n\u00b1\f\u00b1\16\u00b1\u079d\13\u00b1\3\u00b1\3\u00b1"+ - "\3\u00b1\3\u00b1\3\u00b1\3\u00b1\3\u00b1\3\u00b2\3\u00b2\3\u00b2\7\u00b2"+ - "\u07a9\n\u00b2\f\u00b2\16\u00b2\u07ac\13\u00b2\3\u00b2\3\u00b2\3\u00b2"+ - "\3\u00b2\3\u00b2\3\u00b2\3\u00b2\3\u00b3\3\u00b3\5\u00b3\u07b7\n\u00b3"+ - "\3\u00b3\3\u00b3\3\u00b4\3\u00b4\5\u00b4\u07bd\n\u00b4\3\u00b4\3\u00b4"+ - "\3\u00b5\3\u00b5\5\u00b5\u07c3\n\u00b5\3\u00b5\3\u00b5\3\u00b6\3\u00b6"+ - "\5\u00b6\u07c9\n\u00b6\3\u00b6\3\u00b6\3\u00b7\3\u00b7\3\u00b7\3\u00b7"+ - "\3\u00b8\3\u00b8\3\u00b8\3\u00b8\3\u00b9\3\u00b9\3\u00b9\3\u00b9\3\u00b9"+ - "\3\u00b9\3\u00b9\5\u00b9\u07dc\n\u00b9\3\u00b9\3\u00b9\3\u00b9\5\u00b9"+ - "\u07e1\n\u00b9\3\u00ba\3\u00ba\7\u00ba\u07e5\n\u00ba\f\u00ba\16\u00ba"+ - "\u07e8\13\u00ba\3\u00bb\3\u00bb\3\u00bb\3\u00bb\3\u00bb\3\u00bb\3\u00bc"+ - "\7\u00bc\u07f1\n\u00bc\f\u00bc\16\u00bc\u07f4\13\u00bc\3\u00bc\3\u00bc"+ - "\3\u00bc\3\u00bd\3\u00bd\3\u00bd\7\u00bd\u07fc\n\u00bd\f\u00bd\16\u00bd"+ - "\u07ff\13\u00bd\3\u00be\3\u00be\3\u00be\3\u00bf\3\u00bf\3\u00bf\3\u00bf"+ - "\5\u00bf\u0808\n\u00bf\3\u00bf\5\u00bf\u080b\n\u00bf\3\u00c0\3\u00c0\3"+ - "\u00c0\5\u00c0\u0810\n\u00c0\3\u00c0\3\u00c0\3\u00c1\3\u00c1\3\u00c1\7"+ - "\u00c1\u0817\n\u00c1\f\u00c1\16\u00c1\u081a\13\u00c1\3\u00c2\7\u00c2\u081d"+ - "\n\u00c2\f\u00c2\16\u00c2\u0820\13\u00c2\3\u00c2\3\u00c2\3\u00c2\3\u00c2"+ - "\3\u00c2\3\u00c3\3\u00c3\5\u00c3\u0829\n\u00c3\3\u00c3\7\u00c3\u082c\n"+ - "\u00c3\f\u00c3\16\u00c3\u082f\13\u00c3\3\u00c4\3\u00c4\3\u00c4\3\u00c4"+ - "\7\u00c4\u0835\n\u00c4\f\u00c4\16\u00c4\u0838\13\u00c4\3\u00c4\3\u00c4"+ - "\3\u00c4\3\u00c4\3\u00c4\3\u00c4\3\u00c4\3\u00c4\3\u00c4\3\u00c4\3\u00c4"+ - "\3\u00c4\3\u00c4\3\u00c4\3\u00c4\3\u00c4\3\u00c4\5\u00c4\u084b\n\u00c4"+ - "\3\u00c5\3\u00c5\3\u00c6\3\u00c6\3\u00c6\3\u00c6\7\u00c6\u0853\n\u00c6"+ - "\f\u00c6\16\u00c6\u0856\13\u00c6\3\u00c6\3\u00c6\3\u00c6\3\u00c6\3\u00c6"+ - "\3\u00c6\3\u00c6\3\u00c6\3\u00c6\3\u00c6\3\u00c6\3\u00c6\3\u00c6\3\u00c6"+ - "\3\u00c6\3\u00c6\5\u00c6\u0868\n\u00c6\3\u00c7\3\u00c7\3\u00c7\3\u00c7"+ - "\3\u00c7\5\u00c7\u086f\n\u00c7\3\u00c8\3\u00c8\3\u00c9\3\u00c9\3\u00c9"+ - "\3\u00c9\5\u00c9\u0877\n\u00c9\3\u00ca\3\u00ca\3\u00ca\3\u00ca\7\u00ca"+ - "\u087d\n\u00ca\f\u00ca\16\u00ca\u0880\13\u00ca\3\u00ca\3\u00ca\3\u00ca"+ - "\3\u00ca\3\u00ca\3\u00ca\7\u00ca\u0888\n\u00ca\f\u00ca\16\u00ca\u088b"+ - "\13\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca"+ - "\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca\3\u00ca"+ - "\5\u00ca\u089e\n\u00ca\3\u00cb\3\u00cb\3\u00cc\3\u00cc\3\u00cc\3\u00cc"+ - "\7\u00cc\u08a6\n\u00cc\f\u00cc\16\u00cc\u08a9\13\u00cc\3\u00cc\3\u00cc"+ - "\3\u00cc\3\u00cc\3\u00cc\3\u00cc\7\u00cc\u08b1\n\u00cc\f\u00cc\16\u00cc"+ - "\u08b4\13\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc"+ - "\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc\3\u00cc"+ - "\5\u00cc\u08c6\n\u00cc\3\u00cd\3\u00cd\5\u00cd\u08ca\n\u00cd\3\u00cd\7"+ - "\u00cd\u08cd\n\u00cd\f\u00cd\16\u00cd\u08d0\13\u00cd\3\u00cd\3\u00cd\3"+ - "\u00cd\7\u00cd\u08d5\n\u00cd\f\u00cd\16\u00cd\u08d8\13\u00cd\3\u00cd\7"+ - "\u00cd\u08db\n\u00cd\f\u00cd\16\u00cd\u08de\13\u00cd\3\u00cd\5\u00cd\u08e1"+ - "\n\u00cd\3\u00cd\3\u00cd\5\u00cd\u08e5\n\u00cd\3\u00cd\3\u00cd\5\u00cd"+ - "\u08e9\n\u00cd\3\u00cd\3\u00cd\3\u00cd\3\u00cd\5\u00cd\u08ef\n\u00cd\3"+ - "\u00cd\7\u00cd\u08f2\n\u00cd\f\u00cd\16\u00cd\u08f5\13\u00cd\3\u00cd\3"+ - "\u00cd\5\u00cd\u08f9\n\u00cd\3\u00cd\3\u00cd\5\u00cd\u08fd\n\u00cd\3\u00cd"+ - "\3\u00cd\5\u00cd\u0901\n\u00cd\3\u00cd\3\u00cd\3\u00cd\3\u00cd\5\u00cd"+ - "\u0907\n\u00cd\3\u00cd\7\u00cd\u090a\n\u00cd\f\u00cd\16\u00cd\u090d\13"+ - "\u00cd\3\u00cd\3\u00cd\5\u00cd\u0911\n\u00cd\3\u00cd\3\u00cd\5\u00cd\u0915"+ - "\n\u00cd\3\u00cd\3\u00cd\5\u00cd\u0919\n\u00cd\5\u00cd\u091b\n\u00cd\3"+ - "\u00ce\3\u00ce\3\u00ce\5\u00ce\u0920\n\u00ce\3\u00ce\7\u00ce\u0923\n\u00ce"+ - "\f\u00ce\16\u00ce\u0926\13\u00ce\3\u00ce\3\u00ce\5\u00ce\u092a\n\u00ce"+ - "\3\u00ce\3\u00ce\5\u00ce\u092e\n\u00ce\3\u00ce\3\u00ce\5\u00ce\u0932\n"+ - "\u00ce\3\u00cf\3\u00cf\5\u00cf\u0936\n\u00cf\3\u00cf\7\u00cf\u0939\n\u00cf"+ - "\f\u00cf\16\u00cf\u093c\13\u00cf\3\u00cf\3\u00cf\3\u00cf\7\u00cf\u0941"+ - "\n\u00cf\f\u00cf\16\u00cf\u0944\13\u00cf\3\u00cf\7\u00cf\u0947\n\u00cf"+ - "\f\u00cf\16\u00cf\u094a\13\u00cf\3\u00cf\5\u00cf\u094d\n\u00cf\3\u00cf"+ - "\3\u00cf\5\u00cf\u0951\n\u00cf\3\u00cf\3\u00cf\5\u00cf\u0955\n\u00cf\3"+ - "\u00cf\3\u00cf\3\u00cf\3\u00cf\5\u00cf\u095b\n\u00cf\3\u00cf\7\u00cf\u095e"+ - "\n\u00cf\f\u00cf\16\u00cf\u0961\13\u00cf\3\u00cf\3\u00cf\5\u00cf\u0965"+ - "\n\u00cf\3\u00cf\3\u00cf\5\u00cf\u0969\n\u00cf\3\u00cf\3\u00cf\5\u00cf"+ - "\u096d\n\u00cf\5\u00cf\u096f\n\u00cf\3\u00d0\3\u00d0\3\u00d0\5\u00d0\u0974"+ - "\n\u00d0\3\u00d1\3\u00d1\3\u00d1\3\u00d1\3\u00d1\3\u00d1\3\u00d1\3\u00d1"+ - "\3\u00d1\3\u00d1\3\u00d1\3\u00d1\3\u00d1\5\u00d1\u0983\n\u00d1\3\u00d2"+ - "\3\u00d2\3\u00d2\3\u00d3\3\u00d3\3\u00d3\3\u00d3\3\u00d3\3\u00d3\3\u00d3"+ - "\3\u00d3\3\u00d3\5\u00d3\u0991\n\u00d3\3\u00d4\3\u00d4\3\u00d4\3\u00d4"+ - "\3\u00d4\3\u00d4\3\u00d4\3\u00d4\3\u00d4\3\u00d4\5\u00d4\u099d\n\u00d4"+ - "\3\u00d4\3\u00d4\3\u00d4\3\u00d4\3\u00d4\7\u00d4\u09a4\n\u00d4\f\u00d4"+ - "\16\u00d4\u09a7\13\u00d4\3\u00d5\3\u00d5\3\u00d5\3\u00d5\3\u00d5\3\u00d5"+ - "\3\u00d5\3\u00d5\3\u00d5\3\u00d5\7\u00d5\u09b3\n\u00d5\f\u00d5\16\u00d5"+ - "\u09b6\13\u00d5\3\u00d6\3\u00d6\3\u00d6\3\u00d6\3\u00d6\3\u00d6\3\u00d6"+ - "\3\u00d6\3\u00d6\3\u00d6\5\u00d6\u09c2\n\u00d6\3\u00d6\3\u00d6\3\u00d6"+ - "\3\u00d6\3\u00d6\7\u00d6\u09c9\n\u00d6\f\u00d6\16\u00d6\u09cc\13\u00d6"+ - "\3\u00d7\3\u00d7\3\u00d7\5\u00d7\u09d1\n\u00d7\3\u00d7\3\u00d7\3\u00d7"+ - "\3\u00d7\3\u00d7\5\u00d7\u09d8\n\u00d7\3\u00d7\3\u00d7\3\u00d7\5\u00d7"+ - "\u09dd\n\u00d7\3\u00d7\3\u00d7\3\u00d7\3\u00d7\3\u00d7\5\u00d7\u09e4\n"+ - "\u00d7\3\u00d7\3\u00d7\3\u00d7\5\u00d7\u09e9\n\u00d7\3\u00d7\3\u00d7\3"+ - "\u00d7\3\u00d7\3\u00d7\5\u00d7\u09f0\n\u00d7\3\u00d7\3\u00d7\3\u00d7\5"+ - "\u00d7\u09f5\n\u00d7\3\u00d7\3\u00d7\3\u00d7\3\u00d7\3\u00d7\5\u00d7\u09fc"+ - "\n\u00d7\3\u00d7\3\u00d7\3\u00d7\5\u00d7\u0a01\n\u00d7\3\u00d7\3\u00d7"+ - "\3\u00d7\3\u00d7\3\u00d7\3\u00d7\5\u00d7\u0a09\n\u00d7\3\u00d7\3\u00d7"+ - "\3\u00d7\5\u00d7\u0a0e\n\u00d7\3\u00d7\3\u00d7\5\u00d7\u0a12\n\u00d7\3"+ - "\u00d8\3\u00d8\5\u00d8\u0a16\n\u00d8\3\u00d8\3\u00d8\3\u00d8\5\u00d8\u0a1b"+ - "\n\u00d8\3\u00d8\3\u00d8\3\u00d9\3\u00d9\3\u00d9\5\u00d9\u0a22\n\u00d9"+ - "\3\u00d9\3\u00d9\3\u00d9\3\u00d9\3\u00d9\5\u00d9\u0a29\n\u00d9\3\u00d9"+ - "\3\u00d9\3\u00d9\5\u00d9\u0a2e\n\u00d9\3\u00d9\3\u00d9\3\u00d9\3\u00d9"+ - "\3\u00d9\5\u00d9\u0a35\n\u00d9\3\u00d9\3\u00d9\3\u00d9\5\u00d9\u0a3a\n"+ - "\u00d9\3\u00d9\3\u00d9\3\u00d9\3\u00d9\3\u00d9\5\u00d9\u0a41\n\u00d9\3"+ - "\u00d9\3\u00d9\3\u00d9\5\u00d9\u0a46\n\u00d9\3\u00d9\3\u00d9\3\u00d9\3"+ - "\u00d9\3\u00d9\3\u00d9\5\u00d9\u0a4e\n\u00d9\3\u00d9\3\u00d9\3\u00d9\5"+ - "\u00d9\u0a53\n\u00d9\3\u00d9\3\u00d9\5\u00d9\u0a57\n\u00d9\3\u00da\3\u00da"+ - "\3\u00da\7\u00da\u0a5c\n\u00da\f\u00da\16\u00da\u0a5f\13\u00da\3\u00db"+ - "\3\u00db\3\u00db\5\u00db\u0a64\n\u00db\3\u00db\3\u00db\3\u00db\3\u00db"+ - "\3\u00db\5\u00db\u0a6b\n\u00db\3\u00db\3\u00db\3\u00db\3\u00db\3\u00db"+ - "\5\u00db\u0a72\n\u00db\3\u00db\3\u00db\3\u00db\3\u00db\3\u00db\5\u00db"+ - "\u0a79\n\u00db\3\u00db\3\u00db\3\u00db\3\u00db\3\u00db\3\u00db\5\u00db"+ - "\u0a81\n\u00db\3\u00db\3\u00db\3\u00db\3\u00db\3\u00db\5\u00db\u0a88\n"+ - "\u00db\3\u00db\3\u00db\3\u00db\3\u00db\3\u00db\3\u00db\5\u00db\u0a90\n"+ - "\u00db\3\u00dc\3\u00dc\5\u00dc\u0a94\n\u00dc\3\u00dc\3\u00dc\3\u00dd\3"+ - "\u00dd\3\u00dd\5\u00dd\u0a9b\n\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\3"+ - "\u00dd\5\u00dd\u0aa2\n\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\5"+ - "\u00dd\u0aa9\n\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\5"+ - "\u00dd\u0ab1\n\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\5\u00dd\u0ab8"+ - "\n\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\3\u00dd\5\u00dd\u0ac0"+ - "\n\u00dd\3\u00de\3\u00de\3\u00de\3\u00de\5\u00de\u0ac6\n\u00de\3\u00de"+ - "\3\u00de\3\u00de\3\u00de\5\u00de\u0acc\n\u00de\3\u00de\3\u00de\3\u00de"+ - "\3\u00de\3\u00de\3\u00de\3\u00de\3\u00de\3\u00de\3\u00de\5\u00de\u0ad8"+ - "\n\u00de\3\u00df\3\u00df\7\u00df\u0adc\n\u00df\f\u00df\16\u00df\u0adf"+ - "\13\u00df\3\u00e0\7\u00e0\u0ae2\n\u00e0\f\u00e0\16\u00e0\u0ae5\13\u00e0"+ - "\3\u00e0\3\u00e0\3\u00e0\3\u00e0\3\u00e1\3\u00e1\3\u00e2\3\u00e2\3\u00e2"+ - "\7\u00e2\u0af0\n\u00e2\f\u00e2\16\u00e2\u0af3\13\u00e2\3\u00e3\3\u00e3"+ - "\3\u00e3\5\u00e3\u0af8\n\u00e3\3\u00e4\3\u00e4\3\u00e4\7\u00e4\u0afd\n"+ - "\u00e4\f\u00e4\16\u00e4\u0b00\13\u00e4\3\u00e5\3\u00e5\3\u00e5\3\u00e5"+ - "\3\u00e6\3\u00e6\3\u00e6\3\u00e6\3\u00e7\3\u00e7\3\u00e7\5\u00e7\u0b0d"+ - "\n\u00e7\3\u00e7\5\u00e7\u0b10\n\u00e7\3\u00e8\3\u00e8\3\u00e8\7\u00e8"+ - "\u0b15\n\u00e8\f\u00e8\16\u00e8\u0b18\13\u00e8\3\u00e9\3\u00e9\5\u00e9"+ - "\u0b1c\n\u00e9\3\u00ea\3\u00ea\5\u00ea\u0b20\n\u00ea\3\u00eb\3\u00eb\3"+ - "\u00eb\3\u00eb\3\u00ec\3\u00ec\3\u00ec\5\u00ec\u0b29\n\u00ec\3\u00ed\3"+ - "\u00ed\3\u00ee\3\u00ee\3\u00ee\3\u00ee\3\u00ee\3\u00ee\3\u00ee\5\u00ee"+ - "\u0b34\n\u00ee\3\u00ef\3\u00ef\3\u00ef\3\u00ef\3\u00ef\3\u00ef\7\u00ef"+ - "\u0b3c\n\u00ef\f\u00ef\16\u00ef\u0b3f\13\u00ef\3\u00f0\3\u00f0\3\u00f0"+ - "\3\u00f0\3\u00f0\3\u00f0\7\u00f0\u0b47\n\u00f0\f\u00f0\16\u00f0\u0b4a"+ - "\13\u00f0\3\u00f1\3\u00f1\3\u00f1\3\u00f1\3\u00f1\3\u00f1\7\u00f1\u0b52"+ - "\n\u00f1\f\u00f1\16\u00f1\u0b55\13\u00f1\3\u00f2\3\u00f2\3\u00f2\3\u00f2"+ - "\3\u00f2\3\u00f2\7\u00f2\u0b5d\n\u00f2\f\u00f2\16\u00f2\u0b60\13\u00f2"+ - "\3\u00f3\3\u00f3\3\u00f3\3\u00f3\3\u00f3\3\u00f3\7\u00f3\u0b68\n\u00f3"+ - "\f\u00f3\16\u00f3\u0b6b\13\u00f3\3\u00f4\3\u00f4\3\u00f4\3\u00f4\3\u00f4"+ - "\3\u00f4\3\u00f4\3\u00f4\3\u00f4\7\u00f4\u0b76\n\u00f4\f\u00f4\16\u00f4"+ - "\u0b79\13\u00f4\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5"+ - "\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5\3\u00f5"+ - "\3\u00f5\3\u00f5\7\u00f5\u0b8d\n\u00f5\f\u00f5\16\u00f5\u0b90\13\u00f5"+ - "\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6"+ - "\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6\3\u00f6\7\u00f6\u0ba2"+ - "\n\u00f6\f\u00f6\16\u00f6\u0ba5\13\u00f6\3\u00f7\3\u00f7\3\u00f7\3\u00f7"+ - "\3\u00f7\3\u00f7\3\u00f7\3\u00f7\3\u00f7\7\u00f7\u0bb0\n\u00f7\f\u00f7"+ - "\16\u00f7\u0bb3\13\u00f7\3\u00f8\3\u00f8\3\u00f8\3\u00f8\3\u00f8\3\u00f8"+ - "\3\u00f8\3\u00f8\3\u00f8\3\u00f8\3\u00f8\3\u00f8\7\u00f8\u0bc1\n\u00f8"+ - "\f\u00f8\16\u00f8\u0bc4\13\u00f8\3\u00f9\3\u00f9\3\u00f9\3\u00f9\3\u00f9"+ - "\3\u00f9\3\u00f9\5\u00f9\u0bcd\n\u00f9\3\u00fa\3\u00fa\3\u00fa\3\u00fb"+ - "\3\u00fb\3\u00fb\3\u00fc\3\u00fc\3\u00fc\3\u00fc\3\u00fc\3\u00fc\5\u00fc"+ - "\u0bdb\n\u00fc\3\u00fd\3\u00fd\5\u00fd\u0bdf\n\u00fd\3\u00fd\3\u00fd\7"+ - "\u00fd\u0be3\n\u00fd\f\u00fd\16\u00fd\u0be6\13\u00fd\3\u00fe\3\u00fe\3"+ - "\u00fe\3\u00ff\3\u00ff\3\u0100\3\u0100\3\u0100\3\u0101\3\u0101\3\u0102"+ - "\3\u0102\3\u0102\3\u0102\3\u0102\3\u0102\3\u0102\3\u0102\7\u0102\u0bfa"+ - "\n\u0102\f\u0102\16\u0102\u0bfd\13\u0102\3\u0102\3\u0102\3\u0102\3\u0102"+ - "\3\u0102\3\u0102\7\u0102\u0c05\n\u0102\f\u0102\16\u0102\u0c08\13\u0102"+ - "\3\u0102\3\u0102\3\u0102\5\u0102\u0c0d\n\u0102\3\u0102\2\208@BDFHJLNPRTVXZ\\"+ - "^`bdfhjlnprtvxz|~\u0080\u0082\u0084\u0086\u0088\u008a\u008c\u008e\u0090"+ - "\u0092\u0094\u0096\u0098\u009a\u009c\u009e\u00a0\u00a2\u00a4\u00a6\u00a8"+ - "\u00aa\u00ac\u00ae\u00b0\u00b2\u00b4\u00b6\u00b8\u00ba\u00bc\u00be\u00c0"+ - "\u00c2\u00c4\u00c6\u00c8\u00ca\u00cc\u00ce\u00d0\u00d2\u00d4\u00d6\u00d8"+ - "\u00da\u00dc\u00de\u00e0\u00e2\u00e4\u00e6\u00e8\u00ea\u00ec\u00ee\u00f0"+ - "\u00f2\u00f4\u00f6\u00f8\u00fa\u00fc\u00fe\u0100\u0102\u0104\u0106\u0108"+ - "\u010a\u010c\u010e\u0110\u0112\u0114\u0116\u0118\u011a\u011c\u011e\u0120"+ - "\u0122\u0124\u0126\u0128\u012a\u012c\u012e\u0130\u0132\u0134\u0136\u0138"+ - "\u013a\u013c\u013e\u0140\u0142\u0144\u0146\u0148\u014a\u014c\u014e\u0150"+ - "\u0152\u0154\u0156\u0158\u015a\u015c\u015e\u0160\u0162\u0164\u0166\u0168"+ - "\u016a\u016c\u016e\u0170\u0172\u0174\u0176\u0178\u017a\u017c\u017e\u0180"+ - "\u0182\u0184\u0186\u0188\u018a\u018c\u018e\u0190\u0192\u0194\u0196\u0198"+ - "\u019a\u019c\u019e\u01a0\u01a2\u01a4\u01a6\u01a8\u01aa\u01ac\u01ae\u01b0"+ - "\u01b2\u01b4\u01b6\u01b8\u01ba\u01bc\u01be\u01c0\u01c2\u01c4\u01c6\u01c8"+ - "\u01ca\u01cc\u01ce\u01d0\u01d2\u01d4\u01d6\u01d8\u01da\u01dc\u01de\u01e0"+ - "\u01e2\u01e4\u01e6\u01e8\u01ea\u01ec\u01ee\u01f0\u01f2\u01f4\u01f6\u01f8"+ - "\u01fa\u01fc\u01fe\u0200\u0202\2\7\3\2;@\7\2\r\r\20\20##%%--\4\2\26\26"+ - "\34\34\4\2PPaa\4\2JJcm\2\u0d13\2\u0204\3\2\2\2\4\u0208\3\2\2\2\6\u0218"+ - "\3\2\2\2\b\u021c\3\2\2\2\n\u021e\3\2\2\2\f\u0220\3\2\2\2\16\u0225\3\2"+ - "\2\2\20\u0229\3\2\2\2\22\u0248\3\2\2\2\24\u024a\3\2\2\2\26\u0252\3\2\2"+ - "\2\30\u0260\3\2\2\2\32\u0267\3\2\2\2\34\u0269\3\2\2\2\36\u026b\3\2\2\2"+ - " \u0270\3\2\2\2\"\u027e\3\2\2\2$\u0283\3\2\2\2&\u0298\3\2\2\2(\u029f\3"+ - "\2\2\2*\u02ab\3\2\2\2,\u02ad\3\2\2\2.\u02b0\3\2\2\2\60\u02b4\3\2\2\2\62"+ - "\u02be\3\2\2\2\64\u02c3\3\2\2\2\66\u02ce\3\2\2\28\u02d0\3\2\2\2:\u02e0"+ - "\3\2\2\2<\u02e2\3\2\2\2>\u02f2\3\2\2\2@\u02f4\3\2\2\2B\u02f6\3\2\2\2D"+ - "\u0302\3\2\2\2F\u0315\3\2\2\2H\u0323\3\2\2\2J\u0329\3\2\2\2L\u032b\3\2"+ - "\2\2N\u032f\3\2\2\2P\u0335\3\2\2\2R\u033c\3\2\2\2T\u0346\3\2\2\2V\u034b"+ - "\3\2\2\2X\u0350\3\2\2\2Z\u036d\3\2\2\2\\\u036f\3\2\2\2^\u0373\3\2\2\2"+ - "`\u037b\3\2\2\2b\u037e\3\2\2\2d\u0381\3\2\2\2f\u0384\3\2\2\2h\u038c\3"+ - "\2\2\2j\u0398\3\2\2\2l\u039f\3\2\2\2n\u03a4\3\2\2\2p\u03b5\3\2\2\2r\u03b7"+ - "\3\2\2\2t\u03bf\3\2\2\2v\u03c4\3\2\2\2x\u03ca\3\2\2\2z\u03ce\3\2\2\2|"+ - "\u03d2\3\2\2\2~\u03d7\3\2\2\2\u0080\u03db\3\2\2\2\u0082\u03f4\3\2\2\2"+ - "\u0084\u03f6\3\2\2\2\u0086\u0401\3\2\2\2\u0088\u0405\3\2\2\2\u008a\u0407"+ - "\3\2\2\2\u008c\u0409\3\2\2\2\u008e\u040b\3\2\2\2\u0090\u0416\3\2\2\2\u0092"+ - "\u041b\3\2\2\2\u0094\u042b\3\2\2\2\u0096\u0442\3\2\2\2\u0098\u0446\3\2"+ - "\2\2\u009a\u0448\3\2\2\2\u009c\u0456\3\2\2\2\u009e\u0468\3\2\2\2\u00a0"+ - "\u046d\3\2\2\2\u00a2\u0477\3\2\2\2\u00a4\u048a\3\2\2\2\u00a6\u048f\3\2"+ - "\2\2\u00a8\u0499\3\2\2\2\u00aa\u049c\3\2\2\2\u00ac\u04a6\3\2\2\2\u00ae"+ - "\u04aa\3\2\2\2\u00b0\u04ac\3\2\2\2\u00b2\u04ae\3\2\2\2\u00b4\u04b4\3\2"+ - "\2\2\u00b6\u04c1\3\2\2\2\u00b8\u04c4\3\2\2\2\u00ba\u04cd\3\2\2\2\u00bc"+ - "\u04cf\3\2\2\2\u00be\u0506\3\2\2\2\u00c0\u050b\3\2\2\2\u00c2\u0515\3\2"+ - "\2\2\u00c4\u0521\3\2\2\2\u00c6\u052c\3\2\2\2\u00c8\u053a\3\2\2\2\u00ca"+ - "\u053c\3\2\2\2\u00cc\u0546\3\2\2\2\u00ce\u0554\3\2\2\2\u00d0\u055a\3\2"+ - "\2\2\u00d2\u056c\3\2\2\2\u00d4\u0571\3\2\2\2\u00d6\u057e\3\2\2\2\u00d8"+ - "\u0589\3\2\2\2\u00da\u058e\3\2\2\2\u00dc\u0596\3\2\2\2\u00de\u059b\3\2"+ - "\2\2\u00e0\u05af\3\2\2\2\u00e2\u05b1\3\2\2\2\u00e4\u05b4\3\2\2\2\u00e6"+ - "\u05c2\3\2\2\2\u00e8\u05c7\3\2\2\2\u00ea\u05d2\3\2\2\2\u00ec\u05d7\3\2"+ - "\2\2\u00ee\u05e3\3\2\2\2\u00f0\u05e8\3\2\2\2\u00f2\u05f0\3\2\2\2\u00f4"+ - "\u05fe\3\2\2\2\u00f6\u0603\3\2\2\2\u00f8\u0615\3\2\2\2\u00fa\u0617\3\2"+ - "\2\2\u00fc\u061d\3\2\2\2\u00fe\u061f\3\2\2\2\u0100\u0627\3\2\2\2\u0102"+ - "\u062f\3\2\2\2\u0104\u0636\3\2\2\2\u0106\u0638\3\2\2\2\u0108\u0641\3\2"+ - "\2\2\u010a\u0649\3\2\2\2\u010c\u064c\3\2\2\2\u010e\u0652\3\2\2\2\u0110"+ - "\u065b\3\2\2\2\u0112\u0663\3\2\2\2\u0114\u0669\3\2\2\2\u0116\u0673\3\2"+ - "\2\2\u0118\u0675\3\2\2\2\u011a\u067a\3\2\2\2\u011c\u067f\3\2\2\2\u011e"+ - "\u068f\3\2\2\2\u0120\u0696\3\2\2\2\u0122\u06a5\3\2\2\2\u0124\u06a7\3\2"+ - "\2\2\u0126\u06a9\3\2\2\2\u0128\u06ad\3\2\2\2\u012a\u06b1\3\2\2\2\u012c"+ - "\u06bb\3\2\2\2\u012e\u06bd\3\2\2\2\u0130\u06c3\3\2\2\2\u0132\u06c9\3\2"+ - "\2\2\u0134\u06d9\3\2\2\2\u0136\u06db\3\2\2\2\u0138\u06df\3\2\2\2\u013a"+ - "\u06ee\3\2\2\2\u013c\u06f1\3\2\2\2\u013e\u0702\3\2\2\2\u0140\u0704\3\2"+ - "\2\2\u0142\u071a\3\2\2\2\u0144\u0735\3\2\2\2\u0146\u0746\3\2\2\2\u0148"+ - "\u0748\3\2\2\2\u014a\u074a\3\2\2\2\u014c\u0752\3\2\2\2\u014e\u0756\3\2"+ - "\2\2\u0150\u075a\3\2\2\2\u0152\u0762\3\2\2\2\u0154\u0766\3\2\2\2\u0156"+ - "\u0768\3\2\2\2\u0158\u0778\3\2\2\2\u015a\u078a\3\2\2\2\u015c\u078c\3\2"+ - "\2\2\u015e\u078e\3\2\2\2\u0160\u0796\3\2\2\2\u0162\u07a5\3\2\2\2\u0164"+ - "\u07b4\3\2\2\2\u0166\u07ba\3\2\2\2\u0168\u07c0\3\2\2\2\u016a\u07c6\3\2"+ - "\2\2\u016c\u07cc\3\2\2\2\u016e\u07d0\3\2\2\2\u0170\u07e0\3\2\2\2\u0172"+ - "\u07e2\3\2\2\2\u0174\u07e9\3\2\2\2\u0176\u07f2\3\2\2\2\u0178\u07f8\3\2"+ - "\2\2\u017a\u0800\3\2\2\2\u017c\u0803\3\2\2\2\u017e\u080c\3\2\2\2\u0180"+ - "\u0813\3\2\2\2\u0182\u081e\3\2\2\2\u0184\u0828\3\2\2\2\u0186\u084a\3\2"+ - "\2\2\u0188\u084c\3\2\2\2\u018a\u0867\3\2\2\2\u018c\u086e\3\2\2\2\u018e"+ - "\u0870\3\2\2\2\u0190\u0876\3\2\2\2\u0192\u089d\3\2\2\2\u0194\u089f\3\2"+ - "\2\2\u0196\u08c5\3\2\2\2\u0198\u091a\3\2\2\2\u019a\u091c\3\2\2\2\u019c"+ - "\u096e\3\2\2\2\u019e\u0973\3\2\2\2\u01a0\u0982\3\2\2\2\u01a2\u0984\3\2"+ - "\2\2\u01a4\u0990\3\2\2\2\u01a6\u099c\3\2\2\2\u01a8\u09a8\3\2\2\2\u01aa"+ - "\u09c1\3\2\2\2\u01ac\u0a11\3\2\2\2\u01ae\u0a13\3\2\2\2\u01b0\u0a56\3\2"+ - "\2\2\u01b2\u0a58\3\2\2\2\u01b4\u0a8f\3\2\2\2\u01b6\u0a91\3\2\2\2\u01b8"+ - "\u0abf\3\2\2\2\u01ba\u0ad7\3\2\2\2\u01bc\u0ad9\3\2\2\2\u01be\u0ae3\3\2"+ - "\2\2\u01c0\u0aea\3\2\2\2\u01c2\u0aec\3\2\2\2\u01c4\u0af7\3\2\2\2\u01c6"+ - "\u0af9\3\2\2\2\u01c8\u0b01\3\2\2\2\u01ca\u0b05\3\2\2\2\u01cc\u0b0f\3\2"+ - "\2\2\u01ce\u0b11\3\2\2\2\u01d0\u0b1b\3\2\2\2\u01d2\u0b1f\3\2\2\2\u01d4"+ - "\u0b21\3\2\2\2\u01d6\u0b28\3\2\2\2\u01d8\u0b2a\3\2\2\2\u01da\u0b33\3\2"+ - "\2\2\u01dc\u0b35\3\2\2\2\u01de\u0b40\3\2\2\2\u01e0\u0b4b\3\2\2\2\u01e2"+ - "\u0b56\3\2\2\2\u01e4\u0b61\3\2\2\2\u01e6\u0b6c\3\2\2\2\u01e8\u0b7a\3\2"+ - "\2\2\u01ea\u0b91\3\2\2\2\u01ec\u0ba6\3\2\2\2\u01ee\u0bb4\3\2\2\2\u01f0"+ - "\u0bcc\3\2\2\2\u01f2\u0bce\3\2\2\2\u01f4\u0bd1\3\2\2\2\u01f6\u0bda\3\2"+ - "\2\2\u01f8\u0bde\3\2\2\2\u01fa\u0be7\3\2\2\2\u01fc\u0bea\3\2\2\2\u01fe"+ - "\u0bec\3\2\2\2\u0200\u0bef\3\2\2\2\u0202\u0c0c\3\2\2\2\u0204\u0205\t\2"+ - "\2\2\u0205\3\3\2\2\2\u0206\u0209\5\6\4\2\u0207\u0209\5\16\b\2\u0208\u0206"+ - "\3\2\2\2\u0208\u0207\3\2\2\2\u0209\5\3\2\2\2\u020a\u020c\5\u00fc\177\2"+ - "\u020b\u020a\3\2\2\2\u020c\u020f\3\2\2\2\u020d\u020b\3\2\2\2\u020d\u020e"+ - "\3\2\2\2\u020e\u0210\3\2\2\2\u020f\u020d\3\2\2\2\u0210\u0219\5\b\5\2\u0211"+ - "\u0213\5\u00fc\177\2\u0212\u0211\3\2\2\2\u0213\u0216\3\2\2\2\u0214\u0212"+ - "\3\2\2\2\u0214\u0215\3\2\2\2\u0215\u0217\3\2\2\2\u0216\u0214\3\2\2\2\u0217"+ - "\u0219\7\13\2\2\u0218\u020d\3\2\2\2\u0218\u0214\3\2\2\2\u0219\7\3\2\2"+ - "\2\u021a\u021d\5\n\6\2\u021b\u021d\5\f\7\2\u021c\u021a\3\2\2\2\u021c\u021b"+ - "\3\2\2\2\u021d\t\3\2\2\2\u021e\u021f\t\3\2\2\u021f\13\3\2\2\2\u0220\u0221"+ - "\t\4\2\2\u0221\r\3\2\2\2\u0222\u0226\5\20\t\2\u0223\u0226\5 \21\2\u0224"+ - "\u0226\5\"\22\2\u0225\u0222\3\2\2\2\u0225\u0223\3\2\2\2\u0225\u0224\3"+ - "\2\2\2\u0226\17\3\2\2\2\u0227\u022a\5\30\r\2\u0228\u022a\5\36\20\2\u0229"+ - "\u0227\3\2\2\2\u0229\u0228\3\2\2\2\u022a\u022f\3\2\2\2\u022b\u022e\5\26"+ - "\f\2\u022c\u022e\5\34\17\2\u022d\u022b\3\2\2\2\u022d\u022c\3\2\2\2\u022e"+ - "\u0231\3\2\2\2\u022f\u022d\3\2\2\2\u022f\u0230\3\2\2\2\u0230\21\3\2\2"+ - "\2\u0231\u022f\3\2\2\2\u0232\u0234\5\u00fc\177\2\u0233\u0232\3\2\2\2\u0234"+ - "\u0237\3\2\2\2\u0235\u0233\3\2\2\2\u0235\u0236\3\2\2\2\u0236\u0238\3\2"+ - "\2\2\u0237\u0235\3\2\2\2\u0238\u023a\7n\2\2\u0239\u023b\5.\30\2\u023a"+ - "\u0239\3\2\2\2\u023a\u023b\3\2\2\2\u023b\u0249\3\2\2\2\u023c\u023d\5\20"+ - "\t\2\u023d\u0241\7I\2\2\u023e\u0240\5\u00fc\177\2\u023f\u023e\3\2\2\2"+ - "\u0240\u0243\3\2\2\2\u0241\u023f\3\2\2\2\u0241\u0242\3\2\2\2\u0242\u0244"+ - "\3\2\2\2\u0243\u0241\3\2\2\2\u0244\u0246\7n\2\2\u0245\u0247\5.\30\2\u0246"+ - "\u0245\3\2\2\2\u0246\u0247\3\2\2\2\u0247\u0249\3\2\2\2\u0248\u0235\3\2"+ - "\2\2\u0248\u023c\3\2\2\2\u0249\23\3\2\2\2\u024a\u024f\5\22\n\2\u024b\u024c"+ - "\7H\2\2\u024c\u024e\5\22\n\2\u024d\u024b\3\2\2\2\u024e\u0251\3\2\2\2\u024f"+ - "\u024d\3\2\2\2\u024f\u0250\3\2\2\2\u0250\25\3\2\2\2\u0251\u024f\3\2\2"+ - "\2\u0252\u0256\7I\2\2\u0253\u0255\5\u00fc\177\2\u0254\u0253\3\2\2\2\u0255"+ - "\u0258\3\2\2\2\u0256\u0254\3\2\2\2\u0256\u0257\3\2\2\2\u0257\u0259\3\2"+ - "\2\2\u0258\u0256\3\2\2\2\u0259\u025b\7n\2\2\u025a\u025c\5.\30\2\u025b"+ - "\u025a\3\2\2\2\u025b\u025c\3\2\2\2\u025c\27\3\2\2\2\u025d\u025f\5\u00fc"+ - "\177\2\u025e\u025d\3\2\2\2\u025f\u0262\3\2\2\2\u0260\u025e\3\2\2\2\u0260"+ - "\u0261\3\2\2\2\u0261\u0263\3\2\2\2\u0262\u0260\3\2\2\2\u0263\u0265\7n"+ - "\2\2\u0264\u0266\5.\30\2\u0265\u0264\3\2\2\2\u0265\u0266\3\2\2\2\u0266"+ - "\31\3\2\2\2\u0267\u0268\5\22\n\2\u0268\33\3\2\2\2\u0269\u026a\5\26\f\2"+ - "\u026a\35\3\2\2\2\u026b\u026c\5\30\r\2\u026c\37\3\2\2\2\u026d\u026f\5"+ - "\u00fc\177\2\u026e\u026d\3\2\2\2\u026f\u0272\3\2\2\2\u0270\u026e\3\2\2"+ - "\2\u0270\u0271\3\2\2\2\u0271\u0273\3\2\2\2\u0272\u0270\3\2\2\2\u0273\u0274"+ - "\7n\2\2\u0274!\3\2\2\2\u0275\u0276\5\6\4\2\u0276\u0277\5$\23\2\u0277\u027f"+ - "\3\2\2\2\u0278\u0279\5\20\t\2\u0279\u027a\5$\23\2\u027a\u027f\3\2\2\2"+ - "\u027b\u027c\5 \21\2\u027c\u027d\5$\23\2\u027d\u027f\3\2\2\2\u027e\u0275"+ - "\3\2\2\2\u027e\u0278\3\2\2\2\u027e\u027b\3\2\2\2\u027f#\3\2\2\2\u0280"+ - "\u0282\5\u00fc\177\2\u0281\u0280\3\2\2\2\u0282\u0285\3\2\2\2\u0283\u0281"+ - "\3\2\2\2\u0283\u0284\3\2\2\2\u0284\u0286\3\2\2\2\u0285\u0283\3\2\2\2\u0286"+ - "\u0287\7E\2\2\u0287\u0292\7F\2\2\u0288\u028a\5\u00fc\177\2\u0289\u0288"+ - "\3\2\2\2\u028a\u028d\3\2\2\2\u028b\u0289\3\2\2\2\u028b\u028c\3\2\2\2\u028c"+ - "\u028e\3\2\2\2\u028d\u028b\3\2\2\2\u028e\u028f\7E\2\2\u028f\u0291\7F\2"+ - "\2\u0290\u028b\3\2\2\2\u0291\u0294\3\2\2\2\u0292\u0290\3\2\2\2\u0292\u0293"+ - "\3\2\2\2\u0293%\3\2\2\2\u0294\u0292\3\2\2\2\u0295\u0297\5(\25\2\u0296"+ - "\u0295\3\2\2\2\u0297\u029a\3\2\2\2\u0298\u0296\3\2\2\2\u0298\u0299\3\2"+ - "\2\2\u0299\u029b\3\2\2\2\u029a\u0298\3\2\2\2\u029b\u029d\7n\2\2\u029c"+ - "\u029e\5*\26\2\u029d\u029c\3\2\2\2\u029d\u029e\3\2\2\2\u029e\'\3\2\2\2"+ - "\u029f\u02a0\5\u00fc\177\2\u02a0)\3\2\2\2\u02a1\u02a2\7\31\2\2\u02a2\u02ac"+ - "\5 \21\2\u02a3\u02a4\7\31\2\2\u02a4\u02a8\5\20\t\2\u02a5\u02a7\5,\27\2"+ - "\u02a6\u02a5\3\2\2\2\u02a7\u02aa\3\2\2\2\u02a8\u02a6\3\2\2\2\u02a8\u02a9"+ - "\3\2\2\2\u02a9\u02ac\3\2\2\2\u02aa\u02a8\3\2\2\2\u02ab\u02a1\3\2\2\2\u02ab"+ - "\u02a3\3\2\2\2\u02ac+\3\2\2\2\u02ad\u02ae\7]\2\2\u02ae\u02af\5\32\16\2"+ - "\u02af-\3\2\2\2\u02b0\u02b1\7L\2\2\u02b1\u02b2\5\60\31\2\u02b2\u02b3\7"+ - "K\2\2\u02b3/\3\2\2\2\u02b4\u02b9\5\62\32\2\u02b5\u02b6\7H\2\2\u02b6\u02b8"+ - "\5\62\32\2\u02b7\u02b5\3\2\2\2\u02b8\u02bb\3\2\2\2\u02b9\u02b7\3\2\2\2"+ - "\u02b9\u02ba\3\2\2\2\u02ba\61\3\2\2\2\u02bb\u02b9\3\2\2\2\u02bc\u02bf"+ - "\5\16\b\2\u02bd\u02bf\5\64\33\2\u02be\u02bc\3\2\2\2\u02be\u02bd\3\2\2"+ - "\2\u02bf\63\3\2\2\2\u02c0\u02c2\5\u00fc\177\2\u02c1\u02c0\3\2\2\2\u02c2"+ - "\u02c5\3\2\2\2\u02c3\u02c1\3\2\2\2\u02c3\u02c4\3\2\2\2\u02c4\u02c6\3\2"+ - "\2\2\u02c5\u02c3\3\2\2\2\u02c6\u02c8\7O\2\2\u02c7\u02c9\5\66\34\2\u02c8"+ - "\u02c7\3\2\2\2\u02c8\u02c9\3\2\2\2\u02c9\65\3\2\2\2\u02ca\u02cb\7\31\2"+ - "\2\u02cb\u02cf\5\16\b\2\u02cc\u02cd\7\60\2\2\u02cd\u02cf\5\16\b\2\u02ce"+ - "\u02ca\3\2\2\2\u02ce\u02cc\3\2\2\2\u02cf\67\3\2\2\2\u02d0\u02d1\b\35\1"+ - "\2\u02d1\u02d2\7n\2\2\u02d2\u02d8\3\2\2\2\u02d3\u02d4\f\3\2\2\u02d4\u02d5"+ - "\7I\2\2\u02d5\u02d7\7n\2\2\u02d6\u02d3\3\2\2\2\u02d7\u02da\3\2\2\2\u02d8"+ - "\u02d6\3\2\2\2\u02d8\u02d9\3\2\2\2\u02d99\3\2\2\2\u02da\u02d8\3\2\2\2"+ - "\u02db\u02e1\7n\2\2\u02dc\u02dd\5<\37\2\u02dd\u02de\7I\2\2\u02de\u02df"+ - "\7n\2\2\u02df\u02e1\3\2\2\2\u02e0\u02db\3\2\2\2\u02e0\u02dc\3\2\2\2\u02e1"+ - ";\3\2\2\2\u02e2\u02e3\b\37\1\2\u02e3\u02e4\7n\2\2\u02e4\u02ea\3\2\2\2"+ - "\u02e5\u02e6\f\3\2\2\u02e6\u02e7\7I\2\2\u02e7\u02e9\7n\2\2\u02e8\u02e5"+ - "\3\2\2\2\u02e9\u02ec\3\2\2\2\u02ea\u02e8\3\2\2\2\u02ea\u02eb\3\2\2\2\u02eb"+ - "=\3\2\2\2\u02ec\u02ea\3\2\2\2\u02ed\u02f3\7n\2\2\u02ee\u02ef\5B\"\2\u02ef"+ - "\u02f0\7I\2\2\u02f0\u02f1\7n\2\2\u02f1\u02f3\3\2\2\2\u02f2\u02ed\3\2\2"+ - "\2\u02f2\u02ee\3\2\2\2\u02f3?\3\2\2\2\u02f4\u02f5\7n\2\2\u02f5A\3\2\2"+ - "\2\u02f6\u02f7\b\"\1\2\u02f7\u02f8\7n\2\2\u02f8\u02fe\3\2\2\2\u02f9\u02fa"+ - "\f\3\2\2\u02fa\u02fb\7I\2\2\u02fb\u02fd\7n\2\2\u02fc\u02f9\3\2\2\2\u02fd"+ - "\u0300\3\2\2\2\u02fe\u02fc\3\2\2\2\u02fe\u02ff\3\2\2\2\u02ffC\3\2\2\2"+ - "\u0300\u02fe\3\2\2\2\u0301\u0303\5F$\2\u0302\u0301\3\2\2\2\u0302\u0303"+ - "\3\2\2\2\u0303\u0307\3\2\2\2\u0304\u0306\5J&\2\u0305\u0304\3\2\2\2\u0306"+ - "\u0309\3\2\2\2\u0307\u0305\3\2\2\2\u0307\u0308\3\2\2\2\u0308\u030d\3\2"+ - "\2\2\u0309\u0307\3\2\2\2\u030a\u030c\5T+\2\u030b\u030a\3\2\2\2\u030c\u030f"+ - "\3\2\2\2\u030d\u030b\3\2\2\2\u030d\u030e\3\2\2\2\u030e\u0310\3\2\2\2\u030f"+ - "\u030d\3\2\2\2\u0310\u0311\7\2\2\3\u0311E\3\2\2\2\u0312\u0314\5H%\2\u0313"+ - "\u0312\3\2\2\2\u0314\u0317\3\2\2\2\u0315\u0313\3\2\2\2\u0315\u0316\3\2"+ - "\2\2\u0316\u0318\3\2\2\2\u0317\u0315\3\2\2\2\u0318\u0319\7(\2\2\u0319"+ - "\u031e\7n\2\2\u031a\u031b\7I\2\2\u031b\u031d\7n\2\2\u031c\u031a\3\2\2"+ - "\2\u031d\u0320\3\2\2\2\u031e\u031c\3\2\2\2\u031e\u031f\3\2\2\2\u031f\u0321"+ - "\3\2\2\2\u0320\u031e\3\2\2\2\u0321\u0322\7G\2\2\u0322G\3\2\2\2\u0323\u0324"+ - "\5\u00fc\177\2\u0324I\3\2\2\2\u0325\u032a\5L\'\2\u0326\u032a\5N(\2\u0327"+ - "\u032a\5P)\2\u0328\u032a\5R*\2\u0329\u0325\3\2\2\2\u0329\u0326\3\2\2\2"+ - "\u0329\u0327\3\2\2\2\u0329\u0328\3\2\2\2\u032aK\3\2\2\2\u032b\u032c\7"+ - "!\2\2\u032c\u032d\5:\36\2\u032d\u032e\7G\2\2\u032eM\3\2\2\2\u032f\u0330"+ - "\7!\2\2\u0330\u0331\5<\37\2\u0331\u0332\7I\2\2\u0332\u0333\7[\2\2\u0333"+ - "\u0334\7G\2\2\u0334O\3\2\2\2\u0335\u0336\7!\2\2\u0336\u0337\7.\2\2\u0337"+ - "\u0338\5:\36\2\u0338\u0339\7I\2\2\u0339\u033a\7n\2\2\u033a\u033b\7G\2"+ - "\2\u033bQ\3\2\2\2\u033c\u033d\7!\2\2\u033d\u033e\7.\2\2\u033e\u033f\5"+ - ":\36\2\u033f\u0340\7I\2\2\u0340\u0341\7[\2\2\u0341\u0342\7G\2\2\u0342"+ - "S\3\2\2\2\u0343\u0347\5V,\2\u0344\u0347\5\u00dco\2\u0345\u0347\7G\2\2"+ - "\u0346\u0343\3\2\2\2\u0346\u0344\3\2\2\2\u0346\u0345\3\2\2\2\u0347U\3"+ - "\2\2\2\u0348\u034c\5X-\2\u0349\u034c\5\u00c0a\2\u034a\u034c\5\u00ccg\2"+ - "\u034b\u0348\3\2\2\2\u034b\u0349\3\2\2\2\u034b\u034a\3\2\2\2\u034cW\3"+ - "\2\2\2\u034d\u034f\5Z.\2\u034e\u034d\3\2\2\2\u034f\u0352\3\2\2\2\u0350"+ - "\u034e\3\2\2\2\u0350\u0351\3\2\2\2\u0351\u0353\3\2\2\2\u0352\u0350\3\2"+ - "\2\2\u0353\u0354\7\21\2\2\u0354\u0356\7n\2\2\u0355\u0357\5\\/\2\u0356"+ - "\u0355\3\2\2\2\u0356\u0357\3\2\2\2\u0357\u0359\3\2\2\2\u0358\u035a\5`"+ - "\61\2\u0359\u0358\3\2\2\2\u0359\u035a\3\2\2\2\u035a\u035c\3\2\2\2\u035b"+ - "\u035d\5b\62\2\u035c\u035b\3\2\2\2\u035c\u035d\3\2\2\2\u035d\u035f\3\2"+ - "\2\2\u035e\u0360\5d\63\2\u035f\u035e\3\2\2\2\u035f\u0360\3\2\2\2\u0360"+ - "\u0361\3\2\2\2\u0361\u0362\5h\65\2\u0362Y\3\2\2\2\u0363\u036e\5\u00fc"+ - "\177\2\u0364\u036e\7+\2\2\u0365\u036e\7*\2\2\u0366\u036e\7)\2\2\u0367"+ - "\u036e\7\t\2\2\u0368\u036e\7.\2\2\u0369\u036e\7\3\2\2\u036a\u036e\7\32"+ - "\2\2\u036b\u036e\7\4\2\2\u036c\u036e\7/\2\2\u036d\u0363\3\2\2\2\u036d"+ - "\u0364\3\2\2\2\u036d\u0365\3\2\2\2\u036d\u0366\3\2\2\2\u036d\u0367\3\2"+ - "\2\2\u036d\u0368\3\2\2\2\u036d\u0369\3\2\2\2\u036d\u036a\3\2\2\2\u036d"+ - "\u036b\3\2\2\2\u036d\u036c\3\2\2\2\u036e[\3\2\2\2\u036f\u0370\7L\2\2\u0370"+ - "\u0371\5^\60\2\u0371\u0372\7K\2\2\u0372]\3\2\2\2\u0373\u0378\5&\24\2\u0374"+ - "\u0375\7H\2\2\u0375\u0377\5&\24\2\u0376\u0374\3\2\2\2\u0377\u037a\3\2"+ - "\2\2\u0378\u0376\3\2\2\2\u0378\u0379\3\2\2\2\u0379_\3\2\2\2\u037a\u0378"+ - "\3\2\2\2\u037b\u037c\7\31\2\2\u037c\u037d\5\22\n\2\u037da\3\2\2\2\u037e"+ - "\u037f\7 \2\2\u037f\u0380\5f\64\2\u0380c\3\2\2\2\u0381\u0382\7\5\2\2\u0382"+ - "\u0383\5\24\13\2\u0383e\3\2\2\2\u0384\u0389\5\32\16\2\u0385\u0386\7H\2"+ - "\2\u0386\u0388\5\32\16\2\u0387\u0385\3\2\2\2\u0388\u038b\3\2\2\2\u0389"+ - "\u0387\3\2\2\2\u0389\u038a\3\2\2\2\u038ag\3\2\2\2\u038b\u0389\3\2\2\2"+ - "\u038c\u0390\7C\2\2\u038d\u038f\5j\66\2\u038e\u038d\3\2\2\2\u038f\u0392"+ - "\3\2\2\2\u0390\u038e\3\2\2\2\u0390\u0391\3\2\2\2\u0391\u0393\3\2\2\2\u0392"+ - "\u0390\3\2\2\2\u0393\u0394\7D\2\2\u0394i\3\2\2\2\u0395\u0399\5l\67\2\u0396"+ - "\u0399\5\u00b0Y\2\u0397\u0399\5\u00b2Z\2\u0398\u0395\3\2\2\2\u0398\u0396"+ - "\3\2\2\2\u0398\u0397\3\2\2\2\u0399k\3\2\2\2\u039a\u03a0\5n8\2\u039b\u03a0"+ - "\5\u0092J\2\u039c\u03a0\5V,\2\u039d\u03a0\5\u00dco\2\u039e\u03a0\7G\2"+ - "\2\u039f\u039a\3\2\2\2\u039f\u039b\3\2\2\2\u039f\u039c\3\2\2\2\u039f\u039d"+ - "\3\2\2\2\u039f\u039e\3\2\2\2\u03a0m\3\2\2\2\u03a1\u03a3\5p9\2\u03a2\u03a1"+ - "\3\2\2\2\u03a3\u03a6\3\2\2\2\u03a4\u03a2\3\2\2\2\u03a4\u03a5\3\2\2\2\u03a5"+ - "\u03a8\3\2\2\2\u03a6\u03a4\3\2\2\2\u03a7\u03a9\5\u011a\u008e\2\u03a8\u03a7"+ - "\3\2\2\2\u03a8\u03a9\3\2\2\2\u03a9\u03aa\3\2\2\2\u03aa\u03ab\5r:\2\u03ab"+ - "\u03ac\7G\2\2\u03aco\3\2\2\2\u03ad\u03b6\5\u00fc\177\2\u03ae\u03b6\7+"+ - "\2\2\u03af\u03b6\7*\2\2\u03b0\u03b6\7)\2\2\u03b1\u03b6\7.\2\2\u03b2\u03b6"+ - "\7\32\2\2\u03b3\u03b6\7\66\2\2\u03b4\u03b6\79\2\2\u03b5\u03ad\3\2\2\2"+ - "\u03b5\u03ae\3\2\2\2\u03b5\u03af\3\2\2\2\u03b5\u03b0\3\2\2\2\u03b5\u03b1"+ - "\3\2\2\2\u03b5\u03b2\3\2\2\2\u03b5\u03b3\3\2\2\2\u03b5\u03b4\3\2\2\2\u03b6"+ - "q\3\2\2\2\u03b7\u03bc\5t;\2\u03b8\u03b9\7H\2\2\u03b9\u03bb\5t;\2\u03ba"+ - "\u03b8\3\2\2\2\u03bb\u03be\3\2\2\2\u03bc\u03ba\3\2\2\2\u03bc\u03bd\3\2"+ - "\2\2\u03bds\3\2\2\2\u03be\u03bc\3\2\2\2\u03bf\u03c2\5v<\2\u03c0\u03c1"+ - "\7J\2\2\u03c1\u03c3\5x=\2\u03c2\u03c0\3\2\2\2\u03c2\u03c3\3\2\2\2\u03c3"+ - "u\3\2\2\2\u03c4\u03c6\7n\2\2\u03c5\u03c7\5$\23\2\u03c6\u03c5\3\2\2\2\u03c6"+ - "\u03c7\3\2\2\2\u03c7w\3\2\2\2\u03c8\u03cb\5\u01c4\u00e3\2\u03c9\u03cb"+ - "\5\u010e\u0088\2\u03ca\u03c8\3\2\2\2\u03ca\u03c9\3\2\2\2\u03cby\3\2\2"+ - "\2\u03cc\u03cf\5|?\2\u03cd\u03cf\5~@\2\u03ce\u03cc\3\2\2\2\u03ce\u03cd"+ - "\3\2\2\2\u03cf{\3\2\2\2\u03d0\u03d3\5\b\5\2\u03d1\u03d3\7\13\2\2\u03d2"+ - "\u03d0\3\2\2\2\u03d2\u03d1\3\2\2\2\u03d3}\3\2\2\2\u03d4\u03d8\5\u0080"+ - "A\2\u03d5\u03d8\5\u008eH\2\u03d6\u03d8\5\u0090I\2\u03d7\u03d4\3\2\2\2"+ - "\u03d7\u03d5\3\2\2\2\u03d7\u03d6\3\2\2\2\u03d8\177\3\2\2\2\u03d9\u03dc"+ - "\5\u0086D\2\u03da\u03dc\5\u008cG\2\u03db\u03d9\3\2\2\2\u03db\u03da\3\2"+ - "\2\2\u03dc\u03e1\3\2\2\2\u03dd\u03e0\5\u0084C\2\u03de\u03e0\5\u008aF\2"+ - "\u03df\u03dd\3\2\2\2\u03df\u03de\3\2\2\2\u03e0\u03e3\3\2\2\2\u03e1\u03df"+ - "\3\2\2\2\u03e1\u03e2\3\2\2\2\u03e2\u0081\3\2\2\2\u03e3\u03e1\3\2\2\2\u03e4"+ - "\u03e6\7n\2\2\u03e5\u03e7\5.\30\2\u03e6\u03e5\3\2\2\2\u03e6\u03e7\3\2"+ - "\2\2\u03e7\u03f5\3\2\2\2\u03e8\u03e9\5\u0080A\2\u03e9\u03ed\7I\2\2\u03ea"+ - "\u03ec\5\u00fc\177\2\u03eb\u03ea\3\2\2\2\u03ec\u03ef\3\2\2\2\u03ed\u03eb"+ - "\3\2\2\2\u03ed\u03ee\3\2\2\2\u03ee\u03f0\3\2\2\2\u03ef\u03ed\3\2\2\2\u03f0"+ - "\u03f2\7n\2\2\u03f1\u03f3\5.\30\2\u03f2\u03f1\3\2\2\2\u03f2\u03f3\3\2"+ - "\2\2\u03f3\u03f5\3\2\2\2\u03f4\u03e4\3\2\2\2\u03f4\u03e8\3\2\2\2\u03f5"+ - "\u0083\3\2\2\2\u03f6\u03fa\7I\2\2\u03f7\u03f9\5\u00fc\177\2\u03f8\u03f7"+ - "\3\2\2\2\u03f9\u03fc\3\2\2\2\u03fa\u03f8\3\2\2\2\u03fa\u03fb\3\2\2\2\u03fb"+ - "\u03fd\3\2\2\2\u03fc\u03fa\3\2\2\2\u03fd\u03ff\7n\2\2\u03fe\u0400\5.\30"+ - "\2\u03ff\u03fe\3\2\2\2\u03ff\u0400\3\2\2\2\u0400\u0085\3\2\2\2\u0401\u0403"+ - "\7n\2\2\u0402\u0404\5.\30\2\u0403\u0402\3\2\2\2\u0403\u0404\3\2\2\2\u0404"+ - "\u0087\3\2\2\2\u0405\u0406\5\u0082B\2\u0406\u0089\3\2\2\2\u0407\u0408"+ - "\5\u0084C\2\u0408\u008b\3\2\2\2\u0409\u040a\5\u0086D\2\u040a\u008d\3\2"+ - "\2\2\u040b\u040c\7n\2\2\u040c\u008f\3\2\2\2\u040d\u040e\5|?\2\u040e\u040f"+ - "\5$\23\2\u040f\u0417\3\2\2\2\u0410\u0411\5\u0080A\2\u0411\u0412\5$\23"+ - "\2\u0412\u0417\3\2\2\2\u0413\u0414\5\u008eH\2\u0414\u0415\5$\23\2\u0415"+ - "\u0417\3\2\2\2\u0416\u040d\3\2\2\2\u0416\u0410\3\2\2\2\u0416\u0413\3\2"+ - "\2\2\u0417\u0091\3\2\2\2\u0418\u041a\5\u0094K\2\u0419\u0418\3\2\2\2\u041a"+ - "\u041d\3\2\2\2\u041b\u0419\3\2\2\2\u041b\u041c\3\2\2\2\u041c\u041e\3\2"+ - "\2\2\u041d\u041b\3\2\2\2\u041e\u041f\5\u0096L\2\u041f\u0420\5\u00aeX\2"+ - "\u0420\u0093\3\2\2\2\u0421\u042c\5\u00fc\177\2\u0422\u042c\7+\2\2\u0423"+ - "\u042c\7*\2\2\u0424\u042c\7)\2\2\u0425\u042c\7\t\2\2\u0426\u042c\7.\2"+ - "\2\u0427\u042c\7\32\2\2\u0428\u042c\7\62\2\2\u0429\u042c\7&\2\2\u042a"+ - "\u042c\7/\2\2\u042b\u0421\3\2\2\2\u042b\u0422\3\2\2\2\u042b\u0423\3\2"+ - "\2\2\u042b\u0424\3\2\2\2\u042b\u0425\3\2\2\2\u042b\u0426\3\2\2\2\u042b"+ - "\u0427\3\2\2\2\u042b\u0428\3\2\2\2\u042b\u0429\3\2\2\2\u042b\u042a\3\2"+ - "\2\2\u042c\u0095\3\2\2\2\u042d\u042f\5\u0098M\2\u042e\u042d\3\2\2\2\u042e"+ - "\u042f\3\2\2\2\u042f\u0430\3\2\2\2\u0430\u0432\5\u009aN\2\u0431\u0433"+ - "\5\u00a8U\2\u0432\u0431\3\2\2\2\u0432\u0433\3\2\2\2\u0433\u0443\3\2\2"+ - "\2\u0434\u0438\5\\/\2\u0435\u0437\5\u00fc\177\2\u0436\u0435\3\2\2\2\u0437"+ - "\u043a\3\2\2\2\u0438\u0436\3\2\2\2\u0438\u0439\3\2\2\2\u0439\u043c\3\2"+ - "\2\2\u043a\u0438\3\2\2\2\u043b\u043d\5\u0098M\2\u043c\u043b\3\2\2\2\u043c"+ - "\u043d\3\2\2\2\u043d\u043e\3\2\2\2\u043e\u0440\5\u009aN\2\u043f\u0441"+ - "\5\u00a8U\2\u0440\u043f\3\2\2\2\u0440\u0441\3\2\2\2\u0441\u0443\3\2\2"+ - "\2\u0442\u042e\3\2\2\2\u0442\u0434\3\2\2\2\u0443\u0097\3\2\2\2\u0444\u0447"+ - "\5z>\2\u0445\u0447\78\2\2\u0446\u0444\3\2\2\2\u0446\u0445\3\2\2\2\u0447"+ - "\u0099\3\2\2\2\u0448\u0449\7n\2\2\u0449\u044b\7A\2\2\u044a\u044c\5\u009c"+ - "O\2\u044b\u044a\3\2\2\2\u044b\u044c\3\2\2\2\u044c\u044d\3\2\2\2\u044d"+ - "\u044f\7B\2\2\u044e\u0450\5$\23\2\u044f\u044e\3\2\2\2\u044f\u0450\3\2"+ - "\2\2\u0450\u009b\3\2\2\2\u0451\u0452\5\u009eP\2\u0452\u0453\7H\2\2\u0453"+ - "\u0454\5\u00a4S\2\u0454\u0457\3\2\2\2\u0455\u0457\5\u00a4S\2\u0456\u0451"+ - "\3\2\2\2\u0456\u0455\3\2\2\2\u0457\u009d\3\2\2\2\u0458\u045d\5\u00a0Q"+ - "\2\u0459\u045a\7H\2\2\u045a\u045c\5\u00a0Q\2\u045b\u0459\3\2\2\2\u045c"+ - "\u045f\3\2\2\2\u045d\u045b\3\2\2\2\u045d\u045e\3\2\2\2\u045e\u0469\3\2"+ - "\2\2\u045f\u045d\3\2\2\2\u0460\u0465\5\u00a6T\2\u0461\u0462\7H\2\2\u0462"+ - "\u0464\5\u00a0Q\2\u0463\u0461\3\2\2\2\u0464\u0467\3\2\2\2\u0465\u0463"+ - "\3\2\2\2\u0465\u0466\3\2\2\2\u0466\u0469\3\2\2\2\u0467\u0465\3\2\2\2\u0468"+ - "\u0458\3\2\2\2\u0468\u0460\3\2\2\2\u0469\u009f\3\2\2\2\u046a\u046c\5\u00a2"+ - "R\2\u046b\u046a\3\2\2\2\u046c\u046f\3\2\2\2\u046d\u046b\3\2\2\2\u046d"+ - "\u046e\3\2\2\2\u046e\u0471\3\2\2\2\u046f\u046d\3\2\2\2\u0470\u0472\5z"+ - ">\2\u0471\u0470\3\2\2\2\u0471\u0472\3\2\2\2\u0472\u0473\3\2\2\2\u0473"+ - "\u0474\5v<\2\u0474\u00a1\3\2\2\2\u0475\u0478\5\u00fc\177\2\u0476\u0478"+ - "\7\32\2\2\u0477\u0475\3\2\2\2\u0477\u0476\3\2\2\2\u0478\u00a3\3\2\2\2"+ - "\u0479\u047b\5\u00a2R\2\u047a\u0479\3\2\2\2\u047b\u047e\3\2\2\2\u047c"+ - "\u047a\3\2\2\2\u047c\u047d\3\2\2\2\u047d\u047f\3\2\2\2\u047e\u047c\3\2"+ - "\2\2\u047f\u0483\5z>\2\u0480\u0482\5\u00fc\177\2\u0481\u0480\3\2\2\2\u0482"+ - "\u0485\3\2\2\2\u0483\u0481\3\2\2\2\u0483\u0484\3\2\2\2\u0484\u0486\3\2"+ - "\2\2\u0485\u0483\3\2\2\2\u0486\u0487\7p\2\2\u0487\u0488\5v<\2\u0488\u048b"+ - "\3\2\2\2\u0489\u048b\5\u00a0Q\2\u048a\u047c\3\2\2\2\u048a\u0489\3\2\2"+ - "\2\u048b\u00a5\3\2\2\2\u048c\u048e\5\u00fc\177\2\u048d\u048c\3\2\2\2\u048e"+ - "\u0491\3\2\2\2\u048f\u048d\3\2\2\2\u048f\u0490\3\2\2\2\u0490\u0492\3\2"+ - "\2\2\u0491\u048f\3\2\2\2\u0492\u0495\5z>\2\u0493\u0494\7n\2\2\u0494\u0496"+ - "\7I\2\2\u0495\u0493\3\2\2\2\u0495\u0496\3\2\2\2\u0496\u0497\3\2\2\2\u0497"+ - "\u0498\7\63\2\2\u0498\u00a7\3\2\2\2\u0499\u049a\7\65\2\2\u049a\u049b\5"+ - "\u00aaV\2\u049b\u00a9\3\2\2\2\u049c\u04a1\5\u00acW\2\u049d\u049e\7H\2"+ - "\2\u049e\u04a0\5\u00acW\2\u049f\u049d\3\2\2\2\u04a0\u04a3\3\2\2\2\u04a1"+ - "\u049f\3\2\2\2\u04a1\u04a2\3\2\2\2\u04a2\u00ab\3\2\2\2\u04a3\u04a1\3\2"+ - "\2\2\u04a4\u04a7\5\22\n\2\u04a5\u04a7\5 \21\2\u04a6\u04a4\3\2\2\2\u04a6"+ - "\u04a5\3\2\2\2\u04a7\u00ad\3\2\2\2\u04a8\u04ab\5\u0112\u008a\2\u04a9\u04ab"+ - "\7G\2\2\u04aa\u04a8\3\2\2\2\u04aa\u04a9\3\2\2\2\u04ab\u00af\3\2\2\2\u04ac"+ - "\u04ad\5\u0112\u008a\2\u04ad\u00b1\3\2\2\2\u04ae\u04af\7.\2\2\u04af\u04b0"+ - "\5\u0112\u008a\2\u04b0\u00b3\3\2\2\2\u04b1\u04b3\5\u00b6\\\2\u04b2\u04b1"+ - "\3\2\2\2\u04b3\u04b6\3\2\2\2\u04b4\u04b2\3\2\2\2\u04b4\u04b5\3\2\2\2\u04b5"+ - "\u04b7\3\2\2\2\u04b6\u04b4\3\2\2\2\u04b7\u04b9\5\u00b8]\2\u04b8\u04ba"+ - "\5\u00a8U\2\u04b9\u04b8\3\2\2\2\u04b9\u04ba\3\2\2\2\u04ba\u04bb\3\2\2"+ - "\2\u04bb\u04bc\5\u00bc_\2\u04bc\u00b5\3\2\2\2\u04bd\u04c2\5\u00fc\177"+ - "\2\u04be\u04c2\7+\2\2\u04bf\u04c2\7*\2\2\u04c0\u04c2\7)\2\2\u04c1\u04bd"+ - "\3\2\2\2\u04c1\u04be\3\2\2\2\u04c1\u04bf\3\2\2\2\u04c1\u04c0\3\2\2\2\u04c2"+ - "\u00b7\3\2\2\2\u04c3\u04c5\5\\/\2\u04c4\u04c3\3\2\2\2\u04c4\u04c5\3\2"+ - "\2\2\u04c5\u04c6\3\2\2\2\u04c6\u04c7\5\u00ba^\2\u04c7\u04c9\7A\2\2\u04c8"+ - "\u04ca\5\u009cO\2\u04c9\u04c8\3\2\2\2\u04c9\u04ca\3\2\2\2\u04ca\u04cb"+ - "\3\2\2\2\u04cb\u04cc\7B\2\2\u04cc\u00b9\3\2\2\2\u04cd\u04ce\7n\2\2\u04ce"+ - "\u00bb\3\2\2\2\u04cf\u04d1\7C\2\2\u04d0\u04d2\5\u00be`\2\u04d1\u04d0\3"+ - "\2\2\2\u04d1\u04d2\3\2\2\2\u04d2\u04d4\3\2\2\2\u04d3\u04d5\5\u0114\u008b"+ - "\2\u04d4\u04d3\3\2\2\2\u04d4\u04d5\3\2\2\2\u04d5\u04d6\3\2\2\2\u04d6\u04d7"+ - "\7D\2\2\u04d7\u00bd\3\2\2\2\u04d8\u04da\5.\30\2\u04d9\u04d8\3\2\2\2\u04d9"+ - "\u04da\3\2\2\2\u04da\u04db\3\2\2\2\u04db\u04dc\7\63\2\2\u04dc\u04de\7"+ - "A\2\2\u04dd\u04df\5\u01b2\u00da\2\u04de\u04dd\3\2\2\2\u04de\u04df\3\2"+ - "\2\2\u04df\u04e0\3\2\2\2\u04e0\u04e1\7B\2\2\u04e1\u0507\7G\2\2\u04e2\u04e4"+ - "\5.\30\2\u04e3\u04e2\3\2\2\2\u04e3\u04e4\3\2\2\2\u04e4\u04e5\3\2\2\2\u04e5"+ - "\u04e6\7\60\2\2\u04e6\u04e8\7A\2\2\u04e7\u04e9\5\u01b2\u00da\2\u04e8\u04e7"+ - "\3\2\2\2\u04e8\u04e9\3\2\2\2\u04e9\u04ea\3\2\2\2\u04ea\u04eb\7B\2\2\u04eb"+ - "\u0507\7G\2\2\u04ec\u04ed\5> \2\u04ed\u04ef\7I\2\2\u04ee\u04f0\5.\30\2"+ - "\u04ef\u04ee\3\2\2\2\u04ef\u04f0\3\2\2\2\u04f0\u04f1\3\2\2\2\u04f1\u04f2"+ - "\7\60\2\2\u04f2\u04f4\7A\2\2\u04f3\u04f5\5\u01b2\u00da\2\u04f4\u04f3\3"+ - "\2\2\2\u04f4\u04f5\3\2\2\2\u04f5\u04f6\3\2\2\2\u04f6\u04f7\7B\2\2\u04f7"+ - "\u04f8\7G\2\2\u04f8\u0507\3\2\2\2\u04f9\u04fa\5\u0184\u00c3\2\u04fa\u04fc"+ - "\7I\2\2\u04fb\u04fd\5.\30\2\u04fc\u04fb\3\2\2\2\u04fc\u04fd\3\2\2\2\u04fd"+ - "\u04fe\3\2\2\2\u04fe\u04ff\7\60\2\2\u04ff\u0501\7A\2\2\u0500\u0502\5\u01b2"+ - "\u00da\2\u0501\u0500\3\2\2\2\u0501\u0502\3\2\2\2\u0502\u0503\3\2\2\2\u0503"+ - "\u0504\7B\2\2\u0504\u0505\7G\2\2\u0505\u0507\3\2\2\2\u0506\u04d9\3\2\2"+ - "\2\u0506\u04e3\3\2\2\2\u0506\u04ec\3\2\2\2\u0506\u04f9\3\2\2\2\u0507\u00bf"+ - "\3\2\2\2\u0508\u050a\5Z.\2\u0509\u0508\3\2\2\2\u050a\u050d\3\2\2\2\u050b"+ - "\u0509\3\2\2\2\u050b\u050c\3\2\2\2\u050c\u050e\3\2\2\2\u050d\u050b\3\2"+ - "\2\2\u050e\u050f\7\30\2\2\u050f\u0511\7n\2\2\u0510\u0512\5b\62\2\u0511"+ - "\u0510\3\2\2\2\u0511\u0512\3\2\2\2\u0512\u0513\3\2\2\2\u0513\u0514\5\u00c2"+ - "b\2\u0514\u00c1\3\2\2\2\u0515\u0517\7C\2\2\u0516\u0518\5\u00c4c\2\u0517"+ - "\u0516\3\2\2\2\u0517\u0518\3\2\2\2\u0518\u051a\3\2\2\2\u0519\u051b\7H"+ - "\2\2\u051a\u0519\3\2\2\2\u051a\u051b\3\2\2\2\u051b\u051d\3\2\2\2\u051c"+ - "\u051e\5\u00caf\2\u051d\u051c\3\2\2\2\u051d\u051e\3\2\2\2\u051e\u051f"+ - "\3\2\2\2\u051f\u0520\7D\2\2\u0520\u00c3\3\2\2\2\u0521\u0526\5\u00c6d\2"+ - "\u0522\u0523\7H\2\2\u0523\u0525\5\u00c6d\2\u0524\u0522\3\2\2\2\u0525\u0528"+ - "\3\2\2\2\u0526\u0524\3\2\2\2\u0526\u0527\3\2\2\2\u0527\u00c5\3\2\2\2\u0528"+ - "\u0526\3\2\2\2\u0529\u052b\5\u00c8e\2\u052a\u0529\3\2\2\2\u052b\u052e"+ - "\3\2\2\2\u052c\u052a\3\2\2\2\u052c\u052d\3\2\2\2\u052d\u052f\3\2\2\2\u052e"+ - "\u052c\3\2\2\2\u052f\u0535\7n\2\2\u0530\u0532\7A\2\2\u0531\u0533\5\u01b2"+ - "\u00da\2\u0532\u0531\3\2\2\2\u0532\u0533\3\2\2\2\u0533\u0534\3\2\2\2\u0534"+ - "\u0536\7B\2\2\u0535\u0530\3\2\2\2\u0535\u0536\3\2\2\2\u0536\u0538\3\2"+ - "\2\2\u0537\u0539\5h\65\2\u0538\u0537\3\2\2\2\u0538\u0539\3\2\2\2\u0539"+ - "\u00c7\3\2\2\2\u053a\u053b\5\u00fc\177\2\u053b\u00c9\3\2\2\2\u053c\u0540"+ - "\7G\2\2\u053d\u053f\5j\66\2\u053e\u053d\3\2\2\2\u053f\u0542\3\2\2\2\u0540"+ - "\u053e\3\2\2\2\u0540\u0541\3\2\2\2\u0541\u00cb\3\2\2\2\u0542\u0540\3\2"+ - "\2\2\u0543\u0545\5Z.\2\u0544\u0543\3\2\2\2\u0545\u0548\3\2\2\2\u0546\u0544"+ - "\3\2\2\2\u0546\u0547\3\2\2\2\u0547\u0549\3\2\2\2\u0548\u0546\3\2\2\2\u0549"+ - "\u054a\7\6\2\2\u054a\u054c\7n\2\2\u054b\u054d\5\\/\2\u054c\u054b\3\2\2"+ - "\2\u054c\u054d\3\2\2\2\u054d\u054e\3\2\2\2\u054e\u0550\5\u00ceh\2\u054f"+ - "\u0551\5b\62\2\u0550\u054f\3\2\2\2\u0550\u0551\3\2\2\2\u0551\u0552\3\2"+ - "\2\2\u0552\u0553\5\u00d6l\2\u0553\u00cd\3\2\2\2\u0554\u0556\7A\2\2\u0555"+ - "\u0557\5\u00d0i\2\u0556\u0555\3\2\2\2\u0556\u0557\3\2\2\2\u0557\u0558"+ - "\3\2\2\2\u0558\u0559\7B\2\2\u0559\u00cf\3\2\2\2\u055a\u055f\5\u00d2j\2"+ - "\u055b\u055c\7H\2\2\u055c\u055e\5\u00d2j\2\u055d\u055b\3\2\2\2\u055e\u0561"+ - "\3\2\2\2\u055f\u055d\3\2\2\2\u055f\u0560\3\2\2\2\u0560\u00d1\3\2\2\2\u0561"+ - "\u055f\3\2\2\2\u0562\u0564\5\u00fc\177\2\u0563\u0562\3\2\2\2\u0564\u0567"+ - "\3\2\2\2\u0565\u0563\3\2\2\2\u0565\u0566\3\2\2\2\u0566\u0568\3\2\2\2\u0567"+ - "\u0565\3\2\2\2\u0568\u0569\5z>\2\u0569\u056a\7n\2\2\u056a\u056d\3\2\2"+ - "\2\u056b\u056d\5\u00d4k\2\u056c\u0565\3\2\2\2\u056c\u056b\3\2\2\2\u056d"+ - "\u00d3\3\2\2\2\u056e\u0570\5\u00fc\177\2\u056f\u056e\3\2\2\2\u0570\u0573"+ - "\3\2\2\2\u0571\u056f\3\2\2\2\u0571\u0572\3\2\2\2\u0572\u0574\3\2\2\2\u0573"+ - "\u0571\3\2\2\2\u0574\u0578\5z>\2\u0575\u0577\5\u00fc\177\2\u0576\u0575"+ - "\3\2\2\2\u0577\u057a\3\2\2\2\u0578\u0576\3\2\2\2\u0578\u0579\3\2\2\2\u0579"+ - "\u057b\3\2\2\2\u057a\u0578\3\2\2\2\u057b\u057c\7p\2\2\u057c\u057d\7n\2"+ - "\2\u057d\u00d5\3\2\2\2\u057e\u0582\7C\2\2\u057f\u0581\5\u00d8m\2\u0580"+ - "\u057f\3\2\2\2\u0581\u0584\3\2\2\2\u0582\u0580\3\2\2\2\u0582\u0583\3\2"+ - "\2\2\u0583\u0585\3\2\2\2\u0584\u0582\3\2\2\2\u0585\u0586\7D\2\2\u0586"+ - "\u00d7\3\2\2\2\u0587\u058a\5j\66\2\u0588\u058a\5\u00dan\2\u0589\u0587"+ - "\3\2\2\2\u0589\u0588\3\2\2\2\u058a\u00d9\3\2\2\2\u058b\u058d\5\u00b6\\"+ - "\2\u058c\u058b\3\2\2\2\u058d\u0590\3\2\2\2\u058e\u058c\3\2\2\2\u058e\u058f"+ - "\3\2\2\2\u058f\u0591\3\2\2\2\u0590\u058e\3\2\2\2\u0591\u0592\5\u00ba^"+ - "\2\u0592\u0593\5\u00bc_\2\u0593\u00db\3\2\2\2\u0594\u0597\5\u00dep\2\u0595"+ - "\u0597\5\u00f0y\2\u0596\u0594\3\2\2\2\u0596\u0595\3\2\2\2\u0597\u00dd"+ - "\3\2\2\2\u0598\u059a\5\u00e0q\2\u0599\u0598\3\2\2\2\u059a\u059d\3\2\2"+ - "\2\u059b\u0599\3\2\2\2\u059b\u059c\3\2\2\2\u059c\u059e\3\2\2\2\u059d\u059b"+ - "\3\2\2\2\u059e\u059f\7$\2\2\u059f\u05a1\7n\2\2\u05a0\u05a2\5\\/\2\u05a1"+ - "\u05a0\3\2\2\2\u05a1\u05a2\3\2\2\2\u05a2\u05a4\3\2\2\2\u05a3\u05a5\5\u00e2"+ - "r\2\u05a4\u05a3\3\2\2\2\u05a4\u05a5\3\2\2\2\u05a5\u05a6\3\2\2\2\u05a6"+ - "\u05a7\5\u00e4s\2\u05a7\u00df\3\2\2\2\u05a8\u05b0\5\u00fc\177\2\u05a9"+ - "\u05b0\7+\2\2\u05aa\u05b0\7*\2\2\u05ab\u05b0\7)\2\2\u05ac\u05b0\7\t\2"+ - "\2\u05ad\u05b0\7.\2\2\u05ae\u05b0\7/\2\2\u05af\u05a8\3\2\2\2\u05af\u05a9"+ - "\3\2\2\2\u05af\u05aa\3\2\2\2\u05af\u05ab\3\2\2\2\u05af\u05ac\3\2\2\2\u05af"+ - "\u05ad\3\2\2\2\u05af\u05ae\3\2\2\2\u05b0\u00e1\3\2\2\2\u05b1\u05b2\7\31"+ - "\2\2\u05b2\u05b3\5f\64\2\u05b3\u00e3\3\2\2\2\u05b4\u05b8\7C\2\2\u05b5"+ - "\u05b7\5\u00e6t\2\u05b6\u05b5\3\2\2\2\u05b7\u05ba\3\2\2\2\u05b8\u05b6"+ - "\3\2\2\2\u05b8\u05b9\3\2\2\2\u05b9\u05bb\3\2\2\2\u05ba\u05b8\3\2\2\2\u05bb"+ - "\u05bc\7D\2\2\u05bc\u00e5\3\2\2\2\u05bd\u05c3\5\u00e8u\2\u05be\u05c3\5"+ - "\u00ecw\2\u05bf\u05c3\5V,\2\u05c0\u05c3\5\u00dco\2\u05c1\u05c3\7G\2\2"+ - "\u05c2\u05bd\3\2\2\2\u05c2\u05be\3\2\2\2\u05c2\u05bf\3\2\2\2\u05c2\u05c0"+ - "\3\2\2\2\u05c2\u05c1\3\2\2\2\u05c3\u00e7\3\2\2\2\u05c4\u05c6\5\u00eav"+ - "\2\u05c5\u05c4\3\2\2\2\u05c6\u05c9\3\2\2\2\u05c7\u05c5\3\2\2\2\u05c7\u05c8"+ - "\3\2\2\2\u05c8\u05ca\3\2\2\2\u05c9\u05c7\3\2\2\2\u05ca\u05cb\5z>\2\u05cb"+ - "\u05cc\5r:\2\u05cc\u05cd\7G\2\2\u05cd\u00e9\3\2\2\2\u05ce\u05d3\5\u00fc"+ - "\177\2\u05cf\u05d3\7+\2\2\u05d0\u05d3\7.\2\2\u05d1\u05d3\7\32\2\2\u05d2"+ - "\u05ce\3\2\2\2\u05d2\u05cf\3\2\2\2\u05d2\u05d0\3\2\2\2\u05d2\u05d1\3\2"+ - "\2\2\u05d3\u00eb\3\2\2\2\u05d4\u05d6\5\u00eex\2\u05d5\u05d4\3\2\2\2\u05d6"+ - "\u05d9\3\2\2\2\u05d7\u05d5\3\2\2\2\u05d7\u05d8\3\2\2\2\u05d8\u05da\3\2"+ - "\2\2\u05d9\u05d7\3\2\2\2\u05da\u05db\5\u0096L\2\u05db\u05dc\5\u00aeX\2"+ - "\u05dc\u00ed\3\2\2\2\u05dd\u05e4\5\u00fc\177\2\u05de\u05e4\7+\2\2\u05df"+ - "\u05e4\7\t\2\2\u05e0\u05e4\7\24\2\2\u05e1\u05e4\7.\2\2\u05e2\u05e4\7/"+ - "\2\2\u05e3\u05dd\3\2\2\2\u05e3\u05de\3\2\2\2\u05e3\u05df\3\2\2\2\u05e3"+ - "\u05e0\3\2\2\2\u05e3\u05e1\3\2\2\2\u05e3\u05e2\3\2\2\2\u05e4\u00ef\3\2"+ - "\2\2\u05e5\u05e7\5\u00e0q\2\u05e6\u05e5\3\2\2\2\u05e7\u05ea\3\2\2\2\u05e8"+ - "\u05e6\3\2\2\2\u05e8\u05e9\3\2\2\2\u05e9\u05eb\3\2\2\2\u05ea\u05e8\3\2"+ - "\2\2\u05eb\u05ec\7o\2\2\u05ec\u05ed\7$\2\2\u05ed\u05ee\7n\2\2\u05ee\u05ef"+ - "\5\u00f2z\2\u05ef\u00f1\3\2\2\2\u05f0\u05f4\7C\2\2\u05f1\u05f3\5\u00f4"+ - "{\2\u05f2\u05f1\3\2\2\2\u05f3\u05f6\3\2\2\2\u05f4\u05f2\3\2\2\2\u05f4"+ - "\u05f5\3\2\2\2\u05f5\u05f7\3\2\2\2\u05f6\u05f4\3\2\2\2\u05f7\u05f8\7D"+ - "\2\2\u05f8\u00f3\3\2\2\2\u05f9\u05ff\5\u00f6|\2\u05fa\u05ff\5\u00e8u\2"+ - "\u05fb\u05ff\5V,\2\u05fc\u05ff\5\u00dco\2\u05fd\u05ff\7G\2\2\u05fe\u05f9"+ - "\3\2\2\2\u05fe\u05fa\3\2\2\2\u05fe\u05fb\3\2\2\2\u05fe\u05fc\3\2\2\2\u05fe"+ - "\u05fd\3\2\2\2\u05ff\u00f5\3\2\2\2\u0600\u0602\5\u00f8}\2\u0601\u0600"+ - "\3\2\2\2\u0602\u0605\3\2\2\2\u0603\u0601\3\2\2\2\u0603\u0604\3\2\2\2\u0604"+ - "\u0606\3\2\2\2\u0605\u0603\3\2\2\2\u0606\u0607\5z>\2\u0607\u0608\7n\2"+ - "\2\u0608\u0609\7A\2\2\u0609\u060b\7B\2\2\u060a\u060c\5$\23\2\u060b\u060a"+ - "\3\2\2\2\u060b\u060c\3\2\2\2\u060c\u060e\3\2\2\2\u060d\u060f\5\u00fa~"+ - "\2\u060e\u060d\3\2\2\2\u060e\u060f\3\2\2\2\u060f\u0610\3\2\2\2\u0610\u0611"+ - "\7G\2\2\u0611\u00f7\3\2\2\2\u0612\u0616\5\u00fc\177\2\u0613\u0616\7+\2"+ - "\2\u0614\u0616\7\t\2\2\u0615\u0612\3\2\2\2\u0615\u0613\3\2\2\2\u0615\u0614"+ - "\3\2\2\2\u0616\u00f9\3\2\2\2\u0617\u0618\7\24\2\2\u0618\u0619\5\u0104"+ - "\u0083\2\u0619\u00fb\3\2\2\2\u061a\u061e\5\u00fe\u0080\2\u061b\u061e\5"+ - "\u010a\u0086\2\u061c\u061e\5\u010c\u0087\2\u061d\u061a\3\2\2\2\u061d\u061b"+ - "\3\2\2\2\u061d\u061c\3\2\2\2\u061e\u00fd\3\2\2\2\u061f\u0620\7o\2\2\u0620"+ - "\u0621\5:\36\2\u0621\u0623\7A\2\2\u0622\u0624\5\u0100\u0081\2\u0623\u0622"+ - "\3\2\2\2\u0623\u0624\3\2\2\2\u0624\u0625\3\2\2\2\u0625\u0626\7B\2\2\u0626"+ - "\u00ff\3\2\2\2\u0627\u062c\5\u0102\u0082\2\u0628\u0629\7H\2\2\u0629\u062b"+ - "\5\u0102\u0082\2\u062a\u0628\3\2\2\2\u062b\u062e\3\2\2\2\u062c\u062a\3"+ - "\2\2\2\u062c\u062d\3\2\2\2\u062d\u0101\3\2\2\2\u062e\u062c\3\2\2\2\u062f"+ - "\u0630\7n\2\2\u0630\u0631\7J\2\2\u0631\u0632\5\u0104\u0083\2\u0632\u0103"+ - "\3\2\2\2\u0633\u0637\5\u01da\u00ee\2\u0634\u0637\5\u0106\u0084\2\u0635"+ - "\u0637\5\u00fc\177\2\u0636\u0633\3\2\2\2\u0636\u0634\3\2\2\2\u0636\u0635"+ - "\3\2\2\2\u0637\u0105\3\2\2\2\u0638\u063a\7C\2\2\u0639\u063b\5\u0108\u0085"+ - "\2\u063a\u0639\3\2\2\2\u063a\u063b\3\2\2\2\u063b\u063d\3\2\2\2\u063c\u063e"+ - "\7H\2\2\u063d\u063c\3\2\2\2\u063d\u063e\3\2\2\2\u063e\u063f\3\2\2\2\u063f"+ - "\u0640\7D\2\2\u0640\u0107\3\2\2\2\u0641\u0646\5\u0104\u0083\2\u0642\u0643"+ - "\7H\2\2\u0643\u0645\5\u0104\u0083\2\u0644\u0642\3\2\2\2\u0645\u0648\3"+ - "\2\2\2\u0646\u0644\3\2\2\2\u0646\u0647\3\2\2\2\u0647\u0109\3\2\2\2\u0648"+ - "\u0646\3\2\2\2\u0649\u064a\7o\2\2\u064a\u064b\5:\36\2\u064b\u010b\3\2"+ - "\2\2\u064c\u064d\7o\2\2\u064d\u064e\5:\36\2\u064e\u064f\7A\2\2\u064f\u0650"+ - "\5\u0104\u0083\2\u0650\u0651\7B\2\2\u0651\u010d\3\2\2\2\u0652\u0654\7"+ - "C\2\2\u0653\u0655\5\u0110\u0089\2\u0654\u0653\3\2\2\2\u0654\u0655\3\2"+ - "\2\2\u0655\u0657\3\2\2\2\u0656\u0658\7H\2\2\u0657\u0656\3\2\2\2\u0657"+ - "\u0658\3\2\2\2\u0658\u0659\3\2\2\2\u0659\u065a\7D\2\2\u065a\u010f\3\2"+ - "\2\2\u065b\u0660\5x=\2\u065c\u065d\7H\2\2\u065d\u065f\5x=\2\u065e\u065c"+ - "\3\2\2\2\u065f\u0662\3\2\2\2\u0660\u065e\3\2\2\2\u0660\u0661\3\2\2\2\u0661"+ - "\u0111\3\2\2\2\u0662\u0660\3\2\2\2\u0663\u0665\7C\2\2\u0664\u0666\5\u0114"+ - "\u008b\2\u0665\u0664\3\2\2\2\u0665\u0666\3\2\2\2\u0666\u0667\3\2\2\2\u0667"+ - "\u0668\7D\2\2\u0668\u0113\3\2\2\2\u0669\u066d\5\u0116\u008c\2\u066a\u066c"+ - "\5\u0116\u008c\2\u066b\u066a\3\2\2\2\u066c\u066f\3\2\2\2\u066d\u066b\3"+ - "\2\2\2\u066d\u066e\3\2\2\2\u066e\u0115\3\2\2\2\u066f\u066d\3\2\2\2\u0670"+ - "\u0674\5\u0118\u008d\2\u0671\u0674\5V,\2\u0672\u0674\5\u011e\u0090\2\u0673"+ - "\u0670\3\2\2\2\u0673\u0671\3\2\2\2\u0673\u0672\3\2\2\2\u0674\u0117\3\2"+ - "\2\2\u0675\u0676\5\u011c\u008f\2\u0676\u0677\7G\2\2\u0677\u0119\3\2\2"+ - "\2\u0678\u067b\5z>\2\u0679\u067b\7\7\2\2\u067a\u0678\3\2\2\2\u067a\u0679"+ - "\3\2\2\2\u067b\u011b\3\2\2\2\u067c\u067e\5\u00a2R\2\u067d\u067c\3\2\2"+ - "\2\u067e\u0681\3\2\2\2\u067f\u067d\3\2\2\2\u067f\u0680\3\2\2\2\u0680\u0682"+ - "\3\2\2\2\u0681\u067f\3\2\2\2\u0682\u0683\5\u011a\u008e\2\u0683\u0684\5"+ - "r:\2\u0684\u011d\3\2\2\2\u0685\u0690\5\u0122\u0092\2\u0686\u0690\5\u0126"+ - "\u0094\2\u0687\u0690\5\u012e\u0098\2\u0688\u0690\5\u0130\u0099\2\u0689"+ - "\u0690\5\u014c\u00a7\2\u068a\u0690\5\u0152\u00aa\2\u068b\u068d\5\u0140"+ - "\u00a1\2\u068c\u068e\7G\2\2\u068d\u068c\3\2\2\2\u068d\u068e\3\2\2\2\u068e"+ - "\u0690\3\2\2\2\u068f\u0685\3\2\2\2\u068f\u0686\3\2\2\2\u068f\u0687\3\2"+ - "\2\2\u068f\u0688\3\2\2\2\u068f\u0689\3\2\2\2\u068f\u068a\3\2\2\2\u068f"+ - "\u068b\3\2\2\2\u0690\u011f\3\2\2\2\u0691\u0697\5\u0122\u0092\2\u0692\u0697"+ - "\5\u0128\u0095\2\u0693\u0697\5\u0132\u009a\2\u0694\u0697\5\u014e\u00a8"+ - "\2\u0695\u0697\5\u0154\u00ab\2\u0696\u0691\3\2\2\2\u0696\u0692\3\2\2\2"+ - "\u0696\u0693\3\2\2\2\u0696\u0694\3\2\2\2\u0696\u0695\3\2\2\2\u0697\u0121"+ - "\3\2\2\2\u0698\u06a6\5\u0112\u008a\2\u0699\u06a6\5\u0124\u0093\2\u069a"+ - "\u06a6\5\u012a\u0096\2\u069b\u06a6\5\u0134\u009b\2\u069c\u06a6\5\u0136"+ - "\u009c\2\u069d\u06a6\5\u0150\u00a9\2\u069e\u06a6\5\u0164\u00b3\2\u069f"+ - "\u06a6\5\u0166\u00b4\2\u06a0\u06a6\5\u0168\u00b5\2\u06a1\u06a6\5\u016a"+ - "\u00b6\2\u06a2\u06a6\5\u016e\u00b8\2\u06a3\u06a6\5\u016c\u00b7\2\u06a4"+ - "\u06a6\5\u0170\u00b9\2\u06a5\u0698\3\2\2\2\u06a5\u0699\3\2\2\2\u06a5\u069a"+ - "\3\2\2\2\u06a5\u069b\3\2\2\2\u06a5\u069c\3\2\2\2\u06a5\u069d\3\2\2\2\u06a5"+ - "\u069e\3\2\2\2\u06a5\u069f\3\2\2\2\u06a5\u06a0\3\2\2\2\u06a5\u06a1\3\2"+ - "\2\2\u06a5\u06a2\3\2\2\2\u06a5\u06a3\3\2\2\2\u06a5\u06a4\3\2\2\2\u06a6"+ - "\u0123\3\2\2\2\u06a7\u06a8\7G\2\2\u06a8\u0125\3\2\2\2\u06a9\u06aa\7n\2"+ - "\2\u06aa\u06ab\7P\2\2\u06ab\u06ac\5\u011e\u0090\2\u06ac\u0127\3\2\2\2"+ - "\u06ad\u06ae\7n\2\2\u06ae\u06af\7P\2\2\u06af\u06b0\5\u0120\u0091\2\u06b0"+ - "\u0129\3\2\2\2\u06b1\u06b2\5\u012c\u0097\2\u06b2\u06b3\7G\2\2\u06b3\u012b"+ - "\3\2\2\2\u06b4\u06bc\5\u01d4\u00eb\2\u06b5\u06bc\5\u01f2\u00fa\2\u06b6"+ - "\u06bc\5\u01f4\u00fb\2\u06b7\u06bc\5\u01fa\u00fe\2\u06b8\u06bc\5\u01fe"+ - "\u0100\2\u06b9\u06bc\5\u01ac\u00d7\2\u06ba\u06bc\5\u0198\u00cd\2\u06bb"+ - "\u06b4\3\2\2\2\u06bb\u06b5\3\2\2\2\u06bb\u06b6\3\2\2\2\u06bb\u06b7\3\2"+ - "\2\2\u06bb\u06b8\3\2\2\2\u06bb\u06b9\3\2\2\2\u06bb\u06ba\3\2\2\2\u06bc"+ - "\u012d\3\2\2\2\u06bd\u06be\7\36\2\2\u06be\u06bf\7A\2\2\u06bf\u06c0\5\u01c4"+ - "\u00e3\2\u06c0\u06c1\7B\2\2\u06c1\u06c2\5\u011e\u0090\2\u06c2\u012f\3"+ - "\2\2\2\u06c3\u06c4\7\36\2\2\u06c4\u06c5\5\u01c8\u00e5\2\u06c5\u06c6\5"+ - "\u0120\u0091\2\u06c6\u06c7\7\27\2\2\u06c7\u06c8\5\u011e\u0090\2\u06c8"+ - "\u0131\3\2\2\2\u06c9\u06ca\7\36\2\2\u06ca\u06cb\5\u01c8\u00e5\2\u06cb"+ - "\u06cc\5\u0120\u0091\2\u06cc\u06cd\7\27\2\2\u06cd\u06ce\5\u0120\u0091"+ - "\2\u06ce\u0133\3\2\2\2\u06cf\u06d0\7\n\2\2\u06d0\u06d1\5\u01c4\u00e3\2"+ - "\u06d1\u06d2\7G\2\2\u06d2\u06da\3\2\2\2\u06d3\u06d4\7\n\2\2\u06d4\u06d5"+ - "\5\u01c4\u00e3\2\u06d5\u06d6\7P\2\2\u06d6\u06d7\5\u01c4\u00e3\2\u06d7"+ - "\u06d8\7G\2\2\u06d8\u06da\3\2\2\2\u06d9\u06cf\3\2\2\2\u06d9\u06d3\3\2"+ - "\2\2\u06da\u0135\3\2\2\2\u06db\u06dc\7\61\2\2\u06dc\u06dd\5\u01c8\u00e5"+ - "\2\u06dd\u06de\5\u0138\u009d\2\u06de\u0137\3\2\2\2\u06df\u06e3\7C\2\2"+ - "\u06e0\u06e2\5\u013a\u009e\2\u06e1\u06e0\3\2\2\2\u06e2\u06e5\3\2\2\2\u06e3"+ - "\u06e1\3\2\2\2\u06e3\u06e4\3\2\2\2\u06e4\u06e9\3\2\2\2\u06e5\u06e3\3\2"+ - "\2\2\u06e6\u06e8\5\u013e\u00a0\2\u06e7\u06e6\3\2\2\2\u06e8\u06eb\3\2\2"+ - "\2\u06e9\u06e7\3\2\2\2\u06e9\u06ea\3\2\2\2\u06ea\u06ec\3\2\2\2\u06eb\u06e9"+ - "\3\2\2\2\u06ec\u06ed\7D\2\2\u06ed\u0139\3\2\2\2\u06ee\u06ef\5\u013c\u009f"+ - "\2\u06ef\u06f0\5\u0114\u008b\2\u06f0\u013b\3\2\2\2\u06f1\u06f5\5\u013e"+ - "\u00a0\2\u06f2\u06f4\5\u013e\u00a0\2\u06f3\u06f2\3\2\2\2\u06f4\u06f7\3"+ - "\2\2\2\u06f5\u06f3\3\2\2\2\u06f5\u06f6\3\2\2\2\u06f6\u013d\3\2\2\2\u06f7"+ - "\u06f5\3\2\2\2\u06f8\u06f9\7\16\2\2\u06f9\u06fa\5\u01c0\u00e1\2\u06fa"+ - "\u06fb\7P\2\2\u06fb\u0703\3\2\2\2\u06fc\u06fd\7\16\2\2\u06fd\u06fe\5\u0148"+ - "\u00a5\2\u06fe\u06ff\7P\2\2\u06ff\u0703\3\2\2\2\u0700\u0701\7\24\2\2\u0701"+ - "\u0703\7P\2\2\u0702\u06f8\3\2\2\2\u0702\u06fc\3\2\2\2\u0702\u0700\3\2"+ - "\2\2\u0703\u013f\3\2\2\2\u0704\u0705\7\61\2\2\u0705\u0706\5\u01c8\u00e5"+ - "\2\u0706\u070a\7C\2\2\u0707\u0709\5\u0142\u00a2\2\u0708\u0707\3\2\2\2"+ - "\u0709\u070c\3\2\2\2\u070a\u0708\3\2\2\2\u070a\u070b\3\2\2\2\u070b\u070d"+ - "\3\2\2\2\u070c\u070a\3\2\2\2\u070d\u070e\7D\2\2\u070e\u0141\3\2\2\2\u070f"+ - "\u0713\7\16\2\2\u0710\u0714\5\u01c6\u00e4\2\u0711\u0714\7@\2\2\u0712\u0714"+ - "\5\u0144\u00a3\2\u0713\u0710\3\2\2\2\u0713\u0711\3\2\2\2\u0713\u0712\3"+ - "\2\2\2\u0714\u0715\3\2\2\2\u0715\u0716\t\5\2\2\u0716\u071b\5\u0146\u00a4"+ - "\2\u0717\u0718\7\24\2\2\u0718\u0719\t\5\2\2\u0719\u071b\5\u0146\u00a4"+ - "\2\u071a\u070f\3\2\2\2\u071a\u0717\3\2\2\2\u071b\u0143\3\2\2\2\u071c\u071d"+ - "\b\u00a3\1\2\u071d\u071e\7A\2\2\u071e\u071f\5\u0144\u00a3\2\u071f\u0720"+ - "\7B\2\2\u0720\u0736\3\2\2\2\u0721\u0723\5\u00a2R\2\u0722\u0721\3\2\2\2"+ - "\u0723\u0726\3\2\2\2\u0724\u0722\3\2\2\2\u0724\u0725\3\2\2\2\u0725\u072a"+ - "\3\2\2\2\u0726\u0724\3\2\2\2\u0727\u0729\5\u00fc\177\2\u0728\u0727\3\2"+ - "\2\2\u0729\u072c\3\2\2\2\u072a\u0728\3\2\2\2\u072a\u072b\3\2\2\2\u072b"+ - "\u072d\3\2\2\2\u072c\u072a\3\2\2\2\u072d\u0732\7n\2\2\u072e\u072f\7U\2"+ - "\2\u072f\u0731\5\u01c4\u00e3\2\u0730\u072e\3\2\2\2\u0731\u0734\3\2\2\2"+ - "\u0732\u0730\3\2\2\2\u0732\u0733\3\2\2\2\u0733\u0736\3\2\2\2\u0734\u0732"+ - "\3\2\2\2\u0735\u071c\3\2\2\2\u0735\u0724\3\2\2\2\u0736\u073c\3\2\2\2\u0737"+ - "\u0738\f\3\2\2\u0738\u0739\7U\2\2\u0739\u073b\5\u01c4\u00e3\2\u073a\u0737"+ - "\3\2\2\2\u073b\u073e\3\2\2\2\u073c\u073a\3\2\2\2\u073c\u073d\3\2\2\2\u073d"+ - "\u0145\3\2\2\2\u073e\u073c\3\2\2\2\u073f\u0747\5\u0112\u008a\2\u0740\u0742"+ - "\5\u0116\u008c\2\u0741\u0740\3\2\2\2\u0742\u0745\3\2\2\2\u0743\u0741\3"+ - "\2\2\2\u0743\u0744\3\2\2\2\u0744\u0747\3\2\2\2\u0745\u0743\3\2\2\2\u0746"+ - "\u073f\3\2\2\2\u0746\u0743\3\2\2\2\u0747\u0147\3\2\2\2\u0748\u0749\7n"+ - "\2\2\u0749\u0149\3\2\2\2\u074a\u074f\5\u0148\u00a5\2\u074b\u074c\7H\2"+ - "\2\u074c\u074e\5\u0148\u00a5\2\u074d\u074b\3\2\2\2\u074e\u0751\3\2\2\2"+ - "\u074f\u074d\3\2\2\2\u074f\u0750\3\2\2\2\u0750\u014b\3\2\2\2\u0751\u074f"+ - "\3\2\2\2\u0752\u0753\7:\2\2\u0753\u0754\5\u01c8\u00e5\2\u0754\u0755\5"+ - "\u011e\u0090\2\u0755\u014d\3\2\2\2\u0756\u0757\7:\2\2\u0757\u0758\5\u01c8"+ - "\u00e5\2\u0758\u0759\5\u0120\u0091\2\u0759\u014f\3\2\2\2\u075a\u075b\7"+ - "\25\2\2\u075b\u075c\5\u011e\u0090\2\u075c\u075d\7:\2\2\u075d\u075e\5\u01c8"+ - "\u00e5\2\u075e\u075f\7G\2\2\u075f\u0151\3\2\2\2\u0760\u0763\5\u0156\u00ac"+ - "\2\u0761\u0763\5\u0160\u00b1\2\u0762\u0760\3\2\2\2\u0762\u0761\3\2\2\2"+ - "\u0763\u0153\3\2\2\2\u0764\u0767\5\u0158\u00ad\2\u0765\u0767\5\u0162\u00b2"+ - "\2\u0766\u0764\3\2\2\2\u0766\u0765\3\2\2\2\u0767\u0155\3\2\2\2\u0768\u0769"+ - "\7\35\2\2\u0769\u076b\7A\2\2\u076a\u076c\5\u015a\u00ae\2\u076b\u076a\3"+ - "\2\2\2\u076b\u076c\3\2\2\2\u076c\u076d\3\2\2\2\u076d\u076f\7G\2\2\u076e"+ - "\u0770\5\u01c4\u00e3\2\u076f\u076e\3\2\2\2\u076f\u0770\3\2\2\2\u0770\u0771"+ - "\3\2\2\2\u0771\u0773\7G\2\2\u0772\u0774\5\u015c\u00af\2\u0773\u0772\3"+ - "\2\2\2\u0773\u0774\3\2\2\2\u0774\u0775\3\2\2\2\u0775\u0776\7B\2\2\u0776"+ - "\u0777\5\u011e\u0090\2\u0777\u0157\3\2\2\2\u0778\u0779\7\35\2\2\u0779"+ - "\u077b\7A\2\2\u077a\u077c\5\u015a\u00ae\2\u077b\u077a\3\2\2\2\u077b\u077c"+ - "\3\2\2\2\u077c\u077d\3\2\2\2\u077d\u077f\7G\2\2\u077e\u0780\5\u01c4\u00e3"+ - "\2\u077f\u077e\3\2\2\2\u077f\u0780\3\2\2\2\u0780\u0781\3\2\2\2\u0781\u0783"+ - "\7G\2\2\u0782\u0784\5\u015c\u00af\2\u0783\u0782\3\2\2\2\u0783\u0784\3"+ - "\2\2\2\u0784\u0785\3\2\2\2\u0785\u0786\7B\2\2\u0786\u0787\5\u0120\u0091"+ - "\2\u0787\u0159\3\2\2\2\u0788\u078b\5\u015e\u00b0\2\u0789\u078b\5\u011c"+ - "\u008f\2\u078a\u0788\3\2\2\2\u078a\u0789\3\2\2\2\u078b\u015b\3\2\2\2\u078c"+ - "\u078d\5\u015e\u00b0\2\u078d\u015d\3\2\2\2\u078e\u0793\5\u012c\u0097\2"+ - "\u078f\u0790\7H\2\2\u0790\u0792\5\u012c\u0097\2\u0791\u078f\3\2\2\2\u0792"+ - "\u0795\3\2\2\2\u0793\u0791\3\2\2\2\u0793\u0794\3\2\2\2\u0794\u015f\3\2"+ - "\2\2\u0795\u0793\3\2\2\2\u0796\u0797\7\35\2\2\u0797\u079b\7A\2\2\u0798"+ - "\u079a\5\u00a2R\2\u0799\u0798\3\2\2\2\u079a\u079d\3\2\2\2\u079b\u0799"+ - "\3\2\2\2\u079b\u079c\3\2\2\2\u079c\u079e\3\2\2\2\u079d\u079b\3\2\2\2\u079e"+ - "\u079f\5z>\2\u079f\u07a0\5v<\2\u07a0\u07a1\7P\2\2\u07a1\u07a2\5\u01c4"+ - "\u00e3\2\u07a2\u07a3\7B\2\2\u07a3\u07a4\5\u011e\u0090\2\u07a4\u0161\3"+ - "\2\2\2\u07a5\u07a6\7\35\2\2\u07a6\u07aa\7A\2\2\u07a7\u07a9\5\u00a2R\2"+ - "\u07a8\u07a7\3\2\2\2\u07a9\u07ac\3\2\2\2\u07aa\u07a8\3\2\2\2\u07aa\u07ab"+ - "\3\2\2\2\u07ab\u07ad\3\2\2\2\u07ac\u07aa\3\2\2\2\u07ad\u07ae\5z>\2\u07ae"+ - "\u07af\5v<\2\u07af\u07b0\7P\2\2\u07b0\u07b1\5\u01c4\u00e3\2\u07b1\u07b2"+ - "\7B\2\2\u07b2\u07b3\5\u0120\u0091\2\u07b3\u0163\3\2\2\2\u07b4\u07b6\7"+ - "\f\2\2\u07b5\u07b7\7n\2\2\u07b6\u07b5\3\2\2\2\u07b6\u07b7\3\2\2\2\u07b7"+ - "\u07b8\3\2\2\2\u07b8\u07b9\7G\2\2\u07b9\u0165\3\2\2\2\u07ba\u07bc\7\b"+ - "\2\2\u07bb\u07bd\7n\2\2\u07bc\u07bb\3\2\2\2\u07bc\u07bd\3\2\2\2\u07bd"+ - "\u07be\3\2\2\2\u07be\u07bf\7G\2\2\u07bf\u0167\3\2\2\2\u07c0\u07c2\7\23"+ - "\2\2\u07c1\u07c3\7n\2\2\u07c2\u07c1\3\2\2\2\u07c2\u07c3\3\2\2\2\u07c3"+ - "\u07c4\3\2\2\2\u07c4\u07c5\7G\2\2\u07c5\u0169\3\2\2\2\u07c6\u07c8\7,\2"+ - "\2\u07c7\u07c9\5\u01c4\u00e3\2\u07c8\u07c7\3\2\2\2\u07c8\u07c9\3\2\2\2"+ - "\u07c9\u07ca\3\2\2\2\u07ca\u07cb\7G\2\2\u07cb\u016b\3\2\2\2\u07cc\u07cd"+ - "\7\64\2\2\u07cd\u07ce\5\u01c4\u00e3\2\u07ce\u07cf\7G\2\2\u07cf\u016d\3"+ - "\2\2\2\u07d0\u07d1\7\62\2\2\u07d1\u07d2\5\u01c8\u00e5\2\u07d2\u07d3\5"+ - "\u0112\u008a\2\u07d3\u016f\3\2\2\2\u07d4\u07d5\7\67\2\2\u07d5\u07d6\5"+ - "\u0112\u008a\2\u07d6\u07d7\5\u0172\u00ba\2\u07d7\u07e1\3\2\2\2\u07d8\u07d9"+ - "\7\67\2\2\u07d9\u07db\5\u0112\u008a\2\u07da\u07dc\5\u0172\u00ba\2\u07db"+ - "\u07da\3\2\2\2\u07db\u07dc\3\2\2\2\u07dc\u07dd\3\2\2\2\u07dd\u07de\5\u017a"+ - "\u00be\2\u07de\u07e1\3\2\2\2\u07df\u07e1\5\u017c\u00bf\2\u07e0\u07d4\3"+ - "\2\2\2\u07e0\u07d8\3\2\2\2\u07e0\u07df\3\2\2\2\u07e1\u0171\3\2\2\2\u07e2"+ - "\u07e6\5\u0174\u00bb\2\u07e3\u07e5\5\u0174\u00bb\2\u07e4\u07e3\3\2\2\2"+ - "\u07e5\u07e8\3\2\2\2\u07e6\u07e4\3\2\2\2\u07e6\u07e7\3\2\2\2\u07e7\u0173"+ - "\3\2\2\2\u07e8\u07e6\3\2\2\2\u07e9\u07ea\7\17\2\2\u07ea\u07eb\7A\2\2\u07eb"+ - "\u07ec\5\u0176\u00bc\2\u07ec\u07ed\7B\2\2\u07ed\u07ee\5\u0112\u008a\2"+ - "\u07ee\u0175\3\2\2\2\u07ef\u07f1\5\u00a2R\2\u07f0\u07ef\3\2\2\2\u07f1"+ - "\u07f4\3\2\2\2\u07f2\u07f0\3\2\2\2\u07f2\u07f3\3\2\2\2\u07f3\u07f5\3\2"+ - "\2\2\u07f4\u07f2\3\2\2\2\u07f5\u07f6\5\u0178\u00bd\2\u07f6\u07f7\5v<\2"+ - "\u07f7\u0177\3\2\2\2\u07f8\u07fd\5\u0082B\2\u07f9\u07fa\7^\2\2\u07fa\u07fc"+ - "\5\22\n\2\u07fb\u07f9\3\2\2\2\u07fc\u07ff\3\2\2\2\u07fd\u07fb\3\2\2\2"+ - "\u07fd\u07fe\3\2\2\2\u07fe\u0179\3\2\2\2\u07ff\u07fd\3\2\2\2\u0800\u0801"+ - "\7\33\2\2\u0801\u0802\5\u0112\u008a\2\u0802\u017b\3\2\2\2\u0803\u0804"+ - "\7\67\2\2\u0804\u0805\5\u017e\u00c0\2\u0805\u0807\5\u0112\u008a\2\u0806"+ - "\u0808\5\u0172\u00ba\2\u0807\u0806\3\2\2\2\u0807\u0808\3\2\2\2\u0808\u080a"+ - "\3\2\2\2\u0809\u080b\5\u017a\u00be\2\u080a\u0809\3\2\2\2\u080a\u080b\3"+ - "\2\2\2\u080b\u017d\3\2\2\2\u080c\u080d\7A\2\2\u080d\u080f\5\u0180\u00c1"+ - "\2\u080e\u0810\7G\2\2\u080f\u080e\3\2\2\2\u080f\u0810\3\2\2\2\u0810\u0811"+ - "\3\2\2\2\u0811\u0812\7B\2\2\u0812\u017f\3\2\2\2\u0813\u0818\5\u0182\u00c2"+ - "\2\u0814\u0815\7G\2\2\u0815\u0817\5\u0182\u00c2\2\u0816\u0814\3\2\2\2"+ - "\u0817\u081a\3\2\2\2\u0818\u0816\3\2\2\2\u0818\u0819\3\2\2\2\u0819\u0181"+ - "\3\2\2\2\u081a\u0818\3\2\2\2\u081b\u081d\5\u00a2R\2\u081c\u081b\3\2\2"+ - "\2\u081d\u0820\3\2\2\2\u081e\u081c\3\2\2\2\u081e\u081f\3\2\2\2\u081f\u0821"+ - "\3\2\2\2\u0820\u081e\3\2\2\2\u0821\u0822\5z>\2\u0822\u0823\5v<\2\u0823"+ - "\u0824\7J\2\2\u0824\u0825\5\u01c4\u00e3\2\u0825\u0183\3\2\2\2\u0826\u0829"+ - "\5\u0192\u00ca\2\u0827\u0829\5\u01ba\u00de\2\u0828\u0826\3\2\2\2\u0828"+ - "\u0827\3\2\2\2\u0829\u082d\3\2\2\2\u082a\u082c\5\u018c\u00c7\2\u082b\u082a"+ - "\3\2\2\2\u082c\u082f\3\2\2\2\u082d\u082b\3\2\2\2\u082d\u082e\3\2\2\2\u082e"+ - "\u0185\3\2\2\2\u082f\u082d\3\2\2\2\u0830\u084b\5\2\2\2\u0831\u0836\5:"+ - "\36\2\u0832\u0833\7E\2\2\u0833\u0835\7F\2\2\u0834\u0832\3\2\2\2\u0835"+ - "\u0838\3\2\2\2\u0836\u0834\3\2\2\2\u0836\u0837\3\2\2\2\u0837\u0839\3\2"+ - "\2\2\u0838\u0836\3\2\2\2\u0839\u083a\7I\2\2\u083a\u083b\7\21\2\2\u083b"+ - "\u084b\3\2\2\2\u083c\u083d\78\2\2\u083d\u083e\7I\2\2\u083e\u084b\7\21"+ - "\2\2\u083f\u084b\7\63\2\2\u0840\u0841\5:\36\2\u0841\u0842\7I\2\2\u0842"+ - "\u0843\7\63\2\2\u0843\u084b\3\2\2\2\u0844\u084b\5\u01c8\u00e5\2\u0845"+ - "\u084b\5\u0198\u00cd\2\u0846\u084b\5\u01a0\u00d1\2\u0847\u084b\5\u01a6"+ - "\u00d4\2\u0848\u084b\5\u01ac\u00d7\2\u0849\u084b\5\u01b4\u00db\2\u084a"+ - "\u0830\3\2\2\2\u084a\u0831\3\2\2\2\u084a\u083c\3\2\2\2\u084a\u083f\3\2"+ - "\2\2\u084a\u0840\3\2\2\2\u084a\u0844\3\2\2\2\u084a\u0845\3\2\2\2\u084a"+ - "\u0846\3\2\2\2\u084a\u0847\3\2\2\2\u084a\u0848\3\2\2\2\u084a\u0849\3\2"+ - "\2\2\u084b\u0187\3\2\2\2\u084c\u084d\3\2\2\2\u084d\u0189\3\2\2\2\u084e"+ - "\u0868\5\2\2\2\u084f\u0854\5:\36\2\u0850\u0851\7E\2\2\u0851\u0853\7F\2"+ - "\2\u0852\u0850\3\2\2\2\u0853\u0856\3\2\2\2\u0854\u0852\3\2\2\2\u0854\u0855"+ - "\3\2\2\2\u0855\u0857\3\2\2\2\u0856\u0854\3\2\2\2\u0857\u0858\7I\2\2\u0858"+ - "\u0859\7\21\2\2\u0859\u0868\3\2\2\2\u085a\u085b\78\2\2\u085b\u085c\7I"+ - "\2\2\u085c\u0868\7\21\2\2\u085d\u0868\7\63\2\2\u085e\u085f\5:\36\2\u085f"+ - "\u0860\7I\2\2\u0860\u0861\7\63\2\2\u0861\u0868\3\2\2\2\u0862\u0868\5\u01c8"+ - "\u00e5\2\u0863\u0868\5\u0198\u00cd\2\u0864\u0868\5\u01a0\u00d1\2\u0865"+ - "\u0868\5\u01ac\u00d7\2\u0866\u0868\5\u01b4\u00db\2\u0867\u084e\3\2\2\2"+ - "\u0867\u084f\3\2\2\2\u0867\u085a\3\2\2\2\u0867\u085d\3\2\2\2\u0867\u085e"+ - "\3\2\2\2\u0867\u0862\3\2\2\2\u0867\u0863\3\2\2\2\u0867\u0864\3\2\2\2\u0867"+ - "\u0865\3\2\2\2\u0867\u0866\3\2\2\2\u0868\u018b\3\2\2\2\u0869\u086f\5\u019a"+ - "\u00ce\2\u086a\u086f\5\u01a2\u00d2\2\u086b\u086f\5\u01a8\u00d5\2\u086c"+ - "\u086f\5\u01ae\u00d8\2\u086d\u086f\5\u01b6\u00dc\2\u086e\u0869\3\2\2\2"+ - "\u086e\u086a\3\2\2\2\u086e\u086b\3\2\2\2\u086e\u086c\3\2\2\2\u086e\u086d"+ - "\3\2\2\2\u086f\u018d\3\2\2\2\u0870\u0871\3\2\2\2\u0871\u018f\3\2\2\2\u0872"+ - "\u0877\5\u019a\u00ce\2\u0873\u0877\5\u01a2\u00d2\2\u0874\u0877\5\u01ae"+ - "\u00d8\2\u0875\u0877\5\u01b6\u00dc\2\u0876\u0872\3\2\2\2\u0876\u0873\3"+ - "\2\2\2\u0876\u0874\3\2\2\2\u0876\u0875\3\2\2\2\u0877\u0191\3\2\2\2\u0878"+ - "\u089e\5\2\2\2\u0879\u087e\5:\36\2\u087a\u087b\7E\2\2\u087b\u087d\7F\2"+ - "\2\u087c\u087a\3\2\2\2\u087d\u0880\3\2\2\2\u087e\u087c\3\2\2\2\u087e\u087f"+ - "\3\2\2\2\u087f\u0881\3\2\2\2\u0880\u087e\3\2\2\2\u0881\u0882\7I\2\2\u0882"+ - "\u0883\7\21\2\2\u0883\u089e\3\2\2\2\u0884\u0889\5|?\2\u0885\u0886\7E\2"+ - "\2\u0886\u0888\7F\2\2\u0887\u0885\3\2\2\2\u0888\u088b\3\2\2\2\u0889\u0887"+ - "\3\2\2\2\u0889\u088a\3\2\2\2\u088a\u088c\3\2\2\2\u088b\u0889\3\2\2\2\u088c"+ - "\u088d\7I\2\2\u088d\u088e\7\21\2\2\u088e\u089e\3\2\2\2\u088f\u0890\78"+ - "\2\2\u0890\u0891\7I\2\2\u0891\u089e\7\21\2\2\u0892\u089e\7\63\2\2\u0893"+ - "\u0894\5:\36\2\u0894\u0895\7I\2\2\u0895\u0896\7\63\2\2\u0896\u089e\3\2"+ - "\2\2\u0897\u089e\5\u01c8\u00e5\2\u0898\u089e\5\u019c\u00cf\2\u0899\u089e"+ - "\5\u01a4\u00d3\2\u089a\u089e\5\u01aa\u00d6\2\u089b\u089e\5\u01b0\u00d9"+ - "\2\u089c\u089e\5\u01b8\u00dd\2\u089d\u0878\3\2\2\2\u089d\u0879\3\2\2\2"+ - "\u089d\u0884\3\2\2\2\u089d\u088f\3\2\2\2\u089d\u0892\3\2\2\2\u089d\u0893"+ - "\3\2\2\2\u089d\u0897\3\2\2\2\u089d\u0898\3\2\2\2\u089d\u0899\3\2\2\2\u089d"+ - "\u089a\3\2\2\2\u089d\u089b\3\2\2\2\u089d\u089c\3\2\2\2\u089e\u0193\3\2"+ - "\2\2\u089f\u08a0\3\2\2\2\u08a0\u0195\3\2\2\2\u08a1\u08c6\5\2\2\2\u08a2"+ - "\u08a7\5:\36\2\u08a3\u08a4\7E\2\2\u08a4\u08a6\7F\2\2\u08a5\u08a3\3\2\2"+ - "\2\u08a6\u08a9\3\2\2\2\u08a7\u08a5\3\2\2\2\u08a7\u08a8\3\2\2\2\u08a8\u08aa"+ - "\3\2\2\2\u08a9\u08a7\3\2\2\2\u08aa\u08ab\7I\2\2\u08ab\u08ac\7\21\2\2\u08ac"+ - "\u08c6\3\2\2\2\u08ad\u08b2\5|?\2\u08ae\u08af\7E\2\2\u08af\u08b1\7F\2\2"+ - "\u08b0\u08ae\3\2\2\2\u08b1\u08b4\3\2\2\2\u08b2\u08b0\3\2\2\2\u08b2\u08b3"+ - "\3\2\2\2\u08b3\u08b5\3\2\2\2\u08b4\u08b2\3\2\2\2\u08b5\u08b6\7I\2\2\u08b6"+ - "\u08b7\7\21\2\2\u08b7\u08c6\3\2\2\2\u08b8\u08b9\78\2\2\u08b9\u08ba\7I"+ - "\2\2\u08ba\u08c6\7\21\2\2\u08bb\u08c6\7\63\2\2\u08bc\u08bd\5:\36\2\u08bd"+ - "\u08be\7I\2\2\u08be\u08bf\7\63\2\2\u08bf\u08c6\3\2\2\2\u08c0\u08c6\5\u01c8"+ - "\u00e5\2\u08c1\u08c6\5\u019c\u00cf\2\u08c2\u08c6\5\u01a4\u00d3\2\u08c3"+ - "\u08c6\5\u01b0\u00d9\2\u08c4\u08c6\5\u01b8\u00dd\2\u08c5\u08a1\3\2\2\2"+ - "\u08c5\u08a2\3\2\2\2\u08c5\u08ad\3\2\2\2\u08c5\u08b8\3\2\2\2\u08c5\u08bb"+ - "\3\2\2\2\u08c5\u08bc\3\2\2\2\u08c5\u08c0\3\2\2\2\u08c5\u08c1\3\2\2\2\u08c5"+ - "\u08c2\3\2\2\2\u08c5\u08c3\3\2\2\2\u08c5\u08c4\3\2\2\2\u08c6\u0197\3\2"+ - "\2\2\u08c7\u08c9\7\'\2\2\u08c8\u08ca\5.\30\2\u08c9\u08c8\3\2\2\2\u08c9"+ - "\u08ca\3\2\2\2\u08ca\u08ce\3\2\2\2\u08cb\u08cd\5\u00fc\177\2\u08cc\u08cb"+ - "\3\2\2\2\u08cd\u08d0\3\2\2\2\u08ce\u08cc\3\2\2\2\u08ce\u08cf\3\2\2\2\u08cf"+ - "\u08d1\3\2\2\2\u08d0\u08ce\3\2\2\2\u08d1\u08dc\7n\2\2\u08d2\u08d6\7I\2"+ - "\2\u08d3\u08d5\5\u00fc\177\2\u08d4\u08d3\3\2\2\2\u08d5\u08d8\3\2\2\2\u08d6"+ - "\u08d4\3\2\2\2\u08d6\u08d7\3\2\2\2\u08d7\u08d9\3\2\2\2\u08d8\u08d6\3\2"+ - "\2\2\u08d9\u08db\7n\2\2\u08da\u08d2\3\2\2\2\u08db\u08de\3\2\2\2\u08dc"+ - "\u08da\3\2\2\2\u08dc\u08dd\3\2\2\2\u08dd\u08e0\3\2\2\2\u08de\u08dc\3\2"+ - "\2\2\u08df\u08e1\5\u019e\u00d0\2\u08e0\u08df\3\2\2\2\u08e0\u08e1\3\2\2"+ - "\2\u08e1\u08e2\3\2\2\2\u08e2\u08e4\7A\2\2\u08e3\u08e5\5\u01b2\u00da\2"+ - "\u08e4\u08e3\3\2\2\2\u08e4\u08e5\3\2\2\2\u08e5\u08e6\3\2\2\2\u08e6\u08e8"+ - "\7B\2\2\u08e7\u08e9\5h\65\2\u08e8\u08e7\3\2\2\2\u08e8\u08e9\3\2\2\2\u08e9"+ - "\u091b\3\2\2\2\u08ea\u08eb\5> \2\u08eb\u08ec\7I\2\2\u08ec\u08ee\7\'\2"+ - "\2\u08ed\u08ef\5.\30\2\u08ee\u08ed\3\2\2\2\u08ee\u08ef\3\2\2\2\u08ef\u08f3"+ - "\3\2\2\2\u08f0\u08f2\5\u00fc\177\2\u08f1\u08f0\3\2\2\2\u08f2\u08f5\3\2"+ - "\2\2\u08f3\u08f1\3\2\2\2\u08f3\u08f4\3\2\2\2\u08f4\u08f6\3\2\2\2\u08f5"+ - "\u08f3\3\2\2\2\u08f6\u08f8\7n\2\2\u08f7\u08f9\5\u019e\u00d0\2\u08f8\u08f7"+ - "\3\2\2\2\u08f8\u08f9\3\2\2\2\u08f9\u08fa\3\2\2\2\u08fa\u08fc\7A\2\2\u08fb"+ - "\u08fd\5\u01b2\u00da\2\u08fc\u08fb\3\2\2\2\u08fc\u08fd\3\2\2\2\u08fd\u08fe"+ - "\3\2\2\2\u08fe\u0900\7B\2\2\u08ff\u0901\5h\65\2\u0900\u08ff\3\2\2\2\u0900"+ - "\u0901\3\2\2\2\u0901\u091b\3\2\2\2\u0902\u0903\5\u0184\u00c3\2\u0903\u0904"+ - "\7I\2\2\u0904\u0906\7\'\2\2\u0905\u0907\5.\30\2\u0906\u0905\3\2\2\2\u0906"+ - "\u0907\3\2\2\2\u0907\u090b\3\2\2\2\u0908\u090a\5\u00fc\177\2\u0909\u0908"+ - "\3\2\2\2\u090a\u090d\3\2\2\2\u090b\u0909\3\2\2\2\u090b\u090c\3\2\2\2\u090c"+ - "\u090e\3\2\2\2\u090d\u090b\3\2\2\2\u090e\u0910\7n\2\2\u090f\u0911\5\u019e"+ - "\u00d0\2\u0910\u090f\3\2\2\2\u0910\u0911\3\2\2\2\u0911\u0912\3\2\2\2\u0912"+ - "\u0914\7A\2\2\u0913\u0915\5\u01b2\u00da\2\u0914\u0913\3\2\2\2\u0914\u0915"+ - "\3\2\2\2\u0915\u0916\3\2\2\2\u0916\u0918\7B\2\2\u0917\u0919\5h\65\2\u0918"+ - "\u0917\3\2\2\2\u0918\u0919\3\2\2\2\u0919\u091b\3\2\2\2\u091a\u08c7\3\2"+ - "\2\2\u091a\u08ea\3\2\2\2\u091a\u0902\3\2\2\2\u091b\u0199\3\2\2\2\u091c"+ - "\u091d\7I\2\2\u091d\u091f\7\'\2\2\u091e\u0920\5.\30\2\u091f\u091e\3\2"+ - "\2\2\u091f\u0920\3\2\2\2\u0920\u0924\3\2\2\2\u0921\u0923\5\u00fc\177\2"+ - "\u0922\u0921\3\2\2\2\u0923\u0926\3\2\2\2\u0924\u0922\3\2\2\2\u0924\u0925"+ - "\3\2\2\2\u0925\u0927\3\2\2\2\u0926\u0924\3\2\2\2\u0927\u0929\7n\2\2\u0928"+ - "\u092a\5\u019e\u00d0\2\u0929\u0928\3\2\2\2\u0929\u092a\3\2\2\2\u092a\u092b"+ - "\3\2\2\2\u092b\u092d\7A\2\2\u092c\u092e\5\u01b2\u00da\2\u092d\u092c\3"+ - "\2\2\2\u092d\u092e\3\2\2\2\u092e\u092f\3\2\2\2\u092f\u0931\7B\2"; - private static final String _serializedATNSegment1 = - "\2\u0930\u0932\5h\65\2\u0931\u0930\3\2\2\2\u0931\u0932\3\2\2\2\u0932\u019b"+ - "\3\2\2\2\u0933\u0935\7\'\2\2\u0934\u0936\5.\30\2\u0935\u0934\3\2\2\2\u0935"+ - "\u0936\3\2\2\2\u0936\u093a\3\2\2\2\u0937\u0939\5\u00fc\177\2\u0938\u0937"+ - "\3\2\2\2\u0939\u093c\3\2\2\2\u093a\u0938\3\2\2\2\u093a\u093b\3\2\2\2\u093b"+ - "\u093d\3\2\2\2\u093c\u093a\3\2\2\2\u093d\u0948\7n\2\2\u093e\u0942\7I\2"+ - "\2\u093f\u0941\5\u00fc\177\2\u0940\u093f\3\2\2\2\u0941\u0944\3\2\2\2\u0942"+ - "\u0940\3\2\2\2\u0942\u0943\3\2\2\2\u0943\u0945\3\2\2\2\u0944\u0942\3\2"+ - "\2\2\u0945\u0947\7n\2\2\u0946\u093e\3\2\2\2\u0947\u094a\3\2\2\2\u0948"+ - "\u0946\3\2\2\2\u0948\u0949\3\2\2\2\u0949\u094c\3\2\2\2\u094a\u0948\3\2"+ - "\2\2\u094b\u094d\5\u019e\u00d0\2\u094c\u094b\3\2\2\2\u094c\u094d\3\2\2"+ - "\2\u094d\u094e\3\2\2\2\u094e\u0950\7A\2\2\u094f\u0951\5\u01b2\u00da\2"+ - "\u0950\u094f\3\2\2\2\u0950\u0951\3\2\2\2\u0951\u0952\3\2\2\2\u0952\u0954"+ - "\7B\2\2\u0953\u0955\5h\65\2\u0954\u0953\3\2\2\2\u0954\u0955\3\2\2\2\u0955"+ - "\u096f\3\2\2\2\u0956\u0957\5> \2\u0957\u0958\7I\2\2\u0958\u095a\7\'\2"+ - "\2\u0959\u095b\5.\30\2\u095a\u0959\3\2\2\2\u095a\u095b\3\2\2\2\u095b\u095f"+ - "\3\2\2\2\u095c\u095e\5\u00fc\177\2\u095d\u095c\3\2\2\2\u095e\u0961\3\2"+ - "\2\2\u095f\u095d\3\2\2\2\u095f\u0960\3\2\2\2\u0960\u0962\3\2\2\2\u0961"+ - "\u095f\3\2\2\2\u0962\u0964\7n\2\2\u0963\u0965\5\u019e\u00d0\2\u0964\u0963"+ - "\3\2\2\2\u0964\u0965\3\2\2\2\u0965\u0966\3\2\2\2\u0966\u0968\7A\2\2\u0967"+ - "\u0969\5\u01b2\u00da\2\u0968\u0967\3\2\2\2\u0968\u0969\3\2\2\2\u0969\u096a"+ - "\3\2\2\2\u096a\u096c\7B\2\2\u096b\u096d\5h\65\2\u096c\u096b\3\2\2\2\u096c"+ - "\u096d\3\2\2\2\u096d\u096f\3\2\2\2\u096e\u0933\3\2\2\2\u096e\u0956\3\2"+ - "\2\2\u096f\u019d\3\2\2\2\u0970\u0974\5.\30\2\u0971\u0972\7L\2\2\u0972"+ - "\u0974\7K\2\2\u0973\u0970\3\2\2\2\u0973\u0971\3\2\2\2\u0974\u019f\3\2"+ - "\2\2\u0975\u0976\5\u0184\u00c3\2\u0976\u0977\7I\2\2\u0977\u0978\7n\2\2"+ - "\u0978\u0983\3\2\2\2\u0979\u097a\7\60\2\2\u097a\u097b\7I\2\2\u097b\u0983"+ - "\7n\2\2\u097c\u097d\5:\36\2\u097d\u097e\7I\2\2\u097e\u097f\7\60\2\2\u097f"+ - "\u0980\7I\2\2\u0980\u0981\7n\2\2\u0981\u0983\3\2\2\2\u0982\u0975\3\2\2"+ - "\2\u0982\u0979\3\2\2\2\u0982\u097c\3\2\2\2\u0983\u01a1\3\2\2\2\u0984\u0985"+ - "\7I\2\2\u0985\u0986\7n\2\2\u0986\u01a3\3\2\2\2\u0987\u0988\7\60\2\2\u0988"+ - "\u0989\7I\2\2\u0989\u0991\7n\2\2\u098a\u098b\5:\36\2\u098b\u098c\7I\2"+ - "\2\u098c\u098d\7\60\2\2\u098d\u098e\7I\2\2\u098e\u098f\7n\2\2\u098f\u0991"+ - "\3\2\2\2\u0990\u0987\3\2\2\2\u0990\u098a\3\2\2\2\u0991\u01a5\3\2\2\2\u0992"+ - "\u0993\5> \2\u0993\u0994\7E\2\2\u0994\u0995\5\u01c4\u00e3\2\u0995\u0996"+ - "\7F\2\2\u0996\u099d\3\2\2\2\u0997\u0998\5\u018a\u00c6\2\u0998\u0999\7"+ - "E\2\2\u0999\u099a\5\u01c4\u00e3\2\u099a\u099b\7F\2\2\u099b\u099d\3\2\2"+ - "\2\u099c\u0992\3\2\2\2\u099c\u0997\3\2\2\2\u099d\u09a5\3\2\2\2\u099e\u099f"+ - "\5\u0188\u00c5\2\u099f\u09a0\7E\2\2\u09a0\u09a1\5\u01c4\u00e3\2\u09a1"+ - "\u09a2\7F\2\2\u09a2\u09a4\3\2\2\2\u09a3\u099e\3\2\2\2\u09a4\u09a7\3\2"+ - "\2\2\u09a5\u09a3\3\2\2\2\u09a5\u09a6\3\2\2\2\u09a6\u01a7\3\2\2\2\u09a7"+ - "\u09a5\3\2\2\2\u09a8\u09a9\5\u0190\u00c9\2\u09a9\u09aa\7E\2\2\u09aa\u09ab"+ - "\5\u01c4\u00e3\2\u09ab\u09ac\7F\2\2\u09ac\u09b4\3\2\2\2\u09ad\u09ae\5"+ - "\u018e\u00c8\2\u09ae\u09af\7E\2\2\u09af\u09b0\5\u01c4\u00e3\2\u09b0\u09b1"+ - "\7F\2\2\u09b1\u09b3\3\2\2\2\u09b2\u09ad\3\2\2\2\u09b3\u09b6\3\2\2\2\u09b4"+ - "\u09b2\3\2\2\2\u09b4\u09b5\3\2\2\2\u09b5\u01a9\3\2\2\2\u09b6\u09b4\3\2"+ - "\2\2\u09b7\u09b8\5> \2\u09b8\u09b9\7E\2\2\u09b9\u09ba\5\u01c4\u00e3\2"+ - "\u09ba\u09bb\7F\2\2\u09bb\u09c2\3\2\2\2\u09bc\u09bd\5\u0196\u00cc\2\u09bd"+ - "\u09be\7E\2\2\u09be\u09bf\5\u01c4\u00e3\2\u09bf\u09c0\7F\2\2\u09c0\u09c2"+ - "\3\2\2\2\u09c1\u09b7\3\2\2\2\u09c1\u09bc\3\2\2\2\u09c2\u09ca\3\2\2\2\u09c3"+ - "\u09c4\5\u0194\u00cb\2\u09c4\u09c5\7E\2\2\u09c5\u09c6\5\u01c4\u00e3\2"+ - "\u09c6\u09c7\7F\2\2\u09c7\u09c9\3\2\2\2\u09c8\u09c3\3\2\2\2\u09c9\u09cc"+ - "\3\2\2\2\u09ca\u09c8\3\2\2\2\u09ca\u09cb\3\2\2\2\u09cb\u01ab\3\2\2\2\u09cc"+ - "\u09ca\3\2\2\2\u09cd\u09ce\5@!\2\u09ce\u09d0\7A\2\2\u09cf\u09d1\5\u01b2"+ - "\u00da\2\u09d0\u09cf\3\2\2\2\u09d0\u09d1\3\2\2\2\u09d1\u09d2\3\2\2\2\u09d2"+ - "\u09d3\7B\2\2\u09d3\u0a12\3\2\2\2\u09d4\u09d5\5:\36\2\u09d5\u09d7\7I\2"+ - "\2\u09d6\u09d8\5.\30\2\u09d7\u09d6\3\2\2\2\u09d7\u09d8\3\2\2\2\u09d8\u09d9"+ - "\3\2\2\2\u09d9\u09da\7n\2\2\u09da\u09dc\7A\2\2\u09db\u09dd\5\u01b2\u00da"+ - "\2\u09dc\u09db\3\2\2\2\u09dc\u09dd\3\2\2\2\u09dd\u09de\3\2\2\2\u09de\u09df"+ - "\7B\2\2\u09df\u0a12\3\2\2\2\u09e0\u09e1\5> \2\u09e1\u09e3\7I\2\2\u09e2"+ - "\u09e4\5.\30\2\u09e3\u09e2\3\2\2\2\u09e3\u09e4\3\2\2\2\u09e4\u09e5\3\2"+ - "\2\2\u09e5\u09e6\7n\2\2\u09e6\u09e8\7A\2\2\u09e7\u09e9\5\u01b2\u00da\2"+ - "\u09e8\u09e7\3\2\2\2\u09e8\u09e9\3\2\2\2\u09e9\u09ea\3\2\2\2\u09ea\u09eb"+ - "\7B\2\2\u09eb\u0a12\3\2\2\2\u09ec\u09ed\5\u0184\u00c3\2\u09ed\u09ef\7"+ - "I\2\2\u09ee\u09f0\5.\30\2\u09ef\u09ee\3\2\2\2\u09ef\u09f0\3\2\2\2\u09f0"+ - "\u09f1\3\2\2\2\u09f1\u09f2\7n\2\2\u09f2\u09f4\7A\2\2\u09f3\u09f5\5\u01b2"+ - "\u00da\2\u09f4\u09f3\3\2\2\2\u09f4\u09f5\3\2\2\2\u09f5\u09f6\3\2\2\2\u09f6"+ - "\u09f7\7B\2\2\u09f7\u0a12\3\2\2\2\u09f8\u09f9\7\60\2\2\u09f9\u09fb\7I"+ - "\2\2\u09fa\u09fc\5.\30\2\u09fb\u09fa\3\2\2\2\u09fb\u09fc\3\2\2\2\u09fc"+ - "\u09fd\3\2\2\2\u09fd\u09fe\7n\2\2\u09fe\u0a00\7A\2\2\u09ff\u0a01\5\u01b2"+ - "\u00da\2\u0a00\u09ff\3\2\2\2\u0a00\u0a01\3\2\2\2\u0a01\u0a02\3\2\2\2\u0a02"+ - "\u0a12\7B\2\2\u0a03\u0a04\5:\36\2\u0a04\u0a05\7I\2\2\u0a05\u0a06\7\60"+ - "\2\2\u0a06\u0a08\7I\2\2\u0a07\u0a09\5.\30\2\u0a08\u0a07\3\2\2\2\u0a08"+ - "\u0a09\3\2\2\2\u0a09\u0a0a\3\2\2\2\u0a0a\u0a0b\7n\2\2\u0a0b\u0a0d\7A\2"+ - "\2\u0a0c\u0a0e\5\u01b2\u00da\2\u0a0d\u0a0c\3\2\2\2\u0a0d\u0a0e\3\2\2\2"+ - "\u0a0e\u0a0f\3\2\2\2\u0a0f\u0a10\7B\2\2\u0a10\u0a12\3\2\2\2\u0a11\u09cd"+ - "\3\2\2\2\u0a11\u09d4\3\2\2\2\u0a11\u09e0\3\2\2\2\u0a11\u09ec\3\2\2\2\u0a11"+ - "\u09f8\3\2\2\2\u0a11\u0a03\3\2\2\2\u0a12\u01ad\3\2\2\2\u0a13\u0a15\7I"+ - "\2\2\u0a14\u0a16\5.\30\2\u0a15\u0a14\3\2\2\2\u0a15\u0a16\3\2\2\2\u0a16"+ - "\u0a17\3\2\2\2\u0a17\u0a18\7n\2\2\u0a18\u0a1a\7A\2\2\u0a19\u0a1b\5\u01b2"+ - "\u00da\2\u0a1a\u0a19\3\2\2\2\u0a1a\u0a1b\3\2\2\2\u0a1b\u0a1c\3\2\2\2\u0a1c"+ - "\u0a1d\7B\2\2\u0a1d\u01af\3\2\2\2\u0a1e\u0a1f\5@!\2\u0a1f\u0a21\7A\2\2"+ - "\u0a20\u0a22\5\u01b2\u00da\2\u0a21\u0a20\3\2\2\2\u0a21\u0a22\3\2\2\2\u0a22"+ - "\u0a23\3\2\2\2\u0a23\u0a24\7B\2\2\u0a24\u0a57\3\2\2\2\u0a25\u0a26\5:\36"+ - "\2\u0a26\u0a28\7I\2\2\u0a27\u0a29\5.\30\2\u0a28\u0a27\3\2\2\2\u0a28\u0a29"+ - "\3\2\2\2\u0a29\u0a2a\3\2\2\2\u0a2a\u0a2b\7n\2\2\u0a2b\u0a2d\7A\2\2\u0a2c"+ - "\u0a2e\5\u01b2\u00da\2\u0a2d\u0a2c\3\2\2\2\u0a2d\u0a2e\3\2\2\2\u0a2e\u0a2f"+ - "\3\2\2\2\u0a2f\u0a30\7B\2\2\u0a30\u0a57\3\2\2\2\u0a31\u0a32\5> \2\u0a32"+ - "\u0a34\7I\2\2\u0a33\u0a35\5.\30\2\u0a34\u0a33\3\2\2\2\u0a34\u0a35\3\2"+ - "\2\2\u0a35\u0a36\3\2\2\2\u0a36\u0a37\7n\2\2\u0a37\u0a39\7A\2\2\u0a38\u0a3a"+ - "\5\u01b2\u00da\2\u0a39\u0a38\3\2\2\2\u0a39\u0a3a\3\2\2\2\u0a3a\u0a3b\3"+ - "\2\2\2\u0a3b\u0a3c\7B\2\2\u0a3c\u0a57\3\2\2\2\u0a3d\u0a3e\7\60\2\2\u0a3e"+ - "\u0a40\7I\2\2\u0a3f\u0a41\5.\30\2\u0a40\u0a3f\3\2\2\2\u0a40\u0a41\3\2"+ - "\2\2\u0a41\u0a42\3\2\2\2\u0a42\u0a43\7n\2\2\u0a43\u0a45\7A\2\2\u0a44\u0a46"+ - "\5\u01b2\u00da\2\u0a45\u0a44\3\2\2\2\u0a45\u0a46\3\2\2\2\u0a46\u0a47\3"+ - "\2\2\2\u0a47\u0a57\7B\2\2\u0a48\u0a49\5:\36\2\u0a49\u0a4a\7I\2\2\u0a4a"+ - "\u0a4b\7\60\2\2\u0a4b\u0a4d\7I\2\2\u0a4c\u0a4e\5.\30\2\u0a4d\u0a4c\3\2"+ - "\2\2\u0a4d\u0a4e\3\2\2\2\u0a4e\u0a4f\3\2\2\2\u0a4f\u0a50\7n\2\2\u0a50"+ - "\u0a52\7A\2\2\u0a51\u0a53\5\u01b2\u00da\2\u0a52\u0a51\3\2\2\2\u0a52\u0a53"+ - "\3\2\2\2\u0a53\u0a54\3\2\2\2\u0a54\u0a55\7B\2\2\u0a55\u0a57\3\2\2\2\u0a56"+ - "\u0a1e\3\2\2\2\u0a56\u0a25\3\2\2\2\u0a56\u0a31\3\2\2\2\u0a56\u0a3d\3\2"+ - "\2\2\u0a56\u0a48\3\2\2\2\u0a57\u01b1\3\2\2\2\u0a58\u0a5d\5\u01c4\u00e3"+ - "\2\u0a59\u0a5a\7H\2\2\u0a5a\u0a5c\5\u01c4\u00e3\2\u0a5b\u0a59\3\2\2\2"+ - "\u0a5c\u0a5f\3\2\2\2\u0a5d\u0a5b\3\2\2\2\u0a5d\u0a5e\3\2\2\2\u0a5e\u01b3"+ - "\3\2\2\2\u0a5f\u0a5d\3\2\2\2\u0a60\u0a61\5> \2\u0a61\u0a63\7b\2\2\u0a62"+ - "\u0a64\5.\30\2\u0a63\u0a62\3\2\2\2\u0a63\u0a64\3\2\2\2\u0a64\u0a65\3\2"+ - "\2\2\u0a65\u0a66\7n\2\2\u0a66\u0a90\3\2\2\2\u0a67\u0a68\5\16\b\2\u0a68"+ - "\u0a6a\7b\2\2\u0a69\u0a6b\5.\30\2\u0a6a\u0a69\3\2\2\2\u0a6a\u0a6b\3\2"+ - "\2\2\u0a6b\u0a6c\3\2\2\2\u0a6c\u0a6d\7n\2\2\u0a6d\u0a90\3\2\2\2\u0a6e"+ - "\u0a6f\5\u0184\u00c3\2\u0a6f\u0a71\7b\2\2\u0a70\u0a72\5.\30\2\u0a71\u0a70"+ - "\3\2\2\2\u0a71\u0a72\3\2\2\2\u0a72\u0a73\3\2\2\2\u0a73\u0a74\7n\2\2\u0a74"+ - "\u0a90\3\2\2\2\u0a75\u0a76\7\60\2\2\u0a76\u0a78\7b\2\2\u0a77\u0a79\5."+ - "\30\2\u0a78\u0a77\3\2\2\2\u0a78\u0a79\3\2\2\2\u0a79\u0a7a\3\2\2\2\u0a7a"+ - "\u0a90\7n\2\2\u0a7b\u0a7c\5:\36\2\u0a7c\u0a7d\7I\2\2\u0a7d\u0a7e\7\60"+ - "\2\2\u0a7e\u0a80\7b\2\2\u0a7f\u0a81\5.\30\2\u0a80\u0a7f\3\2\2\2\u0a80"+ - "\u0a81\3\2\2\2\u0a81\u0a82\3\2\2\2\u0a82\u0a83\7n\2\2\u0a83\u0a90\3\2"+ - "\2\2\u0a84\u0a85\5\22\n\2\u0a85\u0a87\7b\2\2\u0a86\u0a88\5.\30\2\u0a87"+ - "\u0a86\3\2\2\2\u0a87\u0a88\3\2\2\2\u0a88\u0a89\3\2\2\2\u0a89\u0a8a\7\'"+ - "\2\2\u0a8a\u0a90\3\2\2\2\u0a8b\u0a8c\5\"\22\2\u0a8c\u0a8d\7b\2\2\u0a8d"+ - "\u0a8e\7\'\2\2\u0a8e\u0a90\3\2\2\2\u0a8f\u0a60\3\2\2\2\u0a8f\u0a67\3\2"+ - "\2\2\u0a8f\u0a6e\3\2\2\2\u0a8f\u0a75\3\2\2\2\u0a8f\u0a7b\3\2\2\2\u0a8f"+ - "\u0a84\3\2\2\2\u0a8f\u0a8b\3\2\2\2\u0a90\u01b5\3\2\2\2\u0a91\u0a93\7b"+ - "\2\2\u0a92\u0a94\5.\30\2\u0a93\u0a92\3\2\2\2\u0a93\u0a94\3\2\2\2\u0a94"+ - "\u0a95\3\2\2\2\u0a95\u0a96\7n\2\2\u0a96\u01b7\3\2\2\2\u0a97\u0a98\5> "+ - "\2\u0a98\u0a9a\7b\2\2\u0a99\u0a9b\5.\30\2\u0a9a\u0a99\3\2\2\2\u0a9a\u0a9b"+ - "\3\2\2\2\u0a9b\u0a9c\3\2\2\2\u0a9c\u0a9d\7n\2\2\u0a9d\u0ac0\3\2\2\2\u0a9e"+ - "\u0a9f\5\16\b\2\u0a9f\u0aa1\7b\2\2\u0aa0\u0aa2\5.\30\2\u0aa1\u0aa0\3\2"+ - "\2\2\u0aa1\u0aa2\3\2\2\2\u0aa2\u0aa3\3\2\2\2\u0aa3\u0aa4\7n\2\2\u0aa4"+ - "\u0ac0\3\2\2\2\u0aa5\u0aa6\7\60\2\2\u0aa6\u0aa8\7b\2\2\u0aa7\u0aa9\5."+ - "\30\2\u0aa8\u0aa7\3\2\2\2\u0aa8\u0aa9\3\2\2\2\u0aa9\u0aaa\3\2\2\2\u0aaa"+ - "\u0ac0\7n\2\2\u0aab\u0aac\5:\36\2\u0aac\u0aad\7I\2\2\u0aad\u0aae\7\60"+ - "\2\2\u0aae\u0ab0\7b\2\2\u0aaf\u0ab1\5.\30\2\u0ab0\u0aaf\3\2\2\2\u0ab0"+ - "\u0ab1\3\2\2\2\u0ab1\u0ab2\3\2\2\2\u0ab2\u0ab3\7n\2\2\u0ab3\u0ac0\3\2"+ - "\2\2\u0ab4\u0ab5\5\22\n\2\u0ab5\u0ab7\7b\2\2\u0ab6\u0ab8\5.\30\2\u0ab7"+ - "\u0ab6\3\2\2\2\u0ab7\u0ab8\3\2\2\2\u0ab8\u0ab9\3\2\2\2\u0ab9\u0aba\7\'"+ - "\2\2\u0aba\u0ac0\3\2\2\2\u0abb\u0abc\5\"\22\2\u0abc\u0abd\7b\2\2\u0abd"+ - "\u0abe\7\'\2\2\u0abe\u0ac0\3\2\2\2\u0abf\u0a97\3\2\2\2\u0abf\u0a9e\3\2"+ - "\2\2\u0abf\u0aa5\3\2\2\2\u0abf\u0aab\3\2\2\2\u0abf\u0ab4\3\2\2\2\u0abf"+ - "\u0abb\3\2\2\2\u0ac0\u01b9\3\2\2\2\u0ac1\u0ac2\7\'\2\2\u0ac2\u0ac3\5\6"+ - "\4\2\u0ac3\u0ac5\5\u01bc\u00df\2\u0ac4\u0ac6\5$\23\2\u0ac5\u0ac4\3\2\2"+ - "\2\u0ac5\u0ac6\3\2\2\2\u0ac6\u0ad8\3\2\2\2\u0ac7\u0ac8\7\'\2\2\u0ac8\u0ac9"+ - "\5\20\t\2\u0ac9\u0acb\5\u01bc\u00df\2\u0aca\u0acc\5$\23\2\u0acb\u0aca"+ - "\3\2\2\2\u0acb\u0acc\3\2\2\2\u0acc\u0ad8\3\2\2\2\u0acd\u0ace\7\'\2\2\u0ace"+ - "\u0acf\5\6\4\2\u0acf\u0ad0\5$\23\2\u0ad0\u0ad1\5\u010e\u0088\2\u0ad1\u0ad8"+ - "\3\2\2\2\u0ad2\u0ad3\7\'\2\2\u0ad3\u0ad4\5\20\t\2\u0ad4\u0ad5\5$\23\2"+ - "\u0ad5\u0ad6\5\u010e\u0088\2\u0ad6\u0ad8\3\2\2\2\u0ad7\u0ac1\3\2\2\2\u0ad7"+ - "\u0ac7\3\2\2\2\u0ad7\u0acd\3\2\2\2\u0ad7\u0ad2\3\2\2\2\u0ad8\u01bb\3\2"+ - "\2\2\u0ad9\u0add\5\u01be\u00e0\2\u0ada\u0adc\5\u01be\u00e0\2\u0adb\u0ada"+ - "\3\2\2\2\u0adc\u0adf\3\2\2\2\u0add\u0adb\3\2\2\2\u0add\u0ade\3\2\2\2\u0ade"+ - "\u01bd\3\2\2\2\u0adf\u0add\3\2\2\2\u0ae0\u0ae2\5\u00fc\177\2\u0ae1\u0ae0"+ - "\3\2\2\2\u0ae2\u0ae5\3\2\2\2\u0ae3\u0ae1\3\2\2\2\u0ae3\u0ae4\3\2\2\2\u0ae4"+ - "\u0ae6\3\2\2\2\u0ae5\u0ae3\3\2\2\2\u0ae6\u0ae7\7E\2\2\u0ae7\u0ae8\5\u01c4"+ - "\u00e3\2\u0ae8\u0ae9\7F\2\2\u0ae9\u01bf\3\2\2\2\u0aea\u0aeb\5\u01c4\u00e3"+ - "\2\u0aeb\u01c1\3\2\2\2\u0aec\u0af1\5\u01c0\u00e1\2\u0aed\u0aee\7H\2\2"+ - "\u0aee\u0af0\5\u01c0\u00e1\2\u0aef\u0aed\3\2\2\2\u0af0\u0af3\3\2\2\2\u0af1"+ - "\u0aef\3\2\2\2\u0af1\u0af2\3\2\2\2\u0af2\u01c3\3\2\2\2\u0af3\u0af1\3\2"+ - "\2\2\u0af4\u0af8\5\u01ca\u00e6\2\u0af5\u0af8\5\u01d2\u00ea\2\u0af6\u0af8"+ - "\5\u0140\u00a1\2\u0af7\u0af4\3\2\2\2\u0af7\u0af5\3\2\2\2\u0af7\u0af6\3"+ - "\2\2\2\u0af8\u01c5\3\2\2\2\u0af9\u0afe\5\u01c4\u00e3\2\u0afa\u0afb\7H"+ - "\2\2\u0afb\u0afd\5\u01c4\u00e3\2\u0afc\u0afa\3\2\2\2\u0afd\u0b00\3\2\2"+ - "\2\u0afe\u0afc\3\2\2\2\u0afe\u0aff\3\2\2\2\u0aff\u01c7\3\2\2\2\u0b00\u0afe"+ - "\3\2\2\2\u0b01\u0b02\7A\2\2\u0b02\u0b03\5\u01c4\u00e3\2\u0b03\u0b04\7"+ - "B\2\2\u0b04\u01c9\3\2\2\2\u0b05\u0b06\5\u01cc\u00e7\2\u0b06\u0b07\7a\2"+ - "\2\u0b07\u0b08\5\u01d0\u00e9\2\u0b08\u01cb\3\2\2\2\u0b09\u0b10\7n\2\2"+ - "\u0b0a\u0b0c\7A\2\2\u0b0b\u0b0d\5\u009cO\2\u0b0c\u0b0b\3\2\2\2\u0b0c\u0b0d"+ - "\3\2\2\2\u0b0d\u0b0e\3\2\2\2\u0b0e\u0b10\7B\2\2\u0b0f\u0b09\3\2\2\2\u0b0f"+ - "\u0b0a\3\2\2\2\u0b10\u01cd\3\2\2\2\u0b11\u0b16\7n\2\2\u0b12\u0b13\7H\2"+ - "\2\u0b13\u0b15\7n\2\2\u0b14\u0b12\3\2\2\2\u0b15\u0b18\3\2\2\2\u0b16\u0b14"+ - "\3\2\2\2\u0b16\u0b17\3\2\2\2\u0b17\u01cf\3\2\2\2\u0b18\u0b16\3\2\2\2\u0b19"+ - "\u0b1c\5\u01c4\u00e3\2\u0b1a\u0b1c\5\u0112\u008a\2\u0b1b\u0b19\3\2\2\2"+ - "\u0b1b\u0b1a\3\2\2\2\u0b1c\u01d1\3\2\2\2\u0b1d\u0b20\5\u01da\u00ee\2\u0b1e"+ - "\u0b20\5\u01d4\u00eb\2\u0b1f\u0b1d\3\2\2\2\u0b1f\u0b1e\3\2\2\2\u0b20\u01d3"+ - "\3\2\2\2\u0b21\u0b22\5\u01d6\u00ec\2\u0b22\u0b23\5\u01d8\u00ed\2\u0b23"+ - "\u0b24\5\u01c4\u00e3\2\u0b24\u01d5\3\2\2\2\u0b25\u0b29\5> \2\u0b26\u0b29"+ - "\5\u01a0\u00d1\2\u0b27\u0b29\5\u01a6\u00d4\2\u0b28\u0b25\3\2\2\2\u0b28"+ - "\u0b26\3\2\2\2\u0b28\u0b27\3\2\2\2\u0b29\u01d7\3\2\2\2\u0b2a\u0b2b\t\6"+ - "\2\2\u0b2b\u01d9\3\2\2\2\u0b2c\u0b34\5\u01dc\u00ef\2\u0b2d\u0b2e\5\u01dc"+ - "\u00ef\2\u0b2e\u0b2f\7O\2\2\u0b2f\u0b30\5\u01c4\u00e3\2\u0b30\u0b31\7"+ - "P\2\2\u0b31\u0b32\5\u01da\u00ee\2\u0b32\u0b34\3\2\2\2\u0b33\u0b2c\3\2"+ - "\2\2\u0b33\u0b2d\3\2\2\2\u0b34\u01db\3\2\2\2\u0b35\u0b36\b\u00ef\1\2\u0b36"+ - "\u0b37\5\u01de\u00f0\2\u0b37\u0b3d\3\2\2\2\u0b38\u0b39\f\3\2\2\u0b39\u0b3a"+ - "\7V\2\2\u0b3a\u0b3c\5\u01de\u00f0\2\u0b3b\u0b38\3\2\2\2\u0b3c\u0b3f\3"+ - "\2\2\2\u0b3d\u0b3b\3\2\2\2\u0b3d\u0b3e\3\2\2\2\u0b3e\u01dd\3\2\2\2\u0b3f"+ - "\u0b3d\3\2\2\2\u0b40\u0b41\b\u00f0\1\2\u0b41\u0b42\5\u01e0\u00f1\2\u0b42"+ - "\u0b48\3\2\2\2\u0b43\u0b44\f\3\2\2\u0b44\u0b45\7U\2\2\u0b45\u0b47\5\u01e0"+ - "\u00f1\2\u0b46\u0b43\3\2\2\2\u0b47\u0b4a\3\2\2\2\u0b48\u0b46\3\2\2\2\u0b48"+ - "\u0b49\3\2\2\2\u0b49\u01df\3\2\2\2\u0b4a\u0b48\3\2\2\2\u0b4b\u0b4c\b\u00f1"+ - "\1\2\u0b4c\u0b4d\5\u01e2\u00f2\2\u0b4d\u0b53\3\2\2\2\u0b4e\u0b4f\f\3\2"+ - "\2\u0b4f\u0b50\7^\2\2\u0b50\u0b52\5\u01e2\u00f2\2\u0b51\u0b4e\3\2\2\2"+ - "\u0b52\u0b55\3\2\2\2\u0b53\u0b51\3\2\2\2\u0b53\u0b54\3\2\2\2\u0b54\u01e1"+ - "\3\2\2\2\u0b55\u0b53\3\2\2\2\u0b56\u0b57\b\u00f2\1\2\u0b57\u0b58\5\u01e4"+ - "\u00f3\2\u0b58\u0b5e\3\2\2\2\u0b59\u0b5a\f\3\2\2\u0b5a\u0b5b\7_\2\2\u0b5b"+ - "\u0b5d\5\u01e4\u00f3\2\u0b5c\u0b59\3\2\2\2\u0b5d\u0b60\3\2\2\2\u0b5e\u0b5c"+ - "\3\2\2\2\u0b5e\u0b5f\3\2\2\2\u0b5f\u01e3\3\2\2\2\u0b60\u0b5e\3\2\2\2\u0b61"+ - "\u0b62\b\u00f3\1\2\u0b62\u0b63\5\u01e6\u00f4\2\u0b63\u0b69\3\2\2\2\u0b64"+ - "\u0b65\f\3\2\2\u0b65\u0b66\7]\2\2\u0b66\u0b68\5\u01e6\u00f4\2\u0b67\u0b64"+ - "\3\2\2\2\u0b68\u0b6b\3\2\2\2\u0b69\u0b67\3\2\2\2\u0b69\u0b6a\3\2\2\2\u0b6a"+ - "\u01e5\3\2\2\2\u0b6b\u0b69\3\2\2\2\u0b6c\u0b6d\b\u00f4\1\2\u0b6d\u0b6e"+ - "\5\u01e8\u00f5\2\u0b6e\u0b77\3\2\2\2\u0b6f\u0b70\f\4\2\2\u0b70\u0b71\7"+ - "Q\2\2\u0b71\u0b76\5\u01e8\u00f5\2\u0b72\u0b73\f\3\2\2\u0b73\u0b74\7T\2"+ - "\2\u0b74\u0b76\5\u01e8\u00f5\2\u0b75\u0b6f\3\2\2\2\u0b75\u0b72\3\2\2\2"+ - "\u0b76\u0b79\3\2\2\2\u0b77\u0b75\3\2\2\2\u0b77\u0b78\3\2\2\2\u0b78\u01e7"+ - "\3\2\2\2\u0b79\u0b77\3\2\2\2\u0b7a\u0b7b\b\u00f5\1\2\u0b7b\u0b7c\5\u01ea"+ - "\u00f6\2\u0b7c\u0b8e\3\2\2\2\u0b7d\u0b7e\f\7\2\2\u0b7e\u0b7f\7L\2\2\u0b7f"+ - "\u0b8d\5\u01ea\u00f6\2\u0b80\u0b81\f\6\2\2\u0b81\u0b82\7K\2\2\u0b82\u0b8d"+ - "\5\u01ea\u00f6\2\u0b83\u0b84\f\5\2\2\u0b84\u0b85\7R\2\2\u0b85\u0b8d\5"+ - "\u01ea\u00f6\2\u0b86\u0b87\f\4\2\2\u0b87\u0b88\7S\2\2\u0b88\u0b8d\5\u01ea"+ - "\u00f6\2\u0b89\u0b8a\f\3\2\2\u0b8a\u0b8b\7\"\2\2\u0b8b\u0b8d\5\16\b\2"+ - "\u0b8c\u0b7d\3\2\2\2\u0b8c\u0b80\3\2\2\2\u0b8c\u0b83\3\2\2\2\u0b8c\u0b86"+ - "\3\2\2\2\u0b8c\u0b89\3\2\2\2\u0b8d\u0b90\3\2\2\2\u0b8e\u0b8c\3\2\2\2\u0b8e"+ - "\u0b8f\3\2\2\2\u0b8f\u01e9\3\2\2\2\u0b90\u0b8e\3\2\2\2\u0b91\u0b92\b\u00f6"+ - "\1\2\u0b92\u0b93\5\u01ec\u00f7\2\u0b93\u0ba3\3\2\2\2\u0b94\u0b95\f\5\2"+ - "\2\u0b95\u0b96\7L\2\2\u0b96\u0b97\7L\2\2\u0b97\u0ba2\5\u01ec\u00f7\2\u0b98"+ - "\u0b99\f\4\2\2\u0b99\u0b9a\7K\2\2\u0b9a\u0b9b\7K\2\2\u0b9b\u0ba2\5\u01ec"+ - "\u00f7\2\u0b9c\u0b9d\f\3\2\2\u0b9d\u0b9e\7K\2\2\u0b9e\u0b9f\7K\2\2\u0b9f"+ - "\u0ba0\7K\2\2\u0ba0\u0ba2\5\u01ec\u00f7\2\u0ba1\u0b94\3\2\2\2\u0ba1\u0b98"+ - "\3\2\2\2\u0ba1\u0b9c\3\2\2\2\u0ba2\u0ba5\3\2\2\2\u0ba3\u0ba1\3\2\2\2\u0ba3"+ - "\u0ba4\3\2\2\2\u0ba4\u01eb\3\2\2\2\u0ba5\u0ba3\3\2\2\2\u0ba6\u0ba7\b\u00f7"+ - "\1\2\u0ba7\u0ba8\5\u01ee\u00f8\2\u0ba8\u0bb1\3\2\2\2\u0ba9\u0baa\f\4\2"+ - "\2\u0baa\u0bab\7Y\2\2\u0bab\u0bb0\5\u01ee\u00f8\2\u0bac\u0bad\f\3\2\2"+ - "\u0bad\u0bae\7Z\2\2\u0bae\u0bb0\5\u01ee\u00f8\2\u0baf\u0ba9\3\2\2\2\u0baf"+ - "\u0bac\3\2\2\2\u0bb0\u0bb3\3\2\2\2\u0bb1\u0baf\3\2\2\2\u0bb1\u0bb2\3\2"+ - "\2\2\u0bb2\u01ed\3\2\2\2\u0bb3\u0bb1\3\2\2\2\u0bb4\u0bb5\b\u00f8\1\2\u0bb5"+ - "\u0bb6\5\u01f0\u00f9\2\u0bb6\u0bc2\3\2\2\2\u0bb7\u0bb8\f\5\2\2\u0bb8\u0bb9"+ - "\7[\2\2\u0bb9\u0bc1\5\u01f0\u00f9\2\u0bba\u0bbb\f\4\2\2\u0bbb\u0bbc\7"+ - "\\\2\2\u0bbc\u0bc1\5\u01f0\u00f9\2\u0bbd\u0bbe\f\3\2\2\u0bbe\u0bbf\7`"+ - "\2\2\u0bbf\u0bc1\5\u01f0\u00f9\2\u0bc0\u0bb7\3\2\2\2\u0bc0\u0bba\3\2\2"+ - "\2\u0bc0\u0bbd\3\2\2\2\u0bc1\u0bc4\3\2\2\2\u0bc2\u0bc0\3\2\2\2\u0bc2\u0bc3"+ - "\3\2\2\2\u0bc3\u01ef\3\2\2\2\u0bc4\u0bc2\3\2\2\2\u0bc5\u0bcd\5\u01f2\u00fa"+ - "\2\u0bc6\u0bcd\5\u01f4\u00fb\2\u0bc7\u0bc8\7Y\2\2\u0bc8\u0bcd\5\u01f0"+ - "\u00f9\2\u0bc9\u0bca\7Z\2\2\u0bca\u0bcd\5\u01f0\u00f9\2\u0bcb\u0bcd\5"+ - "\u01f6\u00fc\2\u0bcc\u0bc5\3\2\2\2\u0bcc\u0bc6\3\2\2\2\u0bcc\u0bc7\3\2"+ - "\2\2\u0bcc\u0bc9\3\2\2\2\u0bcc\u0bcb\3\2\2\2\u0bcd\u01f1\3\2\2\2\u0bce"+ - "\u0bcf\7W\2\2\u0bcf\u0bd0\5\u01f0\u00f9\2\u0bd0\u01f3\3\2\2\2\u0bd1\u0bd2"+ - "\7X\2\2\u0bd2\u0bd3\5\u01f0\u00f9\2\u0bd3\u01f5\3\2\2\2\u0bd4\u0bdb\5"+ - "\u01f8\u00fd\2\u0bd5\u0bd6\7N\2\2\u0bd6\u0bdb\5\u01f0\u00f9\2\u0bd7\u0bd8"+ - "\7M\2\2\u0bd8\u0bdb\5\u01f0\u00f9\2\u0bd9\u0bdb\5\u0202\u0102\2\u0bda"+ - "\u0bd4\3\2\2\2\u0bda\u0bd5\3\2\2\2\u0bda\u0bd7\3\2\2\2\u0bda\u0bd9\3\2"+ - "\2\2\u0bdb\u01f7\3\2\2\2\u0bdc\u0bdf\5\u0184\u00c3\2\u0bdd\u0bdf\5> \2"+ - "\u0bde\u0bdc\3\2\2\2\u0bde\u0bdd\3\2\2\2\u0bdf\u0be4\3\2\2\2\u0be0\u0be3"+ - "\5\u01fc\u00ff\2\u0be1\u0be3\5\u0200\u0101\2\u0be2\u0be0\3\2\2\2\u0be2"+ - "\u0be1\3\2\2\2\u0be3\u0be6\3\2\2\2\u0be4\u0be2\3\2\2\2\u0be4\u0be5\3\2"+ - "\2\2\u0be5\u01f9\3\2\2\2\u0be6\u0be4\3\2\2\2\u0be7\u0be8\5\u01f8\u00fd"+ - "\2\u0be8\u0be9\7W\2\2\u0be9\u01fb\3\2\2\2\u0bea\u0beb\7W\2\2\u0beb\u01fd"+ - "\3\2\2\2\u0bec\u0bed\5\u01f8\u00fd\2\u0bed\u0bee\7X\2\2\u0bee\u01ff\3"+ - "\2\2\2\u0bef\u0bf0\7X\2\2\u0bf0\u0201\3\2\2\2\u0bf1\u0bf2\7A\2\2\u0bf2"+ - "\u0bf3\5\6\4\2\u0bf3\u0bf4\7B\2\2\u0bf4\u0bf5\5\u01f0\u00f9\2\u0bf5\u0c0d"+ - "\3\2\2\2\u0bf6\u0bf7\7A\2\2\u0bf7\u0bfb\5\16\b\2\u0bf8\u0bfa\5,\27\2\u0bf9"+ - "\u0bf8\3\2\2\2\u0bfa\u0bfd\3\2\2\2\u0bfb\u0bf9\3\2\2\2\u0bfb\u0bfc\3\2"+ - "\2\2\u0bfc\u0bfe\3\2\2\2\u0bfd\u0bfb\3\2\2\2\u0bfe\u0bff\7B\2\2\u0bff"+ - "\u0c00\5\u01f6\u00fc\2\u0c00\u0c0d\3\2\2\2\u0c01\u0c02\7A\2\2\u0c02\u0c06"+ - "\5\16\b\2\u0c03\u0c05\5,\27\2\u0c04\u0c03\3\2\2\2\u0c05\u0c08\3\2\2\2"+ - "\u0c06\u0c04\3\2\2\2\u0c06\u0c07\3\2\2\2\u0c07\u0c09\3\2\2\2\u0c08\u0c06"+ - "\3\2\2\2\u0c09\u0c0a\7B\2\2\u0c0a\u0c0b\5\u01ca\u00e6\2\u0c0b\u0c0d\3"+ - "\2\2\2\u0c0c\u0bf1\3\2\2\2\u0c0c\u0bf6\3\2\2\2\u0c0c\u0c01\3\2\2\2\u0c0d"+ - "\u0203\3\2\2\2\u0168\u0208\u020d\u0214\u0218\u021c\u0225\u0229\u022d\u022f"+ - "\u0235\u023a\u0241\u0246\u0248\u024f\u0256\u025b\u0260\u0265\u0270\u027e"+ - "\u0283\u028b\u0292\u0298\u029d\u02a8\u02ab\u02b9\u02be\u02c3\u02c8\u02ce"+ - "\u02d8\u02e0\u02ea\u02f2\u02fe\u0302\u0307\u030d\u0315\u031e\u0329\u0346"+ - "\u034b\u0350\u0356\u0359\u035c\u035f\u036d\u0378\u0389\u0390\u0398\u039f"+ - "\u03a4\u03a8\u03b5\u03bc\u03c2\u03c6\u03ca\u03ce\u03d2\u03d7\u03db\u03df"+ - "\u03e1\u03e6\u03ed\u03f2\u03f4\u03fa\u03ff\u0403\u0416\u041b\u042b\u042e"+ - "\u0432\u0438\u043c\u0440\u0442\u0446\u044b\u044f\u0456\u045d\u0465\u0468"+ - "\u046d\u0471\u0477\u047c\u0483\u048a\u048f\u0495\u04a1\u04a6\u04aa\u04b4"+ - "\u04b9\u04c1\u04c4\u04c9\u04d1\u04d4\u04d9\u04de\u04e3\u04e8\u04ef\u04f4"+ - "\u04fc\u0501\u0506\u050b\u0511\u0517\u051a\u051d\u0526\u052c\u0532\u0535"+ - "\u0538\u0540\u0546\u054c\u0550\u0556\u055f\u0565\u056c\u0571\u0578\u0582"+ - "\u0589\u058e\u0596\u059b\u05a1\u05a4\u05af\u05b8\u05c2\u05c7\u05d2\u05d7"+ - "\u05e3\u05e8\u05f4\u05fe\u0603\u060b\u060e\u0615\u061d\u0623\u062c\u0636"+ - "\u063a\u063d\u0646\u0654\u0657\u0660\u0665\u066d\u0673\u067a\u067f\u068d"+ - "\u068f\u0696\u06a5\u06bb\u06d9\u06e3\u06e9\u06f5\u0702\u070a\u0713\u071a"+ - "\u0724\u072a\u0732\u0735\u073c\u0743\u0746\u074f\u0762\u0766\u076b\u076f"+ - "\u0773\u077b\u077f\u0783\u078a\u0793\u079b\u07aa\u07b6\u07bc\u07c2\u07c8"+ - "\u07db\u07e0\u07e6\u07f2\u07fd\u0807\u080a\u080f\u0818\u081e\u0828\u082d"+ - "\u0836\u084a\u0854\u0867\u086e\u0876\u087e\u0889\u089d\u08a7\u08b2\u08c5"+ - "\u08c9\u08ce\u08d6\u08dc\u08e0\u08e4\u08e8\u08ee\u08f3\u08f8\u08fc\u0900"+ - "\u0906\u090b\u0910\u0914\u0918\u091a\u091f\u0924\u0929\u092d\u0931\u0935"+ - "\u093a\u0942\u0948\u094c\u0950\u0954\u095a\u095f\u0964\u0968\u096c\u096e"+ - "\u0973\u0982\u0990\u099c\u09a5\u09b4\u09c1\u09ca\u09d0\u09d7\u09dc\u09e3"+ - "\u09e8\u09ef\u09f4\u09fb\u0a00\u0a08\u0a0d\u0a11\u0a15\u0a1a\u0a21\u0a28"+ - "\u0a2d\u0a34\u0a39\u0a40\u0a45\u0a4d\u0a52\u0a56\u0a5d\u0a63\u0a6a\u0a71"+ - "\u0a78\u0a80\u0a87\u0a8f\u0a93\u0a9a\u0aa1\u0aa8\u0ab0\u0ab7\u0abf\u0ac5"+ - "\u0acb\u0ad7\u0add\u0ae3\u0af1\u0af7\u0afe\u0b0c\u0b0f\u0b16\u0b1b\u0b1f"+ - "\u0b28\u0b33\u0b3d\u0b48\u0b53\u0b5e\u0b69\u0b75\u0b77\u0b8c\u0b8e\u0ba1"+ - "\u0ba3\u0baf\u0bb1\u0bc0\u0bc2\u0bcc\u0bda\u0bde\u0be2\u0be4\u0bfb\u0c06"+ - "\u0c0c"; - public static final String _serializedATN = Utils.join( - new String[] { - _serializedATNSegment0, - _serializedATNSegment1 - }, - "" - ); - public static final ATN _ATN = - new ATNDeserializer().deserialize(_serializedATN.toCharArray()); - static { - _decisionToDFA = new DFA[_ATN.getNumberOfDecisions()]; - for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) { - _decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i); - } - } -} \ No newline at end of file