GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "pt-classdef.h"
Private Member Functions | |
tree_classdef (const tree_classdef &) | |
tree_classdef & | operator= (const tree_classdef &) |
Private Attributes | |
tree_classdef_attribute_list * | attr_list |
tree_classdef_body * | element_list |
tree_identifier * | id |
octave_comment_list * | lead_comm |
std::string | pack_name |
tree_classdef_superclass_list * | supclass_list |
octave_comment_list * | trail_comm |
Definition at line 587 of file pt-classdef.h.
|
inline |
Definition at line 591 of file pt-classdef.h.
|
inline |
Definition at line 601 of file pt-classdef.h.
References attr_list, element_list, id, lead_comm, supclass_list, and trail_comm.
|
private |
|
virtual |
Implements tree.
Definition at line 256 of file pt-classdef.cc.
References tree_walker::visit_classdef().
|
inline |
Definition at line 611 of file pt-classdef.h.
References attr_list.
Referenced by cdef_class::make_meta_class().
|
inline |
Definition at line 617 of file pt-classdef.h.
References element_list.
Referenced by cdef_class::make_meta_class().
|
inlinevirtualinherited |
Reimplemented in tree_colon_expression, and tree_statement.
Definition at line 47 of file pt.h.
Referenced by tree_statement::column(), tree_colon_expression::column(), tree_break_command::dup(), tree_cell::dup(), tree_funcall::dup(), tree_try_catch_command::dup(), tree_continue_command::dup(), tree_fcn_handle::dup(), tree_no_op_command::dup(), tree_constant::dup(), tree_while_command::dup(), tree_index_expression::dup(), tree_binary_expression::dup(), tree_return_command::dup(), tree_prefix_expression::dup(), tree_function_def::dup(), tree_identifier::dup(), tree_unwind_protect_command::dup(), tree_anon_fcn_handle::dup(), tree_if_command::dup(), tree_postfix_expression::dup(), tree_do_until_command::dup(), tree_boolean_expression::dup(), tree_global_command::dup(), tree_simple_for_command::dup(), tree_persistent_command::dup(), tree_switch_command::dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), octave_base_parser::finish_array_list(), octave_base_parser::finish_colon_expression(), octave_base_parser::finish_if_command(), octave_base_parser::finish_switch_command(), octave_base_parser::make_index_expression(), octave_base_parser::make_indirect_ref(), octave_base_parser::maybe_warn_assign_as_truth_value(), octave_base_parser::maybe_warn_variable_switch_label(), tree_anon_fcn_handle::rvalue1(), tree_evaluator::visit_if_command_list(), tree_evaluator::visit_simple_for_command(), and tree_evaluator::visit_switch_command().
|
inlinevirtualinherited |
Reimplemented in tree_statement.
Definition at line 61 of file pt.h.
Referenced by tree_statement::delete_breakpoint(), and tree_breakpoint::take_action().
|
virtual |
Implements tree_command.
Definition at line 248 of file pt-classdef.cc.
|
inline |
Definition at line 613 of file pt-classdef.h.
References id.
Referenced by cdef_class::make_meta_class().
|
inlineinherited |
Definition at line 63 of file pt.h.
Referenced by tree_statement::is_breakpoint(), tree_breakpoint::take_action(), tree_evaluator::visit_break_command(), tree_evaluator::visit_complex_for_command(), tree_evaluator::visit_continue_command(), tree_evaluator::visit_do_until_command(), tree_evaluator::visit_global_command(), tree_evaluator::visit_if_command_list(), tree_evaluator::visit_no_op_command(), tree_evaluator::visit_persistent_command(), tree_evaluator::visit_return_command(), tree_evaluator::visit_simple_for_command(), tree_evaluator::visit_statement(), tree_evaluator::visit_switch_command(), and tree_evaluator::visit_while_command().
|
inline |
Definition at line 619 of file pt-classdef.h.
References lead_comm.
|
inlinevirtualinherited |
Reimplemented in tree_colon_expression, and tree_statement.
Definition at line 45 of file pt.h.
Referenced by tree_breakpoint::do_decl_command(), tree_try_catch_command::dup(), tree_while_command::dup(), tree_binary_expression::dup(), tree_prefix_expression::dup(), tree_unwind_protect_command::dup(), tree_anon_fcn_handle::dup(), tree_if_command::dup(), tree_postfix_expression::dup(), tree_do_until_command::dup(), tree_boolean_expression::dup(), tree_global_command::dup(), tree_simple_for_command::dup(), tree_persistent_command::dup(), tree_switch_command::dup(), tree_complex_for_command::dup(), tree_identifier::eval_undefined_error(), octave_base_parser::finish_array_list(), octave_base_parser::finish_colon_expression(), octave_base_parser::finish_if_command(), octave_base_parser::finish_switch_command(), tree_statement::line(), tree_colon_expression::line(), octave_base_parser::make_index_expression(), octave_base_parser::make_indirect_ref(), octave_base_parser::maybe_warn_assign_as_truth_value(), octave_base_parser::maybe_warn_variable_switch_label(), tree_breakpoint::take_action(), tree_checker::visit_argument_list(), tree_breakpoint::visit_break_command(), tree_checker::visit_complex_for_command(), tree_breakpoint::visit_complex_for_command(), tree_breakpoint::visit_continue_command(), tree_breakpoint::visit_do_until_command(), tree_evaluator::visit_if_command_list(), tree_breakpoint::visit_if_command_list(), tree_breakpoint::visit_no_op_command(), tree_breakpoint::visit_return_command(), tree_checker::visit_simple_assignment(), tree_checker::visit_simple_for_command(), tree_evaluator::visit_simple_for_command(), tree_breakpoint::visit_simple_for_command(), tree_breakpoint::visit_switch_case_list(), tree_evaluator::visit_switch_command(), tree_breakpoint::visit_switch_command(), tree_checker::visit_try_catch_command(), and tree_breakpoint::visit_while_command().
octave_function * tree_classdef::make_meta_class | ( | bool | is_at_folder = false | ) |
Definition at line 236 of file pt-classdef.cc.
References cdef_class::get_constructor_function(), cdef_class::make_meta_class(), and cdef_object::ok().
Referenced by parse_fcn_file().
|
private |
|
inline |
Definition at line 622 of file pt-classdef.h.
References pack_name.
Referenced by cdef_class::make_meta_class().
|
inlinevirtualinherited |
Reimplemented in tree_statement.
Definition at line 59 of file pt.h.
Referenced by tree_statement::set_breakpoint(), and tree_breakpoint::take_action().
Definition at line 53 of file pt.h.
Referenced by tree_statement::set_location().
|
inherited |
Definition at line 39 of file pt.cc.
References tree::accept().
Referenced by jit_info::compile(), and tree_argument_list::get_arg_names().
|
inline |
Definition at line 615 of file pt-classdef.h.
References supclass_list.
Referenced by cdef_class::make_meta_class().
|
inline |
Definition at line 620 of file pt-classdef.h.
References trail_comm.
|
private |
Definition at line 633 of file pt-classdef.h.
Referenced by attribute_list(), and ~tree_classdef().
|
private |
Definition at line 639 of file pt-classdef.h.
Referenced by body(), and ~tree_classdef().
|
private |
Definition at line 635 of file pt-classdef.h.
Referenced by ident(), and ~tree_classdef().
|
private |
Definition at line 641 of file pt-classdef.h.
Referenced by leading_comment(), and ~tree_classdef().
|
private |
Definition at line 644 of file pt-classdef.h.
Referenced by package_name().
|
private |
Definition at line 637 of file pt-classdef.h.
Referenced by superclass_list(), and ~tree_classdef().
|
private |
Definition at line 642 of file pt-classdef.h.
Referenced by trailing_comment(), and ~tree_classdef().