224225226227228229230231232233234235
__eval.setCurrentAST(this); __eval.notifyAboutSuspension(this); if (getTarget().isEmpty()) { throw new BreakException(); } else { throw new BreakException(Names.name(getTarget().getName())); } }