#include "lex.h"
Public Member Functions | |
lexical_feedback (void) | |
~lexical_feedback (void) | |
void | init (void) |
Public Attributes | |
bool | at_beginning_of_statement |
int | braceflag |
int | bracketflag |
bool | convert_spaces_to_comma |
int | defining_func |
bool | do_comma_insert |
bool | looking_at_anon_fcn_args |
bool | looking_at_decl_list |
int | looking_at_function_handle |
bool | looking_at_indirect_ref |
bool | looking_at_initializer_expression |
bool | looking_at_matrix_or_assign_lhs |
std::list< bool > | looking_at_object_index |
bool | looking_at_parameter_list |
bool | looking_at_return_list |
bool | looking_for_object_index |
int | looping |
bool | maybe_classdef_get_set_method |
std::stack< bool > | parsed_function_name |
bool | parsing_class_method |
bool | parsing_classdef |
std::set< std::string > | pending_local_variables |
bool | quote_is_transpose |
Private Member Functions | |
lexical_feedback (const lexical_feedback &) | |
lexical_feedback & | operator= (const lexical_feedback &) |
Definition at line 58 of file lex.h.
lexical_feedback::lexical_feedback | ( | const lexical_feedback & | ) | [private] |
void lexical_feedback::init | ( | void | ) |
lexical_feedback& lexical_feedback::operator= | ( | const lexical_feedback & | ) | [private] |
Definition at line 104 of file lex.h.
Referenced by input_event_hook().
std::list<bool> lexical_feedback::looking_at_object_index |
std::stack<bool> lexical_feedback::parsed_function_name |
std::set<std::string> lexical_feedback::pending_local_variables |