-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1-normalized.log
55 lines (49 loc) · 2.06 KB
/
1-normalized.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Compiled from "some-common-name.scala"
public class com.playzone.some-common-name implements com.playzone.TestTrait {
public com.playzone.some-common-name();
Code:
0: aload_0
1: invokespecial #18 // Method java/lang/Object."<init>":()V
4: aload_0
5: invokestatic #22 // InterfaceMethod com/playzone/TestTrait.$init$:(Lcom/playzone/TestTrait;)V
8: aload_0
9: new #9 // class com/playzone/some-common-name$$anon$1
12: dup
13: aload_0
14: invokespecial #25 // Method com/playzone/some-common-name$$anon$1."<init>":(Lcom/playzone/some-common-name;)V
17: putfield #27 // Field outerPf_2:Lscala/PartialFunction;
20: invokestatic #32 // Method scala/runtime/Statics.releaseFence:()V
23: return
public scala.PartialFunction innerPf();
Code:
0: aload_0
1: getfield #37 // Field innerPf:Lscala/PartialFunction;
4: areturn
public scala.PartialFunction outerPf_1();
Code:
0: aload_0
1: getfield #39 // Field outerPf_1:Lscala/PartialFunction;
4: areturn
public void com$playzone$TestTrait$_setter_$innerPf_$eq(scala.PartialFunction);
Code:
0: aload_0
1: aload_1
2: putfield #37 // Field innerPf:Lscala/PartialFunction;
5: return
public void com$playzone$TestTrait$_setter_$outerPf_1_$eq(scala.PartialFunction);
Code:
0: aload_0
1: aload_1
2: putfield #39 // Field outerPf_1:Lscala/PartialFunction;
5: return
public void run();
Code:
0: aload_0
1: invokestatic #47 // InterfaceMethod com/playzone/TestTrait.run$:(Lcom/playzone/TestTrait;)V
4: return
public scala.PartialFunction<java.lang.Object, java.lang.Object> outerPf_2();
Code:
0: aload_0
1: getfield #27 // Field outerPf_2:Lscala/PartialFunction;
4: areturn
}