org.jetbrains.jet.codegen
Class SamWrapperCodegen

java.lang.Object
  extended by org.jetbrains.jet.codegen.SamWrapperCodegen

public class SamWrapperCodegen
extends java.lang.Object


Constructor Summary
SamWrapperCodegen(GenerationState state, SamType samType)
           
 
Method Summary
 org.jetbrains.org.objectweb.asm.Type genWrapper(JetFile file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SamWrapperCodegen

public SamWrapperCodegen(@NotNull
                         GenerationState state,
                         @NotNull
                         SamType samType)
Method Detail

genWrapper

public org.jetbrains.org.objectweb.asm.Type genWrapper(@NotNull
                                                       JetFile file)