Skip to main content

VbNetToken

Type Alias VbNetToken 

Source
pub type VbNetToken = Token<VbNetTokenType>;
Expand description

A VB.NET token.

Aliased Type§

pub struct VbNetToken {
    pub kind: VbNetTokenType,
    pub span: Range<usize>,
}

Fields§

§kind: VbNetTokenType

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