stage3/print_datatypes_error.hh
changeset 485 835697564c6d
parent 482 b62a5ecce54d
child 502 a6211f73690b
equal deleted inserted replaced
484:f78750994a82 485:835697564c6d
    90     symbol_c *base_type(symbol_c *symbol);
    90     symbol_c *base_type(symbol_c *symbol);
    91     void handle_function_invocation(symbol_c *fcall, generic_function_call_t fcall_data);
    91     void handle_function_invocation(symbol_c *fcall, generic_function_call_t fcall_data);
    92     void *handle_implicit_il_fb_invocation(const char *param_name, symbol_c *il_operator, symbol_c *called_fb_declaration);  
    92     void *handle_implicit_il_fb_invocation(const char *param_name, symbol_c *il_operator, symbol_c *called_fb_declaration);  
    93     void *handle_conditional_flow_control_IL_instruction(symbol_c *symbol, const char *oper);
    93     void *handle_conditional_flow_control_IL_instruction(symbol_c *symbol, const char *oper);
    94 
    94 
    95     void *print_binary_operator_errors(const char *il_operator, symbol_c *symbol, bool deprecated_operation = false);
    95     void *print_binary_operator_errors  (const char *il_operator, symbol_c *symbol,                                     bool deprecated_operation = false);
    96 
    96     void *print_binary_expression_errors(const char *operation  , symbol_c *symbol, symbol_c *l_expr, symbol_c *r_expr, bool deprecated_operation = false);
    97 
    97 
    98     
    98     
    99   public:
    99   public:
   100     print_datatypes_error_c(symbol_c *ignore);
   100     print_datatypes_error_c(symbol_c *ignore);
   101     virtual ~print_datatypes_error_c(void);
   101     virtual ~print_datatypes_error_c(void);