Advertisement
Guest User

Rubukkit.org / Tutorial

a guest
Jan 3rd, 2016
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.00 KB | None | 0 0
  1. .version 52 0
  2. .class public super Main
  3. .super java/lang/Object
  4.  
  5. .method public <init> : ()V
  6.     .code stack 1 locals 1
  7. L0:     aload_0
  8. L1:     invokespecial Method java/lang/Object <init> ()V
  9. L4:     return
  10. L5:    
  11.         .linenumbertable
  12.             L0 2
  13.         .end linenumbertable
  14.         .localvariabletable
  15.             0 is this LMain; from L0 to L5
  16.         .end localvariabletable
  17.     .end code
  18. .end method
  19.  
  20. .method public static main : ([Ljava/lang/String;)V
  21.     .code stack 2 locals 1
  22. L0:     getstatic Field java/lang/System out Ljava/io/PrintStream;
  23. L3:     ldc 'test output'
  24. L5:     invokevirtual Method java/io/PrintStream println (Ljava/lang/String;)V
  25. L8:     return
  26. L9:    
  27.         .linenumbertable
  28.             L0 5
  29.             L8 6
  30.         .end linenumbertable
  31.         .localvariabletable
  32.             0 is args [Ljava/lang/String; from L0 to L9
  33.         .end localvariabletable
  34.     .end code
  35. .end method
  36. .sourcefile 'Main.java'
  37. .end class
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement