mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-23 07:14:21 +07:00
16 lines
436 B
Plaintext
16 lines
436 B
Plaintext
PsiJavaFile:Cond3.java
|
|
PsiConditionalExpression:cond ? true :
|
|
PsiReferenceExpression:cond
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiIdentifier:cond('cond')
|
|
PsiWhiteSpace(' ')
|
|
PsiJavaToken:QUEST('?')
|
|
PsiWhiteSpace(' ')
|
|
PsiLiteralExpression:true
|
|
PsiJavaToken:TRUE_KEYWORD('true')
|
|
PsiWhiteSpace(' ')
|
|
PsiJavaToken:COLON(':')
|
|
PsiErrorElement:Expression expected
|
|
<empty list>
|