public static class ConstantDefinition.CNumber extends Object
| Modifier and Type | Field and Description |
|---|---|
double |
f
The value if !
isInteger |
long |
i
The value if
isInteger |
boolean |
isDouble
true if number is a double precision floating point, i.e. |
boolean |
isInteger
|
boolean |
isLong
|
boolean |
isUnsigned
|
| Constructor and Description |
|---|
ConstantDefinition.CNumber(boolean isLong,
boolean isUnsigned,
long value)
ctor for integer number
|
ConstantDefinition.CNumber(boolean isDouble,
double value)
ctor for floating point number
|
public final boolean isInteger
public final boolean isLong
public final boolean isUnsigned
public final long i
isIntegerpublic final boolean isDouble
public final double f
isInteger