syside.ide.AbsoluteSemanticToken

class AbsoluteSemanticToken(line: int, character: int, length: int, type: int, modifiers: syside.ide.SemanticTokenModifiersSet)

Semantic token using absolute positions.

Initialization

property line: int

Line where the token starts.

property character: int

Character where the token starts.

property length: int

Number of bytes this token extends.

property type: int

Encoded semantic token type.

property modifiers: syside.ide.SemanticTokenModifiersSet

Set of semantic token modifiers.

__str__() str
__eq__(arg: object, /) bool
__ne__(arg: object, /) bool
__cpp_name__: str = 'syside::ide::AbsoluteSemanticToken'