org.apache.lucene.analysis.ja.tokenattributes
Class BaseFormAttributeImpl
java.lang.Object
  
org.apache.lucene.util.AttributeImpl
      
org.apache.lucene.analysis.ja.tokenattributes.BaseFormAttributeImpl
- All Implemented Interfaces: 
 - Cloneable, BaseFormAttribute, Attribute
 
public class BaseFormAttributeImpl
- extends AttributeImpl
- implements BaseFormAttribute, Cloneable
  
Attribute for Token.getBaseForm().
 
 
 
 
BaseFormAttributeImpl
public BaseFormAttributeImpl()
getBaseForm
public String getBaseForm()
- Specified by:
 getBaseForm in interface BaseFormAttribute
 
 
setToken
public void setToken(Token token)
- Specified by:
 setToken in interface BaseFormAttribute
 
 
clear
public void clear()
- Specified by:
 clear in class AttributeImpl
 
 
copyTo
public void copyTo(AttributeImpl target)
- Specified by:
 copyTo in class AttributeImpl
 
 
reflectWith
public void reflectWith(AttributeReflector reflector)
- Overrides:
 reflectWith in class AttributeImpl
 
 
          Copyright © 2000-2012 Apache Software Foundation.  All Rights Reserved.