diff -r be4373d07201 -r 0f7bcc160568 absyntax_utils/search_varfb_instance_type.hh --- a/absyntax_utils/search_varfb_instance_type.hh Sun Sep 28 17:48:42 2014 +0100 +++ b/absyntax_utils/search_varfb_instance_type.hh Sun Oct 19 08:36:49 2014 +0100 @@ -197,7 +197,17 @@ /* STEP step_name ':' action_association_list END_STEP */ // SYM_REF2(step_c, step_name, action_association_list) void *visit(step_c *symbol); - + + /***************************************/ + /* B.3 - Language ST (Structured Text) */ + /***************************************/ + /***********************/ + /* B 3.1 - Expressions */ + /***********************/ + /* SYM_REF1(deref_expression_c, exp) --> an extension to the IEC 61131-3 standard - based on the IEC 61131-3 v3 standard. Returns address of the varible! */ + void *visit(deref_operator_c *symbol); + void *visit(deref_expression_c *symbol); + }; // search_varfb_instance_type_c