#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-idx.h"#include "pt-misc.h"#include "pt-stmt.h"#include "pt-walk.h"
Go to the source code of this file.
Functions | |
| static OCTAVE_NORETURN void | err_method_access (const std::string &from, const cdef_method &meth) |
|
static |
Definition at line 56 of file cdef-method.cc.
References error(), cdef_object::get(), cdef_method::get_name(), octave_value::is_string(), and octave_value::string_value().
Referenced by cdef_method::cdef_method_rep::execute().