Package org.extex.interpreter.primitives.register.hash

This package contains primitives for the manipulation of hash - toks registers.

See:
          Description

Class Summary
HashToks A Hash for Tokens.
HashToksDef This class provides an implementation for the primitive \hashtoksdef.
NamedHashToks This class provides an implementation for the hash-toks valued primitives.
NumberedHashToks This class provides an implementation for the primitive \hashtoks.
 

Exception Summary
InterpreterMissingHashKeyException Exception, if the hash key is missing.
InterpreterMissingHashValueException Exception, if the hash value is missing.
InterpreterMissingLeftBraceException Exception, if left brace is missing.
InterpreterMissingRightBraceException Exception, if right brace is missing.
 

Package org.extex.interpreter.primitives.register.hash Description

This package contains primitives for the manipulation of hash - toks registers. Registers are the primary means to store parameters which influence the behavior of ExTeX as well as variables used in macro programming. The name of the registers can be a name or an number.

Author:
Michael Niedermair