fr$a.java
3.29 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
final class fr$a
{
private fr.b a;
/* Error */
final fr.b a()
{
// Byte code:
// 0: aload_0
// 1: monitorenter
// 2: aload_0
// 3: getfield 16 fr$a:a Lfr$b;
// 6: astore_1
// 7: aload_1
// 8: ifnonnull +9 -> 17
// 11: aconst_null
// 12: astore_1
// 13: aload_0
// 14: monitorexit
// 15: aload_1
// 16: areturn
// 17: aload_0
// 18: getfield 16 fr$a:a Lfr$b;
// 21: astore_1
// 22: aload_0
// 23: aload_0
// 24: getfield 16 fr$a:a Lfr$b;
// 27: invokestatic 21 fr$b:a (Lfr$b;)Lfr$b;
// 30: putfield 16 fr$a:a Lfr$b;
// 33: goto -20 -> 13
// 36: astore_1
// 37: aload_0
// 38: monitorexit
// 39: aload_1
// 40: athrow
// Local variable table:
// start length slot name signature
// 0 41 0 this a
// 6 16 1 localb fr.b
// 36 4 1 localObject Object
// Exception table:
// from to target type
// 2 7 36 finally
// 17 33 36 finally
}
final void a(int paramInt)
{
try
{
while ((this.a != null) && (this.a.a == paramInt))
{
fr.b localb1 = this.a;
this.a = fr.b.a(this.a);
localb1.a();
}
if (this.a == null) {
break label105;
}
}
finally {}
Object localObject3 = this.a;
Object localObject2 = fr.b.a((fr.b)localObject3);
if (localObject2 != null)
{
fr.b localb2 = fr.b.a((fr.b)localObject2);
if (((fr.b)localObject2).a == paramInt)
{
fr.b.a((fr.b)localObject3, localb2);
((fr.b)localObject2).a();
}
for (;;)
{
localObject2 = localb2;
break;
localObject3 = localObject2;
}
}
label105:
}
final void a(fr.b paramb)
{
try
{
fr.b.a(paramb, this.a);
this.a = paramb;
return;
}
finally
{
paramb = finally;
throw paramb;
}
}
/* Error */
final void b(fr.b paramb)
{
// Byte code:
// 0: aload_0
// 1: monitorenter
// 2: aload_0
// 3: getfield 16 fr$a:a Lfr$b;
// 6: ifnonnull +11 -> 17
// 9: aload_0
// 10: aload_1
// 11: putfield 16 fr$a:a Lfr$b;
// 14: aload_0
// 15: monitorexit
// 16: return
// 17: aload_0
// 18: getfield 16 fr$a:a Lfr$b;
// 21: astore_2
// 22: aload_2
// 23: invokestatic 21 fr$b:a (Lfr$b;)Lfr$b;
// 26: ifnull +11 -> 37
// 29: aload_2
// 30: invokestatic 21 fr$b:a (Lfr$b;)Lfr$b;
// 33: astore_2
// 34: goto -12 -> 22
// 37: aload_2
// 38: aload_1
// 39: invokestatic 30 fr$b:a (Lfr$b;Lfr$b;)Lfr$b;
// 42: pop
// 43: goto -29 -> 14
// 46: astore_1
// 47: aload_0
// 48: monitorexit
// 49: aload_1
// 50: athrow
// Local variable table:
// start length slot name signature
// 0 51 0 this a
// 0 51 1 paramb fr.b
// 21 17 2 localb fr.b
// Exception table:
// from to target type
// 2 14 46 finally
// 17 22 46 finally
// 22 34 46 finally
// 37 43 46 finally
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/fr$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/