• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.class public Lblah2;
2.super Lblah2;
3.implements Lblah2;
4
5.annotation build Lblah2;
6    value = .subannotation Lblah2;
7                value = Lblah2;
8            .end subannotation
9.end annotation
10
11.field static public blah:Lblah2; = Lblah2;
12
13.method public blah(Lblah2;)Lblah2;
14    .registers 2
15    .local p0, "this":Lblah2;
16
17    :start
18        iget-object v0, v0, Lblah2;->blah:Lblah2;
19
20        invoke-virtual {v0}, Lblah2;->blah(Lblah2;)Lblah2;
21
22        instance-of v0, v0, Lblah2;
23        check-cast v0, Lblah2;
24        new-instance v0, Lblah2;
25        const-class v0, Lblah2;
26        throw-verification-error generic-error, Lblah2;
27
28        filled-new-array {v0, v0, v0, v0, v0}, Lblah2;
29        new-array v0, v0, Lblah2;
30        filled-new-array/range {v0}, Lblah2;
31    :end
32
33    .catch Lblah2; { :start .. :end } :handler
34    :handler
35    return-void
36.end method