/* */ {
/* 539 */ throw new RuntimeException(tag2 + " requires an expr attribute to be defined");
/* */ }
/* 541 */ if (tag2.equals("called"))
/* */ {
/* 543 */ stack.addCFlow(new CFlow(expr, false));
/* */ }
/* 545 */ if (!tag2.equals("not-called"))
/* */ continue;
/* 547 */ stack.addCFlow(new CFlow(expr, true));
/* */ }
/* */
/* 552 */ this.manager.addCFlowStack(stack);
/* */ }