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

7
LINES

< > BotCompany Repo | #1033880 // hasThisDollarFields

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (4595L) is out of date.

sbool hasThisDollarFields(O o) {
  new Matches m;
  for (f : allFieldObjects_dontMakeAccessible(o))
    if (startsWith(f.getName(), "this$", m) && isInteger(m.rest()))
      true;
  false;
}

Author comment

Began life as a copy of #1030136

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033880
Snippet name: hasThisDollarFields
Eternal ID of this version: #1033880/3
Text MD5: d11ed0734208f71286b3a5076b938a51
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-01-08 21:42:15
Source code size: 196 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 74 / 108
Version history: 2 change(s)
Referenced in: [show references]