summaryrefslogtreecommitdiffstats
path: root/weaver/testdata/CflowNonStaticBeforeHelloWorld.txt
blob: b5c9e7c7a5854c042fd29d0a4930ab778b987063 (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
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[]):
    method-execution(void HelloWorld.main(java.lang.String[]))
    |               INVOKESTATIC Aspect.ajc$perCflowPush ()V
    | catch java.lang.Throwable -> E0
    | | field-get(java.io.PrintStream java.lang.System.out)
    | | |           INVOKESTATIC Aspect.hasAspect ()Z
    | | |           IFEQ L0
    | | |           INVOKESTATIC Aspect.aspectOf ()LAspect;
    | | |           INVOKEVIRTUAL Aspect.ajc_before ()V
    | | |       L0: GETSTATIC java.lang.System.out Ljava/io/PrintStream;   (line 8)
    | | field-get(java.io.PrintStream java.lang.System.out)
    | |             LDC "hello world"   (line 9)
    | |             INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
    | |             GOTO L1   (line 11)
    | catch java.lang.Throwable -> E0
    |           E0: ASTORE_2
    |               GETSTATIC Aspect.ajc$perCflowStack Lorg/aspectj/runtime/internal/CFlowStack;
    |               INVOKEVIRTUAL org.aspectj.runtime.internal.CFlowStack.pop ()V
    |               ALOAD_2
    |               ATHROW
    |           L1: GETSTATIC Aspect.ajc$perCflowStack Lorg/aspectj/runtime/internal/CFlowStack;
    |               INVOKEVIRTUAL org.aspectj.runtime.internal.CFlowStack.pop ()V
    |               RETURN
    method-execution(void HelloWorld.main(java.lang.String[]))
  end public static void main(String[])

end public class HelloWorld