mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-07 13:33:42 +07:00
29 lines
800 B
Plaintext
29 lines
800 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('}')
|