Package org.extex.interpreter.primitives.register.bool

This package contains primitives for the manipulation of bool registers.

See:
          Description

Interface Summary
BoolConvertible This is an interface which describes the feature to be convertibe into a bool.
 

Class Summary
Bool The register 'bool'.
BoolDef This class provides an implementation for the primitive \booldef.
NamedBool This class provides an implementation for the bool valued primitives.
NumberedBool This class provides an implementation for the primitive \bool.
 

Exception Summary
InterpreterNoBoolValueException InterpreterException: no boolean value fond in the input.
 

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

This package contains primitives for the manipulation of bool 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