Token Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class for all lexing tokens.
public abstract class Token : IEquatable<Microsoft.PowerFx.Syntax.Token>
type Token = class
interface IEquatable<Token>
Public MustInherit Class Token
Implements IEquatable(Of Token)
- Inheritance
-
Token
- Derived
- Implements
Properties
| Kind |
Kind of the token. |
| Span |
Span of the token in the formula. |
Methods
| Equals(Object) | Determines whether the specified object is equal to the current object. |
| Equals(Token) |
Determines whether the specified Token is equal to the current one. |
| GetHashCode() | Serves as the default hash function. |
| ToString() | Returns a string that represents the current object. |