org.jetbrains.kotlin.codegen.inline
Class InternalFinallyBlockInliner

java.lang.Object
  extended by CoveringTryCatchNodeProcessor
      extended by org.jetbrains.kotlin.codegen.inline.InternalFinallyBlockInliner

public class InternalFinallyBlockInliner
extends CoveringTryCatchNodeProcessor


Method Summary
 int instructionIndex(org.jetbrains.org.objectweb.asm.tree.AbstractInsnNode inst)
           
static void processInlineFunFinallyBlocks(org.jetbrains.org.objectweb.asm.tree.MethodNode inlineFun, int lambdaTryCatchBlockNodes, int finallyParamOffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

processInlineFunFinallyBlocks

public static void processInlineFunFinallyBlocks(@NotNull
                                                 org.jetbrains.org.objectweb.asm.tree.MethodNode inlineFun,
                                                 int lambdaTryCatchBlockNodes,
                                                 int finallyParamOffset)

instructionIndex

public int instructionIndex(@NotNull
                            org.jetbrains.org.objectweb.asm.tree.AbstractInsnNode inst)