Navigation

Operators and Keywords

Function List:

C++ API

tree_compound_binary_expression Class Reference

#include <pt-cbinop.h>

Inherits tree_binary_expression.

Collaboration diagram for tree_compound_binary_expression:

List of all members.


Public Member Functions

 tree_compound_binary_expression (tree_expression *a, tree_expression *b, int l, int c, octave_value::binary_op t, tree_expression *ca, tree_expression *cb, octave_value::compound_binary_op ct)
octave_value rvalue1 (int nargout=1)
octave_value::compound_binary_op cop_type (void) const

Constructor & Destructor Documentation

tree_compound_binary_expression::tree_compound_binary_expression ( tree_expression a,
tree_expression b,
int  l,
int  c,
octave_value::binary_op  t,
tree_expression ca,
tree_expression cb,
octave_value::compound_binary_op  ct 
) [inline]


Member Function Documentation

octave_value::compound_binary_op tree_compound_binary_expression::cop_type ( void   )  const [inline]

octave_value tree_compound_binary_expression::rvalue1 ( int  nargout = 1  )  [virtual]

Reimplemented from tree_binary_expression.


The documentation for this class was generated from the following files: