public class InflectionAttributeImpl extends org.apache.lucene.util.AttributeImpl implements InflectionAttribute, Cloneable
Constructor and Description |
---|
InflectionAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
String |
getInflectionForm() |
String |
getInflectionType() |
void |
reflectWith(org.apache.lucene.util.AttributeReflector reflector) |
void |
setToken(Token token) |
public String getInflectionType()
getInflectionType
in interface InflectionAttribute
public String getInflectionForm()
getInflectionForm
in interface InflectionAttribute
public void setToken(Token token)
setToken
in interface InflectionAttribute
public void clear()
clear
in class org.apache.lucene.util.AttributeImpl
public void copyTo(org.apache.lucene.util.AttributeImpl target)
copyTo
in class org.apache.lucene.util.AttributeImpl
public void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
reflectWith
in class org.apache.lucene.util.AttributeImpl