Class ScientificNumberLiteral

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

public final class ScientificNumberLiteral extends ValueObject implements Expression
Represents scientific notation number.
  • Field Details

  • Constructor Details

    • ScientificNumberLiteral

      public ScientificNumberLiteral(String notation, NumberType type)
  • Method Details