if (method.instructions.size() > 0) {
Analyzer a = new Analyzer(new SimpleVerifier(Type.getType("L" + cn.name + ";"), Type.getType("L" + cn.superName
+ ";"), (cn.access & Opcodes.ACC_INTERFACE) != 0));
AnalyzerException throwE = null;
try {
a.analyze(cn.name, method);
continue;
} catch (AnalyzerException e) {
throwE = e;
}
final Frame[] frames = a.getFrames();