Berkeley YACC
1993-03-03
Berkeley's version of Yet Another Compiler Compiler
|
#include <defs.h>
Data Fields | |
struct action * | next |
short | symbol |
short | number |
short | prec |
char | action_code |
char | assoc |
char | suppressed |
char action::action_code |
Definition at line 173 of file defs.h.
Referenced by add_reduce(), get_shifts(), print_conflicts(), print_nulls(), print_reductions(), print_shifts(), remove_conflicts(), sole_reduction(), token_actions(), and unused_rules().
char action::assoc |
Definition at line 174 of file defs.h.
Referenced by add_reduce(), get_shifts(), and remove_conflicts().
struct action* action::next |
Definition at line 169 of file defs.h.
Referenced by add_reduce(), free_action_row(), get_shifts(), print_conflicts(), print_nulls(), print_reductions(), print_shifts(), remove_conflicts(), sole_reduction(), token_actions(), and unused_rules().
short action::number |
Definition at line 171 of file defs.h.
Referenced by add_reduce(), get_shifts(), print_conflicts(), print_nulls(), sole_reduction(), token_actions(), and unused_rules().
short action::prec |
Definition at line 172 of file defs.h.
Referenced by add_reduce(), get_shifts(), and remove_conflicts().
char action::suppressed |
Definition at line 175 of file defs.h.
Referenced by print_conflicts(), print_nulls(), print_reductions(), print_shifts(), remove_conflicts(), sole_reduction(), token_actions(), and unused_rules().
short action::symbol |
Definition at line 170 of file defs.h.
Referenced by add_reduce(), get_shifts(), print_conflicts(), remove_conflicts(), sole_reduction(), and token_actions().