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

All Superinterfaces:
com.intellij.psi.stubs.NamedStub<JetProperty>, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetProperty>
All Known Implementing Classes:
PsiJetPropertyStubImpl

public interface PsiJetPropertyStub
extends com.intellij.psi.stubs.NamedStub<JetProperty>


Method Summary
 java.lang.String getInferenceBodyText()
           
 FqName getTopFQName()
           
 java.lang.String getTypeText()
           
 boolean isTopLevel()
           
 boolean isVar()
           
 
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

isVar

boolean isVar()

isTopLevel

boolean isTopLevel()

getTopFQName

@Nullable
FqName getTopFQName()

getTypeText

java.lang.String getTypeText()

getInferenceBodyText

java.lang.String getInferenceBodyText()