Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1012917 // je_postThens

JavaX fragment (include)

static void je_postThens(L<JE_CascadeEntry> rule) {
  int i = je_indexOfThen(rule);
  if (i < 0) i = 0; // all then
  for (; i < l(rule); i++) {
    JE_CascadeEntry e = rule.get(i);
    continue if e.java;
    L<S> tok = tok_withoutOuterBrackets(e.tok);
    T3<S> t = ai_tripelize(join(tok));
    post(t);
  }
}

Author comment

Began life as a copy of #1012905

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: #1012917
Snippet name: je_postThens
Eternal ID of this version: #1012917/3
Text MD5: 25ecf3b87ceee07d6c4357584bfc0ef1
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-18 00:12:04
Source code size: 321 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 388 / 359
Version history: 2 change(s)
Referenced in: [show references]