mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +07:00
19 lines
556 B
Plaintext
19 lines
556 B
Plaintext
PsiJavaFile:New13.java
|
|
PsiNewExpression:new int[1][][
|
|
PsiKeyword:new('new')
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiKeyword:int('int')
|
|
PsiJavaToken:LBRACKET('[')
|
|
PsiLiteralExpression:1
|
|
PsiJavaToken:INTEGER_LITERAL('1')
|
|
PsiJavaToken:RBRACKET(']')
|
|
PsiJavaToken:LBRACKET('[')
|
|
PsiJavaToken:RBRACKET(']')
|
|
PsiJavaToken:LBRACKET('[')
|
|
PsiErrorElement:']' expected
|
|
<empty list>
|
|
PsiErrorElement:Unparsed tokens
|
|
PsiJavaToken:INTEGER_LITERAL('2')
|
|
PsiJavaToken:RBRACKET(']') |