Advertisement
Guest User

Untitled

a guest
Jun 10th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. public class me/test/Main {
  2.  
  3. public static java.lang.String string;
  4. public static byte[] testArray;
  5.  
  6. public Main() { // <init> //()V
  7. <localVar:index=0 , name=this , desc=Lme/test/Main;, sig=null, start=L1, end=L2>
  8.  
  9. L1 {
  10. aload0 // reference to self
  11. invokespecial java/lang/Object <init>(()V);
  12. return
  13. }
  14. L2 {
  15. }
  16. }
  17.  
  18. public set() { //()V
  19. <localVar:index=0 , name=this , desc=Lme/test/Main;, sig=null, start=L1, end=L2>
  20.  
  21. L1 {
  22. ldc "!T!" (java.lang.String)
  23. putstatic me/test/Main.string:java.lang.String
  24. }
  25. L3 {
  26. return
  27. }
  28. L2 {
  29. }
  30. }
  31.  
  32. public static main(java.lang.String[] arg0) { //([Ljava/lang/String;)V
  33. <localVar:index=0 , name=args , desc=[Ljava/lang/String;, sig=null, start=L1, end=L2>
  34.  
  35. L1 {
  36. getstatic java/lang/System.out:java.io.PrintStream
  37. getstatic me/test/Main.string:java.lang.String
  38. invokevirtual java/io/PrintStream println((Ljava/lang/String;)V);
  39. }
  40. L3 {
  41. new me/test/Main
  42. dup
  43. invokespecial me/test/Main <init>(()V);
  44. invokevirtual me/test/Main set(()V);
  45. }
  46. L4 {
  47. getstatic java/lang/System.out:java.io.PrintStream
  48. getstatic me/test/Main.string:java.lang.String
  49. invokevirtual java/io/PrintStream println((Ljava/lang/String;)V);
  50. }
  51. L5 {
  52. return
  53. }
  54. L2 {
  55. }
  56. }
  57.  
  58. static { // <clinit> //()V
  59. L1 {
  60. ldc "!Test!" (java.lang.String)
  61. putstatic me/test/Main.string:java.lang.String
  62. }
  63. L2 {
  64. bipush 19
  65. newarray 8
  66. dup
  67. iconst_0
  68. bipush -128
  69. bastore
  70. dup
  71. iconst_1
  72. bipush 125
  73. bastore
  74. dup
  75. iconst_2
  76. bipush 127
  77. bastore
  78. dup
  79. iconst_3
  80. bipush -128
  81. bastore
  82. dup
  83. iconst_4
  84. bipush 19
  85. bastore
  86. dup
  87. iconst_5
  88. bipush 123
  89. bastore
  90. dup
  91. bipush 6
  92. bipush 15
  93. bastore
  94. dup
  95. bipush 7
  96. iconst_1
  97. bastore
  98. dup
  99. bipush 8
  100. iconst_5
  101. bastore
  102. dup
  103. bipush 9
  104. iconst_3
  105. bastore
  106. dup
  107. bipush 10
  108. iconst_4
  109. bastore
  110. dup
  111. bipush 11
  112. bipush 6
  113. bastore
  114. dup
  115. bipush 12
  116. bipush 7
  117. bastore
  118. dup
  119. bipush 13
  120. bipush 81
  121. bastore
  122. dup
  123. bipush 14
  124. bipush 56
  125. bastore
  126. dup
  127. bipush 15
  128. bipush 127
  129. bastore
  130. dup
  131. bipush 16
  132. bipush 127
  133. bastore
  134. dup
  135. bipush 17
  136. bipush 126
  137. bastore
  138. dup
  139. bipush 18
  140. iconst_0
  141. bastore
  142. putstatic me/test/Main.testArray:byte[]
  143. return
  144. }
  145. }
  146. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement