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 finallyEnd(int finallyDepth)
           
static void finallyStart(int finallyDepth)
           
static void goToTryCatchBlockEnd()
          Deprecated. 
 
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

@Deprecated
public static void goToTryCatchBlockEnd()
Deprecated. 


finallyStart

public static void finallyStart(int finallyDepth)

finallyEnd

public static void finallyEnd(int finallyDepth)


Copyright © 2015. All Rights Reserved.