Package de.dante.extex.interpreter.context

This package contains the container for data in the interpreter.

See:
          Description

Interface Summary
Color This interface declares some methods to access the color with an alpha channel.
Context This interface describes the container for all data of an interpreter context.
ContextCode This interface describes the container for code of an interpreter context.
ContextCount This interface describes the container for count registers of an interpreter context.
ContextDimen This interface describes the container for all data of an interpreter context.
ContextErrorCount This interface describes the capabilities of the context to store and retrieve the error count.
ContextExtension This interface describes the container for all data of an interpreter context for the ExTeX-functions.
ContextFile This interface describes the container for all data of an interpreter context.
ContextFont This interface describes the container for all data of an interpreter context.
ContextGroup This interface describes the container for group-related of an interpreter context.
ContextInteraction This interface describes the container for interaction-related data of an interpreter context.
ContextInternals This interface describes the abilities of a Context together with some internal methods.
ContextMark This interface describes the container for marks of an interpreter context.
ContextTokens This interface describes the container for all data of an interpreter context.
 

Class Summary
ContextFactory This class provides a factory for a Context.
 

Package de.dante.extex.interpreter.context Description

This package contains the container for data in the interpreter. The grouping mechanism is also located here.