org.jetbrains.jet.codegen.intrinsics
Class StupidSync

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

public class StupidSync
extends java.lang.Object
implements IntrinsicMethod


Constructor Summary
StupidSync()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StupidSync

public StupidSync()
Method Detail

generate

public 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,
                           StackValue receiver,
                           @NotNull
                           GenerationState state)
Specified by:
generate in interface IntrinsicMethod