|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| CommentToken | Tokens representing comments. |
| FunctionToken | A token representing a function name. |
| IdentifierToken | Token representing variables or function. |
| MultiLineToken | A token representing a token which spans multiple lines. |
| NumberToken | Represent numbers. |
| OperatorToken | A token representing an operator. |
| StringToken | Single or double quoted strings. |
| SymbolToken | A simple type of token which represents a fixed string of characters. |
| TerminatorToken | A token representing the end of the equation. |
| Token | Base class for tokens. |
| WhiteSpaceToken | Tokens representing sequence of white space characters. |
Token classes for the configurable parser.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||