public final class TypeConversion
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static Node |
coerce(Node node,
DataType type) |
static java.math.BigInteger |
integerValue(NodeValue value,
boolean signed) |
static boolean |
isIntegral(DataType type) |
static boolean |
isIntegral(Node node) |
static NodeValue |
valueOf(java.math.BigInteger value,
DataType type) |