blob: 4c0e6db53bae4c8da2b344123a11f8f1ef3d0727 (
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
|
public class HelloWorld extends java.lang.Object:
public void <init>():
ALOAD_0 // HelloWorld this (line 5)
INVOKESPECIAL java.lang.Object.<init> ()V
constructor-execution(void HelloWorld.<init>())
| catch java.lang.Throwable -> E0
| | GOTO L0
| catch java.lang.Throwable -> E0
| E0: ASTORE_1
| INVOKESTATIC Aspect.ajc_after_constructor_execution ()V
| ALOAD_1
| ATHROW
| L0: INVOKESTATIC Aspect.ajc_after_constructor_execution ()V
| RETURN
constructor-execution(void HelloWorld.<init>())
end public void <init>()
public static void main(String[]):
method-execution(void HelloWorld.main(java.lang.String[]))
| catch java.lang.Throwable -> E2
| | field-get(java.io.PrintStream java.lang.System.out)
| | | catch java.lang.Throwable -> E1
| | | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
| | | catch java.lang.Throwable -> E1
| | | GOTO L0
| | | E1: ASTORE_1
| | | INVOKESTATIC Aspect.ajc_after_field_get ()V
| | | ALOAD_1
| | | ATHROW
| | | L0: NOP
| | | INVOKESTATIC Aspect.ajc_after_field_get ()V
| | | NOP
| | field-get(java.io.PrintStream java.lang.System.out)
| | LDC "hello world" (line 9)
| | method-call(void java.io.PrintStream.println(java.lang.String))
| | | catch java.lang.Throwable -> E0
| | | | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
| | | catch java.lang.Throwable -> E0
| | | GOTO L1
| | | E0: ASTORE_2
| | | INVOKESTATIC Aspect.ajc_after_method_call ()V
| | | ALOAD_2
| | | ATHROW
| | | L1: NOP
| | | INVOKESTATIC Aspect.ajc_after_method_call ()V
| | | NOP
| | method-call(void java.io.PrintStream.println(java.lang.String))
| | GOTO L2 (line 11)
| catch java.lang.Throwable -> E2
| E2: ASTORE_3
| INVOKESTATIC Aspect.ajc_after_method_execution ()V
| ALOAD_3
| ATHROW
| L2: INVOKESTATIC Aspect.ajc_after_method_execution ()V
| RETURN
method-execution(void HelloWorld.main(java.lang.String[]))
end public static void main(String[])
end public class HelloWorld
|