public class InflectionAttributeImpl extends AttributeImpl implements InflectionAttribute, Cloneable
Constructor and Description |
---|
InflectionAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copyTo(AttributeImpl target) |
String |
getInflectionForm() |
String |
getInflectionType() |
void |
reflectWith(AttributeReflector reflector) |
void |
setToken(Token token) |
clone, end, reflectAsString
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 AttributeImpl
public void copyTo(AttributeImpl target)
copyTo
in class AttributeImpl
public void reflectWith(AttributeReflector reflector)
reflectWith
in class AttributeImpl
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.