Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Compiled from "BB.java"
  2. public class BB extends AA {
  3. public BB();
  4. Code:
  5. 0: aload_0
  6. 1: invokespecial #1 // Method AA."<init>":()V
  7. 4: aload_0
  8. 5: invokevirtual #2 // Method foo:()V
  9. 8: return
  10.  
  11. public void foo();
  12. Code:
  13. 0: getstatic #3 // Field java/lang/System.out:Ljava/io/PrintStream;
  14. 3: ldc #4 // String BB:foo
  15. 5: invokevirtual #5 // Method java/io/PrintStream.print:(Ljava/lang/String;)V
  16. 8: return
  17.  
  18. public void goo();
  19. Code:
  20. 0: getstatic #3 // Field java/lang/System.out:Ljava/io/PrintStream;
  21. 3: ldc #6 // String BB::goo
  22. 5: invokevirtual #5 // Method java/io/PrintStream.print:(Ljava/lang/String;)V
  23. 8: return
  24.  
  25. public static void main(java.lang.String[]);
  26. Code:
  27. 0: return
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement