Operator

Undocumented in source.

Constructors

this
this(DXOperator v)
Undocumented in source.

Members

Functions

cursor
Cursor cursor()

Cursor for the expression that the operator reside in.

isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
kind
auto kind()
Undocumented in source. Be warned that the author may not have intended to support it.
length
size_t length()

The character length of the operator.

location
SourceLocation location()
Undocumented in source. Be warned that the author may not have intended to support it.
sides
OperatorSubExprs sides()

Retrieve the sub expressions of an operator expressions.

toString
void toString(Writer w, FormatSpec!Char fmt)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta