public class PsiBasedClassMemberDeclarationProvider extends AbstractPsiBasedDeclarationProvider implements ClassMemberDeclarationProvider
AbstractPsiBasedDeclarationProvider.Index| Constructor and Description |
|---|
PsiBasedClassMemberDeclarationProvider(StorageManager storageManager,
JetClassLikeInfo classInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doCreateIndex(AbstractPsiBasedDeclarationProvider.Index index) |
JetClassLikeInfo |
getOwnerInfo() |
java.lang.String |
toString() |
getAllDeclarations, getClassOrObjectDeclarations, getFunctionDeclarations, getPropertyDeclarationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAllDeclarations, getClassOrObjectDeclarations, getFunctionDeclarations, getPropertyDeclarationspublic PsiBasedClassMemberDeclarationProvider(@NotNull StorageManager storageManager, @NotNull JetClassLikeInfo classInfo)
@NotNull public JetClassLikeInfo getOwnerInfo()
getOwnerInfo in interface ClassMemberDeclarationProviderprotected void doCreateIndex(@NotNull AbstractPsiBasedDeclarationProvider.Index index)
doCreateIndex in class AbstractPsiBasedDeclarationProviderpublic java.lang.String toString()
toString in class java.lang.Object