org.jetbrains.jet.codegen.intrinsics
Class StringPlus

java.lang.Object
  extended by org.jetbrains.jet.codegen.intrinsics.IntrinsicMethod
      extended by org.jetbrains.jet.codegen.intrinsics.StringPlus
All Implemented Interfaces:
Callable

public class StringPlus
extends IntrinsicMethod


Constructor Summary
StringPlus()
           
 
Method Summary
 org.jetbrains.org.objectweb.asm.Type generateImpl(ExpressionCodegen codegen, org.jetbrains.org.objectweb.asm.commons.InstructionAdapter v, 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.jet.codegen.intrinsics.IntrinsicMethod
generate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringPlus

public StringPlus()
Method Detail

generateImpl

@NotNull
public 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,
                                                                 com.intellij.psi.PsiElement element,
                                                                 java.util.List<JetExpression> arguments,
                                                                 StackValue receiver)
Specified by:
generateImpl in class IntrinsicMethod