aboutsummaryrefslogtreecommitdiffstats
path: root/weaver/testdata/ArgsAfterReturningHelloWorld.txt
blob: 373a66bfc3725e7c1e9932a8b9c0fa3537269327 (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
public class HelloWorld extends java.lang.Object:
  public void <init>():
                    ALOAD_0     // LHelloWorld; this   (line 5)
                    INVOKESPECIAL java.lang.Object.<init> ()V
    constructor-execution(void HelloWorld.<init>())
    |               RETURN
    constructor-execution(void HelloWorld.<init>())
  end public void <init>()

  public static void main(String[]):
                    ALOAD_0
                    ASTORE_2
    method-execution(void HelloWorld.main(java.lang.String[]))
    |               GETSTATIC java.lang.System.out Ljava/io/PrintStream;   (line 8)
    |               LDC "hello world"   (line 9)
    |               ASTORE_1
    | method-call(void java.io.PrintStream.println(java.lang.String))
    | |             ALOAD_1
    | |             INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
    | |             ALOAD_1
    | |             INVOKESTATIC Aspect.ajc_afterReturning_method_call (Ljava/lang/Object;)V
    | |             NOP
    | method-call(void java.io.PrintStream.println(java.lang.String))
    |               NOP   (line 11)
    |               ALOAD_2
    |               INVOKESTATIC Aspect.ajc_afterReturning_method_execution (Ljava/lang/Object;)V
    |               RETURN
    method-execution(void HelloWorld.main(java.lang.String[]))
  end public static void main(String[])

end public class HelloWorld