public interface IntrinsicMethod extends Callable
Modifier and Type | Method and Description |
---|---|
StackValue |
generate(ExpressionCodegen codegen,
org.jetbrains.asm4.commons.InstructionAdapter v,
org.jetbrains.asm4.Type expectedType,
com.intellij.psi.PsiElement element,
java.util.List<JetExpression> arguments,
StackValue receiver,
GenerationState state) |
StackValue generate(ExpressionCodegen codegen, org.jetbrains.asm4.commons.InstructionAdapter v, @NotNull org.jetbrains.asm4.Type expectedType, @Nullable com.intellij.psi.PsiElement element, @Nullable java.util.List<JetExpression> arguments, @Nullable StackValue receiver, @NotNull GenerationState state)