org.jetbrains.kotlin.psi.stubs.elements
Class KtTypeProjectionElementType
java.lang.Object
com.intellij.psi.tree.IElementType
com.intellij.psi.stubs.IStubElementType<StubT,PsiT>
org.jetbrains.kotlin.psi.stubs.elements.KtStubElementType<KotlinTypeProjectionStub,KtTypeProjection>
org.jetbrains.kotlin.psi.stubs.elements.KtTypeProjectionElementType
- All Implemented Interfaces:
- com.intellij.psi.stubs.ObjectStubSerializer<KotlinTypeProjectionStub,com.intellij.psi.stubs.StubElement>, com.intellij.psi.stubs.StubSerializer<KotlinTypeProjectionStub>
public class KtTypeProjectionElementType
- extends KtStubElementType<KotlinTypeProjectionStub,KtTypeProjection>
| Nested classes/interfaces inherited from class com.intellij.psi.tree.IElementType |
com.intellij.psi.tree.IElementType.Predicate |
| Fields inherited from class com.intellij.psi.tree.IElementType |
EMPTY_ARRAY, FIRST_TOKEN_INDEX, TRUE |
|
Method Summary |
KotlinTypeProjectionStub |
createStub(KtTypeProjection psi,
com.intellij.psi.stubs.StubElement parentStub)
|
KotlinTypeProjectionStub |
deserialize(com.intellij.psi.stubs.StubInputStream dataStream,
com.intellij.psi.stubs.StubElement parentStub)
|
void |
serialize(KotlinTypeProjectionStub stub,
com.intellij.psi.stubs.StubOutputStream dataStream)
|
| 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 |
KtTypeProjectionElementType
public KtTypeProjectionElementType(@NotNull@NonNls
java.lang.String debugName)
createStub
public KotlinTypeProjectionStub createStub(@NotNull
KtTypeProjection psi,
com.intellij.psi.stubs.StubElement parentStub)
- Specified by:
createStub in class com.intellij.psi.stubs.IStubElementType<KotlinTypeProjectionStub,KtTypeProjection>
serialize
public void serialize(@NotNull
KotlinTypeProjectionStub stub,
@NotNull
com.intellij.psi.stubs.StubOutputStream dataStream)
throws java.io.IOException
- Throws:
java.io.IOException
deserialize
@NotNull
public KotlinTypeProjectionStub deserialize(@NotNull
com.intellij.psi.stubs.StubInputStream dataStream,
com.intellij.psi.stubs.StubElement parentStub)
throws java.io.IOException
- Throws:
java.io.IOException