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

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

public class KotlinTypeProjectionStubImpl
extends


Constructor Summary
KotlinTypeProjectionStubImpl(com.intellij.psi.stubs.StubElement parent, int projectionKindOrdinal)
           
 
Method Summary
 KtProjectionKind getProjectionKind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KotlinTypeProjectionStubImpl

public KotlinTypeProjectionStubImpl(com.intellij.psi.stubs.StubElement parent,
                                    int projectionKindOrdinal)
Method Detail

getProjectionKind

@NotNull
public KtProjectionKind getProjectionKind()