org.extex.unit.tex.macro.util
Interface ArgumentMatchingObserver
public interface ArgumentMatchingObserver
This interface describes an observer to be informed about the argument
matching of a macro invocation.
- Version:
- $Revision: 6265 $
- Author:
- Gerd Neugebauer
observeArgument
void observeArgument(int index,
Tokens value,
CodeToken cs)
- Observe the acquisition of an argument for a macro invocation.
- Parameters:
index - the number of the argument acquiredvalue - the value of the argumentcs - the token for which the expansion is performed