|
|||||||||
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.AbstractPsiBasedDeclarationProvider
public abstract class AbstractPsiBasedDeclarationProvider
Nested Class Summary | |
---|---|
protected static class |
AbstractPsiBasedDeclarationProvider.Index
|
Constructor Summary | |
---|---|
AbstractPsiBasedDeclarationProvider(StorageManager storageManager)
|
Method Summary | |
---|---|
protected abstract void |
doCreateIndex(AbstractPsiBasedDeclarationProvider.Index index)
|
java.util.List<JetDeclaration> |
getAllDeclarations()
|
java.util.Collection<JetClassOrObject> |
getClassOrObjectDeclarations(Name name)
|
java.util.List<JetNamedFunction> |
getFunctionDeclarations(Name name)
|
java.util.List<JetProperty> |
getPropertyDeclarations(Name name)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractPsiBasedDeclarationProvider(@NotNull StorageManager storageManager)
Method Detail |
---|
protected abstract void doCreateIndex(@NotNull AbstractPsiBasedDeclarationProvider.Index index)
public java.util.List<JetDeclaration> getAllDeclarations()
getAllDeclarations
in interface DeclarationProvider
@NotNull public java.util.List<JetNamedFunction> getFunctionDeclarations(@NotNull Name name)
getFunctionDeclarations
in interface DeclarationProvider
@NotNull public java.util.List<JetProperty> getPropertyDeclarations(@NotNull Name name)
getPropertyDeclarations
in interface DeclarationProvider
@NotNull public java.util.Collection<JetClassOrObject> getClassOrObjectDeclarations(@NotNull Name name)
getClassOrObjectDeclarations
in interface DeclarationProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |