mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-25 10:51:25 +07:00
PSI, parser, highlighting, exception analysis, control flow, completion.
27 lines
847 B
Plaintext
27 lines
847 B
Plaintext
PsiJavaFile:TryIncomplete18.java
|
|
PsiTryStatement
|
|
PsiKeyword:try('try')
|
|
PsiResourceList:(R<T> r)
|
|
PsiJavaToken:LPARENTH('(')
|
|
PsiResourceVariable:r
|
|
PsiModifierList:
|
|
<empty list>
|
|
PsiTypeElement:R<T>
|
|
PsiJavaCodeReferenceElement:R<T>
|
|
PsiIdentifier:R('R')
|
|
PsiReferenceParameterList
|
|
PsiJavaToken:LT('<')
|
|
PsiTypeElement:T
|
|
PsiJavaCodeReferenceElement:T
|
|
PsiIdentifier:T('T')
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiJavaToken:GT('>')
|
|
PsiWhiteSpace(' ')
|
|
PsiIdentifier:r('r')
|
|
PsiErrorElement:'=' expected
|
|
<empty list>
|
|
PsiJavaToken:RPARENTH(')')
|
|
PsiCodeBlock
|
|
PsiJavaToken:LBRACE('{')
|
|
PsiJavaToken:RBRACE('}') |