Class ScientificNumberLiteral

  • All Implemented Interfaces:
    Expression

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

      • number

        public final java.lang.String number
    • Constructor Detail

      • ScientificNumberLiteral

        public ScientificNumberLiteral​(java.lang.String notation,
                                       NumberType type)