Modifier and Type | Field and Description |
---|---|
static Parser<Tokens.ScientificNotation> |
PARSER
Parser that recognies Tokens.ScientificNotation tokens. |
static Parser<Tokens.ScientificNotation> |
TOKENIZER
A tokenizer that parses a scientific notation and converts the string to a
Tokens.ScientificNotation value. |
public static final Parser<Tokens.ScientificNotation> PARSER
Parser
that recognies Tokens.ScientificNotation
tokens.public static final Parser<Tokens.ScientificNotation> TOKENIZER
Tokens.ScientificNotation
value.Copyright © 2013–2016 jparsec. All rights reserved.