AbsoluteSemanticToken

class AbsoluteSemanticToken

Semantic token using absolute positions.

Members defined in AbsoluteSemanticToken (7 members)

character

RW

Character where the token starts.

length

RW

Number of bytes this token extends.

line

RW

Line where the token starts.

modifiers

RW

Set of semantic token modifiers.

type

RW

Encoded semantic token type.

__init__

__str__

Attributes

property character: int

Character where the token starts.

property length: int

Number of bytes this token extends.

property line: int

Line where the token starts.

property modifiers: syside.ide.SemanticTokenModifiersSet

Set of semantic token modifiers.

property type: int

Encoded semantic token type.

Methods

__init__(line: int, character: int, length: int, type: int, modifiers: syside.ide.SemanticTokenModifiersSet) None
__str__() str
Used in