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

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

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


Constructor Summary
MethodInliner.ExternalFinallyBlockInfo(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.ExternalFinallyBlockInfo

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