sql-psi
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
sql-psi
environment
/
com.alecstrong.sql.psi.core
/
SqlCoreEnvironment
/
forSourceFiles
for
Source
Files
inline
fun
<
T
:
PsiFile
>
forSourceFiles
(
noinline
action
:
(
T
)
->
Unit
)
open
fun
<
T
:
PsiFile
>
forSourceFiles
(
klass
:
KClass
<
T
>
,
action
:
(
T
)
->
Unit
)