org.codehaus.jparsec
Class Terminals.ScientificNumberLiteral
java.lang.Object
org.codehaus.jparsec.Terminals.ScientificNumberLiteral
- Enclosing class:
- Terminals
public static final class Terminals.ScientificNumberLiteral
- extends Object
Entry point for parser and tokenizers of scientific notation literal.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARSER
public static final Parser<Tokens.ScientificNotation> PARSER
Parser
that recognies Tokens.ScientificNotation
tokens.
TOKENIZER
public static final Parser<Tokens.ScientificNotation> TOKENIZER
- A tokenizer that parses a scientific notation and converts the string to a
Tokens.ScientificNotation
value.
Copyright © 2014. All rights reserved.