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

4
LINES

< > BotCompany Repo | #1025668 // fullyUnpackVar - unpack IVar as long as possible

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

Libraryless. Click here for Pure Java version (2201L/14K).

sO fullyUnpackVar(O o) {
  while ping (o instanceof IVar) o = ((IVar) o)!;
  ret o;
}

Author comment

Began life as a copy of #1025651

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025668
Snippet name: fullyUnpackVar - unpack IVar as long as possible
Eternal ID of this version: #1025668/1
Text MD5: e882b3cf9cf63399b351683431c2d8f9
Transpilation MD5: b73a76140e21d96ca4c95e3654f98258
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-12 21:53:05
Source code size: 88 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 121 / 196
Referenced in: [show references]