workspaced.com.dscanner

Undocumented in source.

Members

Classes

DscannerComponent
class DscannerComponent
Undocumented in source.

Functions

makeTokenEnd
ResolvedLocation makeTokenEnd(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTokenRange
ResolvedLocation[2] makeTokenRange(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTokenRange
ResolvedLocation[2] makeTokenRange(Token start, Token end)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTokenStart
ResolvedLocation makeTokenStart(Token token)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

LocalImportCheckKEY
auto LocalImportCheckKEY;
Undocumented in source.
LongLineCheckKEY
auto LongLineCheckKEY;
Undocumented in source.

Structs

DScannerIssue
struct DScannerIssue

Issue type returned by lint

DefinitionElement
struct DefinitionElement

Returned by list-definitions

FileLocation
struct FileLocation

Returned by find-symbol

INIEntry
struct INIEntry

dscanner.ini setting type

ResolvedLocation
struct ResolvedLocation

Describes a code location in exact byte offset, line number and column for a given source code this was resolved against.

Meta