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

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

public class JavaToKotlinMethodMap
extends java.lang.Object


Field Summary
static JavaToKotlinMethodMap INSTANCE
           
 
Method Summary
 java.util.List<FunctionDescriptor> getFunctions(JavaMethod javaMethod, FqName classFqName, ClassDescriptor containingClass)
           
static java.lang.String serializeFunction(FunctionDescriptor fun)
           
 
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
                                                               JavaMethod javaMethod,
                                                               @NotNull
                                                               FqName classFqName,
                                                               @NotNull
                                                               ClassDescriptor containingClass)

serializeFunction

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