org.jetbrains.kotlin.codegen.intrinsics
Class IntrinsicMethod
java.lang.Object
org.jetbrains.kotlin.codegen.intrinsics.IntrinsicMethod
- All Implemented Interfaces:
- Callable
- Direct Known Subclasses:
- ArrayIterator, ArraySet, Clone, CompareTo, Concat, CopyToArray, Inv, IteratorNext, JavaClassArray, JavaClassFunction, JavaClassProperty, LazyIntrinsicMethod, MonitorInstruction, RangeTo
public abstract class IntrinsicMethod
- extends java.lang.Object
- implements Callable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntrinsicMethod
public IntrinsicMethod()
generate
public StackValue generate(@NotNull
ExpressionCodegen codegen,
@NotNull
org.jetbrains.org.objectweb.asm.Type returnType,
@Nullable
com.intellij.psi.PsiElement element,
@NotNull
java.util.List<JetExpression> arguments,
@NotNull
StackValue receiver)
generateImpl
@NotNull
protected abstract org.jetbrains.org.objectweb.asm.Type generateImpl(@NotNull
ExpressionCodegen codegen,
@NotNull
org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v,
@NotNull
org.jetbrains.org.objectweb.asm.Type returnType,
@Nullable
com.intellij.psi.PsiElement element,
@NotNull
java.util.List<JetExpression> arguments,
@NotNull
StackValue receiver)