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