mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
14 lines
344 B
Plaintext
14 lines
344 B
Plaintext
PsiJavaFile:Binary0.java
|
|
PsiBinaryExpression:a + b
|
|
PsiReferenceExpression:a
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiIdentifier:a('a')
|
|
PsiWhiteSpace(' ')
|
|
PsiJavaToken:PLUS('+')
|
|
PsiWhiteSpace(' ')
|
|
PsiReferenceExpression:b
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiIdentifier:b('b')
|