org.jetbrains.kotlin.psi
Class JetObjectDeclarationName
java.lang.Object
JetExpressionImpl
org.jetbrains.kotlin.psi.JetObjectDeclarationName
public class JetObjectDeclarationName
- extends JetExpressionImpl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JetObjectDeclarationName
public JetObjectDeclarationName(@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
JetVisitor<R,D> visitor,
D data)
getUseScope
@NotNull
public com.intellij.psi.search.SearchScope getUseScope()