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.

NonStaticBeforeHelloWorld.txt 1.1KB

1234567891011121314151617181920212223
  1. public class HelloWorld extends java.lang.Object:
  2. public void <init>():
  3. ALOAD_0 // LHelloWorld; this (line 5)
  4. INVOKESPECIAL java.lang.Object.<init> ()V
  5. constructor-execution(void HelloWorld.<init>())
  6. | RETURN
  7. constructor-execution(void HelloWorld.<init>())
  8. end public void <init>()
  9. public static void main(String[]):
  10. method-execution(void HelloWorld.main(java.lang.String[]))
  11. | field-get(java.io.PrintStream java.lang.System.out)
  12. | | INVOKESTATIC Aspect.aspectOf ()LAspect;
  13. | | INVOKEVIRTUAL Aspect.ajc_before ()V
  14. | | GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 8)
  15. | field-get(java.io.PrintStream java.lang.System.out)
  16. | LDC "hello world" (line 9)
  17. | INVOKEVIRTUAL java.io.PrintStream.println (Ljava/lang/String;)V
  18. | RETURN (line 11)
  19. method-execution(void HelloWorld.main(java.lang.String[]))
  20. end public static void main(String[])
  21. end public class HelloWorld