|
Kestrel Interface
|
#include <kest_eff_parser.h>
Data Fields | |
| int | type |
| int | line |
| void * | data |
| struct kest_ast_node * | child |
| struct kest_ast_node * | next |
Definition at line 10 of file kest_eff_parser.h.
| struct kest_ast_node* kest_ast_node::child |
Definition at line 15 of file kest_eff_parser.h.
Referenced by kest_parse_tokens().
| void* kest_ast_node::data |
Definition at line 13 of file kest_eff_parser.h.
Referenced by kest_defs_section_extract(), kest_dictionary_section_lookup_dict(), kest_dictionary_section_lookup_expr(), kest_dictionary_section_lookup_float(), kest_dictionary_section_lookup_int(), kest_dictionary_section_lookup_str(), kest_parameters_section_extract(), kest_parse_code_section(), kest_parse_dictionary_section(), kest_parse_tokens(), kest_resources_section_extract(), and kest_settings_section_extract().
| int kest_ast_node::line |
Definition at line 12 of file kest_eff_parser.h.
Referenced by kest_parser_error_at_node(), kest_parser_print_info_at_node(), and kest_parser_warn_at_node().
| struct kest_ast_node* kest_ast_node::next |
Definition at line 16 of file kest_eff_parser.h.
Referenced by kest_parse_tokens().
| int kest_ast_node::type |
Definition at line 11 of file kest_eff_parser.h.
Referenced by kest_dictionary_section_lookup_dict(), kest_dictionary_section_lookup_expr(), kest_dictionary_section_lookup_float(), kest_dictionary_section_lookup_int(), kest_dictionary_section_lookup_str(), kest_parse_code_section(), kest_parse_dictionary_section(), and kest_parse_tokens().