Used within the parser as a parse visitor of a lsfilter to generate a ORM object set.
More...
Public Member Functions |
| __construct ($metadata, $disabled_saved_filters=array()) |
| Generate the visitor.
|
| accept ($result) |
| Accept the result of the parse.
|
| visit_entry ($query0) |
| Visit the given grammar rule.
|
| visit_query ($table_def1, $search_query3) |
| Visit the given grammar rule.
|
| visit_table_def_simple ($name0) |
| Visit the given grammar rule.
|
| visit_table_def_columns ($name0, $column_list2) |
| Visit the given grammar rule.
|
| visit_column_list_end ($name0) |
| Visit the given grammar rule.
|
| visit_column_list_cont ($column_list0, $name2) |
| Visit the given grammar rule.
|
| visit_search_query ($filter0) |
| Visit the given grammar rule.
|
| visit_filter_or ($filter0, $filter2) |
| Visit the given grammar rule.
|
| visit_filter_and ($filter0, $filter2) |
| Visit the given grammar rule.
|
| visit_filter_not ($filter1) |
| Visit the given grammar rule.
|
| visit_filter_ok ($match0) |
| Visit the given grammar rule.
|
| visit_match_all () |
| Visit the given grammar rule.
|
| visit_match_none () |
| Visit the given grammar rule.
|
| visit_match_in ($set_descr1) |
| Visit the given grammar rule.
|
| visit_match_field_in ($field0, $set_descr2) |
| Visit the given grammar rule.
|
| visit_match_not_re_ci ($field0, $arg_string2) |
| Visit the given grammar rule.
|
| visit_match_not_re_cs ($field0, $arg_string2) |
| Visit the given grammar rule.
|
| visit_match_re_ci ($field0, $arg_string2) |
| Visit the given grammar rule.
|
| visit_match_re_cs ($field0, $arg_string2) |
| Visit the given grammar rule.
|
| visit_match_not_eq_ci ($field0, $arg_string2) |
| Visit the given grammar rule.
|
| visit_match_eq_ci ($field0, $arg_string2) |
| Visit the given grammar rule.
|
| visit_match_not_eq ($field0, $arg_num2) |
| Visit the given grammar rule.
|
| visit_match_gt_eq ($field0, $arg_num2) |
| Visit the given grammar rule.
|
| visit_match_lt_eq ($field0, $arg_num2) |
| Visit the given grammar rule.
|
| visit_match_gt ($field0, $arg_num2) |
| Visit the given grammar rule.
|
| visit_match_lt ($field0, $arg_num2) |
| Visit the given grammar rule.
|
| visit_match_eq ($field0, $arg_num_string2) |
| Visit the given grammar rule.
|
| visit_set_descr_name ($string0) |
| Visit the given grammar rule.
|
| visit_field_name ($name0) |
| Visit the given grammar rule.
|
| visit_field_obj ($name0, $field2) |
| Visit the given grammar rule.
|
| visit_arg_num_func ($name0, $arg_list2) |
| Autogenerated function.
|
| visit_arg_list ($arg_num_string0, $arg_list2) |
| Autogenerated function.
|
| visit_arg_list_end ($arg_num_string0) |
| Autogenerated function.
|
Used within the parser as a parse visitor of a lsfilter to generate a ORM object set.