Uses of Class
org.jparsec.Tokens.ScientificNotation
-
Packages that use Tokens.ScientificNotation Package Description org.jparsec Provides core Parser implementations for parser combinator logic. -
-
Uses of Tokens.ScientificNotation in org.jparsec
Fields in org.jparsec with type parameters of type Tokens.ScientificNotation Modifier and Type Field Description static Parser<Tokens.ScientificNotation>
Terminals.ScientificNumberLiteral. PARSER
Parser
that recogniesTokens.ScientificNotation
tokens.(package private) static java.util.function.Function<java.lang.String,Tokens.ScientificNotation>
TokenizerMaps. SCIENTIFIC_NOTATION
AFunction
that recognizes a scientific notation and tokenizes to aTokens.ScientificNotation
.static Parser<Tokens.ScientificNotation>
Terminals.ScientificNumberLiteral. TOKENIZER
A tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotation
value.Methods in org.jparsec that return Tokens.ScientificNotation Modifier and Type Method Description static Tokens.ScientificNotation
Tokens. scientificNotation(java.lang.String significand, java.lang.String exponent)
-