#include <algorithm>
#include <iomanip>
#include "cdef-class.h"
#include "cdef-manager.h"
#include "cdef-utils.h"
#include "errwarn.h"
#include "interpreter-private.h"
#include "interpreter.h"
#include "load-path.h"
#include "ov-builtin.h"
#include "ov-classdef.h"
#include "ov-fcn-handle.h"
#include "ov-usr-fcn.h"
#include "parse.h"
#include "pt-assign.h"
#include "pt-classdef.h"
#include "pt-eval.h"
#include "pt-idx.h"
#include "pt-misc.h"
#include "pt-stmt.h"
#include "pt-walk.h"
Go to the source code of this file.
Functions | |
static bool | is_method_executing (const octave_value &ov, const cdef_object &obj) |
|
static |
Definition at line 56 of file cdef-property.cc.
References __get_evaluator__(), tree_evaluator::current_function(), tree_evaluator::evaluate(), base_list< elt_type >::front(), octave_value::function_value(), cdef_object::is(), octave_user_function::is_classdef_constructor(), octave_value::is_defined(), octave_user_function::parameter_list(), octave_user_function::return_list(), base_list< elt_type >::size(), to_cdef(), octave_value::type_name(), and octave_base_value::user_function_value().
Referenced by cdef_property::cdef_property_rep::get_value(), and cdef_property::cdef_property_rep::set_value().