Package de.dante.extex.interpreter.type

This package contains the basic data types for ExTeX.

See:
          Description

Interface Summary
Code This is the interface for all expandable or executable classes.
CodeExpander This is an interface for those primitives which are protected during expansion of arguments of primitives like \edef, \xdef, \message, and others..
ComparableCode This interface descries the ability to compare the current code to some binding of a token in a context.
CsConvertible This is an interface which describes the feature to be convertible into a control sequence.
ExpandableCode This interface describes the feature of being expandable code.
InitializableCode This interface describes the ability to be initialized This is a life-cycle feature.
OutputStreamConsumer This interface describes a consumer of an output stream factory.
PrefixCode This is a marker interface for those primitives which deal with the prefix.
ProtectedCode This is a marker interface for those primitives which are protected during expansion.
Showable This is a interface to mark those classes which are able to provide a description.
Theable This is a interface to mark those classes which are able to provide a description.
TokensWriter This interface describes the ability to write some tokens to a output file register.
 

Class Summary
AbstractAssignment This is the base class for assignments.
AbstractCode This is the abstract base class which can be used for all classes implementing the interface Code.
 

Package de.dante.extex.interpreter.type Description

This package contains the basic data types for ExTeX.