Advertisement
Guest User

HelloWorld.class

a guest
Apr 8th, 2015
413
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. public class HelloWorld {
  2.  
  3. public HelloWorld() { // <init> //()V
  4. L1 {
  5. aload0 // reference to self
  6. invokespecial java/lang/Object <init>(()V);
  7. return
  8. }
  9. }
  10.  
  11. public static main(java.lang.String[] arg0) { //([Ljava/lang/String;)V
  12. L1 {
  13. new HelloWorld$1
  14. dup
  15. invokespecial HelloWorld$1 <init>(()V);
  16. astore1
  17. }
  18. L2 {
  19. return
  20. }
  21. }
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement