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