Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. // class version 52.0 (52)
  2. // access flags 0x601
  3. // signature Ljava/lang/Object;Lscala/Function0<Ljava/lang/Object;>;Ljava/io/Serializable;
  4. // declaration: scala/runtime/java8/JFunction0$mcV$sp extends scala.Function0<java.lang.Object>, java.io.Serializable
  5. public abstract interface scala/runtime/java8/JFunction0$mcV$sp implements scala/Function0 java/io/Serializable {
  6.  
  7. // compiled from: JFunction0$mcV$sp.scala
  8.  
  9. @Ljava/lang/FunctionalInterface;()
  10.  
  11. @Lscala/reflect/ScalaSignature;(bytes="\u0006\u0005Q2q\u0001B\u0003\u0011\u0002\u0007\u0005A\u0002C\u0003$\u0001\u0011\u0005A\u0005C\u0003)\u0001\u0019\u0005A\u0005C\u0003*\u0001\u0011\u0005#FA\u0009K\rVt7\r^5p]B\"Sn\u0019,%gBT!AB\u0004\u0002\u000b)\u000cg/\u0019\u001d\u000b\u0005!I\u0011a\u0002:v]RLW.\u001a\u0006\u0002\u0015\u0005)1oY1mC\u000e\u00011\u0003\u0002\u0001\u000e#]\u0001\"AD\u0008\u000e\u0003%I!\u0001E\u0005\u0003\r\u0005s\u0017PU3g!\rq!\u0003F\u0005\u0003'%\u0011\u0011BR;oGRLwN\u001c\u0019\u0011\u00059)\u0012B\u0001\u000c\n\u0005\r\u0009e.\u001f\u0009\u00031\u0001r!!\u0007\u0010\u000f\u0005iiR\"A\u000e\u000b\u0005qY\u0011A\u0002\u001fs_>$h(C\u0001\u000b\u0013\u0009y\u0012\"A\u0004qC\u000e\\\u0017mZ3\n\u0005\u0005\u0012#\u0001D*fe&\u000cG.\u001b>bE2,'BA\u0010\n\u0003\u0019!\u0013N\\5uIQ\u0009Q\u0005\u0005\u0002\u000fM%\u0011q%\u0003\u0002\u0005+:LG/\u0001\u0007baBd\u0017\u0010J7d-\u0012\u001a\u0008/A\u0003baBd\u0017\u0010F\u0001\u0015Q\u0009\u0001A\u0006\u0005\u0002.e5\u0009aF\u0003\u00020a\u0005!A.\u00198h\u0015\u0005\u0009\u0014\u0001\u00026bm\u0006L!a\r\u0018\u0003'\u0019+hn\u0019;j_:\u000cG.\u00138uKJ4\u0017mY3")
  12.  
  13. ATTRIBUTE ScalaSig : unknown
  14.  
  15. ATTRIBUTE ScalaInlineInfo : unknown
  16.  
  17. // access flags 0x401
  18. public abstract apply$mcV$sp()V
  19.  
  20. // access flags 0x1009
  21. public static synthetic apply$(Lscala/runtime/java8/JFunction0$mcV$sp;)Ljava/lang/Object;
  22. // parameter final synthetic $this
  23. L0
  24. LINENUMBER 17 L0
  25. ALOAD 0
  26. INVOKESPECIAL scala/runtime/java8/JFunction0$mcV$sp.apply ()Ljava/lang/Object;
  27. ARETURN
  28. L1
  29. LOCALVARIABLE $this Lscala/runtime/java8/JFunction0$mcV$sp; L0 L1 0
  30. MAXSTACK = 1
  31. MAXLOCALS = 1
  32.  
  33. // access flags 0x1
  34. public default apply()Ljava/lang/Object;
  35. L0
  36. LINENUMBER 18 L0
  37. ALOAD 0
  38. INVOKEINTERFACE scala/runtime/java8/JFunction0$mcV$sp.apply$mcV$sp ()V
  39. L1
  40. LINENUMBER 19 L1
  41. GETSTATIC scala/runtime/BoxedUnit.UNIT : Lscala/runtime/BoxedUnit;
  42. ARETURN
  43. L2
  44. LOCALVARIABLE this Lscala/runtime/java8/JFunction0$mcV$sp; L0 L2 0
  45. MAXSTACK = 1
  46. MAXLOCALS = 1
  47.  
  48. // access flags 0x9
  49. public static $init$(Lscala/runtime/java8/JFunction0$mcV$sp;)V
  50. // parameter final synthetic $this
  51. L0
  52. LINENUMBER 15 L0
  53. RETURN
  54. L1
  55. LOCALVARIABLE $this Lscala/runtime/java8/JFunction0$mcV$sp; L0 L1 0
  56. MAXSTACK = 0
  57. MAXLOCALS = 1
  58. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement