visitUnaryOperationExpression method
Implementation
void visitUnaryOperationExpression(UnaryOperationExpression node) {
node.operand.accept(this);
}
void visitUnaryOperationExpression(UnaryOperationExpression node) {
node.operand.accept(this);
}