comparison src/pt-fvc-base.h @ 2390:c2c1482c34c8

[project @ 1996-10-12 19:13:23 by jwe]
author jwe
date Sat, 12 Oct 1996 19:23:38 +0000
parents bfb775fb6fe8
children e46137c06781
comparison
equal deleted inserted replaced
2389:3db75e5cdf7c 2390:c2c1482c34c8
44 44
45 class 45 class
46 tree_fvc : public tree_multi_val_ret 46 tree_fvc : public tree_multi_val_ret
47 { 47 {
48 public: 48 public:
49 tree_fvc (int l = -1, int c = -1) : tree_multi_val_ret (l, c) { } 49
50 tree_fvc (int l = -1, int c = -1)
51 : tree_multi_val_ret (l, c) { }
50 52
51 ~tree_fvc (void) { } 53 ~tree_fvc (void) { }
52 54
53 virtual octave_value assign (octave_value& t, 55 #if 0
54 const octave_value_list& args); 56 virtual octave_value& assign (const octave_value_list& args,
57 const octave_value& t);
58 #endif
55 59
56 virtual string name (void) const; 60 virtual string name (void) const;
57 61
58 virtual void bump_value (tree_expression::type); 62 virtual void increment (void);
59 63
64 virtual void decrement (void);
65
66 #if 0
60 virtual octave_value lookup_map_element (SLList<string>& list, 67 virtual octave_value lookup_map_element (SLList<string>& list,
61 bool insert = false, 68 bool insert = false,
62 bool silent = false); 69 bool silent = false);
70 #endif
63 71
64 virtual string fcn_file_name (void) 72 virtual string fcn_file_name (void)
65 { return string (); } 73 { return string (); }
66 74
67 virtual time_t time_parsed (void); 75 virtual time_t time_parsed (void);