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

3
LINES

< > BotCompany Repo | #1015399 // isSubclassOf - synonym of isSubclass - is a a subclass of b (or the same)?

JavaX fragment (include)

1  
static bool isSubclassOf(Class a, Class b) {
2  
  ret isSubclass(a, b);
3  
}

Author comment

Began life as a copy of #1012479

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1015399
Snippet name: isSubclassOf - synonym of isSubclass - is a a subclass of b (or the same)?
Eternal ID of this version: #1015399/1
Text MD5: a5d822479e5c006cd013402833d69a7e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-05-13 16:44:13
Source code size: 72 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 382 / 435
Referenced in: [show references]