org.jetbrains.jet.lang.psi.stubs.impl
Class PsiJetAnnotationStubImpl
java.lang.Object
com.intellij.openapi.util.UserDataHolderBase
com.intellij.psi.stubs.ObjectStubBase<com.intellij.psi.stubs.StubElement>
com.intellij.psi.stubs.StubBase<JetAnnotationEntry>
org.jetbrains.jet.lang.psi.stubs.impl.PsiJetAnnotationStubImpl
- All Implemented Interfaces:
- com.intellij.openapi.util.UserDataHolder, com.intellij.openapi.util.UserDataHolderEx, com.intellij.psi.stubs.Stub, com.intellij.psi.stubs.StubElement<JetAnnotationEntry>, java.lang.Cloneable, PsiJetAnnotationStub
public class PsiJetAnnotationStubImpl
- extends com.intellij.psi.stubs.StubBase<JetAnnotationEntry>
- implements PsiJetAnnotationStub
Fields inherited from class com.intellij.psi.stubs.ObjectStubBase |
id, myParent |
Fields inherited from class com.intellij.openapi.util.UserDataHolderBase |
COPYABLE_USER_MAP_KEY |
Constructor Summary |
PsiJetAnnotationStubImpl(com.intellij.psi.stubs.StubElement parent,
com.intellij.psi.stubs.IStubElementType elementType,
java.lang.String shortName)
|
PsiJetAnnotationStubImpl(com.intellij.psi.stubs.StubElement parent,
com.intellij.psi.stubs.IStubElementType elementType,
com.intellij.util.io.StringRef shortName)
|
Methods inherited from class com.intellij.psi.stubs.StubBase |
findChildStubByType, getCachedPsi, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getProject, getPsi, getStubType, printTree, setPsi |
Methods inherited from class com.intellij.openapi.util.UserDataHolderBase |
clearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replace |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.intellij.psi.stubs.StubElement |
findChildStubByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getPsi, getStubType |
PsiJetAnnotationStubImpl
public PsiJetAnnotationStubImpl(com.intellij.psi.stubs.StubElement parent,
com.intellij.psi.stubs.IStubElementType elementType,
@NotNull
java.lang.String shortName)
PsiJetAnnotationStubImpl
public PsiJetAnnotationStubImpl(com.intellij.psi.stubs.StubElement parent,
com.intellij.psi.stubs.IStubElementType elementType,
com.intellij.util.io.StringRef shortName)
getShortName
public java.lang.String getShortName()
- Specified by:
getShortName
in interface PsiJetAnnotationStub
toString
public java.lang.String toString()
- Overrides:
toString
in class com.intellij.psi.stubs.StubBase<JetAnnotationEntry>