RelExpr

Undocumented in source.
class RelExpr : BinaryExpr

Inherited Members

From BinaryExpr

left
Expression left;
Undocumented in source.
right
Expression right;
Undocumented in source.
operator
string operator;
Undocumented in source.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta