Package org.jparsec
Class Terminals.ScientificNumberLiteral
- java.lang.Object
-
- org.jparsec.Terminals.ScientificNumberLiteral
-
- Enclosing class:
- Terminals
public static final class Terminals.ScientificNumberLiteral extends java.lang.ObjectEntry point for parser and tokenizers of scientific notation literal.
-
-
Field Summary
Fields Modifier and Type Field Description static Parser<Tokens.ScientificNotation>PARSERParserthat recogniesTokens.ScientificNotationtokens.static Parser<Tokens.ScientificNotation>TOKENIZERA tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotationvalue.
-
Constructor Summary
Constructors Modifier Constructor Description privateScientificNumberLiteral()
-
-
-
Field Detail
-
PARSER
public static final Parser<Tokens.ScientificNotation> PARSER
Parserthat recogniesTokens.ScientificNotationtokens.
-
TOKENIZER
public static final Parser<Tokens.ScientificNotation> TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotationvalue.
-
-