Public Member Functions | Public Attributes | Private Member Functions

lexical_feedback Class Reference

#include "lex.h"

Collaboration diagram for lexical_feedback:
Collaboration graph
[legend]

List of all members.

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< boollooking_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< boolparsed_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_feedbackoperator= (const lexical_feedback &)

Detailed Description

Definition at line 58 of file lex.h.


Constructor & Destructor Documentation

lexical_feedback::lexical_feedback ( void   )  [inline]

Definition at line 63 of file lex.h.

lexical_feedback::~lexical_feedback ( void   )  [inline]

Definition at line 82 of file lex.h.

lexical_feedback::lexical_feedback ( const lexical_feedback  )  [private]

Member Function Documentation

void lexical_feedback::init ( void   ) 
lexical_feedback& lexical_feedback::operator= ( const lexical_feedback  )  [private]

Member Data Documentation

Definition at line 101 of file lex.h.

Definition at line 90 of file lex.h.

Definition at line 87 of file lex.h.

Definition at line 97 of file lex.h.

Definition at line 104 of file lex.h.

Referenced by input_event_hook().

Definition at line 138 of file lex.h.

Definition at line 110 of file lex.h.

Definition at line 120 of file lex.h.

Definition at line 107 of file lex.h.

Definition at line 142 of file lex.h.

Definition at line 124 of file lex.h.

Definition at line 128 of file lex.h.

Definition at line 132 of file lex.h.

Definition at line 116 of file lex.h.

Definition at line 113 of file lex.h.

Definition at line 135 of file lex.h.

Definition at line 93 of file lex.h.

Definition at line 155 of file lex.h.

Definition at line 147 of file lex.h.

Definition at line 150 of file lex.h.

Definition at line 158 of file lex.h.

Definition at line 164 of file lex.h.

Definition at line 161 of file lex.h.


The documentation for this class was generated from the following file:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines