org.jetbrains.jet.lang.psi.stubs
Interface PsiJetFunctionStub

All Superinterfaces:
com.intellij.psi.stubs.NamedStub<JetNamedFunction>, PsiJetStubWithFqName<JetNamedFunction>, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetNamedFunction>
All Known Implementing Classes:
PsiJetFunctionStubImpl

public interface PsiJetFunctionStub
extends PsiJetStubWithFqName<JetNamedFunction>


Method Summary
 java.lang.String[] getAnnotations()
           
 boolean isExtension()
          Does function extends some type.
 boolean isTopLevel()
          Is function defined in directly in package.
 
Methods inherited from interface org.jetbrains.jet.lang.psi.stubs.PsiJetStubWithFqName
getFqName
 
Methods inherited from interface com.intellij.psi.stubs.NamedStub
getName
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

isTopLevel

boolean isTopLevel()
Is function defined in directly in package.

Returns:

isExtension

boolean isExtension()
Does function extends some type.


getAnnotations

@NotNull
java.lang.String[] getAnnotations()