User Tools

Site Tools


basics:ex2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
basics:ex2 [2007/02/23 15:18] bdefrainbasics:ex2 [2021/02/05 13:49] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +[[basics:intro|Intro]]
 +[[basics:ex1|Ex1]]
 +[[basics:ex2|Ex2]]
 +[[basics:ex3|Ex3]]
 +[[basics:ex4|Ex4]]
 +[[basics:ex5|Ex5]]
 +[[basics:ex6|Ex6]]
 +[[basics:ex7|Ex7]]
 ====== The Basics: Exercise 2 ====== ====== The Basics: Exercise 2 ======
  
Line 4: Line 12:
  
 <note tip> <note tip>
-Inside the pointcut, you can use the wildcard ''*'' to match any type or identifier (or any type or identifier with a certain beginning). As part of the argument list, you  can use ''..'' to match any number of arguments.+Inside the signature pattern, you can use the wildcard ''*'' to match any type or identifier (or any type or identifier with a certain beginning). As part of the argument list, you  can use ''..'' to match any number of arguments.
 </note> </note>
  
Line 10: Line 18:
  
 <code aspectj> <code aspectj>
-System.out.println(thisJoinPoint.getSignature());+output("ex2",thisJoinPoint.getSignature());
 </code> </code>
  
basics/ex2.1172240308.txt.gz · Last modified: 2007/02/23 15:18 by bdefrain