|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.lazy.declarations.DeclarationProviderFactoryService
public abstract class DeclarationProviderFactoryService
| Constructor Summary | |
|---|---|
DeclarationProviderFactoryService()
|
|
| Method Summary | |
|---|---|
abstract DeclarationProviderFactory |
create(com.intellij.openapi.project.Project project,
StorageManager storageManager,
java.util.Collection<JetFile> files)
|
static DeclarationProviderFactory |
createDeclarationProviderFactory(com.intellij.openapi.project.Project project,
StorageManager storageManager,
java.util.Collection<JetFile> files)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeclarationProviderFactoryService()
| Method Detail |
|---|
@NotNull
public abstract DeclarationProviderFactory create(@NotNull
com.intellij.openapi.project.Project project,
@NotNull
StorageManager storageManager,
@NotNull
java.util.Collection<JetFile> files)
@NotNull
public static DeclarationProviderFactory createDeclarationProviderFactory(@NotNull
com.intellij.openapi.project.Project project,
@NotNull
StorageManager storageManager,
@NotNull
java.util.Collection<JetFile> files)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||