org.jetbrains.jet.lang.types.lang
Class InlineUtil

java.lang.Object
  extended by org.jetbrains.jet.lang.types.lang.InlineUtil

public class InlineUtil
extends java.lang.Object


Constructor Summary
InlineUtil()
           
 
Method Summary
static InlineStrategy getInlineType(Annotations annotations)
           
static boolean hasNoinlineAnnotation(CallableDescriptor valueParameterDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineUtil

public InlineUtil()
Method Detail

hasNoinlineAnnotation

public static boolean hasNoinlineAnnotation(@NotNull
                                            CallableDescriptor valueParameterDescriptor)

getInlineType

@NotNull
public static InlineStrategy getInlineType(@Nullable
                                                   Annotations annotations)