Advertisement
Guest User

HelloWorld$1.class

a guest
Apr 8th, 2015
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. final class HelloWorld$1 extends java/util/ArrayList {
  2.  
  3. HelloWorld$1() { // <init> //()V
  4. L1 {
  5. aload0 // reference to self
  6. invokespecial java/util/ArrayList <init>(()V);
  7. }
  8. L2 {
  9. aload0 // reference to self
  10. ldc "Hello" (java.lang.String)
  11. invokevirtual HelloWorld$1 add((Ljava/lang/Object;)Z);
  12. pop
  13. }
  14. L3 {
  15. aload0 // reference to self
  16. ldc " World!" (java.lang.String)
  17. invokevirtual HelloWorld$1 add((Ljava/lang/Object;)Z);
  18. pop
  19. }
  20. L4 {
  21. return
  22. }
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement