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

10
LINES

< > BotCompany Repo | #1002556 // jclasses - check which classes a Java(X) source parses as

JavaX fragment (include)

static O jclasses_parser;

static synchronized L<S> jclasses(S text) {
  if (jclasses_parser == null) {
    jclasses_parser = run_overBot("#1002472");
    setOpt(jclasses_parser, "keepRules", true);
  }
  O parseResult = call(jclasses_parser, "jparse", text);
  ret (L) call(parseResult, "fullMatchClasses");
}

Author comment

Began life as a copy of #1002531

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: #1002556
Snippet name: jclasses - check which classes a Java(X) source parses as
Eternal ID of this version: #1002556/1
Text MD5: f39fc1fd55c12bf0d8a2957bceabacca
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-01 21:37:32
Source code size: 319 bytes / 10 lines
Pitched / IR pitched: No / No
Views / Downloads: 604 / 572
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#3000202 - Answer for stefanreich (>> T conversion bot)
#3000238 - Answer for stefanreich (>> t power bot)
#3000382 - Answer for ferdie (>> t = 1, f = 0)
#3000383 - Answer for funkoverflow (>> t=1, f=0 okay)