Package com.ibm.icu.text
Class TransliteratorParser.RuleArray
java.lang.Object
com.ibm.icu.text.TransliteratorParser.RuleBody
com.ibm.icu.text.TransliteratorParser.RuleArray
- Enclosing class:
TransliteratorParser
RuleBody subclass for a String[] array.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSubclass method to return the next line of the source.void
reset()
Reset to the first line of the source.Methods inherited from class com.ibm.icu.text.TransliteratorParser.RuleBody
nextLine
-
Field Details
-
array
String[] array -
i
int i
-
-
Constructor Details
-
RuleArray
-
-
Method Details
-
handleNextLine
Description copied from class:TransliteratorParser.RuleBody
Subclass method to return the next line of the source.- Specified by:
handleNextLine
in classTransliteratorParser.RuleBody
-
reset
public void reset()Description copied from class:TransliteratorParser.RuleBody
Reset to the first line of the source.- Specified by:
reset
in classTransliteratorParser.RuleBody
-