aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/NonStaticBeforeFancyHelloWorld.txt
blob: 4c83bd5a2a3b47f9edd8b826acf383e44c76a6a8 (plain)
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
public abstract class FancyHelloWorld extends java.lang.Object:
  public void <init>():
                    ALOAD_0     // LFancyHelloWorld; this   (line 7)
                    INVOKESPECIAL java.lang.Object.<init> ()V
    constructor-execution(void FancyHelloWorld.<init>())
    |               RETURN
    constructor-execution(void FancyHelloWorld.<init>())
  end public void <init>()

  public static void main(String[]):
    method-execution(void FancyHelloWorld.main(java.lang.String[]))
    | field-get(java.io.PrintStream java.lang.System.out)
    | |             INVOKESTATIC Aspect.aspectOf ()LAspect;
    | |             INVOKEVIRTUAL Aspect.ajc_before ()V
    | |             GETSTATIC java.lang.System.out Ljava/io/PrintStream;   (line 9)
    | field-get(java.io.PrintStream java.lang.System.out)
    |               ASTORE_1
    | finally -> E1
    | | catch java.lang.Exception -> E0
    | | |           ALOAD_1     // Ljava/io/PrintStream; out   (line 11)
    | | |           LDC "bye"
    | | |           INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
    | | |           GOTO L0
    | | catch java.lang.Exception -> E0
    | |         E0: ASTORE_2   (line 12)
    | |             ALOAD_1     // Ljava/io/PrintStream; out   (line 13)
    | |             ALOAD_2     // Ljava/lang/Exception; e
    | |             INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/Object;)V
    | finally -> E1
    |               GOTO L0
    |           E1: ASTORE 4   (line 14)
    |               JSR L1
    |               ALOAD 4
    |               ATHROW
    |           L0: JSR L1
    |               GOTO L2
    |           L1: ASTORE_3
    |               ALOAD_1     // Ljava/io/PrintStream; out   (line 15)
    |               LDC "finally"
    |               INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
    |               RET 3   (line 10)
    |           L2: RETURN   (line 17)
    method-execution(void FancyHelloWorld.main(java.lang.String[]))
  end public static void main(String[])

  public static String getName():
    method-execution(java.lang.String FancyHelloWorld.getName())
    |               ICONST_0   (line 20)
    |               ISTORE_0
    |               ILOAD_0     // I x   (line 21)
    |               LDC "name"
    |               INVOKEVIRTUAL java.lang.String.hashCode ()I
    |               IADD
    |               ISTORE_0     // I x
    |               NEW java.lang.StringBuffer   (line 22)
    |               DUP
    |               LDC "name"
    |               INVOKESPECIAL java.lang.StringBuffer.<init> (Ljava/lang/String;)V
    |               ILOAD_0     // I x
    |               INVOKEVIRTUAL java.lang.StringBuffer.append (I)Ljava/lang/StringBuffer;
    |               INVOKEVIRTUAL java.lang.StringBuffer.toString ()Ljava/lang/String;
    |               ARETURN
    method-execution(java.lang.String FancyHelloWorld.getName())
  end public static String getName()

end public abstract class FancyHelloWorld