mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 17:20:55 +07:00
28 lines
799 B
Plaintext
28 lines
799 B
Plaintext
PsiJavaFile:TryNormal1.java
|
|
PsiTryStatement
|
|
PsiKeyword:try('try')
|
|
PsiCodeBlock
|
|
PsiJavaToken:LBRACE('{')
|
|
PsiJavaToken:RBRACE('}')
|
|
PsiCatchSection
|
|
PsiKeyword:catch('catch')
|
|
PsiJavaToken:LPARENTH('(')
|
|
PsiParameter:e
|
|
PsiModifierList:final
|
|
PsiKeyword:final('final')
|
|
PsiWhiteSpace(' ')
|
|
PsiTypeElement:E
|
|
PsiJavaCodeReferenceElement:E
|
|
PsiIdentifier:E('E')
|
|
PsiReferenceParameterList
|
|
<empty list>
|
|
PsiWhiteSpace(' ')
|
|
PsiIdentifier:e('e')
|
|
PsiJavaToken:RPARENTH(')')
|
|
PsiCodeBlock
|
|
PsiJavaToken:LBRACE('{')
|
|
PsiJavaToken:RBRACE('}')
|
|
PsiKeyword:finally('finally')
|
|
PsiCodeBlock
|
|
PsiJavaToken:LBRACE('{')
|
|
PsiJavaToken:RBRACE('}') |