|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.codegen.JvmCodegenUtil
public class JvmCodegenUtil
| Method Summary | |
|---|---|
static boolean |
couldUseDirectAccessToProperty(PropertyDescriptor property,
boolean forGetter,
boolean isDelegated,
MethodContext context)
|
static CallableMemberDescriptor |
getDirectMember(CallableMemberDescriptor descriptor)
|
static ClassDescriptor |
getDispatchReceiverParameterForConstructorCall(ConstructorDescriptor descriptor,
CalculatedClosure closure)
|
static java.lang.String |
getMappingFileName(java.lang.String moduleName)
|
static java.lang.String |
getModuleName(ModuleDescriptor module)
|
static boolean |
hasAbstractMembers(ClassDescriptor classDescriptor)
|
static boolean |
isArgumentWhichWillBeInlined(BindingContext bindingContext,
DeclarationDescriptor descriptor)
|
static boolean |
isCallInsideSameModuleAsDeclared(CallableMemberDescriptor declarationDescriptor,
CodegenContext context,
java.io.File outDirectory)
|
static boolean |
isConst(CalculatedClosure closure)
|
static boolean |
isInterface(DeclarationDescriptor descriptor)
|
static boolean |
isInterface(JetType type)
|
static boolean |
shouldUseJavaClassForClassLiteral(ClassifierDescriptor descriptor)
|
static void |
writeAbiVersion(org.jetbrains.org.objectweb.asm.AnnotationVisitor av)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean isInterface(DeclarationDescriptor descriptor)
public static boolean isInterface(JetType type)
public static boolean isConst(@NotNull
CalculatedClosure closure)
public static boolean isCallInsideSameModuleAsDeclared(@NotNull
CallableMemberDescriptor declarationDescriptor,
@NotNull
CodegenContext context,
@Nullable
java.io.File outDirectory)
public static boolean hasAbstractMembers(@NotNull
ClassDescriptor classDescriptor)
public static boolean couldUseDirectAccessToProperty(@NotNull
PropertyDescriptor property,
boolean forGetter,
boolean isDelegated,
@NotNull
MethodContext context)
@Nullable
public static ClassDescriptor getDispatchReceiverParameterForConstructorCall(@NotNull
ConstructorDescriptor descriptor,
@Nullable
CalculatedClosure closure)
@NotNull
public static CallableMemberDescriptor getDirectMember(@NotNull
CallableMemberDescriptor descriptor)
public static boolean isArgumentWhichWillBeInlined(@NotNull
BindingContext bindingContext,
@NotNull
DeclarationDescriptor descriptor)
public static boolean shouldUseJavaClassForClassLiteral(@NotNull
ClassifierDescriptor descriptor)
@NotNull public static java.lang.String getModuleName(ModuleDescriptor module)
@NotNull
public static java.lang.String getMappingFileName(@NotNull
java.lang.String moduleName)
public static void writeAbiVersion(@NotNull
org.jetbrains.org.objectweb.asm.AnnotationVisitor av)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||