SourceRange

Undocumented in source.

Constructors

this
this(CXSourceRange cx)
Undocumented in source.
this
this(SourceLocation start, SourceLocation end)
Undocumented in source.

Members

Mixins

__anonymous
mixin CX
Undocumented in source.

Properties

empty
SourceRange empty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
end
SourceLocation end [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isEmpty
bool isEmpty [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isMultiline
bool isMultiline [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
path
string path [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
start
SourceLocation start [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Mixed In Members

From mixin CX

cx
CType cx;
Undocumented in source.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta