public class TaggingAttributeImpl extends AttributeImpl implements TaggingAttribute
TaggingAttributeDEFAULT_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, reflectAsStringpublic boolean isTaggable()
TaggingAttributeisTaggable in interface TaggingAttributepublic void setTaggable(boolean lookup)
TaggingAttributeTokenStream.incrementToken().setTaggable in interface TaggingAttributelookup - the statepublic void clear()
clear in class AttributeImplpublic void copyTo(AttributeImpl target)
copyTo in class AttributeImplpublic void reflectWith(AttributeReflector reflector)
reflectWith in class AttributeImplCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.