org.jetbrains.kotlin.psi.stubs.elements
Class KtModifierListElementType<T extends KtModifierList>

java.lang.Object
  extended by com.intellij.psi.tree.IElementType
      extended by com.intellij.psi.stubs.IStubElementType<StubT,PsiT>
          extended by org.jetbrains.kotlin.psi.stubs.elements.KtStubElementType<KotlinModifierListStub,T>
              extended by org.jetbrains.kotlin.psi.stubs.elements.KtModifierListElementType<T>
All Implemented Interfaces:
com.intellij.psi.stubs.ObjectStubSerializer<KotlinModifierListStub,com.intellij.psi.stubs.StubElement>, com.intellij.psi.stubs.StubSerializer<KotlinModifierListStub>

public class KtModifierListElementType<T extends KtModifierList>
extends KtStubElementType<KotlinModifierListStub,T>


Nested Class Summary
 
Nested classes/interfaces inherited from class com.intellij.psi.tree.IElementType
com.intellij.psi.tree.IElementType.Predicate
 
Field Summary
 
Fields inherited from class com.intellij.psi.tree.IElementType
EMPTY_ARRAY, FIRST_TOKEN_INDEX, TRUE
 
Constructor Summary
KtModifierListElementType(java.lang.String debugName, java.lang.Class<T> psiClass)
           
 
Method Summary
 KotlinModifierListStub createStub(T psi, com.intellij.psi.stubs.StubElement parentStub)
           
 KotlinModifierListStub deserialize(com.intellij.psi.stubs.StubInputStream dataStream, com.intellij.psi.stubs.StubElement parentStub)
           
 void serialize(KotlinModifierListStub stub, com.intellij.psi.stubs.StubOutputStream dataStream)
           
 
Methods inherited from class org.jetbrains.kotlin.psi.stubs.elements.KtStubElementType
createPsi, createPsiFromAst, getArrayFactory, getExternalId, indexStub, shouldCreateStub
 
Methods inherited from class com.intellij.psi.stubs.IStubElementType
getId
 
Methods inherited from class com.intellij.psi.tree.IElementType
enumerate, find, getIndex, getLanguage, getRegisteredIndex, hashCode, isLeftBound, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KtModifierListElementType

public KtModifierListElementType(@NotNull@NonNls
                                 java.lang.String debugName,
                                 @NotNull
                                 java.lang.Class<T> psiClass)
Method Detail

createStub

public KotlinModifierListStub createStub(@NotNull
                                         T psi,
                                         com.intellij.psi.stubs.StubElement parentStub)
Specified by:
createStub in class com.intellij.psi.stubs.IStubElementType<KotlinModifierListStub,T extends KtModifierList>

serialize

public void serialize(@NotNull
                      KotlinModifierListStub stub,
                      @NotNull
                      com.intellij.psi.stubs.StubOutputStream dataStream)
               throws java.io.IOException
Throws:
java.io.IOException

deserialize

@NotNull
public KotlinModifierListStub deserialize(@NotNull
                                                  com.intellij.psi.stubs.StubInputStream dataStream,
                                                  com.intellij.psi.stubs.StubElement parentStub)
                                   throws java.io.IOException
Throws:
java.io.IOException