Uses of Class
org.ghotibeaun.json.parser.jep.NonFloatingPointNumber
Package | Description |
---|---|
org.ghotibeaun.json.parser.jep |
-
Uses of NonFloatingPointNumber in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep that return NonFloatingPointNumber Modifier and Type Method Description NonFloatingPointNumber
ParserSettings. getUseNonFloatingPointType()
static NonFloatingPointNumber
NonFloatingPointNumber. valueOf(String name)
Returns the enum constant of this type with the specified name.static NonFloatingPointNumber[]
NonFloatingPointNumber. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ghotibeaun.json.parser.jep with parameters of type NonFloatingPointNumber Modifier and Type Method Description ParserSettings
ParserSettings. setUseNonFloatingPointType(NonFloatingPointNumber value)