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. PARSERParserthat recogniesTokens.ScientificNotationtokens.(package private) static java.util.function.Function<java.lang.String,Tokens.ScientificNotation>TokenizerMaps. SCIENTIFIC_NOTATIONAFunctionthat recognizes a scientific notation and tokenizes to aTokens.ScientificNotation.static Parser<Tokens.ScientificNotation>Terminals.ScientificNumberLiteral. TOKENIZERA tokenizer that parses a scientific notation and converts the string to aTokens.ScientificNotationvalue.Methods in org.jparsec that return Tokens.ScientificNotation Modifier and Type Method Description static Tokens.ScientificNotationTokens. scientificNotation(java.lang.String significand, java.lang.String exponent)
-