Uses of Class
org.ghotibeaun.json.parser.jep.FloatingPointNumber
| Package | Description |
|---|---|
| org.ghotibeaun.json.parser.jep |
-
Uses of FloatingPointNumber in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep that return FloatingPointNumber Modifier and Type Method Description FloatingPointNumberParserSettings. getUseFloatingPointType()static FloatingPointNumberFloatingPointNumber. valueOf(String name)Returns the enum constant of this type with the specified name.static FloatingPointNumber[]FloatingPointNumber. 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 FloatingPointNumber Modifier and Type Method Description ParserSettingsParserSettings. setUseFloatingPointType(FloatingPointNumber value)