tooling.TokenRange

Undocumented in source.

Members

Aliases

EntityToken
alias EntityToken = Tuple!(Token, "token_", Entity, "entity_")
Undocumented in source.

Functions

classTokenRange
auto classTokenRange(Token[] tokens, Entity[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
classTokenRange
auto classTokenRange(Token[] tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
classTokenRange
auto classTokenRange(SourceFile sourceFile)
Undocumented in source. Be warned that the author may not have intended to support it.
namespaceTokenRange
auto namespaceTokenRange(Token[] tokens, Entity[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
namespaceTokenRange
auto namespaceTokenRange(Token[] tokens)
Undocumented in source. Be warned that the author may not have intended to support it.
namespaceTokenRange
auto namespaceTokenRange(SourceFile sourceFile)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TokenRangeResult
struct TokenRangeResult
Undocumented in source.

Meta