org.jetbrains.k2js.translate.utils
Class ManglingUtils
java.lang.Object
org.jetbrains.k2js.translate.utils.ManglingUtils
public class ManglingUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OVERLOADED_MEMBER_COMPARATOR
public static final java.util.Comparator<CallableMemberDescriptor> OVERLOADED_MEMBER_COMPARATOR
getMangledName
@NotNull
public static java.lang.String getMangledName(@NotNull
PropertyDescriptor descriptor,
@NotNull
java.lang.String suggestedName)
getSuggestedName
@NotNull
public static java.lang.String getSuggestedName(@NotNull
DeclarationDescriptor descriptor)
getMangledMemberNameForExplicitDelegation
@NotNull
public static java.lang.String getMangledMemberNameForExplicitDelegation(@NotNull
java.lang.String suggestedName,
FqName classFqName,
FqName typeFqName)
getStableMangledNameForDescriptor
@NotNull
public static java.lang.String getStableMangledNameForDescriptor(@NotNull
ClassDescriptor descriptor,
@NotNull
java.lang.String functionName)