Package com.singularsys.jep.configurableparser.tokens

Token classes for the configurable parser.

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.
 

Package com.singularsys.jep.configurableparser.tokens Description

Token classes for the configurable parser.



Copyright © 2010 Singular Systems http://www.singularsys.com/jep