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> Parser
that recogniesTokens.ScientificNotation
tokens.static final Parser
<Tokens.ScientificNotation> A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotation
value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PARSER
Parser
that recogniesTokens.ScientificNotation
tokens. -
TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotation
value.
-
-
Constructor Details
-
ScientificNumberLiteral
private ScientificNumberLiteral()
-