Closed hohwille closed 7 years ago
For the record: The change in AbstractNlsFormatterManager
was done because whilst testing a temporary error was caused during creation of an exception causing wired effects when another NLS exception was created in catch
block.
Done and merged.
Finalized and merged.
Now that
CharStreamScanner
is really cool new demands arise. We want to do some further improvements:expect(String)
that delegates toexpect(string, false)
).readUntil
method variants for more complex parsingreadJavaStringLiteral()
method that can parse a string literal according to JLS.resolveEscape
methods that be be reused.CharFilter
with constants likeHEX_DIGIT_FILTER
, etc.