Mercurial > hg > octave-lyh
diff libinterp/parse-tree/pt-exp.h @ 16273:c5e5f6ccac5d
9/10 commits reworking the lexer
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 11 Mar 2013 14:32:53 -0400 |
parents | fb9dffe5fbfb |
children | 3c265e4dba6d |
line wrap: on
line diff
--- a/libinterp/parse-tree/pt-exp.h +++ b/libinterp/parse-tree/pt-exp.h @@ -52,7 +52,9 @@ virtual bool is_constant (void) const { return false; } - virtual bool is_matrix_constant (void) const { return false; } + virtual bool is_matrix (void) const { return false; } + + virtual bool is_cell (void) const { return false; } virtual bool is_identifier (void) const { return false; }