26 #if ! defined (octave_anon_fcn_validator_h)
27 #define octave_anon_fcn_validator_h 1
29 #include "octave-config.h"
60 bool ok ()
const {
return m_ok; }
62 int line ()
const {
return m_line; }
63 int column ()
const {
return m_column; }
65 std::string
message ()
const {
return m_message; }
72 std::string m_message;
77 OCTAVE_END_NAMESPACE(
octave)
void visit_prefix_expression(tree_prefix_expression &)
anon_fcn_validator(tree_parameter_list *, tree_expression *expr)
std::string message() const
~anon_fcn_validator()=default
void visit_multi_assignment(tree_multi_assignment &)
void visit_simple_assignment(tree_simple_assignment &)
void visit_postfix_expression(tree_postfix_expression &)
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn