org.extex.interpreter.observer.expandMacro
Interface ExpandMacroObserver
- All Known Implementing Classes:
- ExpandMacroObserverList
public interface ExpandMacroObserver
This interface describes the ability to receive a notification just before
a macro is expanded.
- Version:
- $Revision: 4770 $
- Author:
- Gerd Neugebauer
|
Method Summary |
void |
update(Token token,
Code code,
Locator locator)
This method is meant to be invoked just before a macro is expanded. |
update
void update(Token token,
Code code,
Locator locator)
- This method is meant to be invoked just before a macro is expanded.
- Parameters:
token - the token to be expandedcode - The code to which the token is expanded. This might be
null for undefined macroslocator - the locator