Uses of Interface
org.extex.unit.tex.macro.util.ArgumentMatchingObserver

Packages that use ArgumentMatchingObserver
org.extex.unit.tex.macro.util This package contains utilities for the management of macros. 
 

Uses of ArgumentMatchingObserver in org.extex.unit.tex.macro.util
 

Methods in org.extex.unit.tex.macro.util with parameters of type ArgumentMatchingObserver
 Tokens[] MacroPattern.match(Context context, TokenSource source, Typesetter typesetter, boolean notLong, ArgumentMatchingObserver observer)
          Match the pattern of this macro with the next tokens from the token source.