The TypeAttributeImpl type exposes the following members.

Constructors

  NameDescription
Public methodTypeAttributeImpl()()()()
Initializes a new instance of the TypeAttributeImpl class
Public methodTypeAttributeImpl(String)
Initializes a new instance of the TypeAttributeImpl class

Methods

  NameDescription
Public methodClear (Overrides AttributeImpl..::..Clear()()()().)
Public methodClone (Overrides AttributeImpl..::..Clone()()()().)
Public methodCopyTo (Overrides AttributeImpl..::..CopyTo(AttributeImpl).)
Public methodEquals (Overrides AttributeImpl..::..Equals(Object).)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode (Overrides AttributeImpl..::..GetHashCode()()()().)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetType
Set the lexical type.
Public methodToString
The default implementation of this method accesses all declared fields of this object and prints the values in the following syntax:
            public String toString() {
            return "start=" + startOffset + ",end=" + endOffset;
            }
            
This method may be overridden by subclasses.
(Inherited from AttributeImpl.)
Public methodType
Returns this Token's lexical type. Defaults to "word".

Fields

  NameDescription
Public fieldStatic memberDEFAULT_TYPE

See Also