org.jetbrains.kotlin.psi
Class KtNamedDeclarationUtil

java.lang.Object
  extended by org.jetbrains.kotlin.psi.KtNamedDeclarationUtil

public final class KtNamedDeclarationUtil
extends java.lang.Object


Method Summary
static FqName getParentFqName(KtNamedDeclaration namedDeclaration)
           
static FqNameUnsafe getUnsafeFQName(KtNamedDeclaration namedDeclaration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getUnsafeFQName

@Nullable
public static FqNameUnsafe getUnsafeFQName(@NotNull
                                                    KtNamedDeclaration namedDeclaration)

getParentFqName

@Nullable
public static FqName getParentFqName(@NotNull
                                              KtNamedDeclaration namedDeclaration)