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

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

public interface PsiJetPropertyStub
extends PsiJetStubWithFqName<JetProperty>


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

isVar

boolean isVar()

isTopLevel

boolean isTopLevel()

getTypeText

java.lang.String getTypeText()

getInferenceBodyText

java.lang.String getInferenceBodyText()