Class TransliteratorIDParser.Specs

java.lang.Object
com.ibm.icu.text.TransliteratorIDParser.Specs
Enclosing class:
TransliteratorIDParser

private static class TransliteratorIDParser.Specs extends Object
A structure containing the parsed data of a filtered ID, that is, a basic ID optionally with a filter. 'source' and 'target' will always be non-null. The 'variant' will be non-null only if a non-empty variant was parsed. 'sawSource' is true if there was an explicit source in the parsed id. If there was no explicit source, then an implied source of ANY is returned and 'sawSource' is set to false. 'filter' is the parsed filter pattern, or null if there was no filter.
  • Field Details

    • source

      public String source
    • target

      public String target
    • variant

      public String variant
    • filter

      public String filter
    • sawSource

      public boolean sawSource
  • Constructor Details