Mercurial > hg > octave-nkf
diff src/pt-exp.h @ 4023:ef3caf27cb9c
[project @ 2002-08-07 06:54:41 by jwe]
author | jwe |
---|---|
date | Wed, 07 Aug 2002 06:54:41 +0000 |
parents | f9ea3dcf58ee |
children | 6e86256e9c54 |
line wrap: on
line diff
--- a/src/pt-exp.h +++ b/src/pt-exp.h @@ -59,6 +59,10 @@ virtual bool is_prefix_expression (void) const { return false; } + virtual bool is_binary_expression (void) const { return false; } + + virtual bool is_boolean_expression (void) const { return false; } + virtual bool is_logically_true (const char *); virtual bool lvalue_ok (void) const { return false; }