Ejemplo n.º 1
0
 value_ref_parser_rule<int>::type& value_ref_parser<int>()
 { return get_int_parser_rules().expr; }
Ejemplo n.º 2
0
const statistic_rule<int>::type& int_var_statistic()
{ return get_int_parser_rules().statistic; }
Ejemplo n.º 3
0
const name_token_rule& int_var_final_token()
{ return get_int_parser_rules().final_token; }
Ejemplo n.º 4
0
const variable_rule<int>::type& int_bound_variable()
{ return get_int_parser_rules().bound_variable; }
Ejemplo n.º 5
0
const variable_rule<int>::type& int_free_variable()
{ return get_int_parser_rules().free_variable; }
Ejemplo n.º 6
0
const name_token_rule& int_bound_variable_name()
{ return get_int_parser_rules().bound_variable_name; }