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