Represents an ITag that can be used to associate an IClassification
- Inheritance:
- object object
- Implements:
-
IClassification
Tag ITokenTag ITag
Constructors
TokenClassificationTag()
Initializes a new instance of the TokenClassificationTag
class.
TokenClassificationTag(IToken, IClassificationType)
Initializes a new instance of the TokenClassificationTag
class.
Parameter | Type | Description |
---|---|---|
token | IToken | The lexer IToken associated with this tag. |
classificationType | IClassification |
The IClassification |
Properties
ClassificationType
Gets or sets the IClassification
Property Value
- IClassification
Type : The IClassification
Type associated with the tag.
Token
Gets or sets the lexer IToken associated with this tag.
Methods
ToString()
Converts the object to a String
.
Returns
- string:
A string whose value represents this object.