Returns 64-bit long value for this node, if and only if this node is numeric ( {@link #isNumber} returns true). For othertypes returns 0. For floating-point numbers, value is truncated using default Java coercion, similar to how cast from double to long operates.
@return Long value this node contains, if any; 0 for non-numbernodes.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.