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

7
LINES

< > BotCompany Repo | #1035318 // classNameToByteCodeFormat

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

Transpiled version (49L) is out of date.

sS classNameToByteCodeFormat(S className) {
  ret "L" + className.replace('.', '/');
}

sS classNameToByteCodeFormat(Class c) {
  ret classNameToByteCodeFormat(className(c));
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1035318
Snippet name: classNameToByteCodeFormat
Eternal ID of this version: #1035318/3
Text MD5: 74e65780a6ce032efed7ed5723c58938
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-01 01:02:01
Source code size: 182 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 98 / 121
Version history: 2 change(s)
Referenced in: [show references]