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

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

public class KotlinModifierListStubImpl
extends


Constructor Summary
KotlinModifierListStubImpl(com.intellij.psi.stubs.StubElement parent, int mask, KtModifierListElementType<?> elementType)
           
 
Method Summary
 int getMask()
           
 boolean hasModifier(KtModifierKeywordToken modifierToken)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KotlinModifierListStubImpl

public KotlinModifierListStubImpl(com.intellij.psi.stubs.StubElement parent,
                                  int mask,
                                  @NotNull
                                  KtModifierListElementType<?> elementType)
Method Detail

getMask

public int getMask()

hasModifier

public boolean hasModifier(@NotNull
                           KtModifierKeywordToken modifierToken)

toString

@NotNull
public java.lang.String toString()