Guest User

Untitled

a guest
May 27th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. Compiled from dash_e
  2. public class dash_e extends java.lang.Object{
  3. public static void main(java.lang.String[]);
  4. Code:
  5. 0: getstatic #14; //Field java/lang/System.out:Ljava/io/PrintStream;
  6. 3: invokestatic #16; //Method foo:()Z
  7. 6: invokevirtual #22; //Method java/io/PrintStream.println:(Z)V
  8. 9: return
  9.  
  10. public static boolean foo();
  11. Code:
  12. 0: iconst_2
  13. 1: newarray boolean
  14. 3: astore_0
  15. 4: aload_0
  16. 5: iconst_0
  17. 6: iconst_1
  18. 7: bastore
  19. 8: aload_0
  20. 9: iconst_0
  21. 10: baload
  22. 11: ireturn
  23.  
  24. }
Add Comment
Please, Sign In to add comment