static XParser.TypePrimitive |
XParser.TypePrimitive.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static XParser.TypePrimitive[] |
XParser.TypePrimitive.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static XParser.TypePrimitive |
XParser.TypePrimitive.whichPrimitiveFor(long val) |
Returns the smallest primitive that can be used for representing the specified value.
|
static XParser.TypePrimitive |
XParser.TypePrimitive.whichPrimitiveFor(long inf,
long sup) |
Returns the smallest primitive that can be used for representing values lying within the specified bounds.
|