368369370371372373374375376377
} } } if (failed != null && mustSucceed) { throw new UnguardedFail(failed.ast, failure); } return null; }
300301302303304305306307308309310
// backtrack current pattern assignment if (!e.hasLabel() || e.hasLabel() && e.getLabel().equals(getName())) { continue; } else { throw new UnguardedFail(getAst(), e); } } } else { i++;
951952953954955956957958959960
getEventTrigger().fireIdleEvent(); } } catch (Return e) { throw new UnguardedReturn(stat); } catch (Failure e) { throw new UnguardedFail(stat, e); } catch (Insert e) { throw new UnguardedInsert(stat); } }