You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SymbolMap.of(ResourceBundle rb) takes a given ResourceBundle.
We would like to add another static factory method, e.g. SymbolMap.ofEBNF() (similar to the noarg methods in List, Set or Map) or forEBNF() which uses the ResourceBundle for EBNFUnitFormat without exposing its internals, e.g. the bundle path, as that could change in a future version.
So the SymbolMap instance can be enriched via alias() or label() methods before creating an EBNFUnitFormat with it.
The text was updated successfully, but these errors were encountered:
Currently
SymbolMap.of(ResourceBundle rb)
takes a givenResourceBundle
.We would like to add another static factory method, e.g.
SymbolMap.ofEBNF()
(similar to the noarg methods inList
,Set
orMap
) orforEBNF()
which uses the ResourceBundle for EBNFUnitFormat without exposing its internals, e.g. the bundle path, as that could change in a future version.So the
SymbolMap
instance can be enriched viaalias()
orlabel()
methods before creating anEBNFUnitFormat
with it.The text was updated successfully, but these errors were encountered: