When called with {@code checkEndOfInput == true}, then {@link #checkEndOfInput(String)} iscalled first and eventually a {@link ParseException} is thrown if we areat end of input.
Should be called {@code checkEndOfInput == false}, only if you are sure that {@link #offset} is not at end of input, e.g. bycalling {@link #isAtEndOfInput()} before {@link #matches(char,boolean)}. @param ch @param checkEndOfInput see above @throws ParseException
|
|
|
|
|
|
|
|