Uses of Interface
org.extex.interpreter.parser.CountParser

Packages that use CountParser
org.extex.base.parser This package contains parsers for ExTeX
org.extex.interpreter This package contains the macro expansion engine and all supporting classes. 
org.extex.interpreter.max This package contains the macro expansion engine and supporting classes. 
 

Uses of CountParser in org.extex.base.parser
 

Classes in org.extex.base.parser that implement CountParser
 class ConstantCountParser
          This class represents a long integer value.
 

Uses of CountParser in org.extex.interpreter
 

Subinterfaces of CountParser in org.extex.interpreter
 interface Interpreter
          This interface represents the outside view on an interpreter.
 interface TokenSource
          This interface describes a class to acquire Tokens from.
 

Uses of CountParser in org.extex.interpreter.max
 

Classes in org.extex.interpreter.max that implement CountParser
 class Max
          This is a reference implementation for a MAcro eXpander.
 class Moritz
          This class provides the layer above the input streams and the tokenizer.
 class StringSource
          This class provides a token source which is fed from a string.