ex.close();
throw new IllegalArgumentException("The type:" + type + " is not handled");
}
ex.close();
}
final Frame frame = new Frame(instructions, intDeps, predPosDep, predNegDep, edgePosDep, edgeNegDep, outputID, maxDataWidth, maxStackDepth, consts, constStrings, uniqueID,
constant, scheduleStage, process);
frame.executionDep = executionDep;
return frame;
}