org.jetbrains.jet.lang.psi.stubs.elements
Class JetTypeConstraintElementType

java.lang.Object
  extended by com.intellij.psi.tree.IElementType
      extended by com.intellij.psi.stubs.IStubElementType<StubT,PsiT>
          extended by org.jetbrains.jet.lang.psi.stubs.elements.JetStubElementType<PsiJetTypeConstraintStub,JetTypeConstraint>
              extended by org.jetbrains.jet.lang.psi.stubs.elements.JetTypeConstraintElementType
All Implemented Interfaces:
com.intellij.psi.stubs.ObjectStubSerializer<PsiJetTypeConstraintStub,com.intellij.psi.stubs.StubElement>, com.intellij.psi.stubs.StubSerializer<PsiJetTypeConstraintStub>

public class JetTypeConstraintElementType
extends JetStubElementType<PsiJetTypeConstraintStub,JetTypeConstraint>


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, MAX_INDEXED_TYPES, TRUE
 
Constructor Summary
JetTypeConstraintElementType(java.lang.String debugName)
           
 
Method Summary
 PsiJetTypeConstraintStub createStub(JetTypeConstraint psi, com.intellij.psi.stubs.StubElement parentStub)
           
 PsiJetTypeConstraintStub deserialize(com.intellij.psi.stubs.StubInputStream dataStream, com.intellij.psi.stubs.StubElement parentStub)
           
 void serialize(PsiJetTypeConstraintStub stub, com.intellij.psi.stubs.StubOutputStream dataStream)
           
 
Methods inherited from class org.jetbrains.jet.lang.psi.stubs.elements.JetStubElementType
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, isLeftBound, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JetTypeConstraintElementType

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

createStub

public PsiJetTypeConstraintStub createStub(@NotNull
                                           JetTypeConstraint psi,
                                           com.intellij.psi.stubs.StubElement parentStub)
Specified by:
createStub in class com.intellij.psi.stubs.IStubElementType<PsiJetTypeConstraintStub,JetTypeConstraint>

serialize

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

deserialize

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