21#ifndef SATYR_PYTHON_FRAME_H
22#define SATYR_PYTHON_FRAME_H
43 enum sr_report_type type;
51 bool special_function;
void sr_python_frame_free(struct sr_python_frame *frame)
void sr_python_frame_append_to_str(struct sr_python_frame *frame, GString *dest)
struct sr_python_frame * sr_python_frame_dup(struct sr_python_frame *frame, bool siblings)
struct sr_python_frame * sr_python_frame_parse(const char **input, struct sr_location *location)
struct sr_python_frame * sr_python_frame_from_json(json_object *root, char **error_message)
int sr_python_frame_cmp_distance(struct sr_python_frame *frame1, struct sr_python_frame *frame2)
struct sr_python_frame * sr_python_frame_new(void)
struct sr_python_frame * sr_python_frame_append(struct sr_python_frame *dest, struct sr_python_frame *item)
char * sr_python_frame_to_json(struct sr_python_frame *frame)
int sr_python_frame_cmp(struct sr_python_frame *frame1, struct sr_python_frame *frame2)
void sr_python_frame_init(struct sr_python_frame *frame)
A location of a parser in the input stream.