A binary (infix) expression.
Anything
DartBinaryExpression
DartExpression
DartNode
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DartBinaryExpression(DartExpression leftOperand, String operator, DartExpression rightOperand) |
Attributes | |
leftOperand | Source Codeshared DartExpression leftOperand |
operator | Source Codeshared String operator |
rightOperand | Source Codeshared DartExpression rightOperand |
Inherited Attributes |
Attributes inherited from: DartNode |
Attributes inherited from: Object hash , string |
Methods | |
write | Source Codeshared actual void write(CodeWriter writer) Refines DartNode.write |
Inherited Methods |
Methods inherited from: DartNode |
Methods inherited from: Object equals |