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.Object
Entry point for parser and tokenizers of scientific notation literal.
-
-
Field Summary
Fields Modifier and Type Field Description static Parser<Tokens.ScientificNotation>
PARSER
Parser
that recogniesTokens.ScientificNotation
tokens.static Parser<Tokens.ScientificNotation>
TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotation
value.
-
Constructor Summary
Constructors Modifier Constructor Description private
ScientificNumberLiteral()
-
-
-
Field Detail
-
PARSER
public static final Parser<Tokens.ScientificNotation> PARSER
Parser
that recogniesTokens.ScientificNotation
tokens.
-
TOKENIZER
public static final Parser<Tokens.ScientificNotation> TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotation
value.
-
-