public final class DecimalPointNumberLiteral extends ValueObject implements Expression
Modifier and Type | Field and Description |
---|---|
String |
number |
NumberType |
type |
Constructor and Description |
---|
DecimalPointNumberLiteral(String number,
NumberType type) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
equals, hashCode
public final String number
public final NumberType type
public DecimalPointNumberLiteral(String number, NumberType type)
public String toString()
toString
in class ValueObject
Copyright © 2013–2016 jparsec. All rights reserved.