Package org.jparsec
Class Terminals.ScientificNumberLiteral
java.lang.Object
org.jparsec.Terminals.ScientificNumberLiteral
- Enclosing class:
Terminals
Entry point for parser and tokenizers of scientific notation literal.
-
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. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARSER
Parserthat recogniesTokens.ScientificNotationtokens. -
TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotationvalue.
-
-
Constructor Details
-
ScientificNumberLiteral
private ScientificNumberLiteral()
-