for(int i=0, j=handles.length; i<j; i++) {
InstructionHandle ih = handles[i];
int match = matches[i];
Resolved resolved = new Resolved(line.getInstruction(), BasicType.INT, ""+match);
Case caseEntry = new Case(line.getInstruction(), ih, resolved);
cases.add(caseEntry);
}
if(select.getTarget()!=null) {
DefaultCase defaultCase = new DefaultCase(line.getInstruction(), select.getTarget());