|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.lang.resolve.java.JavaToKotlinMethodMap
public class JavaToKotlinMethodMap
| 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 |
|---|
public static final JavaToKotlinMethodMap INSTANCE
| Method Detail |
|---|
@NotNull
public java.util.List<FunctionDescriptor> getFunctions(@NotNull
com.intellij.psi.PsiMethod psiMethod,
@NotNull
ClassDescriptor containingClass)
@NotNull
public static java.lang.String serializePsiMethod(@NotNull
com.intellij.psi.PsiMethod psiMethod)
@NotNull
public static java.lang.String serializeFunction(@NotNull
FunctionDescriptor fun)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||