public class OffsetAttributeImpl extends AttributeImpl implements OffsetAttribute, java.lang.Cloneable, java.io.Serializable
enableBackwards| Constructor and Description |
|---|
OffsetAttributeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the values in this AttributeImpl and resets it to its
default value.
|
void |
copyTo(AttributeImpl target)
Copies the values from this Attribute into the passed-in
target attribute.
|
int |
endOffset()
Returns this Token's ending offset, one greater than the position of the
last character corresponding to this token in the source text.
|
boolean |
equals(java.lang.Object other) |
int |
hashCode() |
void |
setOffset(int startOffset,
int endOffset)
Set the starting and ending offset.
|
int |
startOffset()
Returns this Token's starting offset, the position of the first character
corresponding to this token in the source text.
|
clone, reflectAsString, reflectWith, toStringpublic int startOffset()
startOffset in interface OffsetAttributepublic void setOffset(int startOffset,
int endOffset)
setOffset in interface OffsetAttributeand #endOffset()public int endOffset()
endOffset in interface OffsetAttributepublic void clear()
AttributeImplclear in class AttributeImplpublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void copyTo(AttributeImpl target)
AttributeImplcopyTo in class AttributeImplCopyright © 2000-2022 Apache Software Foundation. All Rights Reserved.