|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.kotlin.psi.KtImportsFactory
public class KtImportsFactory
Constructor Summary | |
---|---|
KtImportsFactory(com.intellij.openapi.project.Project project)
|
Method Summary | |
---|---|
KtImportDirective |
createImportDirective(ImportPath importPath)
|
java.util.Collection<KtImportDirective> |
createImportDirectives(java.util.Collection<ImportPath> importPaths)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KtImportsFactory(@NotNull com.intellij.openapi.project.Project project)
Method Detail |
---|
@NotNull public KtImportDirective createImportDirective(@NotNull ImportPath importPath)
@NotNull public java.util.Collection<KtImportDirective> createImportDirectives(@NotNull java.util.Collection<ImportPath> importPaths)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |