Type.VOID,
new Type[] { pcscType, Type.INT },
Constants.INVOKESPECIAL));
}
TABLESWITCH switchInstruction =
new TABLESWITCH(fieldIndexes, switchTable, swichDefaultBlock);
il.insert(swichBlock, switchInstruction);
last = il.append(InstructionConstants.RETURN);
for (int i = 0; i < gotoLast.length; i++)
{
gotoLast[i].setTarget(last);