Class BaseFormAttributeImpl
- java.lang.Object
-
- org.apache.lucene.util.AttributeImpl
-
- org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl
-
- All Implemented Interfaces:
Serializable,Cloneable,BaseFormAttribute,org.apache.lucene.util.Attribute
public class BaseFormAttributeImpl extends org.apache.lucene.util.AttributeImpl implements BaseFormAttribute, Cloneable
Attribute forToken.getBaseForm().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseFormAttributeImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()voidcopyTo(org.apache.lucene.util.AttributeImpl target)StringgetBaseForm()voidreflectWith(org.apache.lucene.util.AttributeReflector reflector)voidsetToken(Token token)
-
-
-
Method Detail
-
getBaseForm
public String getBaseForm()
- Specified by:
getBaseFormin interfaceBaseFormAttribute
-
setToken
public void setToken(Token token)
- Specified by:
setTokenin interfaceBaseFormAttribute
-
clear
public void clear()
- Specified by:
clearin classorg.apache.lucene.util.AttributeImpl
-
copyTo
public void copyTo(org.apache.lucene.util.AttributeImpl target)
- Specified by:
copyToin classorg.apache.lucene.util.AttributeImpl
-
reflectWith
public void reflectWith(org.apache.lucene.util.AttributeReflector reflector)
- Overrides:
reflectWithin classorg.apache.lucene.util.AttributeImpl
-
-