다음을 통해 공유


Token Class

Definition

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.

Applies to