kotlin.jvm.internal
Class InlineMarker

java.lang.Object
  extended by kotlin.jvm.internal.InlineMarker

public class InlineMarker
extends Object


Constructor Summary
InlineMarker()
           
 
Method Summary
static void afterInlineCall()
           
static void afterLambdaCall()
           
static void beforeInlineCall()
           
static void beforeLambdaCall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InlineMarker

public InlineMarker()
Method Detail

beforeInlineCall

public static void beforeInlineCall()

afterInlineCall

public static void afterInlineCall()

beforeLambdaCall

public static void beforeLambdaCall()

afterLambdaCall

public static void afterLambdaCall()


Copyright © 2014. All Rights Reserved.