org.jetbrains.jet.codegen.inline
Class MethodInliner.FinallyBlockInfo

java.lang.Object
  extended by org.jetbrains.jet.codegen.inline.MethodInliner.FinallyBlockInfo
Enclosing class:
MethodInliner

public static class MethodInliner.FinallyBlockInfo
extends java.lang.Object


Constructor Summary
MethodInliner.FinallyBlockInfo(org.jetbrains.org.objectweb.asm.tree.AbstractInsnNode beforeIns, org.jetbrains.org.objectweb.asm.Type returnType)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInliner.FinallyBlockInfo

public MethodInliner.FinallyBlockInfo(org.jetbrains.org.objectweb.asm.tree.AbstractInsnNode beforeIns,
                                      org.jetbrains.org.objectweb.asm.Type returnType)