summaryrefslogtreecommitdiffstats
path: root/weaver/testdata/PerSingletonField.txt
blob: 4837c6569e5922ed675504526f027ed4fc6353d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
public class HelloWorld extends java.lang.Object:
  public void <init>():
                    ALOAD_0     // HelloWorld this   (line 5)
                    INVOKESPECIAL java.lang.Object.<init> ()V
                    RETURN
  end public void <init>()

  public static void main(String[]):
                    GETSTATIC java.lang.System.out Ljava/io/PrintStream;   (line 8)
                    LDC "hello world"   (line 9)
                    INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
                    RETURN   (line 11)
  end public static void main(String[])

  static void <clinit>():
                    NEW HelloWorld
                    DUP
                    INVOKESPECIAL HelloWorld.<init> ()V
                    PUTSTATIC HelloWorld.ajc$perSingletonInstance LHelloWorld;
                    RETURN
  end static void <clinit>()
end public class HelloWorld