public class ParserHelper extends Object
Modifier and Type | Field and Description |
---|---|
int |
pos |
Constructor and Description |
---|
ParserHelper(CharSequence s,
int pos) |
Modifier and Type | Method and Description |
---|---|
void |
advance() |
static float |
buildFloat(int mant,
int exp) |
float |
nextFloat() |
float |
parseFloat() |
void |
skipNumberSeparator() |
void |
skipWhitespace() |
public ParserHelper(CharSequence s, int pos)
Revision 4.0.15 / 20220727-0149