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

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

public class JetDotQualifiedExpressionElementType
extends JetPlaceHolderStubElementType<JetDotQualifiedExpression>


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
JetDotQualifiedExpressionElementType(java.lang.String debugName)
           
 
Method Summary
 boolean shouldCreateStub(com.intellij.lang.ASTNode node)
           
 
Methods inherited from class org.jetbrains.kotlin.psi.stubs.elements.JetPlaceHolderStubElementType
createStub, deserialize, serialize
 
Methods inherited from class org.jetbrains.kotlin.psi.stubs.elements.JetStubElementType
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

JetDotQualifiedExpressionElementType

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

shouldCreateStub

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