org.codehaus.jparsec
Class Terminals.ScientificNumberLiteral

java.lang.Object
  extended by 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.


Field Summary
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.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.