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

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.lang.psi.stubs.impl.PsiJetModifierListStubImpl
All Implemented Interfaces:
com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetModifierList>, PsiJetModifierListStub

public class PsiJetModifierListStubImpl
extends
implements PsiJetModifierListStub


Constructor Summary
PsiJetModifierListStubImpl(com.intellij.psi.stubs.StubElement parent, int mask, JetModifierListElementType<?> elementType)
           
 
Method Summary
static int computeMaskFromPsi(JetModifierList modifierList)
           
 int getMask()
           
 boolean hasModifier(JetModifierKeywordToken modifierToken)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.intellij.psi.stubs.StubElement
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType
 

Constructor Detail

PsiJetModifierListStubImpl

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

computeMaskFromPsi

public static int computeMaskFromPsi(@NotNull
                                     JetModifierList modifierList)

hasModifier

public boolean hasModifier(@NotNull
                           JetModifierKeywordToken modifierToken)
Specified by:
hasModifier in interface PsiJetModifierListStub

getMask

public int getMask()

toString

public java.lang.String toString()