1 | sclass ParseEnv implements AutoCloseable {
|
2 | ActualThoughtSpace ts; |
3 | S input; |
4 | |
5 | public void close() { if (ts != null) ts.close(); }
|
6 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012730 |
| Snippet name: | ParseEnv |
| Eternal ID of this version: | #1012730/2 |
| Text MD5: | aaaf86e0fbfdab939c963b7cad9d7149 |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-12-11 15:11:25 |
| Source code size: | 142 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 598 / 1201 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |