#include "octave-config.h"#include <string>#include "ov.h"#include "pt-binop.h"#include "pt-walk.h"Go to the source code of this file.
Classes | |
| class | tree_compound_binary_expression |
Functions | |
| tree_binary_expression * | maybe_compound_binary_expression (tree_expression *a, const token &op_tok, tree_expression *b, octave_value::binary_op t=octave_value::unknown_binary_op) |
| tree_binary_expression * maybe_compound_binary_expression | ( | tree_expression * | a, |
| const token & | op_tok, | ||
| tree_expression * | b, | ||
| octave_value::binary_op | t = octave_value::unknown_binary_op |
||
| ) |
Definition at line 143 of file pt-cbinop.cc.
References octave_value::op_ldiv, octave_value::op_mul, and octave_value::unknown_compound_binary_op.
Referenced by base_parser::make_binary_op().