Parser
PathParser
, PointsParser
public abstract class NumberParser extends AbstractParser
BUNDLE_CLASSNAME, current, errorHandler, 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, getBundleClassName, getCurrent, parse, reportCharacterExpectedError, reportError, reportUnexpectedCharacterError, setErrorHandler, skipCommaSpaces, skipSpaces
protected float parseFloat() throws ParseException, java.io.IOException
ParseException
java.io.IOException
public static float buildFloat(int mant, int exp)
Copyright (c) 2010-2017 Gaudenz Alder, JGraph Ltd. All rights reserved.