The FlagsAttributeImpl type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FlagsAttributeImpl | Initializes a new instance of the FlagsAttributeImpl class |
Methods
| Name | Description | |
|---|---|---|
| Clear | (Overrides AttributeImpl..::..Clear()()()().) | |
| Clone | (Overrides AttributeImpl..::..Clone()()()().) | |
| CopyTo | (Overrides AttributeImpl..::..CopyTo(AttributeImpl).) | |
| Equals | (Overrides AttributeImpl..::..Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetFlags | EXPERIMENTAL: While we think this is here to stay, we may want to change it to be a long.
Get the bitset for any bits that have been set. This is completely distinct from {@link TypeAttribute#Type()}, although they do share similar purposes.
The flags can be used to encode information about the token for use by other {@link Lucene.Net.Analysis.TokenFilter}s.
| |
| GetHashCode | (Overrides AttributeImpl..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetFlags | ||
| ToString | The default implementation of this method accesses all declared
fields of this object and prints the values in the following syntax:
(Inherited from AttributeImpl.)
public String toString() {
return "start=" + startOffset + ",end=" + endOffset;
}
This method may be overridden by subclasses.
|