org.jetbrains.kotlin.codegen.intrinsics
Class IdentityEquals

java.lang.Object
  extended by org.jetbrains.kotlin.codegen.intrinsics.IntrinsicMethod
      extended by org.jetbrains.kotlin.codegen.intrinsics.LazyIntrinsicMethod
          extended by org.jetbrains.kotlin.codegen.intrinsics.IdentityEquals
All Implemented Interfaces:
Callable

public class IdentityEquals
extends LazyIntrinsicMethod


Constructor Summary
IdentityEquals()
           
 
Method Summary
 StackValue generateImpl(ExpressionCodegen codegen, org.jetbrains.org.objectweb.asm.Type returnType, com.intellij.psi.PsiElement element, java.util.List<JetExpression> arguments, StackValue receiver)
           
 
Methods inherited from class org.jetbrains.kotlin.codegen.intrinsics.LazyIntrinsicMethod
generate, generateImpl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityEquals

public IdentityEquals()
Method Detail

generateImpl

@NotNull
public StackValue generateImpl(@NotNull
                                       ExpressionCodegen codegen,
                                       @NotNull
                                       org.jetbrains.org.objectweb.asm.Type returnType,
                                       com.intellij.psi.PsiElement element,
                                       @NotNull
                                       java.util.List<JetExpression> arguments,
                                       @NotNull
                                       StackValue receiver)
Specified by:
generateImpl in class LazyIntrinsicMethod