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 mark(int i)
           
static void mark(String name)
           
 
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

mark

public static void mark(int i)

mark

public static void mark(String name)

beforeInlineCall

public static void beforeInlineCall()

afterInlineCall

public static void afterInlineCall()

finallyStart

public static void finallyStart(int finallyDepth)

finallyEnd

public static void finallyEnd(int finallyDepth)


Copyright © 2015. All Rights Reserved.