|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.codegen.intrinsics.IntrinsicMethod
public abstract class IntrinsicMethod
| Constructor Summary | |
|---|---|
IntrinsicMethod()
|
|
| Method Summary | |
|---|---|
org.jetbrains.org.objectweb.asm.Type |
nullOr(org.jetbrains.org.objectweb.asm.Type type,
org.jetbrains.org.objectweb.asm.Type newType)
|
org.jetbrains.org.objectweb.asm.Type |
nullOrObject(org.jetbrains.org.objectweb.asm.Type type)
|
Callable |
toCallable(CallableMethod method)
|
Callable |
toCallable(CallableMethod method,
boolean isSuperCall)
|
Callable |
toCallable(CallableMethod method,
boolean isSuper,
ResolvedCall resolvedCall)
|
Callable |
toCallable(FunctionDescriptor fd,
boolean isSuper,
ResolvedCall resolvedCall,
ExpressionCodegen codegen)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntrinsicMethod()
| Method Detail |
|---|
@NotNull
public Callable toCallable(@NotNull
FunctionDescriptor fd,
boolean isSuper,
@NotNull
ResolvedCall resolvedCall,
@NotNull
ExpressionCodegen codegen)
@NotNull
public Callable toCallable(@NotNull
CallableMethod method,
boolean isSuper,
@NotNull
ResolvedCall resolvedCall)
@NotNull
public Callable toCallable(@NotNull
CallableMethod method,
boolean isSuperCall)
@NotNull
public Callable toCallable(@NotNull
CallableMethod method)
public org.jetbrains.org.objectweb.asm.Type nullOrObject(org.jetbrains.org.objectweb.asm.Type type)
public org.jetbrains.org.objectweb.asm.Type nullOr(org.jetbrains.org.objectweb.asm.Type type,
org.jetbrains.org.objectweb.asm.Type newType)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||