mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
12 lines
353 B
Plaintext
12 lines
353 B
Plaintext
PsiJavaFile:ModuleImport.java
|
|
PsiImportList
|
|
PsiImportModuleStatement
|
|
PsiKeyword:import('import')
|
|
PsiWhiteSpace(' ')
|
|
PsiKeyword:module('module')
|
|
PsiWhiteSpace(' ')
|
|
PsiJavaModuleReference
|
|
PsiIdentifier:java('java')
|
|
PsiJavaToken:DOT('.')
|
|
PsiIdentifier:sql('sql')
|
|
PsiJavaToken:SEMICOLON(';') |