#include <string>
#include "ov.h"
#include "pt-binop.h"
#include "symtab.h"
Go to the source code of this file.
Classes | |
class | tree_compound_binary_expression |
Defines | |
#define | octave_tree_cbinop_h 1 |
Functions | |
tree_binary_expression * | maybe_compound_binary_expression (tree_expression *a, tree_expression *b, int l=-1, int c=-1, octave_value::binary_op t=octave_value::unknown_binary_op) |
#define octave_tree_cbinop_h 1 |
tree_binary_expression* maybe_compound_binary_expression | ( | tree_expression * | a, | |
tree_expression * | b, | |||
int | l = -1 , |
|||
int | c = -1 , |
|||
octave_value::binary_op | t = octave_value::unknown_binary_op | |||
) |