public class PsiJetAnnotationStubImpl extends com.intellij.psi.stubs.StubBase<JetAnnotationEntry> implements PsiJetAnnotationStub
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getShortName() |
java.lang.String |
toString() |
findChildStubByType, getCachedPsi, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenByType, getChildrenStubs, getParentStub, getParentStubOfType, getProject, getPsi, getStubType, printTree, setPsiclearUserData, clone, copyCopyableDataTo, copyUserDataTo, getCopyableUserData, getUserData, getUserDataString, isUserDataEmpty, putCopyableUserData, putUserData, putUserDataIfAbsent, replacepublic PsiJetAnnotationStubImpl(com.intellij.psi.stubs.StubElement parent, com.intellij.psi.stubs.IStubElementType elementType, @NotNull java.lang.String shortName)
public PsiJetAnnotationStubImpl(com.intellij.psi.stubs.StubElement parent, com.intellij.psi.stubs.IStubElementType elementType, com.intellij.util.io.StringRef shortName)
public java.lang.String getShortName()
getShortName in interface PsiJetAnnotationStubpublic java.lang.String toString()
toString in class com.intellij.psi.stubs.StubBase<JetAnnotationEntry>