Uses of Class
org.extex.unit.tex.macro.util.MacroPattern

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

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

Fields in org.extex.unit.tex.macro.util declared as MacroPattern
static MacroPattern MacroPattern.EMPTY
          The constant EMPTY contains the empty macro pattern.
 

Methods in org.extex.unit.tex.macro.util that return MacroPattern
static MacroPattern MacroPattern.getPattern(Context context, TokenSource source, boolean longP, CodeToken cs)
          Parse a pattern specification.
 

Constructors in org.extex.unit.tex.macro.util with parameters of type MacroPattern
MacroCode(CodeToken token, Flags flags, boolean notLong, MacroPattern pattern, Tokens body)
          Creates a new object.
ProtectedMacroCode(CodeToken token, Flags flags, boolean notLong, MacroPattern thePattern, Tokens theBody)
          Creates a new object.