406 lines
67 KiB
Plaintext
406 lines
67 KiB
Plaintext
|
token literal names:
|
||
|
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'
|
||
|
'module'
|
||
|
'open'
|
||
|
'requires'
|
||
|
'exports'
|
||
|
'opens'
|
||
|
'to'
|
||
|
'uses'
|
||
|
'provides'
|
||
|
'with'
|
||
|
'transitive'
|
||
|
'var'
|
||
|
'yield'
|
||
|
'record'
|
||
|
'sealed'
|
||
|
'permits'
|
||
|
'non-sealed'
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
'null'
|
||
|
'('
|
||
|
')'
|
||
|
'{'
|
||
|
'}'
|
||
|
'['
|
||
|
']'
|
||
|
';'
|
||
|
','
|
||
|
'.'
|
||
|
'='
|
||
|
'>'
|
||
|
'<'
|
||
|
'!'
|
||
|
'~'
|
||
|
'?'
|
||
|
':'
|
||
|
'=='
|
||
|
'<='
|
||
|
'>='
|
||
|
'!='
|
||
|
'&&'
|
||
|
'||'
|
||
|
'++'
|
||
|
'--'
|
||
|
'+'
|
||
|
'-'
|
||
|
'*'
|
||
|
'/'
|
||
|
'&'
|
||
|
'|'
|
||
|
'^'
|
||
|
'%'
|
||
|
'+='
|
||
|
'-='
|
||
|
'*='
|
||
|
'/='
|
||
|
'&='
|
||
|
'|='
|
||
|
'^='
|
||
|
'%='
|
||
|
'<<='
|
||
|
'>>='
|
||
|
'>>>='
|
||
|
'->'
|
||
|
'::'
|
||
|
'@'
|
||
|
'...'
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
null
|
||
|
|
||
|
token symbolic names:
|
||
|
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
|
||
|
MODULE
|
||
|
OPEN
|
||
|
REQUIRES
|
||
|
EXPORTS
|
||
|
OPENS
|
||
|
TO
|
||
|
USES
|
||
|
PROVIDES
|
||
|
WITH
|
||
|
TRANSITIVE
|
||
|
VAR
|
||
|
YIELD
|
||
|
RECORD
|
||
|
SEALED
|
||
|
PERMITS
|
||
|
NON_SEALED
|
||
|
DECIMAL_LITERAL
|
||
|
HEX_LITERAL
|
||
|
OCT_LITERAL
|
||
|
BINARY_LITERAL
|
||
|
FLOAT_LITERAL
|
||
|
HEX_FLOAT_LITERAL
|
||
|
BOOL_LITERAL
|
||
|
CHAR_LITERAL
|
||
|
STRING_LITERAL
|
||
|
TEXT_BLOCK
|
||
|
NULL_LITERAL
|
||
|
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
|
||
|
ADD_ASSIGN
|
||
|
SUB_ASSIGN
|
||
|
MUL_ASSIGN
|
||
|
DIV_ASSIGN
|
||
|
AND_ASSIGN
|
||
|
OR_ASSIGN
|
||
|
XOR_ASSIGN
|
||
|
MOD_ASSIGN
|
||
|
LSHIFT_ASSIGN
|
||
|
RSHIFT_ASSIGN
|
||
|
URSHIFT_ASSIGN
|
||
|
ARROW
|
||
|
COLONCOLON
|
||
|
AT
|
||
|
ELLIPSIS
|
||
|
WS
|
||
|
COMMENT
|
||
|
LINE_COMMENT
|
||
|
IDENTIFIER
|
||
|
|
||
|
rule names:
|
||
|
sourceFile
|
||
|
packageDeclaration
|
||
|
importDeclaration
|
||
|
classOrInterface
|
||
|
modifier
|
||
|
classOrInterfaceModifier
|
||
|
variableModifier
|
||
|
classDeclaration
|
||
|
genericDeclarationList
|
||
|
genericTypeVar
|
||
|
typeBound
|
||
|
enumDeclaration
|
||
|
enumConstants
|
||
|
enumConstant
|
||
|
enumBodyDeclarations
|
||
|
interfaceDeclaration
|
||
|
classBody
|
||
|
interfaceBody
|
||
|
classBodyDeclaration
|
||
|
memberDeclaration
|
||
|
method
|
||
|
methodDeclaration
|
||
|
methodHeader
|
||
|
methodBody
|
||
|
refType
|
||
|
genericMethodDeclaration
|
||
|
constructor
|
||
|
genericConstructorDeclaration
|
||
|
constructorDeclaration
|
||
|
fieldDeclaration
|
||
|
interfaceBodyDeclaration
|
||
|
interfaceMemberDeclaration
|
||
|
constDeclaration
|
||
|
constantDeclarator
|
||
|
interfaceMethodDeclaration
|
||
|
interfaceMethodModifier
|
||
|
genericInterfaceMethodDeclaration
|
||
|
interfaceCommonBodyDeclaration
|
||
|
variableDeclarators
|
||
|
variableDeclarator
|
||
|
variableDeclaratorId
|
||
|
variableInitializer
|
||
|
arrayInitializer
|
||
|
classOrInterfaceType
|
||
|
typeArgument
|
||
|
wildcardType
|
||
|
extendsWildcardType
|
||
|
superWildcardType
|
||
|
qualifiedNameList
|
||
|
exceptionList
|
||
|
formalParameters
|
||
|
receiverParameter
|
||
|
formalParameterList
|
||
|
formalParameter
|
||
|
lastFormalParameter
|
||
|
lambdaLVTIList
|
||
|
lambdaLVTIParameter
|
||
|
qualifiedName
|
||
|
literal
|
||
|
integerLiteral
|
||
|
floatLiteral
|
||
|
altAnnotationQualifiedName
|
||
|
annotation
|
||
|
elementValuePairs
|
||
|
elementValuePair
|
||
|
elementValue
|
||
|
elementValueArrayInitializer
|
||
|
annotationTypeDeclaration
|
||
|
annotationTypeBody
|
||
|
annotationTypeElementDeclaration
|
||
|
annotationTypeElementRest
|
||
|
annotationMethodOrConstantRest
|
||
|
annotationMethodRest
|
||
|
annotationConstantRest
|
||
|
defaultValue
|
||
|
moduleDeclaration
|
||
|
moduleBody
|
||
|
moduleDirective
|
||
|
requiresModifier
|
||
|
recordDeclaration
|
||
|
recordHeader
|
||
|
recordComponentList
|
||
|
recordComponent
|
||
|
recordBody
|
||
|
block
|
||
|
blockStatement
|
||
|
localVariableDeclaration
|
||
|
identifier
|
||
|
typeIdentifier
|
||
|
localTypeDeclaration
|
||
|
statement
|
||
|
catchClause
|
||
|
catchType
|
||
|
finallyBlock
|
||
|
resourceSpecification
|
||
|
resources
|
||
|
resource
|
||
|
switchBlockStatementGroup
|
||
|
switchLabel
|
||
|
forControl
|
||
|
forInit
|
||
|
enhancedForControl
|
||
|
parExpression
|
||
|
expressionList
|
||
|
methodCall
|
||
|
expression
|
||
|
pattern
|
||
|
primaryPattern
|
||
|
recordPattern
|
||
|
typePattern
|
||
|
recordStructurePattern
|
||
|
recordComponentPatternElement
|
||
|
recordComponentPatternList
|
||
|
lambdaExpression
|
||
|
lambdaParameters
|
||
|
lambdaBody
|
||
|
primary
|
||
|
switchExpression
|
||
|
switchLabeledRule
|
||
|
switchLabelCase
|
||
|
guardedPattern
|
||
|
switchRuleOutcome
|
||
|
classType
|
||
|
creator
|
||
|
createdName
|
||
|
innerCreator
|
||
|
arrayCreatorRest
|
||
|
classCreatorRest
|
||
|
explicitGenericInvocation
|
||
|
typeArgumentsOrDiamond
|
||
|
nonWildcardTypeArgumentsOrDiamond
|
||
|
nonWildcardTypeArguments
|
||
|
typeList
|
||
|
typeType
|
||
|
primitiveType
|
||
|
typeArguments
|
||
|
superSuffix
|
||
|
explicitGenericInvocationSuffix
|
||
|
arguments
|
||
|
|
||
|
|
||
|
atn:
|
||
|
[4, 1, 128, 1802, 2, 0, 7, 0, 2, 1, 7, 1, 2, 2, 7, 2, 2, 3, 7, 3, 2, 4, 7, 4, 2, 5, 7, 5, 2, 6, 7, 6, 2, 7, 7, 7, 2, 8, 7, 8, 2, 9, 7, 9, 2, 10, 7, 10, 2, 11, 7, 11, 2, 12, 7, 12, 2, 13, 7, 13, 2, 14, 7, 14, 2, 15, 7, 15, 2, 16, 7, 16, 2, 17, 7, 17, 2, 18, 7, 18, 2, 19, 7, 19, 2, 20, 7, 20, 2, 21, 7, 21, 2, 22, 7, 22, 2, 23, 7, 23, 2, 24, 7, 24, 2, 25, 7, 25, 2, 26, 7, 26, 2, 27, 7, 27, 2, 28, 7, 28, 2, 29, 7, 29, 2, 30, 7, 30, 2, 31, 7, 31, 2, 32, 7, 32, 2, 33, 7, 33, 2, 34, 7, 34, 2, 35, 7, 35, 2, 36, 7, 36, 2, 37, 7, 37, 2, 38, 7, 38, 2, 39, 7, 39, 2, 40, 7, 40, 2, 41, 7, 41, 2, 42, 7, 42, 2, 43, 7, 43, 2, 44, 7, 44, 2, 45, 7, 45, 2, 46, 7, 46, 2, 47, 7, 47, 2, 48, 7, 48, 2, 49, 7, 49, 2, 50, 7, 50, 2, 51, 7, 51, 2, 52, 7, 52, 2, 53, 7, 53, 2, 54, 7, 54, 2, 55, 7, 55, 2, 56, 7, 56, 2, 57, 7, 57, 2, 58, 7, 58, 2, 59, 7, 59, 2, 60, 7, 60, 2, 61, 7, 61, 2, 62, 7, 62, 2, 63, 7, 63, 2, 64, 7, 64, 2, 65, 7, 65, 2, 66, 7, 66, 2, 67, 7, 67, 2, 68, 7, 68, 2, 69, 7, 69, 2, 70, 7, 70, 2, 71, 7, 71, 2, 72, 7, 72, 2, 73, 7, 73, 2, 74, 7, 74, 2, 75, 7, 75, 2, 76, 7, 76, 2, 77, 7, 77, 2, 78, 7, 78, 2, 79, 7, 79, 2, 80, 7, 80, 2, 81, 7, 81, 2, 82, 7, 82, 2, 83, 7, 83, 2, 84, 7, 84, 2, 85, 7, 85, 2, 86, 7, 86, 2, 87, 7, 87, 2, 88, 7, 88, 2, 89, 7, 89, 2, 90, 7, 90, 2, 91, 7, 91, 2, 92, 7, 92, 2, 93, 7, 93, 2, 94, 7, 94, 2, 95, 7, 95, 2, 96, 7, 96, 2, 97, 7, 97, 2, 98, 7, 98, 2, 99, 7, 99, 2, 100, 7, 100, 2, 101, 7, 101, 2, 102, 7, 102, 2, 103, 7, 103, 2, 104, 7, 104, 2, 105, 7, 105, 2, 106, 7, 106, 2, 107, 7, 107, 2, 108, 7, 108, 2, 109, 7, 109, 2, 110, 7, 110, 2, 111, 7, 111, 2, 112, 7, 112, 2, 113, 7, 113, 2, 114, 7, 114, 2, 115, 7, 115, 2, 116, 7, 116, 2, 117, 7, 117, 2, 118, 7, 118, 2, 119, 7, 119, 2, 120, 7, 120, 2, 121, 7, 121, 2, 122, 7, 122, 2, 123, 7, 123, 2, 124, 7, 124, 2, 125, 7, 125, 2, 126, 7, 126, 2, 127, 7, 127, 2, 128, 7, 128, 2, 129, 7, 129, 2, 130, 7, 130, 2, 131, 7, 131, 2, 132, 7, 132, 2, 133, 7, 133, 2, 134, 7, 134, 2, 135, 7, 135, 2, 136, 7, 136, 2, 137, 7, 137, 2, 138, 7, 138, 1, 0, 3, 0, 280, 8, 0, 1, 0, 5, 0, 283, 8, 0, 10, 0, 12, 0, 286, 9, 0, 1, 0, 5, 0, 289, 8, 0, 10, 0, 12, 0, 292, 9, 0, 1, 0, 1, 0, 1, 0, 3, 0, 297, 8, 0, 1, 1, 5, 1, 300, 8, 1, 10, 1, 12, 1, 303, 9, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 2, 3, 2, 311, 8, 2, 1, 2, 1, 2, 1, 2, 3, 2, 316, 8, 2, 1, 2, 1, 2, 1, 3, 5, 3, 321, 8, 3, 10, 3, 12, 3, 324, 9, 3, 1, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 331, 8, 3, 1, 3, 3, 3, 334, 8, 3, 1, 4, 1, 4, 1, 4, 1, 4, 1, 4, 3, 4, 341, 8, 4, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 1, 5, 3, 5, 353, 8, 5, 1, 6, 1, 6, 3, 6, 357, 8, 6, 1, 7, 1, 7, 1, 7, 3, 7, 362, 8, 7, 1, 7, 1, 7, 3, 7, 366, 8, 7, 1, 7, 1, 7, 3, 7, 370, 8, 7, 1, 7, 1, 7, 3, 7, 374, 8, 7, 1, 7, 1, 7, 1, 8, 1, 8, 1, 8, 1, 8, 5, 8, 382, 8, 8, 10, 8, 12, 8, 385, 9, 8, 1, 8, 1, 8, 1, 9, 5, 9, 390, 8, 9, 10, 9, 12, 9, 393, 9, 9, 1, 9, 1, 9, 1, 9, 5, 9, 398, 8, 9, 10, 9, 12, 9, 401, 9, 9, 1, 9, 3, 9, 404, 8, 9, 1, 10, 1, 10, 1, 10, 5, 10, 409, 8, 10, 10, 10, 12, 10, 412, 9, 10, 1, 11, 1, 11, 1, 11, 1, 11, 3, 11, 418, 8, 11, 1, 11, 1, 11, 3, 11, 422, 8, 11, 1, 11, 3, 11, 425, 8, 11, 1, 11, 3, 11, 428, 8, 11, 1, 11, 1, 11, 1, 12, 1, 12, 1, 12, 5, 12, 435, 8, 12, 10, 12, 12, 12, 438, 9, 12, 1, 13, 5, 13, 441, 8, 13, 10, 13, 12, 13, 444, 9, 13, 1, 13, 1, 13, 3, 13, 448, 8, 13, 1, 13, 3, 13, 451, 8, 13, 1, 14, 1, 14, 5, 14, 455, 8, 14, 10, 14, 12, 14, 458, 9, 14, 1, 15, 1, 15, 1, 15, 3, 15, 463, 8, 15, 1, 15, 1, 15, 3, 15, 467, 8, 15, 1, 15, 1, 15, 3, 15, 471, 8, 15, 1, 15, 1, 15, 1, 16, 1, 16, 5, 16, 477, 8, 16, 10, 16, 12, 16, 480, 9, 16, 1, 16, 1, 16, 1, 17, 1, 17, 5, 17, 486, 8, 17, 10, 17, 12, 17, 489, 9, 17, 1, 17, 1, 17, 1, 18, 1, 18, 3, 18, 495, 8, 18, 1, 18, 1, 18, 5, 18, 499, 8, 18, 10, 18, 12, 18, 502, 9, 18, 1, 18, 3, 18, 505, 8, 18, 1, 19, 1, 19, 1, 19, 1, 19, 3, 19, 511, 8, 19, 1, 20, 1, 20, 3, 20, 515, 8, 20, 1, 21, 1, 21, 1, 21, 3, 21, 520, 8, 21, 1, 21, 1, 21, 1, 22, 3, 22, 525, 8, 22, 1, 22, 1, 22, 1, 22, 1, 22, 5, 22, 531, 8, 22, 10, 22, 12, 22, 534, 9, 22, 1, 23, 1, 23, 3, 23, 538, 8, 23, 1, 24, 1, 24, 3, 24, 542, 8, 24, 1, 25, 1,
|