|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.k2js.translate.utils.ManglingUtils
public class ManglingUtils
| Field Summary | |
|---|---|
static java.util.Comparator<CallableMemberDescriptor> |
OVERLOADED_MEMBER_COMPARATOR
|
| Method Summary | |
|---|---|
static java.lang.String |
getMangledMemberNameForExplicitDelegation(java.lang.String suggestedName,
FqName classFqName,
FqName typeFqName)
|
static java.lang.String |
getMangledName(PropertyDescriptor descriptor,
java.lang.String suggestedName)
|
static java.lang.String |
getStableMangledNameForDescriptor(ClassDescriptor descriptor,
java.lang.String functionName)
|
static java.lang.String |
getSuggestedName(DeclarationDescriptor descriptor)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.util.Comparator<CallableMemberDescriptor> OVERLOADED_MEMBER_COMPARATOR
| Method Detail |
|---|
@NotNull
public static java.lang.String getMangledName(@NotNull
PropertyDescriptor descriptor,
@NotNull
java.lang.String suggestedName)
@NotNull
public static java.lang.String getSuggestedName(@NotNull
DeclarationDescriptor descriptor)
@NotNull
public static java.lang.String getMangledMemberNameForExplicitDelegation(@NotNull
java.lang.String suggestedName,
FqName classFqName,
FqName typeFqName)
@NotNull
public static java.lang.String getStableMangledNameForDescriptor(@NotNull
ClassDescriptor descriptor,
@NotNull
java.lang.String functionName)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||