javassist.bytecode.stackmap
Class BasicBlock.Catch

java.lang.Object
  extended by javassist.bytecode.stackmap.BasicBlock.Catch
Enclosing class:
BasicBlock

public static class BasicBlock.Catch
extends java.lang.Object


Field Summary
 BasicBlock body
           
 BasicBlock.Catch next
           
 int typeIndex
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next

public BasicBlock.Catch next

body

public BasicBlock body

typeIndex

public int typeIndex


Copyright © 2012. All Rights Reserved.