|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| CodeToken | The code token extends the Token
with the ability to retrieve a name space. |
| Token | This is the interface for a token. |
| TokenFactory | This is the interface for the token factory. |
| TokenVisitor<RET_TYPE,ARG_TYPE> | This interface describes the capabilities for a visitor class on the token types. |
| Class Summary | |
|---|---|
| AbstractToken | This is the abstract base class for all Tokens. |
| ActiveCharacterToken | This class represents an active character token. |
| ControlSequenceToken | This class represents a control sequence token. |
| CrToken | This class represents a carriage return token. |
| LeftBraceToken | This class represents a left brace token. |
| LetterToken | This class represents a letter token. |
| MacroParamToken | This class represents a macro parameter token. |
| MathShiftToken | This class represents a math shift token. |
| OtherToken | This class represents an other token, this is one not covered by the other token classes. |
| RightBraceToken | This class represents a right brace token. |
| SpaceToken | This class represents a space token. |
| SubMarkToken | This class represents a sub mark token. |
| SupMarkToken | This class represents a super mark token. |
| TabMarkToken | This class represents a tab mark token. |
| TokenFactoryImpl | This is a implementation of a token factory. |
This package contains the token types for the scanner of ExTeX.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||