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
private static class TransliteratorParser.RuleArray extends TransliteratorParser.RuleBody
RuleBody subclass for a String[] array.
-
-
Constructor Summary
Constructors Constructor Description RuleArray(java.lang.String[] array)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
handleNextLine()
Subclass 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
-
-
-
-
Method Detail
-
handleNextLine
public java.lang.String 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
-
-