DotToken

Type Alias DotToken 

Source
pub type DotToken = Token<DotSyntaxKind>;

Aliased Type§

pub struct DotToken {
    pub kind: DotSyntaxKind,
    pub span: Range<usize>,
}

Fields§

§kind: DotSyntaxKind

The kind/category of this kind (e.g., keyword, identifier, number)

§span: Range<usize>

The byte range in the source text that this kind occupies