public class PronunciationsAttributeImpl extends org.apache.lucene.util.AttributeImpl implements PronunciationsAttribute, Cloneable
| Constructor and Description |
|---|
PronunciationsAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
List<String> |
getPronunciations() |
void |
reflectWith(org.apache.lucene.util.AttributeReflector reflector) |
void |
setMorpheme(Morpheme morpheme) |
public List<String> getPronunciations()
getPronunciations in interface PronunciationsAttributepublic void setMorpheme(Morpheme morpheme)
setMorpheme in interface PronunciationsAttributepublic void clear()
clear in class org.apache.lucene.util.AttributeImplpublic void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo in class org.apache.lucene.util.AttributeImplpublic void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
reflectWith in class org.apache.lucene.util.AttributeImpl