public static class BasicBlock.Catch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
BasicBlock |
body |
BasicBlock.Catch |
next |
int |
typeIndex |
Constructor and Description |
---|
Catch(BasicBlock b,
int i,
BasicBlock.Catch c) |
public BasicBlock.Catch next
public BasicBlock body
public int typeIndex
Catch(BasicBlock b, int i, BasicBlock.Catch c)