Interface Rule.PhonemeExpr
- All Known Implementing Classes:
- Rule.Phoneme,- Rule.PhonemeList
- Enclosing class:
- Rule
public static interface Rule.PhonemeExpr
A phoneme expression.
- 
Method SummaryModifier and TypeMethodDescriptionGets an iteration of phonemes.default intsize()Gets the expression size in phonemes.
- 
Method Details- 
getPhonemesGets an iteration of phonemes.- Returns:
- an iteration of phonemes.
 
- 
sizeGets the expression size in phonemes.- Returns:
- the expression size in phonemes.
- Since:
- 1.17.0
 
 
-