struct Mint::SemanticTokenizer::Token
- Mint::SemanticTokenizer::Token
- Struct
- Value
- Object
Overview
Represents a semantic token using the positions of the token instead of line / column (for the LSP it is converted to line /column).
Defined in:
semantic_tokenizer.crConstructors
Instance Method Summary
- #clone
- #copy_with(from _from = @from, to _to = @to, type _type = @type)
- #from : Parser::Location
- #to : Parser::Location
- #type : TokenType