SourceRange

Members

Functions

isNull
bool isNull()
opEquals
equals_t opEquals(const ref SourceRange range2)

Properties

end
SourceLocation end [@property getter]

Retrieve a source location representing the last character within a source range.

start
SourceLocation start [@property getter]

Retrieve a source location representing the first character within a source range.

Static functions

empty
SourceRange empty()

Retrieve a NULL (invalid) source range.

Meta