org.jetbrains.kotlin.psi
Class KtObjectDeclarationName
java.lang.Object
KtExpressionImpl
org.jetbrains.kotlin.psi.KtObjectDeclarationName
public class KtObjectDeclarationName
- extends KtExpressionImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KtObjectDeclarationName
public KtObjectDeclarationName(@NotNull
com.intellij.lang.ASTNode node)
getName
@Nullable
public java.lang.String getName()
getNameIdentifier
public com.intellij.psi.PsiElement getNameIdentifier()
setName
public com.intellij.psi.PsiElement setName(@NonNls@NotNull
java.lang.String name)
throws com.intellij.util.IncorrectOperationException
- Throws:
com.intellij.util.IncorrectOperationException
getTextOffset
public int getTextOffset()
accept
public <R,D> R accept(@NotNull
KtVisitor<R,D> visitor,
D data)
getUseScope
@NotNull
public com.intellij.psi.search.SearchScope getUseScope()