1 | sclass GazelleEngine implements IGazelleEngine {
|
2 | F0<GazelleEvalContext> contextMaker; |
3 | |
4 | public LS answer(S s, O... _) {
|
5 | ret collect line(dm_reasonWithPreAndPost(s, |
6 | paramsPlus(_, |
7 | contextMaker := assertNotNull(contextMaker)))); |
8 | } |
9 | |
10 | public LS preprocess(S s, O... _) {
|
11 | null; |
12 | } |
13 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022443 |
| Snippet name: | GazelleEngine [dev.] |
| Eternal ID of this version: | #1022443/3 |
| Text MD5: | 6f35b91965710a072b17f8454ede0dde |
| Author: | stefan |
| Category: | javax / gazelle |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-17 13:26:00 |
| Source code size: | 321 bytes / 13 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 525 / 977 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |