Libraryless. Click here for Pure Java version (5710L/31K).
1 | static PleaseIncludeFunctionsStatement tok_nextPleaseIncludeFunctionsStatement(LS tok, int i default 1) {
|
2 | i = jfind(tok, i, "please include functions"); |
3 | if (i < 0) null; |
4 | |
5 | new PleaseIncludeFunctionsStatement p; |
6 | p.tok = tok; |
7 | p.iStart = i; |
8 | p.iFirstIdentifier = i+6; |
9 | p.iDot = smartIndexOf(tok, p.iFirstIdentifier, "."); |
10 | p.iEnd = p.iDot+2; |
11 | ret p; |
12 | } |
Began life as a copy of #1034734
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1034735 |
| Snippet name: | tok_nextPleaseIncludeFunctionsStatement |
| Eternal ID of this version: | #1034735/5 |
| Text MD5: | 40a99729e77a75bc67ac747830f37a14 |
| Transpilation MD5: | e55010ee1e7eb9fc8520948bd77b4de7 |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-03-07 23:07:26 |
| Source code size: | 374 bytes / 12 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 334 / 459 |
| Version history: | 4 change(s) |
| Referenced in: | [show references] |