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

3
LINES

< > BotCompany Repo | #1025412 // fieldGet - Field.get() with wrapped exceptions

JavaX fragment (include)

1  
static O fieldGet(Field f, O o) ctex {
2  
  ret f == null ? null : f.get(o);
3  
}

Author comment

Began life as a copy of #1025389

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1025412
Snippet name: fieldGet - Field.get() with wrapped exceptions
Eternal ID of this version: #1025412/3
Text MD5: c6c4c008c80b420b9e458a1df1edc6b6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-21 00:48:29
Source code size: 77 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 242 / 304
Version history: 2 change(s)
Referenced in: [show references]