org.jetbrains.kotlin.psi.stubs.impl
Class KotlinPropertyAccessorStubImpl

java.lang.Object
  extended by 
      extended by org.jetbrains.kotlin.psi.stubs.impl.KotlinPropertyAccessorStubImpl

public class KotlinPropertyAccessorStubImpl
extends


Constructor Summary
KotlinPropertyAccessorStubImpl(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
 

Constructor Detail

KotlinPropertyAccessorStubImpl

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

isGetter

public boolean isGetter()

hasBody

public boolean hasBody()

hasBlockBody

public boolean hasBlockBody()