org.jetbrains.kotlin.codegen.intrinsics
Class IntrinsicMethod
java.lang.Object
org.jetbrains.kotlin.codegen.intrinsics.IntrinsicMethod
public abstract class IntrinsicMethod
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrinsicMethod
public IntrinsicMethod()
toCallable
@NotNull
public Callable toCallable(@NotNull
FunctionDescriptor fd,
boolean isSuper,
@NotNull
ResolvedCall resolvedCall,
@NotNull
ExpressionCodegen codegen)
toCallable
@NotNull
protected Callable toCallable(@NotNull
CallableMethod method,
boolean isSuper,
@NotNull
ResolvedCall resolvedCall)
toCallable
@NotNull
protected Callable toCallable(@NotNull
CallableMethod method,
boolean isSuperCall)
toCallable
@NotNull
protected Callable toCallable(@NotNull
CallableMethod method)
nullOrObject
public org.jetbrains.org.objectweb.asm.Type nullOrObject(org.jetbrains.org.objectweb.asm.Type type)
nullOr
public org.jetbrains.org.objectweb.asm.Type nullOr(org.jetbrains.org.objectweb.asm.Type type,
org.jetbrains.org.objectweb.asm.Type newType)