Class Terminals.ScientificNumberLiteral
java.lang.Object
org.jparsec.Terminals.ScientificNumberLiteral
- Enclosing class:
Terminals
Entry point for parser and tokenizers of scientific notation literal.
- Author:
- Ben Yu
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Parser<Tokens.ScientificNotation> Parserthat recogniesTokens.ScientificNotationtokens.static final Parser<Tokens.ScientificNotation> A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotationvalue. -
Method Summary
-
Field Details
-
PARSER
Parserthat recogniesTokens.ScientificNotationtokens. -
TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotationvalue.
-