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

13
LINES

< > BotCompany Repo | #1025166 // Crazy inner classes

JavaX source code (desktop) [tags: use-pretranspiled] - run with: x30.jar

Download Jar. Libraryless. Click here for Pure Java version (7140L/51K).

!7

sclass A {
  class InnerA {}
}

sclass B extends A {
  class InnerB extends InnerA {}
}

p-exp {
  printObjectLayout(new B().new InnerB());
}

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: #1025166
Snippet name: Crazy inner classes
Eternal ID of this version: #1025166/1
Text MD5: bf0e82c27c0279729685d45a19219624
Transpilation MD5: 9e3bfe286322a4e330ee438257904a6b
Author: stefan
Category: javax
Type: JavaX source code (desktop)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-10 00:09:07
Source code size: 157 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 243 / 803
Referenced in: