Advertisement
PaleoCrafter

Untitled

Jun 2nd, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. 0: aload_1
  2. 1: astore_3
  3. 2: iconst_m1
  4. 3: istore 4
  5. 5: aload_3
  6. 6: invokevirtual #14 // Method java/lang/String.hashCode:()I
  7. 9: lookupswitch { // 2
  8. 105: 36
  9. 115: 51
  10. default: 63
  11. }
  12. 36: aload_3
  13. 37: ldc #15 // String i
  14. 39: invokevirtual #16 // Method java/lang/String.equals:(Ljava/lang/Object;)Z
  15. 42: ifeq 63
  16. 45: iconst_0
  17. 46: istore 4
  18. 48: goto 63
  19. 51: aload_3
  20. 52: ldc #17 // String s
  21. 54: invokevirtual #16 // Method java/lang/String.equals:(Ljava/lang/Object;)Z
  22. 57: ifeq 63
  23. 60: iconst_1
  24. 61: istore 4
  25. 63: iload 4
  26. 65: lookupswitch { // 2
  27. 0: 92
  28. 1: 106
  29. default: 114
  30. }
  31. 92: aload_0
  32. 93: aload_2
  33. 94: checkcast #18 // class java/lang/Integer
  34. 97: invokevirtual #19 // Method java/lang/Integer.intValue:()I
  35. 100: putfield #2 // Field iField:I
  36. 103: goto 114
  37. 106: aload_0
  38. 107: aload_2
  39. 108: checkcast #20 // class java/lang/String
  40. 111: putfield #4 // Field sField:Ljava/lang/String;
  41.  
  42. 114: return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement