소스 검색

243516: fixed example

tags/V162DEV_M1
aclement 16 년 전
부모
커밋
8de760d697
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      docs/progGuideDB/language.xml

+ 1
- 1
docs/progGuideDB/language.xml 파일 보기

@@ -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);
}

Loading…
취소
저장