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

3
LINES

< > BotCompany Repo | #1035993 // isSubClassOf - synonym of isSubclass

JavaX fragment (include)

static bool isSubClassOf(Class a, Class b) {
  ret isSubclass(a, b);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 2 computer(s): elmgxqgtpvxh, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1035993
Snippet name: isSubClassOf - synonym of isSubclass
Eternal ID of this version: #1035993/1
Text MD5: 35b7ce16c91ab934cb1ec064dc0f77d8
Author: someone
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-08-21 04:54:57
Source code size: 70 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 72 / 78
Referenced in: [show references]