static NodeUtil.ValueType |
NodeUtil.getKnownValueType(Node n) |
Evaluate a node's token and attempt to determine which primitive value type it could resolve to
Without proper type information some assumptions had to be made for operations that could
result in a BigInt or a Number.
|
static NodeUtil.ValueType |
NodeUtil.ValueType.valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static NodeUtil.ValueType[] |
NodeUtil.ValueType.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|