Exemplo n.º 1
0
 /**
  * Call back method that must be called as soon as the given <code>
  * AnnotationMethodDeclaration</code> object has been traversed.
  *
  * @param pAnnotationMethodDeclaration  The <code>
  *                                      AnnotationMethodDeclaration</code>
  *                                      object that has just been traversed.
  */
 public void actionPerformed(
      
     AnnotationMethodDeclaration pAnnotationMethodDeclaration)
 {
     // Nothing to do.
 }
Exemplo n.º 2
0
 /**
  * Call back method that must be called when the given <code>
  * AnnotationMethodDeclaration</code> will become the next <i>traverse
  * candidate</i>.
  *
  * @param pAnnotationMethodDeclaration  The <code>
  *                                      AnnotationMethodDeclaration</code>
  *                                      object that will become the next <i>
  *                                      traverse candidate</i>.
  */
 public void performAction(
      
     AnnotationMethodDeclaration pAnnotationMethodDeclaration)
 {
     // Nothing to do.
 }