public class BaseFormAttributeImpl extends org.apache.lucene.util.AttributeImpl implements BaseFormAttribute, Cloneable
Token.getBaseForm().| Constructor and Description |
|---|
BaseFormAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
copyTo(org.apache.lucene.util.AttributeImpl target) |
String |
getBaseForm() |
void |
reflectWith(org.apache.lucene.util.AttributeReflector reflector) |
void |
setToken(Token token) |
public String getBaseForm()
getBaseForm in interface BaseFormAttributepublic void setToken(Token token)
setToken in interface BaseFormAttributepublic 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