Package com.ibm.icu.text
Class TransliteratorIDParser.Specs
java.lang.Object
com.ibm.icu.text.TransliteratorIDParser.Specs
- Enclosing class:
- TransliteratorIDParser
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
source
-
target
-
variant
-
filter
-
sawSource
public boolean sawSource
-
-
Constructor Details
-
Specs
-