org.jetbrains.jet.codegen.inline
Class InternalFinallyBlockInliner

java.lang.Object
  extended by 
      extended by org.jetbrains.jet.codegen.inline.InternalFinallyBlockInliner

public class InternalFinallyBlockInliner
extends


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)
           
 void updateCoveringTryBlocks(org.jetbrains.org.objectweb.asm.tree.AbstractInsnNode curIns)
           
 
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)

updateCoveringTryBlocks

public void updateCoveringTryBlocks(@NotNull
                                    org.jetbrains.org.objectweb.asm.tree.AbstractInsnNode curIns)

instructionIndex

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