public class PsiJetObjectStubImpl extends com.intellij.psi.stubs.StubBase<JetObjectDeclaration> implements PsiJetObjectStub
| Constructor and Description |
|---|
PsiJetObjectStubImpl(com.intellij.psi.stubs.IStubElementType elementType,
com.intellij.psi.stubs.StubElement parent,
java.lang.String name,
FqName fqName,
boolean isTopLevel,
boolean isClassObject) |
PsiJetObjectStubImpl(com.intellij.psi.stubs.IStubElementType elementType,
com.intellij.psi.stubs.StubElement parent,
com.intellij.util.io.StringRef name,
FqName fqName,
boolean isTopLevel,
boolean isClassObject) |
| Modifier and Type | Method and Description |
|---|---|
FqName |
getFqName() |
java.lang.String |
getName() |
boolean |
isClassObject() |
boolean |
isTopLevel() |
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 PsiJetObjectStubImpl(@NotNull com.intellij.psi.stubs.IStubElementType elementType, @NotNull com.intellij.psi.stubs.StubElement parent, @Nullable java.lang.String name, @Nullable FqName fqName, boolean isTopLevel, boolean isClassObject)
public PsiJetObjectStubImpl(@NotNull com.intellij.psi.stubs.IStubElementType elementType, @NotNull com.intellij.psi.stubs.StubElement parent, @Nullable com.intellij.util.io.StringRef name, @Nullable FqName fqName, boolean isTopLevel, boolean isClassObject)
public java.lang.String getName()
getName in interface com.intellij.psi.stubs.NamedStub<JetObjectDeclaration>@Nullable public FqName getFqName()
getFqName in interface PsiJetStubWithFqName<JetObjectDeclaration>public boolean isTopLevel()
isTopLevel in interface PsiJetObjectStubpublic boolean isClassObject()
isClassObject in interface PsiJetObjectStubpublic java.lang.String toString()
toString in class com.intellij.psi.stubs.StubBase<JetObjectDeclaration>