You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PerSingletonField.txt 891B

12345678910111213141516171819202122
  1. public class HelloWorld extends java.lang.Object:
  2. public void <init>():
  3. ALOAD_0 // HelloWorld this (line 5)
  4. INVOKESPECIAL java.lang.Object.<init> ()V
  5. RETURN
  6. end public void <init>()
  7. public static void main(String[]):
  8. GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
  9. LDC "hello world" (line 9)
  10. INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  11. RETURN (line 11)
  12. end public static void main(String[])
  13. static void <clinit>():
  14. NEW HelloWorld
  15. DUP
  16. INVOKESPECIAL HelloWorld.<init> ()V
  17. PUTSTATIC HelloWorld.ajc$perSingletonInstance LHelloWorld;
  18. RETURN
  19. end static void <clinit>()
  20. end public class HelloWorld