org.codehaus.jparsec.examples.java.ast.expression
Class ScientificNumberLiteral

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.java.ast.expression.ScientificNumberLiteral
All Implemented Interfaces:
Expression

public final class ScientificNumberLiteral
extends ValueObject
implements Expression

Represents scientific notation number.

Author:
Ben Yu

Field Summary
 String number
           
 NumberType type
           
 
Constructor Summary
ScientificNumberLiteral(String notation, NumberType type)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

number

public final String number

type

public final NumberType type
Constructor Detail

ScientificNumberLiteral

public ScientificNumberLiteral(String notation,
                               NumberType type)
Method Detail

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.