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 beforeInlineCall()
           
static void goToTryCatchBlockEnd()
           
 
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()

goToTryCatchBlockEnd

public static void goToTryCatchBlockEnd()


Copyright © 2015. All Rights Reserved.