Skip to main content

ObjectiveCToken

Type Alias ObjectiveCToken 

Source
pub type ObjectiveCToken = Token<ObjectiveCSyntaxKind>;

Aliased Type§

pub struct ObjectiveCToken {
    pub kind: ObjectiveCSyntaxKind,
    pub span: Range<usize>,
}

Fields§

§kind: ObjectiveCSyntaxKind

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