org.jetbrains.jet.lang.psi.stubs.impl
Class PsiJetPropertyAccessorStubImpl

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetPropertyAccessorStubImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetPropertyAccessor>, PsiJetPropertyAccessorStub

public class PsiJetPropertyAccessorStubImpl
extends
implements PsiJetPropertyAccessorStub


Constructor Summary
PsiJetPropertyAccessorStubImpl(com.intellij.psi.stubs.StubElement parent, boolean isGetter, boolean hasBody, boolean hasBlockBody)
           
 
Method Summary
 boolean hasBlockBody()
           
 boolean hasBody()
           
 boolean isGetter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Constructor Detail

PsiJetPropertyAccessorStubImpl

public PsiJetPropertyAccessorStubImpl(com.intellij.psi.stubs.StubElement parent,
                                      boolean isGetter,
                                      boolean hasBody,
                                      boolean hasBlockBody)
Method Detail

isGetter

public boolean isGetter()
Specified by:
isGetter in interface PsiJetPropertyAccessorStub

hasBody

public boolean hasBody()
Specified by:
hasBody in interface PsiJetPropertyAccessorStub

hasBlockBody

public boolean hasBlockBody()
Specified by:
hasBlockBody in interface PsiJetPropertyAccessorStub