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

All Superinterfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetPropertyAccessor>
All Known Implementing Classes:
PsiJetPropertyAccessorStubImpl

public interface PsiJetPropertyAccessorStub
extends com.intellij.psi.stubs.StubElement<JetPropertyAccessor>


Method Summary
 boolean hasBlockBody()
           
 boolean hasBody()
           
 boolean isGetter()
           
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Method Detail

isGetter

boolean isGetter()

hasBody

boolean hasBody()

hasBlockBody

boolean hasBlockBody()