Package | Description |
---|---|
org.jparsec |
Provides core Parser implementations for parser combinator logic.
|
Modifier and Type | Field and Description |
---|---|
static Parser<Tokens.ScientificNotation> |
Terminals.ScientificNumberLiteral.PARSER
Parser that recognies Tokens.ScientificNotation tokens. |
static Parser<Tokens.ScientificNotation> |
Terminals.ScientificNumberLiteral.TOKENIZER
A tokenizer that parses a scientific notation and converts the string to a
Tokens.ScientificNotation value. |
Modifier and Type | Method and Description |
---|---|
static Tokens.ScientificNotation |
Tokens.scientificNotation(String significand,
String exponent)
|
Copyright © 2013–2016 jparsec. All rights reserved.