org.jetbrains.jet.lang.resolve.java
Class JavaToKotlinMethodMap

java.lang.Object
  extended by org.jetbrains.jet.lang.resolve.java.JavaToKotlinMethodMap

public class JavaToKotlinMethodMap
extends java.lang.Object


Field Summary
static JavaToKotlinMethodMap INSTANCE
           
 
Method Summary
 java.util.List<FunctionDescriptor> getFunctions(com.intellij.psi.PsiMethod psiMethod, ClassDescriptor containingClass)
           
static java.lang.String serializeFunction(FunctionDescriptor fun)
           
static java.lang.String serializePsiMethod(com.intellij.psi.PsiMethod psiMethod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final JavaToKotlinMethodMap INSTANCE
Method Detail

getFunctions

@NotNull
public java.util.List<FunctionDescriptor> getFunctions(@NotNull
                                                               com.intellij.psi.PsiMethod psiMethod,
                                                               @NotNull
                                                               ClassDescriptor containingClass)

serializePsiMethod

@NotNull
public static java.lang.String serializePsiMethod(@NotNull
                                                          com.intellij.psi.PsiMethod psiMethod)

serializeFunction

@NotNull
public static java.lang.String serializeFunction(@NotNull
                                                         FunctionDescriptor fun)