Przeglądaj źródła

243516: fixed example

tags/V162DEV_M1
aclement 16 lat temu
rodzic
commit
8de760d697
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      docs/progGuideDB/language.xml

+ 1
- 1
docs/progGuideDB/language.xml Wyświetl plik

@@ -1246,7 +1246,7 @@ void around(Point p, int x): target(p)
</para>

<programlisting><![CDATA[
class TraceNonStaticMethods {
aspect TraceNonStaticMethods {
before(Point p): target(p) && call(* *(..)) {
System.out.println("Entering " + thisJoinPoint + " in " + p);
}

Ładowanie…
Anuluj
Zapisz