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.

Hello.txt 447B

12345678910111213
  1. class Hello extends java.lang.Object:
  2. void <init>():
  3. ALOAD_0 // Hello this
  4. INVOKESPECIAL java.lang.Object.<init> ()V
  5. RETURN
  6. end void <init>()
  7. public static void main(String[]):
  8. GETSTATIC A.ajc$perSingletonInstance LA;
  9. INVOKEVIRTUAL A.ajc_before_1 ()V
  10. RETURN
  11. end public static void main(String[])
  12. end class Hello