org.jetbrains.kotlin.psi
Class JetNamedDeclarationUtil

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

public final class JetNamedDeclarationUtil
extends java.lang.Object


Method Summary
static FqName getParentFqName(JetNamedDeclaration namedDeclaration)
           
static FqNameUnsafe getUnsafeFQName(JetNamedDeclaration 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
                                                    JetNamedDeclaration namedDeclaration)

getParentFqName

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