A prefix unary expression.
Anything
DartPrefixExpression
DartExpression
DartNode
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
DartPrefixExpression(String operator, DartExpression operand) |
Attributes | |
operand | Source Codeshared DartExpression operand |
operator | Source Codeshared String operator |
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 |