public class TaggingAttributeImpl extends AttributeImpl implements TaggingAttribute
TaggingAttribute
DEFAULT_TAGGABLE
Constructor and Description |
---|
TaggingAttributeImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
void |
copyTo(AttributeImpl target) |
boolean |
isTaggable()
Getter for the taggable state of the current Token
|
void |
reflectWith(AttributeReflector reflector) |
void |
setTaggable(boolean lookup)
Setter for the taggable state.
|
clone, end, reflectAsString
public boolean isTaggable()
TaggingAttribute
isTaggable
in interface TaggingAttribute
public void setTaggable(boolean lookup)
TaggingAttribute
TokenStream.incrementToken()
.setTaggable
in interface TaggingAttribute
lookup
- the statepublic 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-2019 Apache Software Foundation. All Rights Reserved.