org.jetbrains.kotlin.psi.stubs.elements
Class KtDotQualifiedExpressionElementType

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<,T>
              extended by org.jetbrains.kotlin.psi.stubs.elements.KtPlaceHolderStubElementType<KtDotQualifiedExpression>
                  extended by org.jetbrains.kotlin.psi.stubs.elements.KtDotQualifiedExpressionElementType
All Implemented Interfaces:
com.intellij.psi.stubs.ObjectStubSerializer<,com.intellij.psi.stubs.StubElement>, com.intellij.psi.stubs.StubSerializer<>

public class KtDotQualifiedExpressionElementType
extends KtPlaceHolderStubElementType<KtDotQualifiedExpression>


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
KtDotQualifiedExpressionElementType(java.lang.String debugName)
           
 
Method Summary
 boolean shouldCreateStub(com.intellij.lang.ASTNode node)
           
 
Methods inherited from class org.jetbrains.kotlin.psi.stubs.elements.KtPlaceHolderStubElementType
createStub, deserialize, serialize
 
Methods inherited from class org.jetbrains.kotlin.psi.stubs.elements.KtStubElementType
createPsi, createPsiFromAst, getArrayFactory, getExternalId, indexStub
 
Methods inherited from class com.intellij.psi.stubs.IStubElementType
getId
 
Methods inherited from class com.intellij.psi.tree.IElementType
enumerate, find, getIndex, getLanguage, getRegisteredIndex, isLeftBound, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

KtDotQualifiedExpressionElementType

public KtDotQualifiedExpressionElementType(@NotNull@NonNls
                                           java.lang.String debugName)
Method Detail

shouldCreateStub

public boolean shouldCreateStub(com.intellij.lang.ASTNode node)
Overrides:
shouldCreateStub in class KtStubElementType<,KtDotQualifiedExpression>