org.codehaus.jparsec.examples.java.ast.expression
Class ScientificNumberLiteral
java.lang.Object
org.codehaus.jparsec.examples.common.ValueObject
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
number
public final String number
type
public final NumberType type
ScientificNumberLiteral
public ScientificNumberLiteral(String notation,
NumberType type)
toString
public String toString()
- Overrides:
toString in class ValueObject
Copyright © 2014. All rights reserved.