90919293949596979899
default: throw new RuntimeException("foo"); } } catch (Throwable e) { throw new ESWrapperException(e); } return new LiteralExpr(block, ESBoolean.create(value)); }
128129130131132133134135136137
default: throw new RuntimeException("" + (char) op); } } catch (Throwable e) { throw new ESWrapperException(e); } return new LiteralExpr(block, value); }