Localizable, ParserAngleParser, FragmentIdentifierParser, NumberListParser, PathParser, PointsParser, TransformListParserpublic abstract class NumberParser extends AbstractParser
BUNDLE_CLASSNAME, current, errorHandler, localizableSupport, reader| Constructor | Description |
|---|---|
NumberParser() |
| Modifier and Type | Method | Description |
|---|---|---|
static float |
buildFloat(int mant,
int exp) |
Computes a float from mantissa and exponent.
|
protected float |
parseFloat() |
Parses the content of the buffer and converts it to a float.
|
createErrorMessage, doParse, formatMessage, getBundleClassName, getCurrent, getLocale, parse, parse, parse, reportCharacterExpectedError, reportError, reportUnexpectedCharacterError, setErrorHandler, setLocale, skipCommaSpaces, skipSpacesprotected float parseFloat()
throws ParseException,
java.io.IOException
ParseExceptionjava.io.IOExceptionpublic static float buildFloat(int mant,
int exp)
Copyright ? 2018 Apache Software Foundation. All Rights Reserved.