41204121412241234124412541264127
@Override public boolean visit(ThrowStatement node) { if (!isActive()) { return false; } push(new ThrowInstruction(fCounter)); return true; }