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
 boolean hasDelegate()
           
 boolean hasDelegateExpression()
           
 boolean hasInitializer()
           
 boolean hasReceiverTypeRef()
           
 boolean hasReturnTypeRef()
           
 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()

hasDelegate

boolean hasDelegate()

hasDelegateExpression

boolean hasDelegateExpression()

hasInitializer

boolean hasInitializer()

hasReceiverTypeRef

boolean hasReceiverTypeRef()

hasReturnTypeRef

boolean hasReturnTypeRef()