DocumentHighlightKind
in package
AbstractYes
A document highlight kind.
Table of Contents
Constants
- READ = 2
- Read-access of a symbol, like reading a variable.
- TEXT = 1
- A textual occurrence.
- WRITE = 3
- Write-access of a symbol, like writing to a variable.
Constants
READ
Read-access of a symbol, like reading a variable.
public
mixed
READ
= 2
TEXT
A textual occurrence.
public
mixed
TEXT
= 1
WRITE
Write-access of a symbol, like writing to a variable.
public
mixed
WRITE
= 3