1 | static int jfindIC(LS tok, S pat) { |
2 | ret jfindIC(tok, jfind_preprocess(javaTok(pat))); |
3 | } |
4 | |
5 | // tokPat must be jfind_preprocess'd |
6 | static int jfindIC(L<S> tok, L<S> tokPat) { |
7 | S[] toks = toStringArray(codeTokensOnly(tokPat)); |
8 | ret findCodeTokens(tok, 0, true, toks); |
9 | } |
Began life as a copy of #1027857
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030230 |
Snippet name: | jfindIC |
Eternal ID of this version: | #1030230/1 |
Text MD5: | e81ccb6a61fc79c258bc52292da11ada |
Author: | stefan |
Category: | javax / tokenizing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-11-17 22:16:05 |
Source code size: | 275 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 197 / 223 |
Referenced in: | [show references] |